/* =========================================================
   WEINGARTNER LAW
   Sky & Slate — Premium Editorial Legal
   ========================================================= */

:root {
  --slate:       #1E3148;
  --slate-mid:   #253D5B;
  --slate-deep:  #131F30;
  --teal:        #2E8B8E;
  --teal-light:  #3AA0A4;
  --teal-pale:   #C8E4E5;
  --bg:          #F8FAFA;
  --bg-alt:      #EEF4F5;
  --white:       #FFFFFF;
  --text:        #1E3148;
  --text-muted:  #5A6E7A;
  --border:      #D4E2E4;
  --header-h:    76px;
  --section-p:   96px;
  --radius:      5px;
  --shadow-sm:   0 2px 10px rgba(30,49,72,.07);
  --shadow-md:   0 8px 36px rgba(30,49,72,.12);
  --shadow-lg:   0 20px 64px rgba(30,49,72,.16);
  --transition:  0.2s ease;
}

/* ----- Reset -------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ----- Typography --------------------------------------- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.18;
  color: var(--slate);
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.5rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }
p  { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* ----- Utilities ---------------------------------------- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.eyebrow {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}
.rule { border: none; border-top: 1px solid var(--border); margin: 0; }
.rule--dark { border-top-color: rgba(255,255,255,.08); }

/* ----- Buttons ------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--radius);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all var(--transition);
  white-space: nowrap;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-teal, .btn-gold {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.btn-teal:hover, .btn-gold:hover {
  background: var(--teal-light);
  border-color: var(--teal-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(46,139,142,.35);
}
.btn-slate, .btn-navy {
  background: var(--slate);
  color: #fff;
  border-color: var(--slate);
}
.btn-slate:hover, .btn-navy:hover {
  background: var(--slate-mid);
  border-color: var(--slate-mid);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.btn-outline-white {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}
.btn-outline-white:hover {
  border-color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.07);
}
.btn-outline-teal {
  border-color: var(--teal);
  color: var(--teal);
}
.btn-outline-teal:hover { background: var(--teal); color: #fff; }
.btn-lg { padding: 15px 36px; font-size: 15.5px; }
.btn-sm { padding: 9px 18px; font-size: 13px; }

/* ----- Announcement Bar --------------------------------- */
.announcement-bar {
  background: var(--slate-deep);
  text-align: center;
  padding: 10px 24px;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  letter-spacing: 0.2px;
}
.announcement-bar strong { color: rgba(255,255,255,.82); }
.announcement-bar a { color: var(--teal); font-weight: 700; }
.announcement-bar a:hover { color: var(--teal-light); }

/* ----- Header ------------------------------------------- */
.site-header {
  background: var(--slate);
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--header-h);
  box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 4px 24px rgba(19,31,48,.4);
}
.site-header .container {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
}
.logo { flex-shrink: 0; }
.logo img, .logo svg { height: 48px; width: auto; }

.main-nav { flex: 1; }
.main-nav > ul { display: flex; align-items: center; gap: 0; }
.main-nav > ul > li > a,
.main-nav > ul > li > button {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  letter-spacing: 0.2px;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li > button:hover { color: rgba(255,255,255,.95); }
.main-nav > ul > li > a.active { color: #fff; }

.nav-dropdown { position: relative; }
.nav-dropdown-toggle .chevron { display: inline-block; font-size: 9px; margin-left: 2px; transition: transform var(--transition); }
.nav-dropdown:hover .chevron { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: var(--white);
  min-width: 240px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border-top: 2px solid var(--teal);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all var(--transition);
  z-index: 300;
}
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a {
  display: block;
  padding: 11px 20px;
  color: var(--slate);
  font-size: 13.5px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  transition: background var(--transition), color var(--transition);
}
.dropdown-menu li:last-child a { border-bottom: none; }
.dropdown-menu a:hover { background: var(--bg-alt); color: var(--teal); }

.header-cta { margin-left: auto; flex-shrink: 0; }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; margin-left: auto; }
.hamburger span { display: block; width: 24px; height: 2px; background: rgba(255,255,255,.8); border-radius: 2px; transition: all var(--transition); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; background: var(--slate-mid); overflow: hidden; max-height: 0; transition: max-height 0.35s ease; }
.mobile-nav.open { max-height: 620px; }
.mobile-nav ul { padding: 8px 0 20px; }
.mobile-nav ul li a { display: block; padding: 12px 28px; color: rgba(255,255,255,.78); font-size: 15px; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,.06); }
.mobile-nav ul li a:hover { color: var(--teal-light); }
.mobile-nav .mobile-sub { padding-left: 16px; }
.mobile-nav .mobile-sub a { font-size: 13.5px; color: rgba(255,255,255,.52); }
.mobile-nav .mobile-cta { padding: 16px 28px; }

