/*
Theme Name: BrandBuilderz
Theme URI: https://brandbuilderz.com
Author: Maryam Saeed
Author URI: https://brandbuilderz.com
Description: Social media management agency for home goods e-commerce brands. We make home goods sell on social.
Version: 3.1
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
Text Domain: brandbuilderz
*/

/* ============================================
   DESIGN SYSTEM - Modern, Bold, Cozy
   ============================================ */

:root {
  --primary: #B5634B;
  --primary-dark: #944D38;
  --primary-light: #D4926F;
  --primary-glow: rgba(181,99,75,0.15);
  --accent: #D4A574;
  --accent-light: rgba(212,165,116,0.15);
  --dark: #1A1A2E;
  --dark-soft: #2D2D44;
  --cream: #FBF7F2;
  --sand: #E8DED3;
  --warm-white: #FEFCF9;
  --text: #2D2926;
  --muted: #7A6E65;
  --white: #FFFFFF;
  --sage: #5B8C7A;
  --sage-light: rgba(91,140,122,0.12);
  --blush: #E8C4B8;
  --gold: #C9A96E;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(26,26,46,0.06);
  --shadow-md: 0 8px 32px rgba(26,26,46,0.08);
  --shadow-lg: 0 16px 48px rgba(26,26,46,0.12);
  --shadow-glow: 0 8px 32px rgba(181,99,75,0.2);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

/* Accessibility: skip link */
.skip-link { position: absolute; left: -9999px; z-index: 9999; padding: 12px 24px; background: var(--primary); color: var(--white); font-weight: 600; text-decoration: none; }
.skip-link:focus { left: 12px; top: 12px; outline: 3px solid var(--accent); border-radius: var(--radius); }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; height: 1px; width: 1px; overflow: hidden; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--warm-white);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  color: var(--dark);
}

h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.6rem); }

p { margin-bottom: 1rem; }
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0; }
.section--cream { background: var(--cream); }
.section--warm { background: linear-gradient(180deg, var(--cream) 0%, var(--warm-white) 100%); }
.section--dark { background: var(--dark); color: var(--white); }
.section--dark h2, .section--dark h3, .section--dark h4, .section--dark p { color: var(--white); }
.section--gradient { background: linear-gradient(135deg, var(--dark) 0%, var(--dark-soft) 100%); color: var(--white); }
.section--gradient h2, .section--gradient h3, .section--gradient p { color: var(--white); }
.text-center { text-align: center; }
.muted { color: var(--muted); }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

.fade-in {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.visible { opacity: 1; }

.slide-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-left.visible { opacity: 1; transform: translateX(0); }

.slide-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-right.visible { opacity: 1; transform: translateX(0); }

.scale-in {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.scale-in.visible { opacity: 1; transform: scale(1); }

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* ============================================
   SECTION LABELS & TITLES
   ============================================ */

.section-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
  padding: 8px 20px;
  background: var(--primary-glow);
  border-radius: 50px;
}

.section-title { margin-bottom: 20px; }
.section-subtitle { font-size: 1.1rem; color: var(--muted); max-width: 640px; line-height: 1.8; }
.section-subtitle.centered { margin: 0 auto; }

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-block;
  padding: 16px 38px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn--primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.btn--primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
}
.btn--outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn--outline:hover { background: var(--primary); color: var(--white); transform: translateY(-3px); }
.btn--white { background: var(--white); color: var(--dark); border-color: var(--white); }
.btn--white:hover { background: var(--cream); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn--accent { background: var(--accent); color: var(--dark); border-color: var(--accent); }
.btn--accent:hover { background: var(--gold); transform: translateY(-3px); }
.btn-group { display: flex; gap: 16px; flex-wrap: wrap; }

/* ============================================
   HEADER
   ============================================ */

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(254,252,249,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  transition: var(--transition);
}
.site-header.scrolled { box-shadow: var(--shadow-md); background: rgba(254,252,249,0.98); }

.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; height: 80px;
}

.logo { font-family: 'Inter', sans-serif; font-size: 1.35rem; font-weight: 800; color: var(--dark); letter-spacing: -0.5px; }
.logo span { color: var(--primary); }

.nav-menu { display: flex; align-items: center; gap: 36px; }
.nav-menu a {
  font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 500;
  color: var(--text); position: relative;
}
.nav-menu a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--primary); transition: var(--transition);
}
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }
.nav-menu a:hover { color: var(--primary); }

