/* cb-venue-subpage.css — Crystal Ballroom venue subpage styles */
/* Owns: /case-studies/crystal-ballroom/:slug — hero, stats, highlights, operations, CTA */
/* Does NOT own: parent case study page, venue grid (in case-study-cb2.css + cb-venue-grid.css) */

/* ======== HERO ======== */
.cbv-hero {
  position: relative;
  height: 60vh;
  min-height: 440px;
  max-height: 680px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.cbv-hero-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.03);
  transition: transform 8s ease;
}
.cbv-hero:hover .cbv-hero-img { transform: scale(1.0); }
.cbv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,22,18,0.88) 0%, rgba(26,22,18,0.35) 60%, rgba(26,22,18,0.1) 100%);
}
.cbv-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 32px 56px;
  width: 100%;
}

/* Breadcrumb */
.cbv-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cbv-breadcrumb-link {
  color: #C9A961;
  text-decoration: none;
  transition: color 0.2s;
}
.cbv-breadcrumb-link:hover { color: #e8c97a; }
.cbv-breadcrumb-sep { color: rgba(250,248,243,0.35); }
.cbv-breadcrumb-current { color: rgba(250,248,243,0.6); }

.cbv-hero-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9A961;
  margin-bottom: 12px;
}
.cbv-hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  color: #FAF8F3;
  line-height: 1.1;
  margin: 0 0 8px;
}
.cbv-hero-city {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,248,243,0.7);
  margin-bottom: 16px;
}
.cbv-hero-feature {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: rgba(250,248,243,0.8);
  margin: 0;
  max-width: 580px;
  line-height: 1.6;
}

/* ======== STATS ======== */
.cbv-stats {
  background: #1A1612;
  padding: 48px 32px;
}
.cbv-stats-inner {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cbv-stat {
  text-align: center;
  padding: 24px 16px;
  border-bottom: 2px solid #C9A961;
}
.cbv-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 500;
  color: #C9A961;
  line-height: 1.1;
  margin-bottom: 8px;
}
.cbv-stat-label {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250,248,243,0.55);
}

/* ======== SHARED SECTION LAYOUT ======== */
.cbv-section-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 72px 32px;
}
.cbv-section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9A961;
  margin-bottom: 16px;
}
.cbv-section-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: #1A1612;
  line-height: 1.2;
  margin: 0 0 40px;
}
.cbv-section-intro {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #5A4A3A;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 640px;
}

/* ======== HIGHLIGHTS ======== */
.cbv-highlights { background: #FAF8F3; }
.cbv-highlights-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cbv-highlight-item {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #3A2E22;
  padding: 20px 24px;
  background: #fff;
  border-left: 2px solid #C9A961;
  border-radius: 0 4px 4px 0;
}

/* ======== WHAT WE RAN ======== */
.cbv-what-we-ran { background: #fff; }
.cbv-operations-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cbv-operation-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.cbv-operation-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #C9A961;
  letter-spacing: 0.05em;
  min-width: 28px;
  padding-top: 2px;
  flex-shrink: 0;
}
.cbv-operation-text {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #3A2E22;
  margin: 0;
}
.cbv-channel-block {
  border-top: 1px solid #EDE8DF;
  padding-top: 28px;
}
.cbv-channel-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8A7A6A;
  margin-bottom: 12px;
}
.cbv-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ======== CTA SECTION ======== */
.cbv-cta-section {
  background: #1A1612;
  padding: 72px 32px;
  text-align: center;
}
.cbv-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}
.cbv-back-link {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A961;
  text-decoration: none;
  margin-bottom: 40px;
  transition: color 0.2s;
}
.cbv-back-link:hover { color: #e8c97a; }
.cbv-cta-divider {
  width: 40px;
  height: 1px;
  background: #C9A961;
  opacity: 0.4;
  margin: 0 auto 40px;
}
.cbv-cta-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  color: #FAF8F3;
  margin: 0 0 20px;
  line-height: 1.15;
}
.cbv-cta-body {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: rgba(250,248,243,0.7);
  line-height: 1.7;
  margin-bottom: 36px;
}
.cbv-cta-btn {
  display: inline-block;
  background: #C9A961;
  color: #1A1612;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
  margin-bottom: 24px;
}
.cbv-cta-btn:hover { background: #e8c97a; transform: translateY(-1px); }
.cbv-cta-footnote {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: rgba(250,248,243,0.45);
}
.cbv-cta-email {
  color: rgba(201,169,97,0.7);
  text-decoration: none;
}
.cbv-cta-email:hover { color: #C9A961; }

/* ======== RESPONSIVE ======== */
@media (max-width: 768px) {
  .cbv-stats-inner { grid-template-columns: 1fr 1fr; }
  .cbv-highlights-list { grid-template-columns: 1fr; }
  .cbv-section-inner { padding: 48px 20px; }
  .cbv-hero-inner { padding: 0 20px 40px; }
}
@media (max-width: 480px) {
  .cbv-stats-inner { grid-template-columns: 1fr; }
  .cbv-hero { min-height: 360px; }
}