/* =========================================================
   HOMEPAGE
   ========================================================= */

/* ----- Hero -------------------------------------------- */
.hero {
  background: var(--slate);
  color: #fff;
  padding: 92px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 90% at 95% 40%, rgba(46,139,142,.15) 0%, transparent 60%),
    radial-gradient(ellipse 25% 40% at 0% 100%, rgba(46,139,142,.06) 0%, transparent 55%);
  pointer-events: none;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.hero-opening {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,.55);
  margin-bottom: 16px;
  line-height: 1.3;
}
.hero h1 { color: #fff; margin-bottom: 20px; font-weight: 800; line-height: 1.12; }
.hero h1 em { font-style: normal; color: var(--teal-light); }
.hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,.58);
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-phone {
  margin-top: 28px;
  font-size: 13.5px;
  color: rgba(255,255,255,.4);
}
.hero-phone a {
  color: rgba(255,255,255,.78);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  transition: color var(--transition);
}
.hero-phone a:hover { color: var(--teal-light); }

/* Hero right panel — featured result */
.hero-aside {
  border-left: 1px solid rgba(46,139,142,.2);
  padding-left: 40px;
  padding-top: 8px;
}
.hero-aside-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  display: block;
  margin-bottom: 16px;
}
.hero-aside-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 700;
  color: var(--teal-light);
  line-height: 1;
  display: block;
  letter-spacing: -1px;
}
.hero-aside-type {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-top: 14px;
}
.hero-aside-area {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.28);
  margin-top: 5px;
}
.hero-aside-rule {
  width: 32px;
  height: 1px;
  background: var(--teal);
  opacity: 0.35;
  margin: 24px 0;
}
.hero-aside-link {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.5px;
  transition: color var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-aside-link:hover { color: var(--teal-light); }

/* ----- Practice Areas — Editorial List ----------------- */
.practice-section { padding: var(--section-p) 0; background: var(--white); }
.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.section-intro-right p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; margin: 0; }

.practice-list { }
.practice-item {
  display: grid;
  grid-template-columns: 64px 1fr 28px;
  align-items: center;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  transition: padding-left var(--transition);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.practice-item:hover { padding-left: 6px; }
.practice-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--teal-pale);
  line-height: 1;
  transition: color var(--transition);
}
.practice-item:hover .practice-num { color: var(--teal); }
.practice-item-content h3 { font-size: 1.15rem; color: var(--slate); margin-bottom: 4px; }
.practice-item-content p  { color: var(--text-muted); font-size: 14px; margin: 0; line-height: 1.55; }
.practice-arrow {
  color: var(--border);
  font-size: 1.2rem;
  transition: all var(--transition);
  text-align: right;
}
.practice-item:hover .practice-arrow { color: var(--teal); transform: translateX(5px); }

/* ----- Felicia Feature --------------------------------- */
.felicia-section { padding: var(--section-p) 0; background: var(--bg-alt); }
.felicia-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start;
}
.photo-frame {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  aspect-ratio: 1/1;
  max-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.photo-frame-inner {
  text-align: center;
}
.photo-initials {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--teal);
  opacity: 0.25;
  display: block;
  line-height: 1;
}
.photo-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 12px;
  display: block;
  opacity: 0.6;
}
.photo-note {
  font-size: 10px;
  color: var(--text-muted);
  margin-top: 6px;
  opacity: 0.45;
}

