/* Override Font Awesome font-display to prevent invisible-text flash (FOIT) */
@font-face { font-family: "Font Awesome 6 Free";   font-display: swap; font-weight: 900; src: local(""); }
@font-face { font-family: "Font Awesome 6 Free";   font-display: swap; font-weight: 400; src: local(""); }
@font-face { font-family: "Font Awesome 6 Brands"; font-display: swap; font-weight: 400; src: local(""); }

:root {
  --bg: #0b0b0f;
  --card: #121219;
  --ink: #f3f3f7;
  --muted: #b9b9c6;
  --stroke: rgba(255, 255, 255, 0.10);
  --stroke2: rgba(255, 255, 255, 0.16);
  --accent: #7A1FA2;
  --gold: #D7B05B;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  --radius: 28px;
  --wrap: 1100px;
  --gradient-primary: linear-gradient(135deg, #7A1FA2 0%, #D7B05B 100%);
}

/* Base */
* { box-sizing: border-box; }
html, body { height: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 800px at 60% 0%, rgba(122, 31, 162, .20), transparent 60%),
    radial-gradient(900px 600px at 0% 20%, rgba(215, 176, 91, .12), transparent 55%),
    var(--bg);
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  line-height: 1.35;
}

a { color: inherit; text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .7; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }

/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 10, 14, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--stroke);
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.mark {
  width: 64px; height: 64px;
  border-radius: 18px;
  display: grid; place-items: center;
  border: 1px solid var(--stroke);
  background: rgba(18, 18, 25, .55);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
  overflow: hidden;
}
.mark img { width: 56px; height: 56px; object-fit: contain; }
.titles h1 { margin: 0; font-size: 28px; letter-spacing: .04em; }
.sub { margin-top: 6px; color: var(--muted); font-size: 13px; }

/* Hamburger Menu Icon Fix */
.mobile-menu-toggle { 
  display: none; 
  cursor: pointer; 
  background: none; 
  border: none; 
  flex-direction: column;
  gap: 6px;
  padding: 10px;
} 
.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--ink);
  transition: 0.3s;
}

/* Navigation */
.nav-menu { display: flex; gap: 14px; padding: 8px 0 14px; }
.nav-menu a { font-size: 13px; color: var(--muted); padding: 8px 10px; border-radius: 999px; border: 1px solid transparent; }
.nav-menu a.active { color: var(--ink); border-color: rgba(122, 31, 162, .55); background: rgba(122, 31, 162, .14); }

/* Photo Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; margin-top: 20px; }
.gallery-item { aspect-ratio: 4/5; overflow: hidden; border-radius: 16px; border: 1px solid var(--stroke); cursor: pointer; background: #1a1a1a; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover img { transform: scale(1.05); }

/* Card and Grid */
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.card { border-radius: var(--radius); border: 1px solid var(--stroke); background: rgba(18, 18, 25, .55); overflow: hidden; backdrop-filter: blur(10px); }
.hd { padding: 18px; }
.bd { padding: 0 18px 18px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 24px;
  border-radius: 18px;
  border: 1px solid rgba(122, 31, 162, 0.4);
  background: rgba(122, 31, 162, 0.1);
  backdrop-filter: blur(4px);
  color: var(--ink);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 160px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn:hover::before { width: 300px; height: 300px; }
.btn:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: rgba(122, 31, 162, 0.3);
  box-shadow: 0 10px 40px rgba(122, 31, 162, 0.4);
  opacity: 1;
}
.btn:active { transform: translateY(0); }
.btn-primary { background: rgba(122, 31, 162, 0.25); border-color: var(--accent); }

/* Hero Section */
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url('assets/hero-mobile.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), image-set(url('assets/hero-mobile.webp') type('image/webp'), url('assets/hero-mobile.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px;
  color: #fff;
  border-radius: var(--radius);
  margin: 20px 0;
  overflow: hidden;
}
.hero-copy { max-width: 600px; text-align: left; z-index: 2; }
.hero-copy h2 { font-size: 48px; margin: 0; letter-spacing: 2px; }
.hero-copy p { font-size: 18px; color: var(--muted); margin: 10px 0 20px; }

