/*
Theme Name: BirdCage Media
Theme URI: https://birdcagemedia.us
Author: BirdCage Media
Description: A cinematic, responsive WordPress portfolio and booking theme for BirdCage Media photography, film, drone, events, and creative production.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: birdcage-media
*/

:root {
  --bc-ink: #08090b;
  --bc-panel: #111318;
  --bc-panel-soft: #181b22;
  --bc-paper: #f4f0e8;
  --bc-muted: #a9a9ad;
  --bc-gold: #d3a84d;
  --bc-gold-light: #f2d58a;
  --bc-line: rgba(255,255,255,.14);
  --bc-max: 1180px;
  --bc-radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bc-ink); color: var(--bc-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #000; }
.bc-wrap { width: min(calc(100% - 40px), var(--bc-max)); margin-inline: auto; }
.bc-kicker { margin: 0 0 12px; color: var(--bc-gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.bc-section { padding: 100px 0; }
.bc-section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px; }
.bc-section-head h2, .entry-title { margin: 0; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.bc-section-head p { max-width: 480px; margin: 0; color: var(--bc-muted); }
.bc-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid var(--bc-gold); border-radius: 999px; background: var(--bc-gold); color: #17130b; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; }
.bc-button:hover, .bc-button:focus-visible { transform: translateY(-2px); background: var(--bc-gold-light); border-color: var(--bc-gold-light); }
.bc-button--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.bc-button--ghost:hover, .bc-button--ghost:focus-visible { background: #fff; border-color: #fff; color: #111; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(8,9,11,.92); border-color: var(--bc-line); backdrop-filter: blur(16px); }
.bc-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.custom-logo { max-width: 190px; max-height: 58px; width: auto; }
.bc-wordmark { font-size: 1rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.bc-wordmark span { color: var(--bc-gold); }
.primary-menu { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-menu a { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.primary-menu a:hover { color: var(--bc-gold-light); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid var(--bc-line); border-radius: 50%; background: transparent; color: #fff; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.bc-hero { position: relative; min-height: 92vh; display: grid; align-items: end; overflow: hidden; background: #090a0d center/cover no-repeat; }
.bc-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,8,.92) 0%, rgba(5,6,8,.55) 55%, rgba(5,6,8,.25) 100%), linear-gradient(0deg, #08090b 0%, transparent 38%); }
.bc-hero::after { content: ""; position: absolute; inset: 0; opacity: .26; background: radial-gradient(circle at 75% 25%, rgba(211,168,77,.28), transparent 27%); }
.bc-hero-content { position: relative; z-index: 1; max-width: 920px; padding: 190px 0 110px; }
.bc-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 10vw, 8.5rem); font-weight: 500; line-height: .82; letter-spacing: -.065em; }
.bc-hero h1 em { display: block; color: var(--bc-gold-light); font-weight: 400; }
.bc-hero-copy { max-width: 720px; margin: 30px 0; color: #d5d5d8; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.bc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.bc-hero-meta { position: absolute; z-index: 2; right: max(20px, calc((100vw - var(--bc-max)) / 2)); bottom: 110px; writing-mode: vertical-rl; color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.bc-statement { border-block: 1px solid var(--bc-line); background: var(--bc-paper); color: #151515; }
.bc-statement-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.bc-statement h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 6vw, 5.4rem); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.bc-statement p { margin: 0; color: #575757; }
.bc-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bc-service { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); background: linear-gradient(150deg, var(--bc-panel-soft), #0c0d10); transition: .25s ease; }
.bc-service:hover { transform: translateY(-5px); border-color: rgba(211,168,77,.65); }
.bc-service-number { color: var(--bc-gold); font: 700 .78rem/1 Georgia, serif; letter-spacing: .15em; }
.bc-service h3 { margin: auto 0 12px; font: 500 1.9rem/1.05 Georgia, serif; }
.bc-service p { margin: 0; color: var(--bc-muted); font-size: .95rem; }

.bc-work { background: #0d0f13; }
.bc-work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.bc-project { position: relative; grid-column: span 4; min-height: 430px; overflow: hidden; border-radius: var(--bc-radius); background: #20232a; }
.bc-project:first-child { grid-column: span 8; }
.bc-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bc-project:hover img { transform: scale(1.04); }
.bc-project--placeholder { background: linear-gradient(145deg, #2a2e38, #121419 58%, #5a4521); }
.bc-project-overlay { position: absolute; inset: auto 0 0; padding: 70px 25px 24px; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.bc-project-overlay p { margin: 0 0 4px; color: var(--bc-gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bc-project-overlay h3 { margin: 0; font: 500 1.7rem/1.1 Georgia, serif; }

.bc-cta { position: relative; overflow: hidden; background: var(--bc-gold); color: #18130a; }
.bc-cta::after { content: "BCM"; position: absolute; right: -20px; bottom: -70px; opacity: .09; font-size: 15rem; font-weight: 900; line-height: 1; }
.bc-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.bc-cta h2 { margin: 0; max-width: 820px; font: 500 clamp(3rem, 7vw, 6.5rem)/.9 Georgia, serif; letter-spacing: -.055em; }
.bc-cta .bc-button { background: #111; color: #fff; border-color: #111; }

.site-main { min-height: 65vh; }
.bc-page { padding: 150px 0 90px; }
.entry-content { max-width: 820px; margin-top: 38px; }
.entry-content a { color: var(--bc-gold-light); text-decoration: underline; }
.entry-content h2, .entry-content h3 { font-family: Georgia, serif; line-height: 1.15; }
.bc-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.bc-post-card { overflow: hidden; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); background: var(--bc-panel); }
.bc-post-card-content { padding: 24px; }
.bc-post-card h2 { margin: 0 0 10px; font: 500 1.7rem/1.12 Georgia, serif; }
.nav-links { display: flex; gap: 12px; margin-top: 40px; }

.site-footer { padding: 58px 0 24px; border-top: 1px solid var(--bc-line); background: #050608; }
.bc-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.bc-footer-title { font: 500 2rem/1 Georgia, serif; }
.bc-footer-title span { color: var(--bc-gold); }
.bc-footer-label { margin: 0 0 12px; color: var(--bc-gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bc-footer-links { margin: 0; padding: 0; list-style: none; }
.bc-footer-links a { color: var(--bc-muted); }
.bc-copyright { margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--bc-line); color: #777b84; font-size: .82rem; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .site-navigation { position: absolute; display: none; top: 78px; left: 20px; right: 20px; padding: 18px; border: 1px solid var(--bc-line); border-radius: 16px; background: #0d0f13; }
  .site-navigation.is-open { display: block; }
  .primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-menu a { display: block; padding: 12px; }
  .bc-hero-meta { display: none; }
  .bc-statement-grid, .bc-cta-inner { grid-template-columns: 1fr; }
  .bc-services { grid-template-columns: repeat(2, 1fr); }
  .bc-project, .bc-project:first-child { grid-column: span 6; }
  .bc-post-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .bc-wrap { width: min(calc(100% - 28px), var(--bc-max)); }
  .bc-section { padding: 72px 0; }
  .bc-section-head { display: block; }
  .bc-section-head p { margin-top: 20px; }
  .bc-hero { min-height: 760px; }
  .bc-hero-content { padding: 150px 0 80px; }
  .bc-hero h1 { font-size: clamp(3.5rem, 19vw, 5.7rem); }
  .bc-actions { flex-direction: column; align-items: stretch; }
  .bc-services, .bc-post-list { grid-template-columns: 1fr; }
  .bc-service { min-height: 260px; }
  .bc-project, .bc-project:first-child { grid-column: 1 / -1; min-height: 360px; }
  .bc-footer-grid { grid-template-columns: 1fr; }
}

