/*
Theme Name: Birmingham Design Studio
Theme URI: https://www.birminghamdesignstudio.com
Author: Birmingham Design Studio
Author URI: https://www.birminghamdesignstudio.com
Description: Custom luxury interior design theme for Birmingham Design Studio. Built for use with Elementor Pro. Features Cormorant Garamond + Montserrat typography, gold accent palette, and full-bleed editorial layouts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bds-theme
Tags: elementor, luxury, interior-design, full-width

This theme requires Elementor Pro to function as intended.
*/

/* ============================================================
   BIRMINGHAM DESIGN STUDIO — CUSTOM THEME
   Built to match: https://genuine-cocada-e0ca3a.netlify.app/
   ============================================================ */

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap');

/* ── CSS VARIABLES ── */
:root {
  --gold: #B8922A;
  --gold-light: #D4AA4A;
  --charcoal: #1C1C1A;
  --charcoal-mid: #3A3A36;
  --cream: #F5F0E8;
  --warm-white: #FAF8F4;
  --muted: #7A7870;
  --border: #E0DDD5;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  background-color: var(--warm-white);
  color: var(--charcoal);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 0.75em 0;
  color: var(--charcoal);
}

h1 { font-size: clamp(38px, 5vw, 64px); font-style: italic; }
h2 { font-size: clamp(28px, 3vw, 46px); }
h3 { font-size: clamp(22px, 2.5vw, 32px); }
h4 { font-size: clamp(14px, 1.5vw, 18px); font-family: 'Montserrat', sans-serif; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 1em 0;
  color: var(--charcoal-mid);
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover { color: var(--gold-light); }

/* ── REMOVE DEFAULT WORDPRESS MARGINS ── */
.site-header,
.site-footer,
.site-content,
.entry-content,
.entry-header {
  margin: 0;
  padding: 0;
}

/* ── FULL WIDTH PAGE SUPPORT ── */
.elementor-page .site-content,
body.elementor-page #content,
body.elementor-page #primary,
body.elementor-page .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* ── ELEMENTOR SECTION OVERRIDES ── */
.elementor-section.elementor-section-full_width .elementor-section-wrap,
.elementor-section.elementor-section-full_width > .elementor-container {
  max-width: 100%;
}

/* ── NAVIGATION ── */
.bds-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 48px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.bds-nav.scrolled {
  background: rgba(250, 248, 244, 0.97);
  border-bottom: 0.5px solid var(--border);
  backdrop-filter: blur(8px);
}

.bds-nav-logo img {
  height: 55px;
  width: auto;
  display: block;
  transition: filter 0.3s ease;
}

.bds-nav.scrolled .bds-nav-logo img {
  filter: invert(1);
}

.bds-nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bds-nav-links a {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.85);
  font-weight: 400;
  transition: color 0.2s ease;
}

.bds-nav.scrolled .bds-nav-links a { color: var(--charcoal-mid); }
.bds-nav-links a:hover { color: var(--gold-light); }
.bds-nav.scrolled .bds-nav-links a:hover { color: var(--gold); }

/* ── BUTTONS ── */
.bds-btn-gold,
.elementor-button.bds-gold {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 32px;
  background: var(--gold);
  color: #FAF8F4 !important;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}

.bds-btn-gold:hover,
.elementor-button.bds-gold:hover {
  background: #9A7820;
  color: #FAF8F4 !important;
}

.bds-btn-outline {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 32px;
  background: transparent;
  color: rgba(250, 248, 244, 0.9) !important;
  border: 0.5px solid rgba(250, 248, 244, 0.45);
  border-radius: 0 !important;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bds-btn-outline:hover {
  background: rgba(250, 248, 244, 0.1);
}

.bds-btn-outline-dark {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 32px;
  background: transparent;
  color: var(--charcoal) !important;
  border: 0.5px solid var(--charcoal);
  border-radius: 0 !important;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bds-btn-outline-dark:hover {
  background: var(--charcoal);
  color: #FAF8F4 !important;
}

/* ── EYEBROW LABELS ── */
.bds-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
}

.bds-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 0.5px;
  background: var(--gold);
  flex-shrink: 0;
}

.bds-eyebrow-light {
  color: var(--gold-light);
}

.bds-eyebrow-light::before {
  background: var(--gold-light);
}

/* ── SECTION BACKGROUNDS ── */
.bds-bg-charcoal { background-color: var(--charcoal) !important; }
.bds-bg-cream { background-color: var(--cream) !important; }
.bds-bg-warm-white { background-color: var(--warm-white) !important; }

/* ── HERO SECTION ── */
.bds-hero {
  height: 100vh;
  min-height: 680px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.bds-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bds-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(28,28,26,0.1) 0%, rgba(28,28,26,0.65) 65%, rgba(28,28,26,0.82) 100%);
}

