:root {
  --lhw-bg: #f4efe6;
  --lhw-panel: #fffaf1;
  --lhw-paper: #f8f2e7;
  --lhw-ink: #111111;
  --lhw-muted: #5d5349;
  --lhw-border: rgba(17, 17, 17, 0.1);
  --lhw-red: #c91913;
  --lhw-red-deep: #a50f0a;
  --lhw-gold: #d3b35f;
  --lhw-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
  --lhw-radius: 24px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: radial-gradient(circle at top, #fdf8ef 0%, var(--lhw-bg) 55%, #eee5d6 100%);
  color: var(--lhw-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

a { color: inherit; }

.site-shell { min-height: 100vh; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 28px;
  background: #0f0f12;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a {
  color: rgba(255,255,255,0.86);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.search {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search input,
.lhw-inline-search input {
  width: min(100%, 360px);
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  outline: none;
}

.search input {
  min-width: 280px;
}

.search input::placeholder,
.lhw-inline-search input::placeholder {
  color: rgba(255,255,255,0.62);
}

.search button,
.lhw-inline-search button,
.lhw-button {
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search button,
.lhw-inline-search button,
.lhw-button--accent {
  background: linear-gradient(180deg, var(--lhw-red) 0%, var(--lhw-red-deep) 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(201, 25, 19, 0.28);
}

.lhw-button--ghost {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(18,18,20,0.14);
  color: var(--lhw-ink);
}

main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px 24px 56px;
}

.lhw-home,
.lhw-page-shell,
.lhw-casting-page,
.lhw-article,
.lhw-copy-page {
  display: grid;
  gap: 28px;
}

.lhw-home-hero,
.lhw-page-hero,
.lhw-casting-hero,
.lhw-copy-hero,
.lhw-article-hero {
  background: linear-gradient(180deg, rgba(18,18,20,0.98) 0%, rgba(26,26,31,0.98) 100%);
  color: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--lhw-shadow);
  border: 1px solid rgba(255,255,255,0.06);
}

.lhw-home-hero {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.88fr) minmax(320px, 0.62fr);
  gap: 26px;
  align-items: stretch;
  min-height: 560px;
  background:
    radial-gradient(circle at 34% 18%, rgba(198, 25, 19, 0.08), transparent 18%),
    linear-gradient(90deg, #f7efe3 0%, #f3eadc 44%, rgba(243, 234, 220, 0.68) 58%, rgba(20, 20, 22, 0.04) 100%);
  color: var(--lhw-ink);
  border: 1px solid rgba(18,18,20,0.1);
  box-shadow: 0 26px 60px rgba(18,18,20,0.16);
  position: relative;
  overflow: hidden;
}

.lhw-home-hero::before {
  content: "EST. 1968";
  position: absolute;
  top: 58px;
  left: 36%;
  transform: rotate(-13deg);
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(18,18,20,0.055);
  border: 2px solid rgba(18,18,20,0.055);
  border-radius: 50%;
  padding: 34px 26px;
  pointer-events: none;
}

.lhw-home-hero-main,
.lhw-page-hero,
.lhw-casting-main,
.lhw-copy-hero,
.lhw-article-hero {
  display: grid;
  gap: 14px;
}

.lhw-home-hero-main h1,
.lhw-page-hero h1,
.lhw-casting-main h1,
.lhw-copy-hero h1,
.lhw-article-hero h1 {
  margin: 0;
  font-family: "Impact", "Arial Black", "Segoe UI Black", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.lhw-home-hero-main h1 {
  font-size: clamp(3.2rem, 6.6vw, 6.4rem);
  max-width: 8.8ch;
  color: #111;
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}

.lhw-home-hero-main h1 span {
  color: var(--lhw-red);
  display: inline;
}

.lhw-home-hero-main p,
.lhw-page-hero p,
.lhw-casting-main p,
.lhw-copy-hero p,
.lhw-article-hero p,
.lhw-rail-card p,
.lhw-card p,
.lhw-section-heading p,
.lhw-spotlight-card p,
.lhw-spotlight-side p,
.lhw-stat-card span,
.lhw-price-card p,
.lhw-copy-card p,
.lhw-faq-item p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  font-size: 1rem;
}

.lhw-home-hero-main p {
  color: #241d19;
  max-width: 620px;
  font-size: 1.18rem;
  line-height: 1.45;
}

.lhw-rail-card p,
.lhw-section-heading p,
.lhw-card p,
.lhw-spotlight-card p,
.lhw-spotlight-side p,
.lhw-stat-card span,
.lhw-price-card p,
.lhw-copy-card p,
.lhw-faq-item p,
.lhw-bullet-list li,
.lhw-related-link {
  color: var(--lhw-muted);
}

.lhw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lhw-gold);
}

.lhw-kicker--hero { color: #f6d48e; }

.lhw-action-row,
.lhw-trust-inline,
.lhw-chip-row,
.lhw-related-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.lhw-trust-inline span {
  border: 1px solid rgba(18,18,20,0.12);
  border-radius: 999px;
  padding: 8px 12px;
  color: #2d2621;
  font-size: 0.92rem;
  background: rgba(255,255,255,0.46);
}

.lhw-home-hero-media {
  display: grid;
  gap: 14px;
  grid-template-rows: 1fr auto;
  align-self: end;
  position: relative;
  z-index: 1;
}

.lhw-home-photo,
.lhw-card-media,
.card-media,
.lhw-casting-photo,
.lhw-reference-card,
.lhw-photo-reference {
  overflow: hidden;
  border-radius: 24px;
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
}

.lhw-home-photo img,
.lhw-card-media img,
.card-media img,
.lhw-casting-photo img,
.lhw-reference-card img,
.lhw-photo-reference img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lhw-home-photo {
  min-height: 340px;
  border-radius: 30px;
  box-shadow: 0 30px 50px rgba(18,18,20,0.18);
}

.card-media {
  aspect-ratio: 4 / 3;
  margin: 0 0 16px;
  border-radius: 18px;
}

.lhw-home-photo--secondary {
  min-height: 180px;
  transform: translateX(-34px);
  max-width: 78%;
  justify-self: start;
}

.lhw-home-hero-rail,
.lhw-casting-rail,
.lhw-mini-grid,
.lhw-card-grid,
.lhw-year-grid,
.lhw-reference-grid,
.lhw-stat-grid,
.lhw-price-board,
.lhw-photo-id-grid {
  display: grid;
  gap: 18px;
}

.lhw-home-hero-rail,
.lhw-casting-rail {
  grid-auto-rows: 1fr;
}

.lhw-home-hero .lhw-rail-card:first-child {
  background: linear-gradient(180deg, #151517, #0d0d0f);
  color: #fff;
  border-color: rgba(255,255,255,0.12);
}

.lhw-home-hero .lhw-rail-card:first-child h2,
.lhw-home-hero .lhw-rail-card:first-child p {
  color: #fff;
}

.lhw-home-hero .lhw-rail-card:first-child p {
  color: rgba(255,255,255,0.76);
}

.lhw-rail-card,
.lhw-card,
.lhw-mini-card,
.lhw-spotlight-card,
.lhw-spotlight-side,
.lhw-pillar,
.lhw-stat-card,
.lhw-price-card,
.lhw-copy-card,
.lhw-faq-item,
.lhw-year-card,
.lhw-reference-card,
.lhw-value-lane {
  background: var(--lhw-panel);
  border-radius: var(--lhw-radius);
  border: 1px solid var(--lhw-border);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
}

.lhw-rail-card,
.lhw-card,
.lhw-mini-card,
.lhw-spotlight-card,
.lhw-spotlight-side,
.lhw-pillar,
.lhw-stat-card,
.lhw-price-card,
.lhw-copy-card,
.lhw-faq-item,
.lhw-year-card,
.lhw-reference-card {
  padding: 20px;
}

.lhw-rail-card h2,
.lhw-section-heading h2,
.lhw-spotlight-card h2,
.lhw-spotlight-side h3,
.lhw-price-card h2,
.lhw-price-card h3,
.lhw-card h3,
.lhw-mini-card h3,
.lhw-copy-card h2,
.lhw-article-section h2,
.lhw-related-band h2 {
  margin: 0 0 10px 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--lhw-ink);
  letter-spacing: -0.03em;
}

.lhw-page-hero h1,
.lhw-casting-main h1 { color: #fff; }

.lhw-rail-card h2 { color: var(--lhw-ink); }
.lhw-home-hero .lhw-rail-card:first-child h2 { color: #fff; }

.lhw-page-hero .lhw-button--ghost,
.lhw-casting-hero .lhw-button--ghost,
.lhw-copy-hero .lhw-button--ghost,
.lhw-article-hero .lhw-button--ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

.lhw-home-hero .lhw-button--ghost {
  background: rgba(255,255,255,0.72);
  border-color: rgba(18,18,20,0.14);
  color: var(--lhw-ink);
}

.lhw-page-hero p,
.lhw-copy-hero p,
.lhw-article-hero p {
  color: rgba(255,255,255,0.82);
}

.lhw-page-hero .lhw-chip,
.lhw-casting-hero .lhw-chip,
.lhw-copy-hero .lhw-chip,
.lhw-article-hero .lhw-chip {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.12);
}

.lhw-rail-card .lhw-button--ghost,
.lhw-spotlight-card .lhw-button--ghost {
  color: var(--lhw-ink);
  border-color: rgba(18,18,20,0.14);
  background: rgba(255,255,255,0.72);
}

.lhw-rail-card .lhw-inline-search input,
.lhw-spotlight-card .lhw-inline-search input,
.lhw-copy-card .lhw-inline-search input,
.lhw-price-card .lhw-inline-search input {
  background: rgba(255,255,255,0.94);
  color: var(--lhw-ink);
  border: 1px solid rgba(18,18,20,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.lhw-rail-card .lhw-inline-search input::placeholder,
.lhw-spotlight-card .lhw-inline-search input::placeholder,
.lhw-copy-card .lhw-inline-search input::placeholder,
.lhw-price-card .lhw-inline-search input::placeholder {
  color: rgba(18,18,20,0.46);
}

.lhw-inline-search {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lhw-inline-search input {
  flex: 1 1 220px;
  width: 100%;
  color: #fff;
}

.lhw-pillars {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lhw-pillar strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.lhw-pillar span { color: var(--lhw-muted); }

.lhw-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 18px;
}

.lhw-spotlight-head,
.lhw-casting-media,
.lhw-photo-id-grid,
.lhw-price-board,
.lhw-fact-grid {
  display: grid;
  gap: 18px;
}

.lhw-spotlight-head {
  grid-template-columns: 220px 1fr;
}

.lhw-spotlight-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  min-height: 180px;
}

.lhw-fact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lhw-fact-grid div {
  background: var(--lhw-paper);
  border-radius: 18px;
  padding: 14px;
  border: 1px solid var(--lhw-border);
}

.lhw-fact-grid strong,
.lhw-stat-card strong,
.lhw-locked-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lhw-fact-grid span { color: var(--lhw-muted); }

.lhw-value-lane {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.lhw-locked-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  filter: blur(8px);
  opacity: 0.8;
  pointer-events: none;
}

.lhw-locked-grid--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.lhw-locked-card {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #161616 0%, #222 100%);
  color: #fff;
  min-height: 160px;
  border: 1px solid rgba(255,255,255,0.08);
}

.lhw-locked-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.lhw-locked-card p { color: rgba(255,255,255,0.74); }

.lhw-locked-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(12,12,14,0.12) 0%, rgba(12,12,14,0.2) 100%);
}

.lhw-locked-overlay > div {
  max-width: 520px;
  background: rgba(255,250,241,0.92);
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(17,17,17,0.1);
  box-shadow: 0 18px 40px rgba(17,17,17,0.12);
}

.lhw-locked-overlay strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.lhw-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lhw-card--compact .lhw-card-media { min-height: 140px; }
.lhw-card--casting .lhw-card-media { min-height: 190px; }
.lhw-card--guide .lhw-card-body { min-height: 220px; }

.lhw-card .card-media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
}

.lhw-card .card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lhw-card-body,
.lhw-mini-card div {
  display: grid;
  gap: 10px;
}

.lhw-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.lhw-mini-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 16px;
}

.lhw-mini-card img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 16px;
  background: #111;
}

.lhw-year-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lhw-year-card {
  display: grid;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.lhw-year-card strong {
  font-size: 1.32rem;
  font-family: Georgia, "Times New Roman", serif;
}

.lhw-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(17,17,17,0.06);
  color: var(--lhw-ink);
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,0.08);
  font-size: 0.9rem;
  text-decoration: none;
}

.lhw-chip--link:hover,
.lhw-related-link:hover,
.lhw-card h3 a:hover,
.lhw-mini-card h3 a:hover { color: var(--lhw-red); }

.lhw-section,
.lhw-related-band,
.lhw-article-section {
  display: grid;
  gap: 16px;
}

.lhw-section-heading { display: grid; gap: 8px; }

.lhw-stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.lhw-stat-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.lhw-reference-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lhw-reference-card figcaption {
  padding: 12px 14px 0;
  color: var(--lhw-muted);
  font-size: 0.92rem;
}

.lhw-casting-media {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lhw-casting-photo { min-height: 420px; }
.lhw-photo-fallback {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.72);
}

.lhw-breadcrumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--lhw-muted);
  font-size: 0.94rem;
}