.felicia-content h2 { margin-bottom: 20px; }
.felicia-blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--slate);
  line-height: 1.6;
  border-left: 3px solid var(--teal);
  padding-left: 22px;
  margin: 0 0 28px;
}
.felicia-body { color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
.felicia-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 36px;
}
.fstat {
  padding: 20px 32px 20px 0;
  margin-right: 32px;
  border-right: 1px solid var(--border);
}
.fstat:last-child { border-right: none; margin-right: 0; }
.fstat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--slate);
  line-height: 1;
  display: block;
}
.fstat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  display: block;
  margin-top: 5px;
}

/* ----- Results Showcase -------------------------------- */
.results-showcase {
  background: var(--slate);
  padding: var(--section-p) 0;
  position: relative;
  overflow: hidden;
}
.results-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(46,139,142,.07) 0%, transparent 65%);
  pointer-events: none;
}
.results-showcase-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 56px;
  position: relative;
}
.results-showcase-top h2 { color: #fff; }
.results-showcase-top p { color: rgba(255,255,255,.4); font-size: 14px; margin: 0; }
.results-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 52px;
  position: relative;
}
.rstat {
  padding-right: 48px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.rstat:last-child { border-right: none; padding-right: 0; padding-left: 48px; }
.rstat:nth-child(2) { padding: 0 48px; }
.rstat-amount {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  font-weight: 700;
  color: var(--teal-light);
  line-height: 1;
  display: block;
  letter-spacing: -2px;
}
.rstat-type {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-top: 16px;
}
.rstat-area {
  display: block;
  font-size: 14.5px;
  color: rgba(255,255,255,.28);
  margin-top: 6px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
.results-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.results-disclaimer { color: rgba(255,255,255,.22); font-size: 12px; font-style: italic; }

/* ----- Community --------------------------------------- */
.community-section { padding: var(--section-p) 0; background: var(--white); }
.community-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.community-intro h2 { margin-bottom: 16px; }
.community-intro p { color: var(--text-muted); line-height: 1.8; }
.community-list { padding-top: 8px; }
.community-org {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  color: var(--text-muted);
}
.community-org:first-child { border-top: 1px solid var(--border); }
.community-org::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ----- CTA Section ------------------------------------- */
.cta-section {
  background: var(--teal);
  padding: 80px 0;
  text-align: center;
}
.cta-section h2 { color: #fff; margin-bottom: 12px; }
.cta-section p  { color: rgba(255,255,255,.7); max-width: 500px; margin: 0 auto 36px; font-size: 1.05rem; line-height: 1.75; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-white {
  background: #fff;
  color: var(--teal);
  border-color: #fff;
  font-weight: 700;
}
.btn-white:hover {
  background: var(--bg);
  border-color: var(--bg);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.cta-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.8);
  font-weight: 600;
  font-size: 1.05rem;
  border: 2px solid rgba(255,255,255,.35);
  padding: 13px 28px;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.cta-phone-link:hover { border-color: rgba(255,255,255,.8); color: #fff; }

/* ----- Arizona Banner ---------------------------------- */
.az-banner {
  background: var(--teal);
  padding: 14px 0;
  text-align: center;
}
.az-banner p { color: rgba(255,255,255,.9); font-size: 14px; font-weight: 500; margin: 0; }
.az-banner a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.az-banner a:hover { opacity: .8; }
.az-new {
  background: rgba(255,255,255,.2);
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 10px;
  vertical-align: middle;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--slate-deep);
  color: rgba(255,255,255,.5);
  padding: 72px 0 0;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-logo-wrap { margin-bottom: 20px; }
.footer-logo-wrap img, .footer-logo-wrap svg { height: 44px; }
.footer-about { color: rgba(255,255,255,.36); line-height: 1.75; font-size: 13.5px; }
.footer-col h4 {
  color: rgba(255,255,255,.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a { color: rgba(255,255,255,.38); transition: color var(--transition); font-size: 13.5px; }
.footer-col ul li a:hover { color: var(--teal-light); }
.footer-contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255,255,255,.38);
  font-size: 13.5px;
  align-items: flex-start;
}
.footer-contact-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-contact-item a { color: rgba(255,255,255,.38); }
.footer-contact-item a:hover { color: var(--teal-light); }
.footer-bottom {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,.22);
}
.footer-disclaimer {
  font-size: 11px;
  color: rgba(255,255,255,.2);
  line-height: 1.65;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.05);
  margin-top: 0;
}

/* =========================================================
   INTERIOR PAGES
   ========================================================= */

/* Page hero */
.page-hero {
  background: var(--slate);
  padding: 72px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 100% at 80% 50%, rgba(46,139,142,.11) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero .container { position: relative; }
.breadcrumb {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.3);
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.breadcrumb a { color: rgba(255,255,255,.3); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--teal-light); }
.breadcrumb .sep { color: rgba(255,255,255,.15); }
.page-hero h1 { color: #fff; max-width: 720px; }
.page-hero .page-subtitle {
  color: rgba(255,255,255,.48);
  font-size: 1.1rem;
  margin-top: 14px;
  max-width: 560px;
  line-height: 1.7;
}
.page-hero-rule {
  width: 56px;
  height: 2px;
  background: var(--teal);
  margin-top: 32px;
  opacity: 0.7;
}

/* Interior editorial layout */
.editorial-section { padding: var(--section-p) 0; }
.editorial-section.alt { background: var(--bg-alt); }
.editorial-section.white { background: var(--white); }

.prose { max-width: 740px; }
.prose h2 { margin-bottom: 18px; margin-top: 48px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.25rem; margin: 36px 0 12px; color: var(--slate); }
.prose p { color: var(--text-muted); line-height: 1.85; font-size: 1.01rem; }
.prose ul { margin: 16px 0 28px; }
.prose ul li {
  padding: 10px 0 10px 26px;
  position: relative;
  color: var(--text-muted);
  font-size: 15px;
  border-bottom: 1px solid var(--border);
  line-height: 1.55;
}
.prose ul li:last-child { border-bottom: none; }
.prose ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-size: 12px;
  top: 12px;
  font-weight: 700;
}

/* Inline contact strip (replaces sidebar) */
.contact-strip {
  margin-top: 56px;
  padding: 40px 48px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.contact-strip h3 { color: var(--slate); font-size: 1.2rem; margin-bottom: 6px; }
.contact-strip p  { color: var(--text-muted); font-size: 14px; margin: 0; }
.contact-strip-actions { display: flex; gap: 12px; align-items: center; flex-shrink: 0; }
.contact-strip-phone {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--slate);
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.contact-strip-phone:hover { color: var(--teal); }

/* Featured result strip (sidebar replacement) */
.result-callout {
  margin-top: 48px;
  padding: 36px 40px;
  background: var(--slate);
  border-radius: var(--radius);
}
.result-callout .eyebrow { color: var(--teal); margin-bottom: 20px; }
.result-callout-grid { display: flex; gap: 32px; }
.rco-item { }
.rco-amount {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--teal-light);
  line-height: 1;
  display: block;
}
.rco-label { font-size: 11.5px; color: rgba(255,255,255,.38); margin-top: 4px; display: block; }
.rco-divider { width: 1px; background: rgba(255,255,255,.08); flex-shrink: 0; }

/* About page */
.about-hero-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  align-items: start;
}
.about-photo-frame {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  aspect-ratio: 1/1;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.attorney-headshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  border-radius: var(--radius);
  display: block;
  align-self: stretch;
  flex: 1;
}
.about-photo-frame { overflow: hidden; }

.about-photo-initials {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--teal);
  opacity: 0.22;
}
.about-photo-label {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.5;
  margin-top: 10px;
}
.about-meta {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.about-meta-item { padding-right: 32px; margin-right: 32px; border-right: 1px solid var(--border); }
.about-meta-item:last-child { border-right: none; }
.about-meta-num { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--slate); display: block; }
.about-meta-label { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); display: block; margin-top: 3px; }

