/*
Theme Name:  LexPro
Theme URI:   https://startviz.com
Description: Dark, authoritative law firm theme — charcoal #1a1a1a, dark gold #b8960c, cream #f5f0e8. Cormorant Garamond serif + Inter + JetBrains Mono. Sharp, editorial, premium.
Version:     1.0.0
Author:      Startviz.com
Author URI:  https://startviz.com
License:     GPL-2.0-or-later
Text Domain: lexpro
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
*/

/* ══════════════════════════════════════════════════════════
   DESIGN TOKENS
══════════════════════════════════════════════════════════ */
:root {
  --lp-ink:        #0f0f0f;
  --lp-charcoal:   #1a1a1a;
  --lp-charcoal-2: #202020;
  --lp-line:       #2a2a2a;
  --lp-line-2:     #333333;
  --lp-gold:       #b8960c;
  --lp-gold-soft:  #d4b23a;
  --lp-cream:      #f5f0e8;
  --lp-cream-dim:  rgba(245, 240, 232, 0.70);
  --lp-stone:      #8a8680;
  --lp-serif:      'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --lp-sans:       'Inter', 'Helvetica Neue', Arial, sans-serif;
  --lp-mono:       'JetBrains Mono', ui-monospace, Menlo, 'Courier New', monospace;
  --lp-nav-h:      72px;
  --lp-max:        1360px;
}

/* ══════════════════════════════════════════════════════════
   RESET / BASE
══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  background: var(--lp-charcoal);
  color: var(--lp-cream);
  font-family: var(--lp-sans);
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: var(--lp-charcoal);
  color: var(--lp-cream);
  overflow-x: hidden;
  padding-top: 0 !important;
}
body.admin-bar { padding-top: 0 !important; }

a  { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--lp-gold); color: var(--lp-ink); }

/* ══════════════════════════════════════════════════════════
   LAYOUT
══════════════════════════════════════════════════════════ */
.lp-wrap {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 720px) { .lp-wrap { padding: 0 24px; } }

/* ══════════════════════════════════════════════════════════
   UTILITIES
══════════════════════════════════════════════════════════ */
.lp-eyebrow {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-gold);
  font-weight: 500;
}
.lp-rule {
  width: 56px;
  height: 1px;
  background: var(--lp-gold);
  display: inline-block;
  vertical-align: middle;
}

/* Section header pattern (index label + h2) */
.lp-section-head {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 60px;
  align-items: baseline;
  margin-bottom: 80px;
  padding-top: 40px;
}
.lp-section-head .lp-ix {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--lp-gold);
  text-transform: uppercase;
  border-top: 1px solid var(--lp-gold);
  padding-top: 18px;
}
.lp-section-head h2 {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--lp-cream);
}
.lp-section-head h2 em {
  font-style: italic;
  color: var(--lp-gold-soft);
  font-weight: 300;
}
@media (max-width: 720px) {
  .lp-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 48px; }
}

/* Scroll reveal */
.lp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.lp-reveal.lp-visible { opacity: 1; transform: translateY(0); }
.lp-reveal-d1 { transition-delay: 0.10s; }
.lp-reveal-d2 { transition-delay: 0.20s; }
.lp-reveal-d3 { transition-delay: 0.30s; }
.lp-reveal-d4 { transition-delay: 0.40s; }

/* ══════════════════════════════════════════════════════════
   NAV
══════════════════════════════════════════════════════════ */
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(15, 15, 15, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(184, 150, 12, 0.12);
  transition: background 0.3s ease;
}
.lp-header.lp-scrolled { background: rgba(10, 10, 10, 0.92); }

.lp-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 48px;
}
@media (max-width: 900px) { .lp-nav-inner { padding: 18px 24px; } }

/* Brand */
.lp-brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.lp-brand .lp-mark {
  font-family: var(--lp-serif);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: var(--lp-cream);
}
.lp-brand .lp-mark em {
  color: var(--lp-gold);
  font-style: normal;
}
.lp-brand .lp-suffix {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--lp-stone);
  text-transform: uppercase;
}

/* Nav links */
.lp-nav-links {
  display: flex;
  gap: 40px;
}
.lp-nav-links a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lp-cream-dim);
  font-weight: 400;
  position: relative;
  padding: 8px 0;
  transition: color 0.2s;
}
.lp-nav-links a:hover { color: var(--lp-cream); }
.lp-nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--lp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.lp-nav-links a:hover::after { transform: scaleX(1); }