.bds-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 48px 80px;
  max-width: 760px;
}

/* ── VISUAL AUTHORITY ── */
.bds-visual-authority {
  display: grid;
  grid-template-columns: 3fr 2fr;
  height: 560px;
}

.bds-va-panel {
  position: relative;
  overflow: hidden;
}

.bds-va-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.bds-va-panel:hover img { transform: scale(1.03); }

.bds-va-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,28,26,0.82) 0%, rgba(28,28,26,0.1) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
}

/* ── SERVICE CARDS ── */
.bds-service-card {
  background: var(--warm-white);
  padding: 44px 36px;
  border-right: 0.5px solid var(--border);
  transition: background 0.3s ease;
}

.bds-service-card:last-child { border-right: none; }
.bds-service-card:hover { background: var(--charcoal); }

.bds-service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: var(--border);
  font-weight: 300;
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  transition: color 0.3s ease;
}

.bds-service-card:hover .bds-service-num { color: rgba(250,248,244,0.12); }

.bds-service-name {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.bds-service-card:hover .bds-service-name { color: #FAF8F4; }

.bds-service-desc {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  transition: color 0.3s ease;
}

.bds-service-card:hover .bds-service-desc { color: rgba(250,248,244,0.6); }

/* ── DIFFERENTIATOR LIST ── */
.bds-diff-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bds-diff-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(250,248,244,0.1);
  font-size: 11px;
  color: rgba(250,248,244,0.72);
  line-height: 1.6;
  font-weight: 300;
}

.bds-diff-list li:last-child { border-bottom: none; }

.bds-diff-list li::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--gold);
  margin-top: 9px;
  flex-shrink: 0;
}

/* ── PROCESS STEPS ── */
.bds-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.bds-process-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12.5%;
  right: 12.5%;
  height: 0.5px;
  background: var(--border);
}

.bds-step { text-align: center; padding: 0 24px; }

.bds-step-circle {
  width: 72px;
  height: 72px;
  border: 0.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--gold);
  background: var(--warm-white);
  position: relative;
  z-index: 1;
}

.bds-step-name {
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 500;
  margin-bottom: 12px;
}

.bds-step-dash {
  width: 24px;
  height: 0.5px;
  background: var(--gold);
  margin: 0 auto 12px;
}

.bds-step-desc {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 300;
}

/* ── TESTIMONIAL CARDS ── */
.bds-testi-card {
  background: var(--warm-white);
  padding: 36px 32px;
}

.bds-testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: var(--charcoal-mid);
  line-height: 1.65;
  margin-bottom: 24px;
}

.bds-testi-divider {
  width: 24px;
  height: 0.5px;
  background: var(--gold);
  margin-bottom: 14px;
}

.bds-testi-name {
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 500;
}

.bds-testi-title {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}

/* ── GOLD SEPARATOR ── */
.bds-gold-line {
  width: 24px;
  height: 0.5px;
  background: var(--gold);
  display: block;
}

/* ── ELEMENTOR BUTTON OVERRIDES ── */
.elementor-widget-button .elementor-button {
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ── REMOVE ELEMENTOR DEFAULT PADDING ── */
.elementor-section > .elementor-container {
  max-width: 100%;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

/* ── SCROLLED NAV STATE ── */
.bds-nav-scrolled {
  background: rgba(250, 248, 244, 0.97) !important;
  border-bottom: 0.5px solid var(--border) !important;
}

/* ── FOOTER ── */
.bds-footer {
  background: var(--charcoal);
  padding: 56px 48px 28px;
}

.bds-footer-tagline {
  font-size: 11px;
  color: rgba(250,248,244,0.4);
  line-height: 1.75;
  margin-bottom: 24px;
  font-weight: 300;
}

.bds-footer-col-title {
  font-size: 8.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.3);
  margin-bottom: 18px;
  font-weight: 500;
}

.bds-footer a {
  color: rgba(250,248,244,0.5);
  font-size: 11px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.bds-footer a:hover { color: var(--gold-light); }

.bds-footer-copy {
  font-size: 9px;
  color: rgba(250,248,244,0.22);
  letter-spacing: 0.08em;
}

.bds-footer-award {
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.28);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.bds-fade-up { animation: fadeUp 0.7s ease forwards; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .bds-nav { padding: 0 24px; }
  .bds-hero-content { padding: 0 24px 64px; }
  .bds-visual-authority { grid-template-columns: 1fr; height: auto; }
  .bds-va-panel { height: 320px; }
  .bds-process-steps { grid-template-columns: 1fr 1fr; }
  .bds-process-steps::before { display: none; }
}

@media (max-width: 768px) {
  .bds-nav-links { display: none; }
  .bds-process-steps { grid-template-columns: 1fr; }
  .bds-footer { padding: 40px 24px 20px; }
}