/* Desktop Version Styles */
@media (min-width: 761px) {
  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url('assets/hero-desktop.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), image-set(url('assets/hero-desktop.webp') type('image/webp'), url('assets/hero-desktop.jpg') type('image/jpeg'));
    min-height: 85vh;
    padding: 80px 60px;
  }
  .hero-copy h2 { font-size: 72px; }
  .mobile-menu-toggle { display: none !important; } 
  .nav-menu { display: flex !important; position: static; background: none; padding: 8px 0 14px; }
}

/* Video Grid */
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 10px; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 16px; background: #000; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Mobile Adjustments - FIXES VISIBILITY */
@media (max-width: 760px) {
  .grid { grid-template-columns: 1fr; }
  .mobile-menu-toggle { display: flex; } /* Changed from block to flex to show spans */
  
  .nav-menu { 
    display: none; 
    position: fixed; 
    inset: 0; 
    background: #0b0b0f; 
    flex-direction: column; 
    padding: 120px 24px; 
    z-index: 1050; 
    gap: 15px; 
    align-items: center;
  }
  
  /* Show menu only when the "active" class is applied by JS */
  .nav-menu.active { display: flex; }
  
  .hero { padding: 30px; }
  .hero-copy h2 { font-size: 42px; }
}

.footer { display: flex; justify-content: space-between; padding: 18px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--stroke); }

/* Hamburger active state (X animation) */
.mobile-menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Lazy loading images */
img[loading="lazy"] { opacity: 0; transition: opacity 0.3s; }
img[loading="lazy"].loaded { opacity: 1; }

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.lightbox.active { display: flex; }
.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  opacity: 1;
}
.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(122, 31, 162, 0.8);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
}
.lightbox-close:hover { background: rgba(122, 31, 162, 1); transform: rotate(90deg); }
.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(122, 31, 162, 0.6);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
}
.lightbox-nav:hover { background: rgba(122, 31, 162, 1); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
}

/* Loading spinner */
.loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 3px solid rgba(122, 31, 162, 0.3);
  border-top: 3px solid #7A1FA2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10000;
  display: none;
}
.loading-spinner.active { display: block; }
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Contact Form */
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 500;
  font-size: 14px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(18, 18, 25, .55);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  transition: all 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(122, 31, 162, 0.1);
}
.form-group textarea { resize: vertical; }
.form-status {
  margin-top: 20px;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
  display: none;
}
.form-status.success {
  display: block;
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  color: #4CAF50;
}
.form-status.error {
  display: block;
  background: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.3);
  color: #F44336;
}

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Cookie consent banner */
#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 110%);
  width: calc(100% - 40px);
  max-width: 560px;
  background: rgba(18, 18, 25, 0.97);
  border: 1px solid var(--stroke2);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 9000;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.6);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#cookie-banner p { margin: 0; font-size: 13px; color: var(--muted); flex: 1; }
#cookie-banner p a { color: var(--gold); text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
#cookie-decline {
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid var(--stroke2);
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
#cookie-decline:hover { color: var(--ink); border-color: var(--ink); }
#cookie-accept {
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid var(--accent);
  background: rgba(122, 31, 162, 0.25);
  color: var(--ink);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
#cookie-accept:hover { background: var(--accent); }