a.nav-cta, .nav-menu a.nav-cta {
  padding: 10px 24px; background: var(--primary);
  color: var(--white); border-radius: var(--radius); font-weight: 600;
}
a.nav-cta::after, .nav-menu a.nav-cta::after { display: none; }
a.nav-cta:hover, .nav-menu a.nav-cta:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-glow); }

/* Accessible focus states */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--primary); outline-offset: 2px; border-radius: 4px;
}
.nav-menu a:focus-visible { outline-offset: 4px; }
.btn:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
.nav-cta:focus-visible { outline-color: var(--accent); }

.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--dark); margin: 6px 0; transition: var(--transition); border-radius: 2px; }

/* ============================================
   HERO
   ============================================ */

.hero {
  padding: 160px 0 120px;
  background: linear-gradient(135deg, var(--cream) 0%, var(--warm-white) 50%, #F5EDE4 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -50%; right: -20%; width: 600px; height: 600px;
  background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px;
  background: radial-gradient(circle, var(--accent-light) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-content { max-width: 580px; }

.hero-label {
  display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.72rem;
  font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--primary); margin-bottom: 20px; padding: 10px 20px;
  background: var(--primary-glow); border-radius: 50px;
}

.hero h1 { margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--primary); }
.hero-text { font-size: 1.15rem; color: var(--muted); margin-bottom: 36px; line-height: 1.8; }

.hero-stats { display: flex; gap: 40px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--sand); }
.hero-stat h4 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--primary); margin-bottom: 4px; }
.hero-stat p { font-size: 0.82rem; color: var(--muted); margin: 0; font-weight: 500; }

.hero-visual { position: relative; }
.hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.hero-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-image:hover img { transform: scale(1.03); }

.hero-image-placeholder {
  aspect-ratio: 4/5; background: var(--sand); border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; color: var(--muted); text-align: center; padding: 40px;
  box-shadow: var(--shadow-lg);
}

/* Floating badge on hero image */
.hero-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--white); border-radius: var(--radius);
  padding: 16px 20px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 12px;
  animation: float 3s ease-in-out infinite;
}
.hero-badge-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--primary-glow); display: flex; align-items: center;
  justify-content: center; font-size: 1.3rem;
}
.hero-badge-text { font-family: 'Inter', sans-serif; }
.hero-badge-text strong { display: block; font-size: 0.85rem; color: var(--dark); }
.hero-badge-text span { font-size: 0.75rem; color: var(--muted); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ============================================
   PLATFORM MARQUEE / TICKER
   ============================================ */

.platform-bar {
  padding: 24px 0;
  background: var(--white);
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  overflow: hidden;
}
.platform-bar-inner {
  display: flex; align-items: center; gap: 48px;
  animation: scroll-left 20s linear infinite;
}
.platform-item {
  font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600;
  color: var(--muted); white-space: nowrap; display: flex; align-items: center; gap: 8px;
}
.platform-item span { font-size: 1.2rem; }
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================
   SERVICE CARDS
   ============================================ */

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.service-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 40px 32px;
  border: 1px solid rgba(0,0,0,0.05); transition: var(--transition);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.service-icon {
  width: 60px; height: 60px; border-radius: 14px;
  background: var(--primary-glow); display: flex; align-items: center;
  justify-content: center; margin-bottom: 24px; font-size: 1.5rem;
  transition: var(--transition);
}
.service-card:hover .service-icon { background: var(--primary); }
.service-card:hover .service-icon { color: var(--white); }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 20px; line-height: 1.7; }
.service-link {
  font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600;
  color: var(--primary); display: inline-flex; align-items: center; gap: 8px;
}
.service-link:hover { gap: 12px; }

/* ============================================
   RESULTS / STATS BAR
   ============================================ */

.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 20px 0; }
.result-card { text-align: center; padding: 32px 20px; position: relative; }
.result-card::after {
  content: ''; position: absolute; right: 0; top: 20%; height: 60%;
  width: 1px; background: rgba(255,255,255,0.15);
}
.result-card:last-child::after { display: none; }
.result-card h3 { font-size: 3rem; color: var(--accent); margin-bottom: 8px; }
.result-card p { color: rgba(255,255,255,0.6); font-size: 0.88rem; margin: 0; font-weight: 500; }

/* ============================================
   PORTFOLIO / CASE STUDIES
   ============================================ */

