/* Home page — entrance grid */

.home-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
}

/* ==== HERO ==== */
.home-hero {
  padding: 88px 56px 56px;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
}
.home-hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-hero-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}
.home-hero-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(56px, 6.4vw, 96px);
  line-height: 1.1;
  letter-spacing: -0.012em;
  margin: 0 0 36px;
  text-wrap: balance;
  padding-bottom: 6px;
}
.home-hero-title em {
  font-style: italic;
  color: var(--ink-soft);
  font-weight: 400;
}
.home-hero-lede {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 36ch;
  margin: 16px 0 0;
  text-wrap: pretty;
}

.home-hero-side {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  text-transform: uppercase;
  display: grid;
  gap: 18px;
  padding-bottom: 8px;
}
.home-hero-side-row { display: flex; gap: 16px; align-items: baseline; }
.home-hero-side-label {
  width: 80px;
  flex-shrink: 0;
  color: var(--accent);
}
.home-hero-side-value {
  color: var(--ink);
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 13px;
  font-family: var(--font-body);
}

/* ==== ENTRANCE GRID ==== */
.home-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--rule);
}
.home-tile {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 32px 28px 28px;
  background: var(--bg);
  transition: background 180ms ease;
  min-height: 280px;
  overflow: hidden;
}
.home-tile:last-child { border-right: none; }
.home-tile:hover { background: var(--paper); }
.home-tile:hover .home-tile-art { transform: scale(1.02); }

/* Tile column spans */
.home-tile.span-5 { grid-column: span 5; }
.home-tile.span-4 { grid-column: span 4; }
.home-tile.span-3 { grid-column: span 3; }
.home-tile.span-7 { grid-column: span 7; }
.home-tile.span-6 { grid-column: span 6; }
.home-tile.span-8 { grid-column: span 8; }

.home-tile-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-soft);
}
.home-tile-label {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--accent);
  margin-top: 4px;
}
.home-tile-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 16px 0 14px;
}
.home-tile-title em { font-style: italic; color: var(--ink-soft); font-weight: 400; }
.home-tile-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 32ch;
  margin: 0 0 24px;
  text-wrap: pretty;
}
.home-tile-arrow {
  position: absolute;
  bottom: 24px;
  right: 28px;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--accent);
  transition: transform 200ms ease;
}
.home-tile:hover .home-tile-arrow { transform: translateX(6px); }

/* Tile artwork — each tile gets its own visual */
.home-tile-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: transform 400ms ease;
  z-index: 0;
}
.home-tile-content {
  position: relative;
  z-index: 1;
}

/* CATALOG: staff lines */
.art-catalog {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  opacity: 0.55;
}
.art-catalog .staff {
  height: 1px;
  background: var(--accent);
  opacity: 0.35;
  margin-bottom: 8px;
}
.art-catalog .staff:nth-child(1) { width: 60%; }
.art-catalog .staff:nth-child(2) { width: 78%; }
.art-catalog .staff:nth-child(3) { width: 45%; }
.art-catalog .staff:nth-child(4) { width: 88%; }
.art-catalog .staff:nth-child(5) { width: 30%; }

/* BIOGRAPHY: portrait silhouette */
.art-bio {
  background: linear-gradient(135deg, var(--paper) 0%, var(--bg) 100%);
}
.art-bio svg {
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: 70%;
  height: 80%;
  opacity: 0.18;
}

/* RECORDINGS: vinyl */
.art-rec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  opacity: 0.7;
}
.art-rec .vinyl {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--accent) 0 14%, transparent 14%),
              repeating-radial-gradient(circle at center, var(--ink) 0 1px, transparent 1px 4px);
  opacity: 0.32;
}

/* PRESS: large quote mark */
.art-press {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 280px;
  line-height: 0.7;
  color: var(--accent);
  opacity: 0.12;
  position: absolute;
  bottom: -60px;
  right: 20px;
  pointer-events: none;
  user-select: none;
}

/* CONTACT: simple envelope motif */
.art-contact {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 40px;
  opacity: 0.5;
}
.art-contact .env {
  width: 130px;
  height: 84px;
  border: 1px solid var(--accent);
  position: relative;
  opacity: 0.4;
}
.art-contact .env::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 49.5%, var(--accent) 49.5%, var(--accent) 50.5%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, var(--accent) 49.5%, var(--accent) 50.5%, transparent 50.5%);
  opacity: 0.5;
}

/* ==== FEATURED ROW ==== */
.home-featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--rule);
}
.home-feat {
  padding: 48px 40px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.home-feat:last-child { border-right: none; }
.home-feat-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.home-feat-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 18px;
  text-wrap: pretty;
}
.home-feat-attr {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  text-transform: uppercase;
}
.home-feat-attr strong { color: var(--ink); font-weight: 500; }

.home-feat-work-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 8px;
}
.home-feat-work-title em { font-style: italic; color: var(--ink-soft); font-weight: 400; }
.home-feat-work-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.home-feat-work-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 18px;
}
.home-feat-link {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
  padding-bottom: 2px;
}
.home-feat-link:hover { border-bottom-color: var(--accent); }
.home-feat-link::after {
  content: "→";
  font-family: var(--font-display);
  font-size: 14px;
}

/* ==== HOME FOOTER STRIP ==== */
.home-strip {
  padding: 32px 56px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  text-transform: uppercase;
}
.home-strip-mid {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
}

/* Responsive */
@media (max-width: 980px) {
  .home-hero { grid-template-columns: 1fr; gap: 32px; padding: 56px 32px 40px; }
  .home-tile.span-5, .home-tile.span-4, .home-tile.span-3,
  .home-tile.span-7, .home-tile.span-6, .home-tile.span-8 { grid-column: span 12; }
  .home-tile { border-right: none; }
  .home-featured { grid-template-columns: 1fr; }
  .home-feat { border-right: none; border-bottom: 1px solid var(--rule); }
  .home-feat:last-child { border-bottom: none; }
  .home-strip { flex-direction: column; gap: 12px; padding: 24px 32px; }
}