/* Case results page */
.case-results-intro { padding: 64px 0 56px; border-bottom: 1px solid var(--border); margin-bottom: 64px; }
.results-grid-large {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.result-large {
  padding: 56px 56px 56px 0;
  border-right: 1px solid var(--border);
}
.result-large:last-child { border-right: none; padding-right: 0; padding-left: 56px; }
.result-large:nth-child(2) { padding: 56px; }
.result-large-amount {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700;
  color: var(--slate);
  line-height: 1;
  display: block;
  letter-spacing: -1px;
}
.result-large-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-top: 16px;
  display: block;
}
.result-large-area {
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--text-muted);
  margin-top: 6px;
  display: block;
}

/* Contact page */
.contact-page-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
}
.contact-info-block { position: sticky; top: calc(var(--header-h) + 28px); }
.contact-info-block h3 { font-size: 1.5rem; margin-bottom: 28px; }
.cib-item { display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start; }
.cib-icon {
  width: 38px; height: 38px;
  background: var(--bg-alt);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cib-icon svg { width: 16px; height: 16px; stroke: var(--teal); fill: none; stroke-width: 1.8; stroke-linecap: round; }
.cib-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 3px; }
.cib-value { color: var(--text); font-size: 15px; line-height: 1.5; }
.cib-value a { color: var(--text); }
.cib-value a:hover { color: var(--teal); }
.contact-divider { height: 1px; background: var(--border); margin: 28px 0; }
.area-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.area-pill {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 40px;
  padding: 5px 14px;
  font-size: 12.5px;
  color: var(--text-muted);
  font-weight: 500;
}

