/*
Theme Name: Bluff City Builders
Theme URI: https://bluffcitybuilders.com/
Author: OpenAI for Brian Dixon
Description: First-pass custom WordPress theme scaffold for the Bluff City Builders PHP-to-WordPress migration.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: bluff-city-builders
*/

/*
 * Phase 1 note:
 * Most presentational styles are still coming from assets/css/custom-legacy.css
 * so the first pass can stay visually close to the legacy PHP site.
 */

:root {
  --bcb-teal: #089c95;
  --bcb-text: #222;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.bcb-empty-state {
  padding: 2rem 0;
  color: #555;
}

.bcb-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.bcb-meta-stack {
  display: grid;
  gap: .5rem;
  margin-top: 1.5rem;
}

.bcb-meta-row strong {
  display: inline-block;
  min-width: 120px;
}

.bcb-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 1.5rem;
}

.bcb-gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.bcb-section {
  margin-top: 3rem;
}

.bcb-breadcrumb {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: .9rem;
}

.bcb-breadcrumb a {
  text-decoration: none;
}

.bcb-page-content {
  margin-top: 1.5rem;
}

.bcb-hero-copy {
  max-width: 960px;
}

.bcb-button-link {
  display: inline-block;
  font-weight: 700;
}