.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 60px; }
.portfolio-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05); transition: var(--transition);
}
.portfolio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.portfolio-image {
  aspect-ratio: 16/10; background: var(--sand); overflow: hidden;
  position: relative;
}
.portfolio-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-card:hover .portfolio-image img { transform: scale(1.05); }
.portfolio-content { padding: 32px; }
.portfolio-tag {
  display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.7rem;
  font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--primary); margin-bottom: 12px; padding: 5px 14px;
  background: var(--primary-glow); border-radius: 50px;
}
.portfolio-content h3 { margin-bottom: 12px; }
.portfolio-content p { color: var(--muted); font-size: 0.9rem; }
.portfolio-stats { display: flex; gap: 24px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--sand); }
.portfolio-stat { font-family: 'Inter', sans-serif; font-size: 0.8rem; color: var(--muted); }
.portfolio-stat strong { display: block; font-size: 1.15rem; color: var(--dark); }

/* ============================================
   TESTIMONIALS
   ============================================ */

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.testimonial-card {
  background: var(--white); padding: 36px; border-radius: var(--radius-lg);
  border: 1px solid rgba(0,0,0,0.05); transition: var(--transition);
  position: relative;
}
.testimonial-card::before {
  content: '\201C'; position: absolute; top: 20px; right: 24px;
  font-family: 'Playfair Display', serif; font-size: 4rem;
  color: var(--primary-glow); line-height: 1;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-quote { font-size: 0.98rem; line-height: 1.75; color: var(--text); margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-glow), var(--accent-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700; color: var(--primary);
}
.testimonial-name { font-weight: 600; font-size: 0.9rem; color: var(--dark); }
.testimonial-role { font-size: 0.8rem; color: var(--muted); }

/* ============================================
   PRICING
   ============================================ */

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.pricing-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 44px 32px;
  border: 1px solid rgba(0,0,0,0.05); position: relative; transition: var(--transition);
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pricing-card.featured {
  border: 2px solid var(--primary);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, var(--white) 0%, #FDF8F5 100%);
}
.pricing-card.featured::before {
  content: 'Most Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white); font-family: 'Inter', sans-serif; font-size: 0.7rem;
  font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 7px 22px; border-radius: 50px;
}
.pricing-name {
  font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 8px;
}
.pricing-price { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.pricing-period { font-size: 0.85rem; color: var(--muted); margin-bottom: 24px; }
.pricing-desc { font-size: 0.9rem; color: var(--muted); margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--sand); }
.pricing-features { margin-bottom: 32px; }
.pricing-features li { font-size: 0.88rem; padding: 8px 0; padding-left: 28px; position: relative; color: var(--text); }
.pricing-features li::before { content: '\2713'; position: absolute; left: 0; color: var(--sage); font-weight: 700; font-size: 0.9rem; }

/* ============================================
   ABOUT
   ============================================ */

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); position: relative;
}
.about-image img { width: 100%; height: 500px; object-fit: cover; }
.about-image-placeholder {
  aspect-ratio: 3/4; background: var(--sand); border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 0.85rem; box-shadow: var(--shadow-lg);
}
.about-content h2 { margin-bottom: 24px; }
.about-content p { color: var(--muted); margin-bottom: 16px; line-height: 1.8; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.value-item {
  padding: 20px; border-radius: var(--radius);
  background: var(--cream); transition: var(--transition);
}
.value-item:hover { background: var(--primary-glow); }
.value-item h4 { font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; color: var(--dark); }
.value-item p { font-size: 0.85rem; color: var(--muted); margin: 0; }

/* ============================================
   PROCESS STEPS
   ============================================ */

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 60px; }
.process-step {
  text-align: center; padding: 36px 24px; border-radius: var(--radius-lg);
  background: var(--white); border: 1px solid rgba(0,0,0,0.05);
  transition: var(--transition); position: relative;
}
.process-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.process-number {
  font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 700;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 16px;
}
.process-step h4 { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.process-step p { font-size: 0.85rem; color: var(--muted); margin: 0; line-height: 1.7; }

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
  padding: 110px 0;
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-soft) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: -40%; right: -15%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(181,99,75,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-section h2 { color: var(--white); margin-bottom: 16px; position: relative; z-index: 1; }
.cta-section p {
  color: var(--sand); margin-bottom: 36px; max-width: 560px;
  margin-left: auto; margin-right: auto; position: relative; z-index: 1;
}
.cta-section .btn { position: relative; z-index: 1; }

/* ============================================
   CONTACT
   ============================================ */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 60px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 16px 20px; font-family: 'Inter', sans-serif; font-size: 0.95rem;
  border: 1px solid var(--sand); border-radius: var(--radius); background: var(--white);
  color: var(--text); transition: var(--transition); margin-bottom: 16px;
  -webkit-appearance: none;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-glow);
}
.contact-form textarea { height: 160px; resize: vertical; }
.contact-form .btn { width: 100%; }
.contact-info h3 { margin-bottom: 24px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.contact-info-icon {
  width: 48px; height: 48px; background: var(--primary-glow); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem;
}
.contact-info-text h4 { font-family: 'Inter', sans-serif; font-size: 0.95rem; margin-bottom: 2px; }
.contact-info-text p { color: var(--muted); font-size: 0.9rem; margin: 0; }

/* ============================================
   PAGE HEADER
   ============================================ */

.page-header {
  padding: 160px 0 80px; text-align: center;
  background: linear-gradient(135deg, var(--cream) 0%, var(--warm-white) 50%, #F5EDE4 100%);
  position: relative;
}
.page-header::before {
  content: ''; position: absolute; top: -30%; right: -15%; width: 400px; height: 400px;
  background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.page-header h1 { margin-bottom: 16px; position: relative; z-index: 1; }
.page-header p { color: var(--muted); font-size: 1.1rem; max-width: 600px; margin: 0 auto; position: relative; z-index: 1; }

/* ============================================
   BLOG
   ============================================ */

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.blog-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05); transition: var(--transition);
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-image { aspect-ratio: 16/9; background: var(--sand); overflow: hidden; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-image img { transform: scale(1.05); }
.blog-content { padding: 28px; }
.blog-date { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: 600; }
.blog-content h3 { font-size: 1.2rem; margin-bottom: 8px; }
.blog-content p { color: var(--muted); font-size: 0.9rem; }

/* ============================================
   CATEGORIES SHOWCASE (WHO WE WORK WITH)
   ============================================ */

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.category-card {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  height: 340px; transition: var(--transition); cursor: default;
}
.category-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-card:hover img { transform: scale(1.08); }
.category-card-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(26,26,46,0.85) 0%, rgba(26,26,46,0.4) 50%, transparent 100%);
  padding: 32px 24px 24px; color: var(--white);
}
.category-card-overlay h3 { color: var(--white); margin-bottom: 6px; font-size: 1.3rem; }
.category-card-overlay p { color: rgba(255,255,255,0.75); font-size: 0.85rem; margin: 0; }

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
  background: var(--dark); color: rgba(255,255,255,0.6); padding: 80px 0 40px;
  position: relative;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-brand .logo { color: var(--white); margin-bottom: 16px; display: inline-block; }
.footer-brand p { color: rgba(255,255,255,0.45); font-size: 0.88rem; max-width: 280px; line-height: 1.7; }
.footer-col h4 {
  font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 20px;
}
.footer-col a {
  display: block; color: rgba(255,255,255,0.45); font-size: 0.88rem;
  padding: 6px 0; transition: var(--transition);
}
.footer-col a:hover { color: var(--white); transform: translateX(4px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px;
  display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem;
}

/* ============================================
   ELEMENTOR COMPATIBILITY
   ============================================ */

.elementor-page .site-header { position: relative; }
.elementor-page main { padding-top: 0; }
body.elementor-template-full-width .site-header { position: fixed; }

/* ============================================
   LIFESTYLE BREAK / IMAGE GRID
   ============================================ */

.lifestyle-break { padding: 0; }
.lifestyle-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  height: 360px; gap: 0;
}
.lifestyle-item {
  overflow: hidden;
}
.lifestyle-item img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ============================================
   FOUNDER CONTAINER
   ============================================ */

.founder-container {
  max-width: 780px; margin: 0 auto;
}
.founder-bio { font-size: 1.05rem; line-height: 1.8; color: var(--muted); }
.founder-bio p { color: var(--muted); }
.founder-cta { margin-top: 32px; }

/* ============================================
   LIFESTYLE IMAGE BREAK
   ============================================ */

.lifestyle-break { padding: 0; }
.lifestyle-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; height: 360px; }
.lifestyle-item { overflow: hidden; }
.lifestyle-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.lifestyle-item:hover img { transform: scale(1.05); }