/* Media facades — lazy iframe loading */
.sc-facade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 166px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: rgba(18,18,25,.8);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}
.sc-facade:hover { border-color: #f50; background: rgba(255,85,0,.08); }
.sc-facade svg { fill: #f50; width: 36px; height: 36px; flex-shrink: 0; }

.sc-facade-tall { height: 450px; }

/* Spotify facade */
.sp-facade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 352px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: rgba(18,18,25,.8);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}
.sp-facade:hover { border-color: #1DB954; background: rgba(29,185,84,.08); }
.sp-facade svg { fill: #1DB954; width: 40px; height: 40px; flex-shrink: 0; }

.yt-facade {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #000 center/cover no-repeat;
}
.yt-facade::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  transition: background 0.2s;
}
.yt-facade:hover::after { background: rgba(0,0,0,0.2); }
.yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  background: rgba(255,0,0,0.85);
  border: none;
  border-radius: 10px;
  width: 64px;
  height: 44px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.yt-play-btn:hover { background: #f00; transform: translate(-50%,-50%) scale(1.08); }
.yt-play-btn svg { fill: #fff; width: 24px; height: 24px; }

/* ── Merch ──────────────────────────────────────────────────── */
.merch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.merch-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}
.merch-card:hover { border-color: var(--accent); transform: translateY(-3px); }

/* Product mockup — design-on-dark preview */
.merch-mockup {
  aspect-ratio: 1;
  background: #111118;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.merch-mockup::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(122,31,162,.18) 0%, transparent 70%);
}
.merch-mockup img {
  width: 55%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 24px rgba(122,31,162,.35));
  transition: transform 0.4s;
}
.merch-card:hover .merch-mockup img { transform: scale(1.06); }

/* Cap mockup — slightly different feel */
.merch-mockup-cap { padding: 40px; }
.merch-mockup-cap img { width: 65%; }

/* Tote mockup */
.merch-mockup-tote { padding: 28px; }
.merch-mockup-tote img { width: 48%; }

.merch-badge {
  position: absolute;
  top: 12px; right: 12px;
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px; border-radius: 20px;
  background: rgba(122,31,162,.8); color: #fff;
  z-index: 2;
}
.merch-badge.badge-new { background: rgba(215,176,91,.9); color: #000; }
.merch-badge.badge-soon { background: rgba(255,255,255,.1); color: var(--muted); border: 1px dashed var(--stroke2); }

.merch-info { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.merch-info h3 { font-size: 17px; margin: 0; }
.merch-info p  { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; flex: 1; }
.merch-footer  { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; flex-wrap: wrap; gap: 8px; }
.merch-price   { font-size: 20px; font-weight: 700; color: var(--gold); }
.merch-price small { font-size: 12px; color: var(--muted); font-weight: 400; margin-left: 4px; }

.merch-coming-soon {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 24px;
  background: rgba(255,255,255,.03);
  border: 1px dashed var(--stroke2);
  border-radius: 12px; text-align: center;
  color: var(--muted); font-size: 13px;
}
.merch-coming-soon i { font-size: 28px; color: var(--stroke2); }

/* ── Newsletter form ────────────────────────────────────────── */
.nl-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.nl-input {
  flex: 1;
  min-width: 200px;
  height: 44px;
  padding: 0 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--stroke2);
  border-radius: 10px;
  color: var(--ink);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.nl-input:focus { border-color: var(--accent); background: rgba(255,255,255,.09); }
.nl-input::placeholder { color: var(--muted); }
.nl-disclaimer { font-size: 12px; color: var(--muted); margin: 10px 0 0; }
.nl-status { margin-top: 10px; font-size: 13px; min-height: 20px; }

/* ── Mix Archive ────────────────────────────────────────────── */
.mix-archive { display: flex; flex-direction: column; }
.mix-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--stroke);
}
.mix-item:first-child { padding-top: 4px; }
.mix-item:last-child  { border-bottom: none; padding-bottom: 4px; }

.mix-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.mix-title  { font-size: 17px; margin: 0; line-height: 1.3; }
.mix-number { font-size: 12px; color: var(--muted); flex-shrink: 0; margin-top: 3px; }

.mix-meta-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 12px; color: var(--muted); margin-bottom: 14px;
}
.mix-meta-row .news-tag { font-size: 10px; padding: 2px 8px; }

.mix-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }

