/* ═══════════════════════════════════════════════════════════════════
   HOMEPAGE — REDESIGN (June 2026)
   Consolidates 10 sections into 5. Visual rhythm: same outer rhythm,
   distinct interior treatment per section so they don't blur together.
   ═══════════════════════════════════════════════════════════════════ */


/* ─── HERO ────────────────────────────────────────────────────────── */

.home-hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(201,161,74,0.07) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(14,42,31,0.45) 0%, transparent 50%),
    var(--ink);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 80px;
  align-items: start;
}

.home-eyebrow {
  display: inline-flex; gap: 14px; align-items: center;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
}
.home-eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--gold);
}

.home-h1 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(54px, 7vw, 96px); line-height: 0.92;
  letter-spacing: -0.025em; color: var(--bone);
  margin: 0 0 28px;
}
.home-h1 em { font-style: italic; color: var(--gold); }
.home-h1-underline {
  position: relative; display: inline-block;
}
.home-h1-underline::after {
  content: ''; position: absolute;
  left: 0; right: 0; bottom: 0.08em;
  height: 0.06em; background: var(--gold);
  opacity: 0.65;
}

.home-lede {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55;
  color: var(--bone-2); max-width: 580px; margin: 0 0 32px;
}

.home-cta-row {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 28px;
}

.home-hero-foot {
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.08em; color: var(--bone-3);
  margin: 0;
}
.home-hero-foot a {
  color: var(--gold); text-decoration: none;
  border-bottom: 1px dotted rgba(201,161,74,0.4);
  padding-bottom: 1px;
}
.home-hero-foot a:hover { border-bottom-color: var(--gold); }


/* ─── HERO RIGHT-SIDE "COMING UP" PANEL ──────────────────────────── */

.home-now {
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015) 0%, rgba(0,0,0,0.15) 100%),
    rgba(11,13,12,0.4);
  border-radius: 4px;
  position: relative;
}

.home-now-head {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bone-3); margin-bottom: 18px;
  padding-bottom: 14px; border-bottom: 1px solid var(--line);
  width: 100%;
}
.home-now-dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(201,161,74,0.5);
  animation: home-pulse 2s ease-out infinite;
}
@keyframes home-pulse {
  0% { box-shadow: 0 0 0 0 rgba(201,161,74,0.5); }
  70% { box-shadow: 0 0 0 8px rgba(201,161,74,0); }
  100% { box-shadow: 0 0 0 0 rgba(201,161,74,0); }
}

.home-now-event {
  display: block; padding: 14px 0;
  text-decoration: none; color: var(--bone);
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.2s ease, color 0.2s ease;
}
.home-now-event:last-child { border-bottom: none; }
.home-now-event:hover { padding-left: 4px; }