/* Nav CTA */
.lp-nav-cta {
  font-family: var(--lp-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-charcoal);
  background: var(--lp-gold);
  padding: 13px 22px;
  font-weight: 500;
  transition: background 0.2s;
}
.lp-nav-cta:hover { background: var(--lp-gold-soft); }

/* Mobile toggle */
.lp-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
}
.lp-nav-toggle span {
  display: block;
  height: 1px;
  background: var(--lp-cream);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.lp-nav-toggle.lp-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.lp-nav-toggle.lp-open span:nth-child(2) { opacity: 0; }
.lp-nav-toggle.lp-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.lp-nav-mobile {
  position: fixed;
  inset: 0;
  background: var(--lp-ink);
  z-index: 48;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.lp-nav-mobile.lp-open { transform: translateX(0); }
.lp-nav-mobile a {
  font-family: var(--lp-serif);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 400;
  color: var(--lp-cream);
  letter-spacing: -0.01em;
}
.lp-nav-mobile a:hover { color: var(--lp-gold); }
.lp-nav-mobile .lp-nav-cta {
  font-family: var(--lp-sans);
  font-size: 13px;
  margin-top: 16px;
}

@media (max-width: 900px) {
  .lp-nav-links { display: none; }
  .lp-nav-cta.lp-desktop { display: none; }
  .lp-nav-toggle { display: flex; }
}

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.lp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 200px;
  background: var(--lp-ink);
}
.lp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) brightness(0.65) contrast(1.05);
}
.lp-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(15,15,15,0.55) 0%, rgba(15,15,15,0.15) 60%, rgba(15,15,15,0.85) 100%);
}
.lp-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15,15,15,0.35) 0%, rgba(15,15,15,0.25) 40%, rgba(15,15,15,0.98) 100%),
    linear-gradient(90deg,  rgba(15,15,15,0.75) 0%, rgba(15,15,15,0) 55%);
}
.lp-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.lp-hero-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
.lp-hero-meta .lp-m {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-cream-dim);
}
.lp-headline {
  font-family: var(--lp-serif);
  font-weight: 400;
  color: var(--lp-cream);
  font-size: clamp(56px, 9vw, 140px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 36px;
}
.lp-headline .lp-l1 { display: block; }
.lp-headline .lp-l2 {
  display: block;
  font-style: italic;
  color: var(--lp-cream);
  position: relative;
}
.lp-headline .lp-underline {
  display: inline-block;
  position: relative;
}
.lp-headline .lp-underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.10em;
  height: 3px;
  background: var(--lp-gold);
}
.lp-hero-sub {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--lp-cream-dim);
  margin-bottom: 56px;
  font-weight: 300;
}
.lp-hero-cta-row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.lp-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--lp-sans);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--lp-charcoal);
  background: var(--lp-gold);
  padding: 22px 36px;
  transition: background 0.2s;
}
.lp-cta-primary:hover { background: var(--lp-gold-soft); }
.lp-cta-primary svg { transition: transform 0.25s; }
.lp-cta-primary:hover svg { transform: translateX(4px); }

/* Scroll cue */
.lp-hero-scroll {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 3;
  writing-mode: vertical-rl;
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--lp-stone);
  display: flex;
  align-items: center;
  gap: 16px;
}
.lp-hero-scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(var(--lp-gold), transparent);
}
@media (max-width: 720px) {
  .lp-hero-scroll { display: none; }
  .lp-hero { padding-bottom: 80px; padding-top: 140px; }
}

/* ══════════════════════════════════════════════════════════
   PRACTICE AREAS
══════════════════════════════════════════════════════════ */
.lp-practice {
  padding: 140px 0 120px;
  background: var(--lp-charcoal);
  border-top: 1px solid var(--lp-line);
}
.lp-practice-list { border-top: 1px solid var(--lp-line-2); }

.lp-practice-item {
  display: grid;
  grid-template-columns: 160px 1fr 1fr 60px;
  gap: 40px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid var(--lp-line-2);
  transition: padding 0.4s ease;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.lp-practice-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--lp-gold);
  transition: width 0.4s ease;
}
.lp-practice-item:hover { padding-left: 28px; }
.lp-practice-item:hover::before { width: 3px; }
.lp-practice-item:hover .lp-pa-num { color: var(--lp-gold); }
.lp-practice-item:hover .lp-pa-arrow { color: var(--lp-gold); transform: translateX(8px); }