/* Tracklist */
.mix-tracklist {
  margin: 14px 0 0;
  padding: 14px;
  background: rgba(0,0,0,.25);
  border-radius: 10px;
  border: 1px solid var(--stroke);
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mix-tracklist li {
  font-size: 13px; color: var(--muted);
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
  display: flex; gap: 12px; align-items: baseline;
}
.mix-tracklist li:last-child { border-bottom: none; }
.mix-tracklist .trk-n {
  color: var(--accent); font-size: 10px; font-weight: 700;
  min-width: 20px; flex-shrink: 0;
}
.mix-tracklist .trk-artist { color: var(--ink); }

/* Coming-soon mix */
.mix-item-soon { opacity: 0.5; }
.mix-soon-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--muted);
  background: rgba(255,255,255,.05);
  border: 1px dashed var(--stroke2);
  border-radius: 8px; padding: 10px 14px; margin-top: 2px;
}

/* ── News / Blog ────────────────────────────────────────────── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.news-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}
.news-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.news-card-img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.news-card-img-link { overflow: hidden; display: block; }
.news-card-img-link img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: transform 0.4s; }
.news-card:hover .news-card-img-link img { transform: scale(1.03); }
.news-card-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.news-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.news-tag {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 20px;
  background: rgba(122,31,162,.25); color: var(--accent); border: 1px solid var(--accent);
}
.news-tag.tag-release { background: rgba(215,176,91,.15); color: var(--gold); border-color: var(--gold); }
.news-tag.tag-mix     { background: rgba(29,185,84,.15);  color: #1DB954;      border-color: #1DB954; }
.news-meta time { font-size: 12px; color: var(--muted); }
.news-card-body h3 { font-size: 17px; line-height: 1.35; margin: 0; }
.news-card-body h3 a { color: var(--ink); text-decoration: none; }
.news-card-body h3 a:hover { color: var(--gold); }
.news-card-body p { font-size: 14px; color: var(--muted); line-height: 1.65; margin: 0; flex: 1; }
.news-card-body .btn { margin-top: 4px; align-self: flex-start; }

/* Featured card — full width with side-by-side layout on desktop */
.news-card-featured {
  grid-column: 1 / -1;
  flex-direction: row;
}
.news-card-featured .news-card-img-link {
  flex: 0 0 45%;
  max-width: 45%;
}
.news-card-featured .news-card-img-link img { aspect-ratio: unset; height: 100%; }
.news-card-featured .news-card-body { padding: 28px; gap: 14px; }
.news-card-featured .news-card-body h3 { font-size: 22px; }
@media (max-width: 640px) {
  .news-card-featured { flex-direction: column; }
  .news-card-featured .news-card-img-link { flex: unset; max-width: 100%; }
  .news-card-featured .news-card-img-link img { aspect-ratio: 16/9; height: auto; }
}

/* Individual post page */
.post-back { font-size: 13px; color: var(--muted); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 16px; }
.post-back:hover { color: var(--gold); }
.post-hero { width: 100%; border-radius: var(--radius); object-fit: cover; max-height: 480px; display: block; margin-bottom: 24px; }
.post-header { margin-bottom: 24px; }
.post-header h2 { font-size: clamp(24px, 4vw, 36px); margin: 10px 0 0; line-height: 1.2; }
.post-body { font-size: 16px; line-height: 1.8; color: var(--muted); }
.post-body p { margin: 0 0 18px; }
.post-body h3 { font-size: 18px; color: var(--ink); margin: 28px 0 10px; }
.post-body strong { color: var(--ink); }
.post-body a { color: var(--gold); }
.post-details {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px; margin: 24px 0;
}
.post-detail-item {
  background: rgba(18,18,25,.8); border: 1px solid var(--stroke);
  border-radius: 12px; padding: 14px 16px;
}
.post-detail-item span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 4px; }
.post-detail-item strong { font-size: 15px; color: var(--ink); }