.lhw-breadcrumbs a { text-decoration: none; color: var(--lhw-muted); }

.lhw-related-links { gap: 10px; }
.lhw-related-link {
  padding: 12px 14px;
  border-radius: 18px;
  background: var(--lhw-panel);
  border: 1px solid var(--lhw-border);
  text-decoration: none;
}

.lhw-bullet-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.lhw-ad-slot {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(17,17,17,0.18);
  background: rgba(255,255,255,0.55);
  color: var(--lhw-muted);
  font-size: 0.95rem;
}

.lhw-copy-card,
.lhw-faq-item {
  background: rgba(255,255,255,0.62);
}

.lhw-utility-grid,
.lhw-path-grid {
  display: grid;
  gap: 18px;
}

.lhw-utility-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.lhw-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lhw-faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--lhw-ink);
}

.lhw-price-board { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lhw-price-card--primary {
  background: #f7faff;
  border-color: #8facd8;
  color: var(--lhw-ink);
}
.lhw-price-card--primary h2 { color: #06459c; }
.lhw-price-card--primary p { color: var(--lhw-muted); }

.lhw-photo-id-grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.lhw-photo-reference img { min-height: 280px; object-fit: cover; }
.lhw-photo-reference figcaption { padding: 12px 14px; color: var(--lhw-muted); }

.site-footer {
  margin-top: 36px;
  padding: 20px 28px 36px;
  color: var(--lhw-muted);
  border-top: 1px solid rgba(17,17,17,0.08);
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-links a {
  text-decoration: none;
}

/* ArticleBase-style directory skin. Keep the collector data dense, fast, and readable. */
:root {
  --lhw-bg: #ffffff;
  --lhw-panel: #ffffff;
  --lhw-paper: #f7f9fc;
  --lhw-ink: #111111;
  --lhw-muted: #555f6f;
  --lhw-border: #c9d3e2;
  --lhw-red: #0b4ea2;
  --lhw-red-deep: #073a82;
  --lhw-gold: #003f91;
  --lhw-shadow: none;
  --lhw-radius: 0;
}

body {
  background: #ffffff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

.topbar {
  position: static;
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "brand search"
    "nav nav";
  gap: 10px 24px;
  padding: 12px 10px 0;
  background: #fff;
  border-bottom: 0;
}

.brand {
  grid-area: brand;
  color: #2456a6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.brand::after {
  content: " Free Collector Directory";
  color: #777;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 8px;
}

.nav {
  grid-area: nav;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  background: linear-gradient(#3569bd, #06459c);
  border: 1px solid #0b418e;
}

.nav a,
.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  border-right: 1px solid rgba(255,255,255,0.25);
  text-transform: none;
  letter-spacing: 0;
}

.search {
  grid-area: search;
  justify-content: end;
  align-self: center;
}

.search input,
.lhw-inline-search input {
  border-radius: 0;
  border: 1px solid #aeb8c8;
  background: #fff;
  color: #111;
  padding: 5px 7px;
  min-height: 27px;
  box-shadow: none;
}

.search input::placeholder,
.lhw-inline-search input::placeholder {
  color: #667085;
}

.search button,
.lhw-inline-search button,
.lhw-button,
.lhw-button--accent,
.lhw-button--ghost {
  border-radius: 3px;
  border: 1px solid #083b88;
  background: linear-gradient(#2f69c2, #07479d);
  color: #fff;
  box-shadow: none;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}

main,
.page-shell {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 10px 30px;
}

.lhw-directory-home {
  display: grid;
  gap: 14px;
}

.lhw-directory-grid {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) 280px;
  gap: 12px;
  align-items: start;
}

.lhw-sidebar,
.lhw-main-column {
  display: grid;
  gap: 12px;
}

.lhw-box,
.lhw-rail-card,
.lhw-card,
.lhw-mini-card,
.lhw-spotlight-card,
.lhw-spotlight-side,
.lhw-pillar,
.lhw-stat-card,
.lhw-price-card,
.lhw-copy-card,
.lhw-faq-item,
.lhw-year-card,
.lhw-reference-card,
.lhw-page-hero,
.lhw-casting-hero,
.lhw-copy-hero,
.lhw-article-hero,
.lhw-article-section,
.lhw-related-band {
  background: #fff;
  border: 1px solid var(--lhw-border);
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  color: #111;
}

.lhw-box h1,
.lhw-box h2,
.lhw-box h3,
.lhw-page-hero h1,
.lhw-casting-main h1,
.lhw-copy-hero h1,
.lhw-article-hero h1,
.lhw-article-section h2,
.lhw-related-band h2 {
  margin: 0 0 8px;
  color: #06459c;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

.lhw-box h1 {
  font-size: 25px;
}

.lhw-box h2,
.lhw-sidebar h2,
.lhw-section-heading h2,
.lhw-rail-card h2,
.lhw-card h3,
.lhw-mini-card h3 {
  background: linear-gradient(#f9fbff, #eef3fa);
  border-bottom: 1px solid var(--lhw-border);
  color: #063f91;
  font-size: 16px;
  margin: -10px -10px 10px;
  padding: 7px 10px;
}

.lhw-box p,
.lhw-directory-row p,
.lhw-page-hero p,
.lhw-casting-main p,
.lhw-copy-hero p,
.lhw-article-hero p,
.lhw-rail-card p,
.lhw-card p,
.lhw-faq-item p,
.lhw-bullet-list li,
.lhw-related-link {
  color: #222;
  font-size: 14px;
  line-height: 1.45;
}

.lhw-box a,
.lhw-directory-row a,
.lhw-ab-table a,
.lhw-category-list a,
.lhw-top-list a,
.footer-links a {
  color: #06459c;
}

.lhw-box a.lhw-button,
.lhw-button,
.lhw-button--accent,
.lhw-button--ghost {
  color: #fff;
  text-decoration: none;
}

.lhw-paypal-form {
  margin: 10px 0 8px;
}

.lhw-paypal-form button {
  width: 100%;
  font-size: 14px;
}

.lhw-payment-note {
  border: 1px solid #c9d3e2;
  background: #f7f9fc;
  color: #111;
  padding: 10px;
  margin-top: 10px;
  line-height: 1.45;
}

.lhw-small-print {
  color: #555;
  font-size: 12px;
  margin-top: 6px;
}

.lhw-price-card--primary {
  background: #f7faff;
  border-color: #8facd8;
  color: #111;
}

.lhw-price-card--primary h2 {
  color: #06459c;
}

.lhw-price-card--primary p {
  color: #263b59;
}

.lhw-lead-media {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  align-items: start;
}

.lhw-lead-media img,
.lhw-card-media img,
.card-media img,
.lhw-casting-photo img,
.lhw-reference-card img,
.lhw-photo-reference img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.lhw-lead-media img {
  border: 1px solid var(--lhw-border);
  max-height: 130px;
}

.lhw-directory-row {
  border-bottom: 1px dashed #cfd8e6;
  padding: 8px 0 10px;
}

.lhw-directory-row:last-child {
  border-bottom: 0;
}

.lhw-directory-row h3 {
  margin: 0 0 3px;
  font-size: 17px;
  line-height: 1.2;
}

.lhw-row-meta {
  color: #555;
  font-size: 12px;
}

.lhw-category-list,
.lhw-top-list {
  margin: 0;
  padding-left: 18px;
}

.lhw-category-list li,
.lhw-top-list li {
  margin: 0 0 5px;
}

.lhw-category-list span {
  color: #555;
  display: block;
  font-size: 12px;
  padding-left: 0;
}

.lhw-year-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 10px;
}

.lhw-ab-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.lhw-ab-table th,
.lhw-ab-table td {
  border-bottom: 1px solid #d8e0ec;
  padding: 6px 8px;
  text-align: left;
}

.lhw-ab-table th {
  background: #f2f5fa;
  color: #111;
}

.lhw-ab-ad,
.lhw-ad-slot {
  border: 1px solid #cfd8e6;
  background: linear-gradient(#f8f8f8, #eeeeee);
  color: #777;
  text-align: center;
  padding: 18px;
  font-size: 14px;
}

.lhw-ab-ad--top {
  width: min(470px, 100%);
  justify-self: center;
  padding: 14px;
}

.lhw-page-hero,
.lhw-casting-hero,
.lhw-copy-hero,
.lhw-article-hero {
  background: #fff;
  color: #111;
  border-radius: 0;
  min-width: 0;
  overflow: hidden;
}

.lhw-page-hero h1,
.lhw-casting-main h1,
.lhw-copy-hero h1,
.lhw-article-hero h1 {
  color: #06459c;
  font-size: 28px;
}

.lhw-kicker,
.lhw-kicker--hero {
  color: #555;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.lhw-home-hero,
.lhw-value-lane,
.lhw-spotlight,
.lhw-casting-media,
.lhw-photo-id-grid,
.lhw-price-board,
.lhw-fact-grid,
.lhw-card-grid,
.lhw-mini-grid,
.lhw-reference-grid,
.lhw-year-grid,
.lhw-path-grid,
.lhw-pillars,
.lhw-stat-grid {
  gap: 12px;
}

.lhw-home-hero .lhw-rail-card:first-child,
.lhw-home-hero .lhw-rail-card:first-child h2,
.lhw-home-hero .lhw-rail-card:first-child p {
  background: #fff;
  color: #111;
  border-color: var(--lhw-border);
}

.lhw-home-photo,
.lhw-card-media,
.card-media,
.lhw-casting-photo,
.lhw-reference-card,
.lhw-photo-reference,
.lhw-mini-card img {
  background: #f2f5fa;
  border-color: var(--lhw-border);
  border-radius: 0;
}

.lhw-value-lane {
  background: #fff;
  border: 1px solid var(--lhw-border);
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
}

.lhw-locked-grid {
  filter: blur(4px);
  opacity: 0.62;
}

.lhw-locked-card {
  background: #f7faff;
  border: 1px solid #c9d3e2;
  border-radius: 0;
  color: #111;
}

.lhw-locked-card p,
.lhw-locked-label,
.lhw-locked-number {
  color: #263b59;
}

.lhw-locked-overlay {
  background: rgba(255, 255, 255, 0.64);
}

.lhw-locked-overlay > div {
  background: #fff;
  border: 1px solid var(--lhw-border);
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .topbar,
  .lhw-directory-grid,
  .lhw-home-hero,
  .lhw-spotlight,
  .lhw-casting-media,
  .lhw-utility-grid,
  .lhw-photo-id-grid,
  .lhw-price-board { grid-template-columns: 1fr; }
  .lhw-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lhw-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lhw-year-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lhw-pillars,
  .lhw-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "search"
      "nav";
    gap: 8px;
    padding: 12px 10px 0;
    width: 100%;
    overflow: hidden;
  }
  .brand { font-size: 1.6rem; }
  .brand::after { display: block; margin: 2px 0 0; }
  .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 0;
  }
  .nav a {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lhw-lead-media { grid-template-columns: 1fr; }
  .search, .lhw-inline-search { width: 100%; justify-content: stretch; }
  .search input, .lhw-inline-search input { width: 100%; max-width: none; }
  .search button { flex: 0 0 auto; }
  main { padding: 18px 14px 40px; }
  .lhw-home-hero,
  .lhw-page-hero,
  .lhw-casting-hero,
  .lhw-copy-hero,
  .lhw-article-hero { padding: 20px; border-radius: 0; }
  .lhw-card-grid,
  .lhw-path-grid,
  .lhw-pillars,
  .lhw-stat-grid,
  .lhw-year-grid,
  .lhw-reference-grid,
  .lhw-locked-grid,
  .lhw-price-board,
  .lhw-mini-grid,
  .lhw-fact-grid { grid-template-columns: 1fr; }
  .lhw-home-photo, .lhw-casting-photo { min-height: 240px; }
  .lhw-spotlight-head, .lhw-mini-card { grid-template-columns: 1fr; }
  .lhw-home-hero-main h1,
  .lhw-page-hero h1,
  .lhw-casting-main h1,
  .lhw-copy-hero h1,
  .lhw-article-hero h1 { font-size: 28px; }
}

/* Final ArticleBase normalization: keep deep templates on the same light directory system. */
.lhw-fact-grid div,
.lhw-trust-inline span,
.lhw-chip,
.lhw-chip--link,
.lhw-related-link,
.lhw-ad-slot,
.lhw-ab-ad {
  border-radius: 0;
}

.lhw-fact-grid div,
.lhw-related-link {
  background: #f7f9fc;
  border-color: #c9d3e2;
}