.home-now-event-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 6px; gap: 12px;
}
.home-now-event-label {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bone-3);
}
.home-now-event-wc .home-now-event-label { color: #C9A14A; }
.home-now-event-dj .home-now-event-label { color: #D4B86A; }

.home-now-event-count {
  font-family: var(--font-mono); font-size: 12.5px;
  letter-spacing: 0.04em; color: var(--bone-2);
  font-weight: 500;
}

.home-now-event-title {
  display: block; font-family: var(--font-display);
  font-size: 18px; line-height: 1.25; font-weight: 400;
  color: var(--bone); margin: 4px 0 6px;
  letter-spacing: -0.01em;
}

.home-now-event-cta {
  display: block; font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold);
}


/* ─── SECTION HEAD (shared rhythm) ──────────────────────────────── */

.s-head {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.s-head-num {
  display: block; font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.s-head-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(36px, 5vw, 56px); line-height: 1.02;
  letter-spacing: -0.022em; color: var(--bone);
  margin: 0;
}
.s-head-title em { font-style: italic; color: var(--gold); }
.s-head-lede {
  font-family: var(--font-display); font-weight: 300;
  font-size: 18px; line-height: 1.55; color: var(--bone-2);
  max-width: 680px; margin: 18px 0 0;
}
.s-head-all {
  position: absolute; right: 0; bottom: 32px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bone-3); text-decoration: none;
}
.s-head-all:hover { color: var(--gold); }


/* ─── SECTION 2 — RIGHT NOW (paired features) ────────────────────── */

.home-right-now {
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
}

.home-feature-pair {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.home-feature {
  position: relative;
  padding: 36px 32px 32px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background:
    radial-gradient(ellipse at top right, rgba(255,255,255,0.025) 0%, transparent 60%),
    rgba(14,16,15,0.4);
  display: flex; flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.home-feature:hover {
  border-color: rgba(201,161,74,0.3);
  transform: translateY(-2px);
}

.home-feature-stripe {
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px; border-radius: 4px 4px 0 0;
}
.home-feature-stripe-wc {
  background: linear-gradient(90deg,
    var(--wc-flag-r, #DE3831) 0%, var(--wc-flag-r, #DE3831) 33%,
    var(--wc-flag-y, #FFB81C) 33%, var(--wc-flag-y, #FFB81C) 66%,
    var(--wc-flag-g, #007A4D) 66%, var(--wc-flag-g, #007A4D) 100%);
}
.home-feature-stripe-dj {
  background: linear-gradient(90deg, #0E5340 0%, #D4B86A 50%, #0E5340 100%);
}

.home-feature-head { margin-bottom: 20px; }
.home-feature-eyebrow {
  display: block; font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bone-3); margin-bottom: 12px;
}
.home-feature-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(32px, 4.2vw, 48px); line-height: 1;
  letter-spacing: -0.02em; color: var(--bone); margin: 0;
}
.home-feature-title em { font-style: italic; color: var(--gold); }
.home-feature-dj .home-feature-title em { color: #D4B86A; }

.home-feature-lede {
  font-family: var(--font-display); font-weight: 300;
  font-size: 16.5px; line-height: 1.6; color: var(--bone-2);
  margin: 0 0 24px;
}

.home-feature-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line);
  list-style: none; padding: 0;
  margin: 0 0 28px;
  border: 1px solid var(--line);
  border-radius: 3px; overflow: hidden;
}
.home-feature-stats li {
  background: rgba(11,13,12,0.6);
  padding: 14px 12px;
  display: flex; flex-direction: column;
  gap: 4px; text-align: left;
}
.home-feature-stat-n {
  font-family: var(--font-display); font-weight: 500;
  font-size: 24px; line-height: 1;
  color: var(--bone);
}
.home-feature-stat-n small {
  font-size: 12px; font-weight: 400; opacity: 0.7;
}
.home-feature-stat-l {
  font-family: var(--font-mono); font-size: 9.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bone-3);
}

.home-feature-links { margin-top: auto; }
.home-feature-primary {
  display: inline-block; padding: 12px 22px;
  background: var(--gold); color: var(--ink);
  font-family: var(--font-mono); font-size: 12px;
  font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none;
  border-radius: 2px; margin-bottom: 18px;
  transition: background 0.2s ease;
}
.home-feature-primary:hover { background: #D4B567; }
.home-feature-dj .home-feature-primary {
  background: #D4B86A; color: #0B0D0C;
}
.home-feature-dj .home-feature-primary:hover { background: #E5C77B; }

.home-feature-secondary {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.home-feature-secondary li a {
  display: block; padding: 6px 0;
  font-family: var(--font-sans); font-size: 14px;
  color: var(--bone-2); text-decoration: none;
  border-bottom: 1px dotted transparent;
  transition: color 0.15s ease, border-color 0.15s ease, padding-left 0.15s ease;
}
.home-feature-secondary li a::before {
  content: '→ '; opacity: 0; margin-right: 0;
  transition: opacity 0.15s ease, margin-right 0.15s ease;
}
.home-feature-secondary li a:hover {
  color: var(--gold);
  border-bottom-color: rgba(201,161,74,0.25);
  padding-left: 4px;
}
.home-feature-secondary li a:hover::before {
  opacity: 0.7; margin-right: 4px;
}


/* ─── SECTION 3 — DIRECTORY (4-column site map) ──────────────────── */

.home-directory {
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
}

.home-directory-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  border-radius: 4px; overflow: hidden;
}

.home-dir-col {
  background: rgba(14,16,15,0.4);
  padding: 32px 28px 28px;
  display: flex; flex-direction: column;
  transition: background 0.2s ease;
}
.home-dir-col:hover { background: rgba(20,22,21,0.6); }

.home-dir-head { margin-bottom: 24px; }
.home-dir-num {
  display: block; font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.16em;
  color: var(--gold); opacity: 0.7;
  margin-bottom: 12px;
}
.home-dir-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: 32px; line-height: 1;
  margin: 0 0 14px; letter-spacing: -0.02em;
}
.home-dir-title a {
  color: var(--bone); text-decoration: none;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0% 1px; background-position: 0 100%;
  transition: background-size 0.3s ease;
}
.home-dir-title a:hover { background-size: 100% 1px; color: var(--gold); }
.home-dir-blurb {
  font-family: var(--font-sans); font-size: 14px;
  line-height: 1.55; color: var(--bone-2);
  margin: 0;
}

.home-dir-links {
  list-style: none; padding: 0; margin: 0 0 20px;
  border-top: 1px solid var(--line);
}
.home-dir-links li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.home-dir-links li:last-child { border-bottom: none; }
.home-dir-links li a {
  font-family: var(--font-sans); font-size: 14.5px;
  color: var(--bone); text-decoration: none;
  flex: 1; transition: color 0.15s ease;
}
.home-dir-links li a:hover { color: var(--gold); }
.home-dir-tag {
  font-family: var(--font-mono); font-size: 9.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--bone-3); white-space: nowrap;
}

.home-dir-all {
  margin-top: auto;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  padding-top: 18px; border-top: 1px solid var(--line);
}
.home-dir-all:hover { letter-spacing: 0.2em; }


/* ─── SECTION 4 — READING ROOM ───────────────────────────────────── */

.home-reading {
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
}

.home-reading-grid {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 32px;
}

.home-reading-feature {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 4px;
  background:
    radial-gradient(ellipse at top right, rgba(201,161,74,0.07) 0%, transparent 60%),
    rgba(14,16,15,0.5);
  overflow: hidden;
}
.home-reading-feature-link {
  display: flex; flex-direction: column;
  padding: 38px 36px 36px;
  text-decoration: none; color: inherit;
  height: 100%;
}
.home-reading-tag {
  display: inline-block; align-self: flex-start;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); padding: 5px 10px;
  border: 1px solid rgba(201,161,74,0.3);
  border-radius: 2px; margin-bottom: 24px;
}
.home-reading-feature-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(30px, 3.8vw, 44px); line-height: 1.05;
  letter-spacing: -0.02em; color: var(--bone);
  margin: 0 0 20px;
}
.home-reading-feature-title em {
  font-style: italic; color: var(--gold);
}
.home-reading-feature-lede {
  font-family: var(--font-display); font-weight: 300;
  font-size: 16.5px; line-height: 1.6;
  color: var(--bone-2); margin: 0 0 22px;
}
.home-reading-feature-points {
  list-style: none; padding: 0; margin: 0 0 28px;
}
.home-reading-feature-points li {
  position: relative; padding: 8px 0 8px 24px;
  font-family: var(--font-sans); font-size: 14.5px;
  line-height: 1.55; color: var(--bone-2);
  border-bottom: 1px solid var(--line);
}
.home-reading-feature-points li:last-child { border-bottom: none; }
.home-reading-feature-points li::before {
  content: '◆'; position: absolute; left: 0; top: 9px;
  color: var(--gold); font-size: 9px; opacity: 0.7;
}
.home-reading-feature-cta {
  margin-top: auto;
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
}

.home-reading-recent {
  display: grid; gap: 16px;
}

.home-reading-card {
  display: block; padding: 22px 24px;
  border: 1px solid var(--line); border-radius: 3px;
  background: rgba(14,16,15,0.4);
  text-decoration: none; color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.home-reading-card:hover {
  border-color: rgba(201,161,74,0.3);
  background: rgba(20,22,21,0.6);
}
.home-reading-card-meta {
  display: block; font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bone-3); margin-bottom: 10px;
}
.home-reading-card-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: 19px; line-height: 1.25;
  color: var(--bone); margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.home-reading-card-snippet {
  font-family: var(--font-sans); font-size: 13.5px;
  line-height: 1.55; color: var(--bone-2);
  margin: 0 0 12px;
}
.home-reading-card-cta {
  display: inline-block; font-family: var(--font-mono);
  font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
}


/* ─── SECTION 5 — FAQ ────────────────────────────────────────────── */

.home-faq {
  padding: 88px 0;
}


/* ─── RESPONSIVE ─────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .home-feature-pair { grid-template-columns: 1fr; gap: 24px; }
  .home-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .home-reading-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 720px) {
  .home-hero { padding: 56px 0 48px; }
  .home-h1 { font-size: clamp(44px, 11vw, 68px); }
  .home-lede { font-size: 16px; }
  .home-cta-row { flex-direction: column; align-items: stretch; }
  .home-cta-row .btn { text-align: center; }
  .home-right-now, .home-directory, .home-reading, .home-faq { padding: 56px 0; }
  .home-feature { padding: 28px 22px 24px; }
  .home-feature-stats {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-feature-stat-n { font-size: 20px; }
  .home-directory-grid {
    grid-template-columns: 1fr;
  }
  .home-dir-col { padding: 28px 22px; }
  .home-reading-feature-link { padding: 30px 24px 26px; }
  .home-reading-feature-title { font-size: 26px; }
  .s-head-title { font-size: clamp(30px, 9vw, 42px); }
  .s-head-all {
    position: static; display: block;
    margin-top: 12px;
  }
}

@media (max-width: 460px) {
  .home-now { padding: 18px; }
  .home-now-event-title { font-size: 16px; }
  .home-feature-title { font-size: 28px; }
  .home-feature-stat-n { font-size: 18px; }
  .home-feature-stat-l { font-size: 8.5px; letter-spacing: 0.1em; }
}