.lp-pa-num {
  font-family: var(--lp-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 88px;
  color: var(--lp-cream);
  line-height: 1;
  transition: color 0.3s;
  letter-spacing: -0.02em;
}
.lp-pa-name {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1;
  color: var(--lp-cream);
  letter-spacing: -0.01em;
}
.lp-pa-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--lp-cream-dim);
  font-weight: 300;
  max-width: 380px;
}
.lp-pa-arrow {
  color: var(--lp-stone);
  transition: color 0.3s, transform 0.3s;
  justify-self: end;
}

@media (max-width: 960px) {
  .lp-practice-item {
    grid-template-columns: 80px 1fr 40px;
    gap: 24px;
    padding: 28px 0;
  }
  .lp-pa-num { font-size: 48px; }
  .lp-pa-name { font-size: 26px; }
  .lp-pa-desc { grid-column: 1 / -1; margin-top: 6px; }
}

/* ══════════════════════════════════════════════════════════
   WHY US / STATS
══════════════════════════════════════════════════════════ */
.lp-why {
  background: var(--lp-ink);
  padding: 160px 0;
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
  position: relative;
  overflow: hidden;
}
.lp-why::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,150,12,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,150,12,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  pointer-events: none;
}
.lp-why-head {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
.lp-why-head .lp-eyebrow { margin-bottom: 20px; display: block; }
.lp-why-head h2 {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  color: var(--lp-cream);
  letter-spacing: -0.01em;
  max-width: 820px;
  margin: 0 auto;
}
.lp-why-head h2 em { font-style: italic; color: var(--lp-gold-soft); }

.lp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--lp-line-2);
  border-bottom: 1px solid var(--lp-line-2);
}
.lp-stat {
  padding: 64px 32px;
  text-align: left;
  border-right: 1px solid var(--lp-line-2);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-stat:last-child { border-right: 0; }
.lp-stat .lp-val {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 1;
  color: var(--lp-gold);
  letter-spacing: -0.02em;
}
.lp-stat .lp-val sup {
  font-size: 0.45em;
  vertical-align: top;
  margin-left: 4px;
  color: var(--lp-gold-soft);
  font-weight: 300;
}
.lp-stat .lp-stat-label {
  font-family: var(--lp-sans);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-cream);
  font-weight: 400;
}
.lp-stat .lp-stat-note {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  color: var(--lp-stone);
  text-transform: uppercase;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .lp-stats { grid-template-columns: repeat(2, 1fr); }
  .lp-stat:nth-child(1), .lp-stat:nth-child(2) { border-bottom: 1px solid var(--lp-line-2); }
  .lp-stat:nth-child(2n) { border-right: 0; }
}

/* ══════════════════════════════════════════════════════════
   TEAM
══════════════════════════════════════════════════════════ */
.lp-team {
  padding: 160px 0 140px;
  background: var(--lp-charcoal);
}
.lp-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.lp-attorney {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: inherit;
}
.lp-attorney .lp-photo {
  aspect-ratio: 3 / 4;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #111111;
}
.lp-attorney .lp-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 1.2s ease, filter 0.6s ease;
  filter: grayscale(0.15) brightness(0.88) contrast(1.03);
}
.lp-attorney:hover .lp-photo img {
  transform: scale(1.05);
  filter: grayscale(0) brightness(0.95) contrast(1.05);
}
.lp-attorney .lp-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15,15,15,0.20) 0%,
    rgba(15,15,15,0.40) 55%,
    rgba(15,15,15,0.95) 100%
  );
}
.lp-attorney .lp-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 36px 32px;
  z-index: 2;
}
.lp-attorney .lp-overlay .lp-atty-name {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: 34px;
  line-height: 1.05;
  color: var(--lp-cream);
  letter-spacing: -0.01em;
  transition: color 0.35s ease;
}
.lp-attorney:hover .lp-overlay .lp-atty-name { color: var(--lp-gold); }
.lp-attorney .lp-overlay .lp-atty-title {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--lp-gold);
  margin-top: 10px;
}
.lp-attorney .lp-overlay .lp-atty-bio {
  font-size: 14px;
  line-height: 1.65;
  color: var(--lp-cream-dim);
  margin-top: 18px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}
.lp-attorney:hover .lp-overlay .lp-atty-bio { max-height: 200px; opacity: 1; }
.lp-attorney .lp-meta-rule {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lp-cream);
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-attorney .lp-meta-rule::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--lp-gold);
}

@media (max-width: 900px) { .lp-team-grid { grid-template-columns: 1fr; gap: 20px; } }