/* ============================================
   FOUNDER SECTION
   ============================================ */

.founder-container { max-width: 780px; }
.founder-bio { font-size: 1.05rem; line-height: 1.8; color: var(--muted); }
.founder-bio p { margin-bottom: 16px; }
.founder-cta { margin-top: 32px; }

/* ============================================
   CTA BUTTON VARIANTS
   ============================================ */

.btn--outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn--outline-white:hover { background: rgba(255,255,255,0.1); color: var(--white); transform: translateY(-3px); }
.cta-btn-group { justify-content: center; }

/* ============================================
   PRICING BUTTON
   ============================================ */

.pricing-btn { width: 100%; }

/* ============================================
   LOGO IMAGE IN HEADER
   ============================================ */

.logo-img { display: flex; align-items: center; }
.logo-img img { max-height: 36px; width: auto; }
.footer-logo-img { display: inline-block; margin-bottom: 16px; }
.footer-logo-img img { max-height: 28px; width: auto; }

/* ============================================
   FORM STYLES
   ============================================ */

.form-message-hidden {
  display: none;
  margin-top: 16px;
  font-size: 0.9rem;
}

.form-message-hidden.show {
  display: block;
}

/* ============================================
   CONTACT SIDEBAR
   ============================================ */

.contact-sidebar-box {
  margin-top: 40px;
  padding: 32px;
  background: var(--cream);
  border-radius: var(--radius-lg);
}