/* Form */
.form-label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--slate);
  letter-spacing: 0.3px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.form-input {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  margin-bottom: 20px;
  display: block;
}
.form-input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(46,139,142,.08); }
textarea.form-input { resize: vertical; min-height: 140px; margin-bottom: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-disclaimer { font-size: 11.5px; color: var(--text-muted); margin-top: 14px; line-height: 1.65; }

/* Map */
.map-wrap { height: 360px; }
.map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-aside { display: none; }
  .felicia-layout { grid-template-columns: 1fr; }
  .photo-frame { aspect-ratio: 1/1; max-height: 320px; }
  .photo-initials { font-size: 2.5rem; }
  .about-hero-layout { grid-template-columns: 1fr; }
  .about-photo-frame { position: static; aspect-ratio: 1/1; max-height: 320px; }
  .contact-page-layout { grid-template-columns: 1fr; }
  .contact-info-block { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .results-grid-large { grid-template-columns: 1fr; gap: 0; }
  .result-large { padding: 36px 0; border-right: none; border-bottom: 1px solid var(--border); }
  .result-large:last-child { border-bottom: none; padding-left: 0; }
  .result-large:nth-child(2) { padding: 36px 0; }
  .community-layout { grid-template-columns: 1fr; gap: 40px; }
  .section-intro { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  :root { --section-p: 64px; --header-h: 68px; }
  .main-nav { display: none; }
  .header-cta { display: none; }
  .hamburger { display: flex; }
  .mobile-nav {
    display: block;
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    z-index: 199;
    box-shadow: 0 8px 32px rgba(19,31,48,.35);
  }
  .hero { padding: 72px 0 80px; }
  .results-three { grid-template-columns: 1fr; gap: 32px; }
  .rstat:last-child, .rstat:nth-child(2) { padding: 0; }
  .rstat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 32px; }
  .rstat:last-child { border-bottom: none; padding-bottom: 0; }
  .results-bottom { flex-direction: column; gap: 20px; align-items: flex-start; }
  .results-showcase-top { flex-direction: column; gap: 8px; }
  .contact-strip { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .contact-strip-actions { flex-direction: column; width: 100%; }
  .result-callout { padding: 24px 28px; }
  .fstat, .felicia-stats { flex-direction: column; }
  .fstat { border-right: none; border-bottom: 1px solid var(--border); padding: 16px 0; margin-right: 0; }
  .fstat:last-child { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .about-meta { flex-direction: column; }
  .about-meta-item { border-right: none; border-bottom: 1px solid var(--border); padding: 12px 0; margin-right: 0; }
  .about-meta-item:last-child { border-bottom: none; }
  .result-callout-grid { flex-direction: column; }
  .rco-divider { display: none; }
}
@media (max-width: 520px) {
  .container { padding: 0 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; align-items: center; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero { padding: 52px 0 48px; }
  .prose { max-width: 100%; }
  .result-large-amount { font-size: 2.6rem; }
}