/* ══════════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════════ */
.lp-testimonials {
  padding: 160px 0 140px;
  background: var(--lp-ink);
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
}
.lp-tcard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.lp-tcard {
  background: var(--lp-charcoal);
  border: 1px solid var(--lp-line-2);
  padding: 48px 40px 40px;
  position: relative;
  transition: border-color 0.3s;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.lp-tcard:hover { border-color: var(--lp-gold); }
.lp-tcard .lp-quote-mark {
  font-family: var(--lp-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 140px;
  line-height: 0.6;
  color: var(--lp-gold);
  margin-top: 10px;
}
.lp-tcard .lp-quote-text {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35;
  color: var(--lp-cream);
  letter-spacing: -0.005em;
  flex: 1;
}
.lp-tcard .lp-who {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--lp-line-2);
}
.lp-tcard .lp-who .lp-initial {
  width: 40px;
  height: 40px;
  background: var(--lp-ink);
  border: 1px solid var(--lp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lp-serif);
  font-style: italic;
  color: var(--lp-gold);
  font-size: 16px;
  flex-shrink: 0;
}
.lp-tcard .lp-who .lp-client-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-cream);
  letter-spacing: 0.02em;
}
.lp-tcard .lp-who .lp-client-co {
  font-family: var(--lp-mono);
  font-size: 11px;
  color: var(--lp-stone);
  letter-spacing: 0.12em;
  margin-top: 2px;
  text-transform: uppercase;
}

@media (max-width: 900px) { .lp-tcard-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════
   CONTACT (split)
══════════════════════════════════════════════════════════ */
.lp-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
}
.lp-contact-left {
  background: var(--lp-ink);
  padding: 120px 72px;
  color: var(--lp-cream);
  position: relative;
  overflow: hidden;
}
.lp-contact-left::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 72px;
  bottom: 72px;
  width: 1px;
  background: linear-gradient(transparent, var(--lp-gold), transparent);
}
.lp-contact-left .lp-eyebrow { margin-bottom: 20px; display: block; }
.lp-contact-left h2 {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.lp-contact-left h2 em { font-style: italic; color: var(--lp-gold-soft); }
.lp-contact-left .lp-contact-intro {
  max-width: 420px;
  color: var(--lp-cream-dim);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.lp-detail-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--lp-line-2);
}
.lp-detail-row:last-child { border-bottom: 1px solid var(--lp-line-2); }
.lp-detail-row .lp-dk {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-gold);
  padding-top: 3px;
}
.lp-detail-row .lp-dv {
  font-family: var(--lp-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--lp-cream);
}
.lp-detail-row .lp-dv small {
  display: block;
  font-family: var(--lp-sans);
  font-size: 13px;
  color: var(--lp-stone);
  margin-top: 6px;
  letter-spacing: 0.04em;
  font-weight: 300;
}

/* Right — cream form side */
.lp-contact-right {
  background: var(--lp-cream);
  color: var(--lp-charcoal);
  padding: 120px 72px;
  position: relative;
}
.lp-contact-right .lp-eyebrow {
  color: #8a6f00;
  margin-bottom: 20px;
  display: block;
}
.lp-contact-right h3 {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: #1a1a1a;
}
.lp-contact-right .lp-lead {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 42px;
  max-width: 440px;
  font-weight: 300;
}