.contact-sidebar-box h4 {
  margin-bottom: 12px;
}

.contact-sidebar-step {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.contact-sidebar-step:last-child {
  margin: 0;
}

/* ============================================
   BLOG EMPTY STATE
   ============================================ */

.blog-empty {
  text-align: center;
  margin-top: 40px;
}

.blog-empty-image {
  max-width: 400px;
  border-radius: var(--radius-lg);
  margin: 0 auto 32px;
  box-shadow: var(--shadow-md);
}

.blog-empty-text {
  font-size: 1.05rem;
  color: var(--muted);
}

.blog-empty-cta {
  margin-top: 20px;
}

/* ============================================
   SINGLE POST STYLES
   ============================================ */

.single-post-container {
  max-width: 780px;
}

.single-post-featured {
  margin-bottom: 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.single-post-content {
  font-size: 1.05rem;
  line-height: 1.8;
}

.single-post-footer {
  margin-top: 60px;
  padding-top: 32px;
  border-top: 1px solid var(--sand);
}

.single-post-byline {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ============================================
   GENERIC PAGE STYLES
   ============================================ */

.generic-page-container {
  max-width: 780px;
}

.generic-page-content {
  line-height: 1.8;
}

/* ============================================
   404 PAGE STYLES
   ============================================ */

.page-header-404 {
  padding-bottom: 120px;
}

.page-header-404-cta {
  margin-top: 32px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .lifestyle-grid { height: auto; grid-template-columns: 1fr; }
  .lifestyle-item { aspect-ratio: 16/9; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .mobile-toggle { display: block; }
  .nav-menu.active {
    display: flex; flex-direction: column; position: absolute; top: 80px;
    left: 0; right: 0; background: var(--warm-white); padding: 24px;
    box-shadow: var(--shadow-lg); gap: 16px; border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }
  .hero { padding: 130px 0 80px; }
  .section { padding: 70px 0; }
  .services-grid, .testimonials-grid, .blog-grid, .pricing-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .btn-group { flex-direction: column; }
  .btn { width: 100%; }
  .result-card::after { display: none; }
  .result-card h3 { font-size: 2.2rem; }
  .lifestyle-grid { grid-template-columns: 1fr; height: auto; }
  .lifestyle-item { aspect-ratio: 16/9; }
  .values-grid { grid-template-columns: 1fr; }
  .founder-container { padding: 0 16px; }
}

@media (max-width: 480px) {
  .results-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .hero { padding: 120px 0 60px; }
  .section { padding: 56px 0; }
  .page-header { padding: 140px 0 60px; }
}

/* ============================================
   REDUCED MOTION
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .fade-up, .fade-in, .slide-left, .slide-right, .scale-in {
    opacity: 1; transform: none;
  }
/* Fix blog post content visibility */
body.single article.single-post-content,
body.single article.single-post-content p,
body.single article.single-post-content h2,
body.single article.single-post-content h3,
body.single article.single-post-content h4,
body.single article.single-post-content li,
body.single article.single-post-content strong,
body.single article.single-post-content em,
body.single article.single-post-content a,
body.single article.single-post-content span {
    color: #2A1F1A !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    background-color: transparent !important;
    display: revert !important;
}