/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: 'Inter', -apple-system, sans-serif; color: #333333; line-height: 1.7; background: #FAFAFA; -webkit-font-smoothing: antialiased; position: relative; }
.bg-justice { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #0a1628 0%, #1A1A1A 50%, #0a1628 100%); z-index: -1; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: #1A1A1A; line-height: 1.2; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 600; }
h4 { font-size: 1.125rem; font-weight: 600; }

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 14px 32px; font-size: 1rem; font-weight: 600; border-radius: 4px; transition: all 0.3s ease; cursor: pointer; text-align: center; border: none; font-family: 'Inter', sans-serif; }
.btn-gold { background: #6B1D1D; color: #FFFFFF; }
.btn-gold:hover { background: #551717; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(107,29,29,0.35); }
.btn-outline { border: 2px solid #fff; color: #fff; background: transparent; font-size: 1.1rem; padding: 14px 28px; font-weight: 600; }
.btn-outline:hover { background: rgba(255,255,255,0.1); }
.btn-full { width: 100%; }

/* ===== TOP BAR ===== */
.top-bar { background: #1A1A1A; color: #fff; padding: 8px 0; font-size: 0.8125rem; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.top-bar-text { opacity: 0.8; }
.top-bar-phone { color: #D4A574; font-weight: 700; font-size: 1.15rem; letter-spacing: 0.5px; text-decoration: none; }

/* ===== HEADER ===== */
.header { background: #FFFFFF; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid #E8E8E8; transition: box-shadow 0.3s; }
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-firm { font-family: 'Playfair Display', serif; font-size: 1.375rem; font-weight: 700; color: #1A1A1A; display: block; }
.logo-tagline { font-size: 0.75rem; color: #718096; display: block; letter-spacing: 0.5px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 0.9375rem; font-weight: 500; color: #555555; transition: color 0.2s; }
.nav a:hover { color: #6B1D1D; }
.nav-cta { background: #6B1D1D; color: #FFFFFF !important; padding: 10px 24px; border-radius: 4px; font-weight: 600 !important; }
.nav-cta:hover { background: #551717; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; width: 32px; height: 24px; position: relative; }
.mobile-toggle span { display: block; width: 100%; height: 2px; background: #1A1A1A; position: absolute; left: 0; transition: all 0.3s; }
.mobile-toggle span:nth-child(1) { top: 0; }
.mobile-toggle span:nth-child(2) { top: 11px; }
.mobile-toggle span:nth-child(3) { top: 22px; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, #0a1628 0%, #1A1A1A 50%, #0a1628 100%); color: #fff; padding: 100px 0 80px; position: relative; overflow: hidden; }

.hero-inner { text-align: center; position: relative; z-index: 1; }
.hero-badge { display: inline-block; background: rgba(212,165,116,0.15); color: #D4A574; padding: 6px 20px; border-radius: 24px; font-size: 0.875rem; font-weight: 600; margin-bottom: 6px; border: 1px solid rgba(212,165,116,0.3); }
.hero h1 { margin-bottom: 6px; color: #ffffff; }
.hero-sub { font-size: 1.25rem; color: #ffffff; margin-bottom: 28px; font-weight: 300; opacity: 0.9; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.hero-trust { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-item { text-align: center; }
.trust-number { display: block; font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; color: #D4A574; }
.trust-label { font-size: 0.8125rem; opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; }
.trust-divider { width: 1px; background: rgba(255,255,255,0.2); align-self: stretch; }

/* ===== SECTION HEADERS ===== */
.section-label { display: inline-block; text-transform: uppercase; font-size: 0.8125rem; font-weight: 600; letter-spacing: 2px; color: #6B1D1D; margin-bottom: 12px; }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 48px; }
.section-header p { color: #718096; font-size: 1.125rem; margin-top: 16px; }

/* ===== PRACTICE OVERVIEW ===== */
/* Dark transparent sections - Lady Justice visible */
.practice-overview { padding: 100px 0; background: rgba(26,26,26,0.88); color: #fff; }
.practice-overview .section-label { color: #D4A574; }
.practice-overview .section-header h2 { color: #fff; }
.practice-overview .section-header p { color: rgba(255,255,255,0.75); }
.practice-overview .practice-card { background: rgba(26,26,26,0.7); border-color: rgba(255,255,255,0.12); color: #fff; }
.practice-overview .practice-card:hover { border-color: #D4A574; box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.practice-overview .practice-card h3 { color: #fff; }
.practice-overview .practice-card p { color: rgba(255,255,255,0.7); }
.practice-overview .practice-card-link { color: #D4A574; }
.practice-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.practice-card { background: #fff; padding: 48px 40px; border-radius: 8px; border: 1px solid #E2E8F0; transition: all 0.3s; text-align: center; }
.practice-card:hover { border-color: #6B1D1D; box-shadow: 0 8px 30px rgba(0,0,0,0.06); transform: translateY(-4px); }
.practice-card-icon { margin-bottom: 24px; }
.practice-card h3 { margin-bottom: 12px; }
.practice-card p { color: #718096; margin-bottom: 20px; }
.practice-card-link { color: #6B1D1D; font-weight: 600; font-size: 0.9375rem; }

/* ===== PI SECTION ===== */
/* Light opaque sections - Lady Justice hidden */
.section-pi { padding: 100px 0; background: #FAFAFA; }
.pi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; margin-bottom: 60px; }
.pi-item { padding: 32px; border-radius: 8px; border: 1px solid #E2E8F0; transition: border-color 0.3s; }
.pi-item:hover { border-color: #6B1D1D; }
.pi-icon { margin-bottom: 16px; }
.pi-item h4 { margin-bottom: 8px; }
.pi-item p { color: #718096; font-size: 0.9375rem; }
.pi-texas { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: center; margin-bottom: 48px; padding: 48px; background: #F5F5F5; border-radius: 8px; }
.pi-texas h3 { margin-bottom: 16px; }
.pi-texas p { color: #718096; margin-bottom: 20px; }
.pi-cities { display: flex; flex-wrap: wrap; gap: 8px; }
.pi-cities span { background: #1A1A1A; color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 0.8125rem; font-weight: 500; }
.texas-svg { width: 100%; max-width: 250px; margin: 0 auto; }
.pi-results { text-align: center; margin-bottom: 40px; }
.results-box { background: linear-gradient(135deg, #1A1A1A, #2C1010); color: #fff; padding: 40px; border-radius: 8px; display: inline-block; min-width: 400px; }
.results-amount { display: block; font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: #D4A574; }
.results-desc { font-size: 1rem; opacity: 0.8; }
.disclaimer-small { font-size: 0.75rem; color: #A0AEC0; margin-top: 12px; font-style: italic; }
.section-cta { text-align: center; margin-top: 40px; }
.cta-sub { display: block; margin-top: 12px; color: #718096; font-size: 0.875rem; }

/* ===== CD SECTION ===== */
/* Dark transparent section */
.section-cd { padding: 100px 0; background: rgba(26,26,26,0.88); color: #fff; }
.section-cd .section-label { color: #D4A574; }
.section-cd .section-header h2 { color: #fff; }
.section-cd .section-header p { color: rgba(255,255,255,0.75); }
.section-cd .cd-item { background: rgba(26,26,26,0.7); border-color: rgba(255,255,255,0.12); border-left: 4px solid #D4A574; color: #fff; }
.section-cd .cd-item h4 { color: #fff; }
.section-cd .cd-item p { color: rgba(255,255,255,0.7); }
.section-cd .cd-counties h3 { color: #fff; }
.section-cd .county-tags span { background: rgba(212,165,116,0.2); border: 1px solid rgba(212,165,116,0.4); }
.section-cd .section-cta .btn-gold { background: #D4A574; color: #1A1A1A; }
.section-cd .section-cta .btn-gold:hover { background: #c4955a; }
.cd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-bottom: 48px; }
.cd-item { background: #fff; padding: 40px; border-radius: 8px; border-left: 4px solid #6B1D1D; }
.cd-item h4 { margin-bottom: 8px; }
.cd-item p { color: #718096; font-size: 0.9375rem; }
.cd-counties { text-align: center; margin-bottom: 48px; }
.cd-counties h3 { margin-bottom: 20px; }
.county-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.county-tags span { background: #1A1A1A; color: #fff; padding: 8px 24px; border-radius: 4px; font-size: 0.9375rem; font-weight: 500; }
.cd-emergency { margin-bottom: 40px; }
.emergency-box { background: linear-gradient(135deg, #1A1A1A, #2C1010); color: #fff; padding: 48px; border-radius: 8px; text-align: center; }
.emergency-box h3 { color: #D4A574; margin-bottom: 12px; }
.emergency-box p { opacity: 0.85; margin-bottom: 24px; }
.emergency-spanish { margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(212,165,116,0.3); }
.emergency-spanish h3 { color: #D4A574; margin-bottom: 12px; font-style: italic; }
.emergency-spanish p { opacity: 0.85; margin-bottom: 24px; }

/* ===== ABOUT ===== */
.section-about { padding: 100px 0; background: #FAFAFA; }
.about-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; }
.about-content .section-label { display: block; }
.about-content h2 { margin-bottom: 24px; }
.about-content p { margin-bottom: 16px; color: #4A5568; }
.about-lead { font-size: 1.125rem; line-height: 1.8; }
.about-legacy { margin-top: 24px; padding: 24px; background: #F5F5F5; border-left: 3px solid #6B1D1D; border-radius: 4px; }
.about-legacy p { color: #718096; margin-bottom: 0; }
.credential-card { background: #F5F5F5; padding: 32px; border-radius: 8px; margin-bottom: 24px; }
.credential-card h4 { margin-bottom: 16px; color: #1A1A1A; font-family: 'Inter', sans-serif; text-transform: uppercase; font-size: 0.8125rem; letter-spacing: 1.5px; }
.credential-card ul { list-style: none; }
.credential-card li { padding: 8px 0; border-bottom: 1px solid #E2E8F0; font-size: 0.9375rem; color: #4A5568; }
.credential-card li:last-child { border-bottom: none; }
.check-list li::before { content: '✓'; color: #6B1D1D; font-weight: 700; margin-right: 8px; }

/* ===== WHY CHOOSE ===== */
/* Dark transparent section */
.section-why { padding: 100px 0; background: rgba(26,26,26,0.88); color: #fff; }
.section-why .section-label { color: #D4A574; }
.section-why .section-header h2 { color: #fff; }
.section-why .why-item { background: rgba(26,26,26,0.7); border-color: rgba(255,255,255,0.12); color: #fff; }
.section-why .why-item:hover { border-color: #D4A574; box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.section-why .why-item h4 { color: #fff; }
.section-why .why-item p { color: rgba(255,255,255,0.7); }
.section-why .why-number { color: #D4A574; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.why-item { text-align: center; padding: 40px 24px; background: #fff; border-radius: 8px; border: 1px solid #E2E8F0; }
.why-number { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: #6B1D1D; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; min-height: 48px; }
.why-item h4 { margin-bottom: 8px; }
.why-item p { color: #718096; font-size: 0.9375rem; }

/* ===== CONTACT ===== */
.section-contact { padding: 100px 0; background: #FAFAFA; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info .section-label { display: block; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { color: #718096; margin-bottom: 32px; }
.contact-phone { margin-bottom: 8px; }
.contact-phone a { font-family: 'Playfair Display', serif; font-size: 2.25rem; font-weight: 700; color: #1A1A1A; }
.contact-phone a:hover { color: #6B1D1D; }
.contact-espanol { color: #6B1D1D; font-weight: 600; margin-bottom: 32px; font-size: 1.125rem; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
.contact-detail strong { display: block; color: #1A1A1A; margin-bottom: 4px; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 1px; }
.contact-detail p { color: #718096; font-size: 0.9375rem; }
.principal-office { margin-top: 8px; font-weight: 600; color: #D4A574; }
.contact-form-wrap { background: #ffffff; padding: 48px; border-radius: 8px; border: 1px solid #E8E8E8; }
.contact-form { color: #1A1A1A; }
.contact-form h3 { margin-bottom: 28px; text-align: center; color: #1A1A1A; font-weight: 700; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 700; color: #1A1A1A; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid #E2E8F0; border-radius: 4px; font-size: 1rem; font-family: 'Inter', sans-serif; color: #2D3748; transition: border-color 0.2s; background: #fff; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #6B1D1D; box-shadow: 0 0 0 3px rgba(107,29,29,0.1); }
.form-group textarea { resize: vertical; }
.form-disclaimer { font-size: 0.75rem; color: #A0AEC0; margin-top: 12px; text-align: center; }

/* ===== FOOTER ===== */
.footer { background: #1A1A1A; color: #fff; padding: 60px 0 0; position: relative; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-col h4 { font-family: 'Inter', sans-serif; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; color: #D4A574; }
.footer-col p { opacity: 0.7; font-size: 0.9375rem; line-height: 1.6; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { opacity: 0.7; font-size: 0.9375rem; transition: opacity 0.2s; }
.footer-col ul li a:hover { opacity: 1; color: #D4A574; }
.footer-phone { color: #D4A574; font-size: 1.125rem; font-weight: 600; display: inline-block; margin-top: 12px; }
.footer-espanol { color: #D4A574; font-weight: 600; margin-top: 12px; font-size: 0.875rem; }
.social-links { display: flex; gap: 12px; }
.social-links a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.3); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 600; opacity: 0.7; transition: all 0.2s; }
.social-links a:hover { border-color: #D4A574; color: #D4A574; opacity: 1; }
.footer-bottom { padding: 24px 0; text-align: center; }
.footer-bottom p { font-size: 0.75rem; opacity: 0.5; line-height: 1.8; }

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

/* Lady Justice SVG */
.lady-justice-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 600px;
  z-index: 0;
  pointer-events: none;
}
.lady-justice-svg .scale-left {
  animation: scaleSwayLeft 6s ease-in-out infinite;
  transform-origin: 80px 120px;
}
.lady-justice-svg .scale-right {
  animation: scaleSwayRight 6s ease-in-out infinite;
  transform-origin: 320px 120px;
}
.lady-justice-svg .scales-crossbar {
  animation: crossbarTilt 6s ease-in-out infinite;
  transform-origin: 200px 120px;
}
@keyframes scaleSwayLeft {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(12px); }
}
@keyframes scaleSwayRight {
  0%, 100% { transform: translateY(12px); }
  50% { transform: translateY(0px); }
}
@keyframes crossbarTilt {
  0%, 100% { transform: rotate(2deg); }
  50% { transform: rotate(-2deg); }
}

/* Floating legal symbols */
@keyframes floatSymbol {
  0% { transform: translateY(100%) rotate(0deg); opacity: 0; }
  10% { opacity: 0.06; }
  90% { opacity: 0.06; }
  100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
}

/* Gavel strike */
.gavel-strike {
  position: absolute;
  top: 20px;
  right: 15%;
  z-index: 0;
  opacity: 0;
  animation: gavelSwing 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
@keyframes gavelSwing {
  0% { transform: rotate(-40deg) translateY(-30px); opacity: 0; }
  40% { transform: rotate(0deg) translateY(0); opacity: 0.7; }
  50% { transform: rotate(2deg) translateY(2px); opacity: 0.7; }
  60% { transform: rotate(0deg) translateY(0); opacity: 0.6; }
  100% { transform: rotate(0deg) translateY(0); opacity: 0.5; }
}
.gavel-ripple {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(212, 165, 116, 0.3);
  animation: rippleOut 1s ease-out 0.95s forwards;
  opacity: 0;
}
@keyframes rippleOut {
  0% { width: 10px; height: 10px; opacity: 0.5; }
  100% { width: 80px; height: 80px; margin-left: -35px; margin-bottom: -35px; opacity: 0; }
}

/* Scroll reveal */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Counter animation */
.results-amount.counting {
  font-variant-numeric: tabular-nums;
}
.results-amount.counted {
  animation: counterPulse 0.5s ease;
}
@keyframes counterPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* Emergency pulse */
.emergency-box {
  position: relative;
  animation: emergencyPulse 3s ease-in-out infinite;
}
@keyframes emergencyPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(107, 29, 29, 0); }
  50% { box-shadow: 0 0 20px 4px rgba(107, 29, 29, 0.25); }
}

/* Practice card hover enhancements */
.practice-card,
.pi-item {
  transition: all 0.3s ease;
}
.practice-card:hover,
.pi-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: #6B1D1D;
}
.practice-card:hover .practice-card-icon svg,
.pi-item:hover .pi-icon svg {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}
.practice-card-icon svg,
.pi-icon svg {
  transition: transform 0.3s ease;
}

/* Why items hover */
.why-item {
  transition: all 0.3s ease;
}
.why-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  border-color: #6B1D1D;
}

/* Form focus glow */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #6B1D1D;
  box-shadow: 0 0 0 4px rgba(107, 29, 29, 0.12), 0 0 20px rgba(107, 29, 29, 0.08);
}

/* Submit button shimmer */
.contact-form .btn-gold {
  position: relative;
  overflow: hidden;
}
.contact-form .btn-gold::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: skewX(-20deg);
  transition: none;
}
.contact-form .btn-gold:hover::after {
  animation: shimmer 0.8s ease forwards;
}
@keyframes shimmer {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* Header compact on scroll */
.header {
  transition: box-shadow 0.3s, padding 0.3s;
}
.header.header-compact {
  box-shadow: 0 2px 20px rgba(0,0,0,0.08), 0 1px 0 rgba(107, 29, 29, 0.15);
}
.header.header-compact .header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: padding 0.3s ease;
}
.header.header-compact .logo-tagline {
  font-size: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.logo-tagline {
  transition: all 0.3s ease;
}



/* CD items hover */
.cd-item {
  transition: all 0.3s ease;
}
.cd-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

/* ===== MEET THE TEAM ===== */
.team-section { padding: 100px 0; background: rgba(26,26,26,0.92); }
.team-section .section-label { color: #D4A574; }
.team-section .section-header h2 { color: #fff; }
.team-section .section-header p { color: rgba(255,255,255,0.75); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-top: 48px; }
.team-card { text-align: center; transition: transform 0.3s ease; }
.team-card:hover { transform: translateY(-6px); }
.team-photo { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; margin: 0 auto 20px; border: 3px solid rgba(212,165,116,0.4); transition: border-color 0.3s ease; }
.team-card:hover .team-photo { border-color: #D4A574; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-name { color: #fff; font-family: 'Playfair Display', serif; font-size: 1.25rem; margin-bottom: 4px; }
.team-role { color: #D4A574; font-size: 0.9375rem; font-weight: 500; margin-bottom: 4px; }
.team-since { color: rgba(255,255,255,0.5); font-size: 0.8125rem; font-style: italic; }

/* ===== MOBILE: DISABLE HEAVY ANIMATIONS ===== */
@media (max-width: 768px) {
  .lady-justice-svg { display: none; }
  .gavel-strike { display: none; }
  .floating-symbols { display: none !important; }
  .scroll-reveal {
    transition-duration: 0.4s;
    transform: translateY(15px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lady-justice-svg,
  .gavel-strike,
  .floating-symbols { display: none !important; }
  .scroll-reveal { transition: none; opacity: 1; transform: none; }
  .emergency-box { animation: none; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; }
    .about-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .bg-justice { background-attachment: scroll; position: fixed; background-position: 70% center; background-size: cover; }
    .practice-overview, .section-cd, .section-why, .team-section { background: rgba(26,26,26,0.85) !important; }
    .team-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .team-photo { width: 140px; height: 140px; }
    .section-pi, .section-about, .section-contact { background: rgba(250,250,250,0.97) !important; }
    .hero { background-position: 70% center; }
    .hero-overlay { background: linear-gradient(to bottom, rgba(26,26,26,0.85) 0%, rgba(26,26,26,0.7) 50%, rgba(26,26,26,0.8) 100%); }
    .nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; flex-direction: column; justify-content: center; align-items: center; gap: 24px; z-index: 200; }
    .nav.active { display: flex; }
    .nav a { font-size: 1.25rem; }
    .mobile-toggle { display: block; z-index: 300; }
    .mobile-toggle.active span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
    .mobile-toggle.active span:nth-child(2) { opacity: 0; }
    .mobile-toggle.active span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }
    .hero { padding: 60px 0 50px; }
    .section-header { margin-bottom: 32px; }
    .section-header p { font-size: 1rem; margin-top: 8px; }
    .practice-overview { padding: 60px 0; }
    .practice-cards { grid-template-columns: 1fr; }
    .pi-texas { grid-template-columns: 1fr; }
    .pi-texas-map { display: none; }
    .cd-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 32px 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .about-sidebar { grid-template-columns: 1fr; }
    .results-box { min-width: auto; width: 100%; }
    .contact-details { grid-template-columns: 1fr; }
    .top-bar-inner { justify-content: center; text-align: center; }
    .top-bar-text:first-child { display: none; }
}