/* Consultation form */
.lp-consult-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #1a1a1a;
}
.lp-cf-field {
  padding: 22px 0 16px;
  border-bottom: 1px solid #ccc6bb;
  position: relative;
}
.lp-cf-field.lp-full { grid-column: 1 / -1; }
.lp-cf-field label {
  display: block;
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a6f00;
  margin-bottom: 10px;
}
.lp-cf-field input,
.lp-cf-field select,
.lp-cf-field textarea {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  color: #1a1a1a;
  font-size: 16px;
  outline: none;
  padding: 4px 0;
  font-family: var(--lp-sans);
}
.lp-cf-field textarea { resize: none; min-height: 90px; line-height: 1.5; }
.lp-cf-field.lp-left { padding-right: 24px; }
.lp-cf-field.lp-right {
  padding-left: 24px;
  border-left: 1px solid #ccc6bb;
  margin-left: -1px;
}
.lp-cf-field input::placeholder,
.lp-cf-field textarea::placeholder { color: #a8a297; font-style: italic; }

.lp-submit-row {
  grid-column: 1 / -1;
  padding: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.lp-submit-row .lp-fine {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8680;
  max-width: 340px;
  line-height: 1.6;
}
.lp-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--lp-charcoal);
  color: var(--lp-cream);
  padding: 20px 32px;
  font-family: var(--lp-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
}
.lp-btn-submit:hover { background: var(--lp-gold); color: var(--lp-charcoal); }
.lp-btn-submit svg { transition: transform 0.25s; }
.lp-btn-submit:hover svg { transform: translateX(4px); }
.lp-btn-submit.lp-sent { background: var(--lp-gold); color: var(--lp-charcoal); }

@media (max-width: 1000px) {
  .lp-contact { grid-template-columns: 1fr; }
  .lp-contact-left,
  .lp-contact-right { padding: 80px 32px; }
  .lp-consult-form { grid-template-columns: 1fr; }
  .lp-cf-field.lp-left  { padding-right: 0; }
  .lp-cf-field.lp-right { padding-left: 0; border-left: 0; margin-left: 0; }
}

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
.lp-footer {
  background: var(--lp-ink);
  color: var(--lp-cream);
  padding: 100px 0 32px;
  border-top: 1px solid var(--lp-line);
}
.lp-foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--lp-line-2);
}
.lp-foot-brand .lp-foot-mark {
  font-family: var(--lp-serif);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.lp-foot-brand .lp-foot-mark em { color: var(--lp-gold); font-style: normal; }
.lp-foot-brand p {
  color: var(--lp-cream-dim);
  font-size: 14px;
  line-height: 1.7;
  max-width: 320px;
  margin-bottom: 28px;
  font-weight: 300;
}
.lp-foot-brand .lp-est {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lp-stone);
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-foot-brand .lp-est::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--lp-gold);
}
.lp-foot-col h4 {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-gold);
  margin-bottom: 24px;
  font-weight: 500;
}
.lp-foot-col ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-foot-col a,
.lp-foot-col .lp-addr-item {
  font-family: var(--lp-serif);
  font-size: 19px;
  color: var(--lp-cream);
  font-weight: 400;
  transition: color 0.2s;
}
.lp-foot-col a:hover { color: var(--lp-gold); }
.lp-foot-col .lp-addr {
  font-family: var(--lp-sans);
  font-size: 14px;
  color: var(--lp-cream-dim);
  line-height: 1.7;
  font-weight: 300;
}

.lp-foot-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  gap: 20px;
  flex-wrap: wrap;
}
.lp-foot-bar-left,
.lp-foot-bar-right {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--lp-stone);
}
.lp-foot-bar-right { display: flex; gap: 28px; flex-wrap: wrap; }
.lp-foot-bar a:hover { color: var(--lp-gold); }
.lp-foot-built a { color: var(--lp-cream-dim); }
.lp-foot-built a:hover { color: var(--lp-gold); }

@media (max-width: 900px) {
  .lp-foot-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .lp-foot-brand { grid-column: 1 / -1; }
}

/* ══════════════════════════════════════════════════════════
   PAGE TEMPLATES
══════════════════════════════════════════════════════════ */

/* Practice Areas page */
.lp-page-hero {
  padding: calc(var(--lp-nav-h) + 100px) 0 80px;
  background: var(--lp-charcoal);
  border-bottom: 1px solid var(--lp-line);
}
.lp-page-hero-inner { max-width: var(--lp-max); margin: 0 auto; padding: 0 48px; }
.lp-page-hero-inner .lp-eyebrow { display: block; margin-bottom: 28px; }
.lp-page-hero-title {
  font-family: var(--lp-serif);
  font-weight: 400;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.96;
  letter-spacing: -0.015em;
  color: var(--lp-cream);
}
.lp-page-hero-title em { font-style: italic; color: var(--lp-gold-soft); }
.lp-page-hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--lp-cream-dim);
  max-width: 560px;
  margin-top: 32px;
  font-weight: 300;
}
@media (max-width: 720px) { .lp-page-hero-inner { padding: 0 24px; } }

/* Contact standalone page */
.lp-contact-page { min-height: 100vh; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 720px) {
  .lp-practice { padding: 80px 0 60px; }
  .lp-why { padding: 100px 0; }
  .lp-team { padding: 100px 0 80px; }
  .lp-testimonials { padding: 100px 0 80px; }
  .lp-tcard { padding: 32px 24px 28px; }
  .lp-tcard .lp-quote-text { font-size: 20px; }
  .lp-tcard .lp-quote-mark { font-size: 100px; }
  .lp-footer { padding: 60px 0 24px; }
  .lp-foot-bar-right { flex-direction: column; gap: 12px; }
}
