/* ============================================================
   LENAR LAW — SHARED STYLESHEET
   Covers: reset, variables, nav, footer, CTA, FAQ, authority
   badges, buttons, mobile, animations, content/sidebar/prose
   ============================================================ */

/* VARIABLES & RESET */
:root {
  --ink: #1a1a1a; --warm-white: #faf8f5; --cream: #f2ede6;
  --sage: #2e7d12; --sage-light: #72b84a; --kelly: #4CBB17; --gold: #b89a6a;
  --gold-light: #d4b98a; --gold-hover: #c6aa7a; --deep: #2c3a2e; --rust: #8b3a2a;
  --gold-accessible: #7a5f2f;
  --muted: #524e46; --border: #e0d9cf;
  /* Spacing rhythm */
  --section-padding: 7rem 6rem;
  /* Fluid body type */
  --font-body: clamp(1rem, 0.35vw + 0.9rem, 1.0625rem);
  --font-small: clamp(0.82rem, 0.4vw + 0.68rem, 0.92rem);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--warm-white); color: var(--ink); font-size: var(--font-body); line-height: 1.6; overflow-x: hidden; }

/* GLOBAL LINK RESET — prevents browser-default blue underlines everywhere */
a { color: inherit; text-decoration: none; }

/* Restore visible link affordance for body copy and contact text */
main p a,
main li a,
main .mini-hero-breadcrumb a,
main .contact-page-detail a,
main .contact-detail-body a,
main .hero-contact-item a,
main .sidebar-cta a.phone-link,
main .page-cta-phone,
main .about-more-link,
main .mobile-nav-contact a,
footer p a,
footer li a,
.footer-bottom a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.08em;
}

.skip-link { position: absolute; top: -100px; left: 1rem; background: var(--sage); color: #fff; padding: 0.6rem 1.2rem; font-size: 0.8rem; font-weight: 500; text-decoration: none; border-radius: 2px; z-index: 9999; transition: top 0.2s; }
.skip-link:focus { top: 1rem; }

/* HAMBURGER */
.nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; min-width: 44px; min-height: 44px; cursor: pointer; background: none; border: none; padding: 10px; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--deep); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; transform-origin: center; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* MOBILE NAV DRAWER */
.mobile-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; min-height: 100dvh; z-index: 9999; background-color: #faf8f5; overflow-y: auto; flex-direction: column; justify-content: flex-start; align-items: center; padding: 5rem 2rem 4rem; }
.mobile-nav.open { display: flex; }
.mobile-nav::before { content: ""; position: fixed; inset: 0; background: #faf8f5; z-index: -1; }
body.menu-open { overflow: hidden; }
.mobile-nav > a, .mobile-nav > div > a { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--deep); text-decoration: none; padding: 0.75rem 0; border-bottom: 1px solid var(--border); width: 100%; text-align: center; transition: color 0.2s; display: block; }
.mobile-nav > a:hover { color: var(--sage); }
.mobile-section-label { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage); padding: 1.6rem 0 0.4rem; width: 100%; text-align: center; display: block; }
.mobile-sub-group { width: 100%; }
.mobile-sub-group a { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--muted); padding: 0.4rem 0; border-bottom: 1px solid rgba(224,217,207,0.5); width: 100%; text-align: center; text-decoration: none; display: block; transition: color 0.2s; }
.mobile-sub-group a:hover { color: var(--sage); }
.mobile-nav a.mobile-cta { font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; background: var(--sage); color: #fff !important; padding: 1rem 2.5rem; margin-top: 1.5rem; border: none; border-bottom: none; border-radius: 2px; width: auto; display: inline-block; }
.mobile-nav a.mobile-cta:hover { background: var(--deep); }
.mobile-nav-contact { margin-top: 1.5rem; text-align: center; font-size: 0.9rem; color: #4a463e; font-weight: 400; line-height: 2.1; }
.mobile-nav-contact a { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--deep); font-weight: 500; border: none; padding: 0; display: inline; text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; }
.mobile-nav-close { position: absolute; top: 1rem; right: 1rem; width: 44px; height: 44px; min-width: 44px; min-height: 44px; background: none; border: none; font-size: 1.6rem; color: var(--deep); cursor: pointer; line-height: 1; padding: 0.4rem; z-index: 301; }
.mobile-callbar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--deep); border-top: 1px solid rgba(46,125,18,0.2); box-shadow: 0 -4px 24px rgba(0,0,0,0.22); }
.mobile-callbar a { display: flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 1rem; min-height: 44px; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em; color: var(--warm-white); text-decoration: none; }

/* NAV — glassmorphism */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 4rem; height: 72px; background: rgba(250,248,245,0.82); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(224,217,207,0.5); transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; }
#navbar.scrolled { background: rgba(250,248,245,0.95); border-bottom-color: var(--border); box-shadow: 0 2px 32px rgba(0,0,0,0.08); }
#navbar.nav-solid { background: #faf8f5; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: var(--border); }
#navbar.nav-solid.scrolled { background: #faf8f5; box-shadow: 0 2px 32px rgba(0,0,0,0.08); }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--deep); letter-spacing: 0.02em; text-decoration: none; }
.nav-logo span { color: var(--sage); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--deep); }
.nav-links a.active { color: var(--deep); position: relative; padding-bottom: 0; border-bottom: none; }
.nav-links a.active::before { content: ''; position: absolute; left: 0; right: 0; bottom: -0.35rem; height: 2px; background: var(--gold-accessible); border-radius: 999px; }
.nav-cta { background: var(--sage) !important; color: #fff !important; padding: 0.55rem 1.4rem; border-radius: 2px; }
.nav-links a.nav-cta.active {
  padding: 0.55rem 1.4rem;
  border-bottom: none;
}
.nav-links a.nav-cta.active::before {
  display: none;
}
.nav-cta:hover { background: var(--deep) !important; }

/* DROPDOWN */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 0.3rem; }
.nav-dropdown > a::after { content: '▾'; font-size: 0.65rem; opacity: 0.55; margin-top: 1px; }
.dropdown-menu { display: none; position: absolute; top: 100%; padding: 0.55rem; left: 50%; transform: translateX(-50%); background: var(--warm-white); border: 1px solid var(--border); box-shadow: 0 12px 32px rgba(44,58,46,0.12); min-width: 240px; z-index: 100; }
.dropdown-section-label { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--deep); padding: 0.55rem 0.85rem 0.4rem; font-weight: 500; display: block; margin-top: 0; background: linear-gradient(to right, rgba(212,185,138,0.28), rgba(212,185,138,0.08)); border-left: 2px solid rgba(184,154,106,0.55); border-radius: 2px; }
.dropdown-section-label::after { content: ''; display: block; height: 1px; margin-top: 0.38rem; background: rgba(184,154,106,0.22); }
.dropdown-menu a { display: block; padding: 0.62rem 0.95rem; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.03em; color: var(--muted); text-decoration: none; border-bottom: none; text-transform: none; border-radius: 2px; transition: background 0.15s, color 0.15s; }
.dropdown-menu a:last-child { border-bottom: none; }
.dropdown-menu a:hover { background: var(--cream); color: var(--deep); }
.dropdown-menu a + .dropdown-section-label,
.dropdown-menu a + .dropdown-divider + .dropdown-section-label { margin-top: 0.3rem; }
.dropdown-divider { display: none; }
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu::before { content: ''; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }

/* SHARED UTILITIES */
.section-eyebrow { font-size: 0.76rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.6rem; }
.section-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--sage); }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 300; line-height: 1.2; color: var(--deep); margin-bottom: 1.4rem; }
.section-title em { font-style: italic; color: var(--rust); }
.btn-primary { background: var(--gold-light); color: var(--deep); padding: 0.85rem 2rem; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-hover); transform: translateY(-1px); }
.btn-ghost { color: var(--warm-white); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; padding: 0.85rem 1.2rem; border-bottom: 1px solid rgba(250,248,245,0.3); transition: border-color 0.2s; }
.btn-ghost:hover { border-color: var(--warm-white); }

/* MINI HERO (subpages) */
.mini-hero { padding-top: 72px; min-height: 38vh; display: flex; align-items: flex-end; position: relative; overflow: hidden; background: var(--deep); }
.mini-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.15; }
.mini-hero-content { position: relative; z-index: 1; padding: 3.5rem 6rem 4rem; width: 100%; }
.mini-hero-eyebrow { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.mini-hero-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--sage-light); }
.mini-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 300; line-height: 1.15; color: var(--warm-white); max-width: 680px; margin-bottom: 1rem; }
.mini-hero h1 em { font-style: italic; color: var(--gold-light); }
.mini-hero-sub { font-size: 0.96rem; color: rgba(250,248,245,0.86); font-weight: 400; max-width: 540px; line-height: 1.72; }
.mini-hero-breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: rgba(250,248,245,0.78); margin-bottom: 1.2rem; }
.mini-hero-breadcrumb a { color: rgba(250,248,245,0.9); text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; }
.mini-hero-breadcrumb a:hover { color: var(--sage-light); }
.mini-hero-breadcrumb span { opacity: 0.4; }

/* CONTENT / PROSE / SIDEBAR */
.content-section { padding: 5rem 6rem; }
.content-section.bg-cream { background: var(--cream); }
.content-section.bg-deep { background: var(--deep); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 4rem; align-items: start; max-width: 1400px; margin-left: auto; margin-right: auto; }
.content-layout > * { min-width: 0; }
.content-intro { max-width: 640px; margin-bottom: 3rem; }
.content-intro p { font-size: 1.02rem; color: #4a463e; font-weight: 400; line-height: 1.82; }
.prose { max-width: 72ch; width: 100%; min-width: 0; }
.prose p { font-size: 1rem; color: #4a463e; line-height: 1.82; font-weight: 400; margin-bottom: 1.1rem; }
.prose h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.45rem, 2vw, 1.8rem); font-weight: 400; color: var(--deep); line-height: 1.25; margin: 2.4rem 0 0.8rem; border-bottom: 1px solid var(--border); padding-bottom: 0.5rem; }
.prose h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.22rem, 1.5vw, 1.42rem); font-weight: 400; color: var(--deep); line-height: 1.28; margin: 2rem 0 0.7rem; border-bottom: 1px solid rgba(224,217,207,0.8); padding-bottom: 0.45rem; }
.prose h4 { font-size: 1rem; font-weight: 500; color: var(--deep); margin: 1.35rem 0 0.45rem; }
.prose .section-title { margin-top: 0; border-bottom: 0; padding-bottom: 0; max-width: none; }
.prose ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.2rem; }
.prose ul li { font-size: 0.94rem; color: #4a463e; font-weight: 400; padding-left: 1.2rem; position: relative; }
.prose ul li::before { content: '—'; position: absolute; left: 0; color: var(--sage); }
.prose .callout { background: var(--cream); border-left: 3px solid var(--gold); padding: 1.5rem 1.8rem; margin: 2rem 0; }
.prose .callout p { margin-bottom: 0; font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--deep); }
.sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 90px; }
.sidebar-portrait { position: relative; margin-bottom: 1.5rem; }
.sidebar-portrait img { width: 100%; height: auto; display: block; }
.sidebar-card { background: var(--cream); padding: 1.8rem; border-top: 2px solid var(--gold); }
.sidebar-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; }
.sidebar-card p { font-size: 0.94rem; color: #4a463e; font-weight: 400; line-height: 1.65; margin-bottom: 0.6rem; }
.sidebar-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.35rem; }
.sidebar-card ul li { font-size: 0.92rem; color: #4a463e; font-weight: 400; padding-left: 0.9rem; position: relative; }
.sidebar-card ul li::before { content: '·'; position: absolute; left: 0; color: var(--muted); }
.sidebar-card ul li a { color: var(--deep); text-decoration: none; font-size: var(--font-small); }
.sidebar-card ul li a:hover { text-decoration: underline; }
.sidebar-card-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--deep);
  margin-bottom: 0.8rem;
}
.sidebar-cta { background: var(--deep); padding: 1.8rem; }
.sidebar-cta h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 400; color: var(--warm-white); margin-bottom: 0.6rem; }
.sidebar-cta p { font-size: 0.94rem; color: rgba(250,248,245,0.86); font-weight: 400; margin-bottom: 1.2rem; line-height: 1.62; }
.sidebar-cta a.cta-link { display: block; text-align: center; background: var(--gold-light); color: var(--deep); padding: 0.8rem; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s; margin-bottom: 0.8rem; }
.sidebar-cta a.cta-link:hover { background: var(--gold-hover); }
.sidebar-cta a.phone-link { display: block; text-align: center; color: var(--sage-light); font-size: 1.1rem; font-weight: 400; text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; letter-spacing: 0.03em; }
.sidebar-cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--warm-white);
  margin-bottom: 0.6rem;
}

.contact-page-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; }
.contact-page-info > p { font-size: 1rem; color: #4a463e; font-weight: 400; line-height: 1.72; margin-bottom: 2.5rem; }
.contact-page-details { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-page-detail { display: flex; gap: 1.2rem; align-items: flex-start; }
.contact-page-detail .icon { width: 40px; height: 40px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--sage); flex-shrink: 0; overflow: hidden; line-height: 0; font-size: 0; }
.contact-page-detail .label { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.2rem; }
.contact-page-detail p { font-size: 0.97rem; color: var(--ink); font-weight: 400; text-decoration: none; line-height: 1.55; }
.contact-page-detail a { font-size: 0.97rem; color: var(--ink); font-weight: 400; text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; line-height: 1.55; }
.contact-page-detail a:hover { color: var(--sage); }
.contact-map-wrap { margin-top: 2.5rem; }
.contact-map-wrap iframe { width: 100%; height: 260px; border: 0; display: block; margin-top: 1.5rem; }
.contact-form-panel { background: var(--deep); padding: 3.5rem 3rem; }
.contact-form-panel h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--warm-white); margin-bottom: 0.5rem; }
.contact-form-panel .sub { font-size: 0.88rem; color: rgba(250,248,245,0.82); font-weight: 400; margin-bottom: 1rem; }
.required-mark { color: var(--rust); margin-left: 0.2rem; }
.contact-form .required-mark,
.contact-form-panel .required-mark { color: var(--gold-light); }
.form-required-note { font-size: 0.9rem; color: rgba(250,248,245,0.86); line-height: 1.65; margin: 0 0 0.75rem; }
.form-access-note { font-size: 0.9rem; color: rgba(250,248,245,0.86); line-height: 1.65; margin-bottom: 2rem; }
.form-access-note a { color: var(--gold-light); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.form-legal-note { font-size: 0.92rem; color: rgba(250,248,245,0.95); line-height: 1.68; margin: 0 0 1rem; padding: 0.95rem 1rem; border-left: 2px solid var(--gold-light); background: rgba(255,255,255,0.05); }
.form-legal-note a { color: var(--gold-light); }

.split-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.services-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.services-list li { font-size: 0.97rem; color: #4a463e; font-weight: 400; padding-left: 1.2rem; position: relative; }
.services-list li::before { content: '—'; position: absolute; left: 0; color: var(--sage); }
.services-list a { color: var(--sage); text-decoration: none; }
.feature-callout { background: var(--deep); padding: 3rem; }
.feature-callout p { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-style: italic; font-weight: 400; color: var(--warm-white); line-height: 1.6; margin-bottom: 1.5rem; }
.feature-callout .btn-primary:hover { color: var(--deep); }

/* PAGE CTA SECTION */
.page-cta-section { background: var(--deep); padding: 5rem 6rem; }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
.page-cta-eyebrow { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.8rem; }
.page-cta-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 300; color: var(--warm-white); line-height: 1.2; margin-bottom: 1rem; }
.page-cta-text h2 em { font-style: italic; color: var(--gold-light); }
.page-cta-text > p { font-size: 0.96rem; color: rgba(250,248,245,0.86); font-weight: 400; line-height: 1.72; max-width: 500px; }
.page-cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; flex-shrink: 0; }
.page-cta-phone { display: flex; flex-direction: column; text-decoration: none; }
.page-cta-phone-label { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.1rem; }
.page-cta-phone-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--warm-white); text-decoration: none; letter-spacing: 0.02em; }
.page-cta-phone:hover .page-cta-phone-num { color: var(--gold-light); }

/* FAQ ACCORDION */
.faq-section { padding: 5rem 6rem; background: var(--cream); }
.faq-section .section-eyebrow { justify-content: flex-start; }
.faq-grid { display: flex; flex-direction: column; gap: 0; margin-top: 2.5rem; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; background: none; border: none; padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; cursor: pointer; text-align: left; font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--deep); line-height: 1.3; transition: color 0.2s; }
.faq-question:hover { color: var(--sage); }
.faq-icon { flex-shrink: 0; width: 28px; height: 28px; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--sage); transition: transform 0.3s, background 0.2s; font-style: normal; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--sage); color: #fff; border-color: var(--sage); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-inner { padding: 0 0 1.4rem; font-size: 0.96rem; color: #4a463e; line-height: 1.82; font-weight: 400; max-width: 720px; }
.faq-answer-inner a { color: var(--sage); text-decoration: none; border-bottom: 1px solid rgba(46,125,18,0.2); }
.faq-answer-inner a:hover { border-color: var(--sage); }

/* AUTHORITY BADGES (footer) */
.footer-col-authority { min-width: 260px; }
.authority-logos { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 0.2rem; }
.authority-badge { display: flex; align-items: flex-start; gap: 0.75rem; background: rgba(46,125,18,0.08); border: 1px solid rgba(46,125,18,0.18); border-radius: 3px; padding: 0.7rem 0.9rem; transition: background 0.2s; }
.authority-badge:hover { background: rgba(46,125,18,0.14); }
.authority-badge-icon { font-size: 0; flex-shrink: 0; color: var(--sage-light); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; overflow: hidden; line-height: 0; text-align: center; margin-top: 1px; border-radius: 50%; background: rgba(114, 184, 74, 0.12); }
.authority-badge-text strong { display: block; font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.75); letter-spacing: 0.01em; }
.authority-badge-text span { font-size: 0.76rem; color: rgba(255,255,255,0.62); font-weight: 400; }

/* PRACTICE AREAS OVERVIEW GRID */
.pa-overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); margin-top: 2rem; }
.pa-overview-card { background: rgba(250,248,245,0.96); padding: 2.2rem 2rem; transition: background 0.2s, transform 0.25s; text-decoration: none; display: block; }
.pa-overview-card:hover { background: #fffdf9; transform: translateY(-4px); }
.pa-overview-card .icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(46,125,18,0.28); border-radius: 50%; margin-bottom: 0.9rem; color: var(--sage); background: rgba(46,125,18,0.06); overflow: hidden; line-height: 0; font-size: 0; }
.pa-overview-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--deep); margin-bottom: 0.5rem; }
.pa-overview-card p { font-size: 0.95rem; color: #4a463e; line-height: 1.72; font-weight: 400; margin-bottom: 0.8rem; }
.pa-overview-card .learn { font-size: 0.78rem; color: var(--sage); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; }
.pa-overview-grid-filler { background: var(--warm-white); }

/* FOOTER */
footer { background: #111; padding: 3.5rem 6rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 3rem; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--warm-white); text-decoration: none; display: block; margin-bottom: 0.6rem; }
.footer-logo span { color: var(--sage-light); }
.footer-col p { font-size: 0.9rem; color: rgba(255,255,255,0.62); font-weight: 400; line-height: 1.68; max-width: 260px; margin-bottom: 0.4rem; }
.footer-heading { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.9rem; font-weight: 500; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul li a { font-size: 0.9rem; color: rgba(255,255,255,0.66); text-decoration: none; font-weight: 400; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--sage-light); }
.footer-bottom { background: #0a0a0a; padding: 1.2rem 6rem; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.78); font-weight: 400; line-height: 1.62; max-width: 500px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 0.7rem 1rem; width: 100%; margin-top: 0.2rem; }
.footer-legal-links a { font-size: 0.76rem; color: rgba(255,255,255,0.82); text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; }
.footer-legal-links a:hover { color: var(--sage-light); }

/* FOCUS VISIBLE — keyboard navigation indicator */
:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; border-radius: 2px; }
:focus:not(:focus-visible) { outline: none; }

/* TOUCH TARGETS — min 44px for mobile usability */
@media (max-width: 900px) {
  .mobile-nav > a, .mobile-sub-group a, .mobile-nav a.mobile-cta { min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .nav-hamburger { min-width: 44px; min-height: 44px; }
  .mobile-nav-close { min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .faq-question { min-height: 44px; }
}

/* MINI HERO BG — lazy load optimization */
.mini-hero-bg { will-change: transform; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* MOBILE */
@media (max-width: 900px) {
  #navbar { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .mobile-callbar { display: block; }
  body { padding-bottom: 56px; }
  .mini-hero-content { padding: 3rem 2rem 3rem; }
  .content-section { padding: 3rem 2rem; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .pa-overview-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; padding: 2.5rem 2rem; }
  .footer-bottom { padding: 1rem 2rem; flex-direction: column; }
}
@media (max-width: 768px) {
  .page-cta-section { padding: 3.5rem 1.5rem; }
  .page-cta-inner { flex-direction: column; }
  .page-cta-actions { width: 100%; }
  .page-cta-actions .btn-primary { width: 100%; text-align: center; }
  .faq-section { padding: 3.5rem 1.5rem; }
  .faq-question { font-size: 1.05rem; }
}

/* ═══════════════════════════════════════════════════════════
   INDEX PAGE STYLES (formerly home.css)
═══════════════════════════════════════════════════════════ */
  /* ── INDEX PAGE SPECIFIC STYLES ── */

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: minmax(520px, 60%) 1fr; padding-top: 72px; }
  .hero-left { background: var(--deep); display: flex; flex-direction: column; justify-content: center; padding: 6rem 8rem 6rem 6rem; position: relative; overflow: hidden; }
  .hero-left::before { content: ''; position: absolute; top: -80px; right: -80px; width: 340px; height: 340px; border-radius: 50%; background: rgba(122,140,110,0.12); pointer-events: none; animation: floatA 9s ease-in-out infinite; }
  .hero-left::after { content: ''; position: absolute; bottom: 60px; left: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(184,154,106,0.08); pointer-events: none; animation: floatB 12s ease-in-out infinite; }
  @keyframes floatA { 0%, 100% { transform: translateY(0px) scale(1); } 50% { transform: translateY(-18px) scale(1.03); } }
  @keyframes floatB { 0%, 100% { transform: translateY(0px) scale(1); } 50% { transform: translateY(14px) scale(0.97); } }
  .hero-eyebrow { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.75rem; }
  .hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--sage-light); }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 4.5vw, 4.2rem); font-weight: 300; line-height: 1.12; color: var(--warm-white); margin-bottom: 1.8rem; }
  .hero-title em { font-style: italic; color: var(--gold-light); }
  .hero-sub { font-size: 1.04rem; color: rgba(250,248,245,0.72); line-height: 1.75; max-width: 600px; margin-bottom: 2.8rem; font-weight: 400; }
  .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
  .hero-contact-strip { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(250,248,245,0.1); display: flex; gap: 2.5rem; }
.hero-contact-item .label { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.25rem; }
.hero-contact-item a { font-size: 0.9rem; color: rgba(250,248,245,0.86); text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; font-weight: 400; }
.hero-contact-item p { font-size: 0.9rem; color: rgba(250,248,245,0.86); text-decoration: none; font-weight: 400; }
  .hero-contact-item a:hover { color: var(--gold-light); }
  .hero-right { position: relative; overflow: hidden; background: #b4aa9a; min-height: calc(100vh - 72px); }
  .hero-right img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(44,58,46,0.25) 0%, transparent 50%); }
  .hero-badge { position: absolute; bottom: 2.5rem; right: 2rem; background: rgba(250,248,245,0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 1.2rem 1.6rem; border-left: 3px solid var(--sage); border-top: 1px solid rgba(250,248,245,0.72); box-shadow: 0 8px 32px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.4); }
  .hero-badge .badge-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: var(--deep); line-height: 1; }
  .hero-badge .badge-num span { font-size: 1.6rem; color: var(--deep); }
  .hero-badge .badge-label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 0.25rem; }

  /* INTRO BAND */
  .intro-band { background: var(--cream); padding: 1.4rem 6rem; display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: wrap; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .intro-band p { font-family: 'Cormorant Garamond', serif; font-size: 1.04rem; font-style: italic; color: #4a463e; font-weight: 400; }
  .intro-band .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--sage); flex-shrink: 0; }

  /* ABOUT SECTION */
  #about, #practice, #why, #testimonials, #contact { scroll-margin-top: 72px; }
  #about { padding: var(--section-padding); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
  .about-text p { font-size: 1.02rem; color: #4a463e; line-height: 1.82; font-weight: 400; margin-bottom: 1.1rem; }
  .about-credentials { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
  .credential { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 1.2rem; background: var(--cream); border-left: 2px solid var(--sage); }
  .credential-icon { color: var(--sage); font-size: 0; flex-shrink: 0; margin-top: 0.1rem; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; line-height: 0; }
  .credential-text strong { display: block; font-size: 0.88rem; font-weight: 500; color: var(--deep); margin-bottom: 0.15rem; }
  .credential-text span { font-size: 0.84rem; color: var(--muted); font-weight: 400; }
  .about-image-wrap { position: relative; }
  .about-image-deco { position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; border: 2px solid var(--sage-light); z-index: 0; }
  .about-image-deco2 { position: absolute; bottom: -20px; left: -20px; width: 70px; height: 70px; background: var(--cream); border: 2px solid var(--gold); z-index: 0; }
  .about-image-wrap img { width: 100%; height: auto; display: block; position: relative; z-index: 1; }
  .about-quote { position: absolute; bottom: 3.75rem; right: -2rem; background: rgba(44,58,46,0.78); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(212,185,138,0.18); border-top-color: rgba(212,185,138,0.28); border-radius: 0; padding: 1.5rem 1.6rem 1.35rem; max-width: 270px; box-shadow: 0 14px 38px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.08); z-index: 2; }
  .about-quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.08rem; font-style: italic; font-weight: 400; line-height: 1.6; color: rgba(250,248,245,0.92); text-shadow: 0 1px 1px rgba(0,0,0,0.12); }
  .about-quote cite { display: block; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(212,185,138,0.92); margin-top: 0.75rem; }
  .about-more-link { display: inline-block; margin-top: 1.5rem; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage); text-decoration: none; border-bottom: 1px solid var(--border); padding-bottom: 2px; transition: border-color 0.2s, color 0.2s; }
  .about-more-link:hover { border-color: var(--sage); color: var(--deep); }

  /* PRACTICE AREAS GRID */
  #practice { padding: var(--section-padding); background: linear-gradient(180deg, var(--cream) 0%, #f7f3ed 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .practice-header { text-align: center; margin-bottom: 4rem; }
  .practice-header .section-eyebrow { justify-content: center; }
  .practice-header .section-eyebrow::before { display: none; }
  .practice-header .section-title { color: var(--deep); }
  .practice-header > p { font-size: 1.02rem; color: #4a463e; max-width: 580px; margin: 0 auto; font-weight: 400; line-height: 1.78; }
  .practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); }
  .practice-card { background: rgba(250,248,245,0.96); border: 0; border-bottom: 2px solid var(--sage); padding: 2.35rem 2.1rem; transition: background 0.2s, transform 0.25s; text-decoration: none; display: flex; flex-direction: column; min-height: 100%; box-shadow: none; }
  .practice-card:hover { background: #fffdf9; transform: translateY(-4px); box-shadow: none; }
  .practice-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(46,125,18,0.28); border-radius: 50%; margin-bottom: 1rem; color: var(--sage); background: rgba(46,125,18,0.06); overflow: hidden; line-height: 0; font-size: 0; transition: background 0.2s, border-color 0.2s, color 0.2s; }
  .practice-card:hover .practice-icon { background: rgba(46,125,18,0.1); border-color: rgba(46,125,18,0.34); color: var(--sage); }
  .practice-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; }
  .practice-card > p { font-size: 0.95rem; color: #4a463e; line-height: 1.72; font-weight: 400; }
  .practice-card ul { margin-top: 0.9rem; list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
  .practice-card ul li { font-size: 0.87rem; color: #4a463e; font-weight: 400; padding-left: 0.9rem; position: relative; }
  .practice-card ul li::before { content: '·'; position: absolute; left: 0; color: var(--sage); }
  .practice-learn { display: inline-block; margin-top: auto; padding-top: 1.4rem; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); border-bottom: 1px solid rgba(46,125,18,0.18); padding-bottom: 1px; transition: border-color 0.2s, color 0.2s; }
  .practice-card:hover .practice-learn { border-color: var(--sage); color: var(--deep); }
  .practice-cta-row { display: flex; justify-content: center; margin-top: 2.5rem; }
  .practice-cta-btn { display: inline-block; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--deep); text-decoration: none; border: 1px solid rgba(184,154,106,0.42); background: rgba(250,248,245,0.92); padding: 0.85rem 1.9rem; border-radius: 2px; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s; box-shadow: 0 8px 20px rgba(44,58,46,0.05); }
  .practice-cta-btn:hover { background: var(--gold-light); color: var(--deep); border-color: var(--gold-light); transform: translateY(-2px); }

  /* WHY US */
  #why { padding: var(--section-padding); display: grid; grid-template-columns: 1.1fr 1fr; gap: 6rem; align-items: center; }
  .why-text > p { font-size: 1rem; color: #4a463e; font-weight: 400; line-height: 1.78; }
  .why-visual { display: flex; flex-direction: column; }
  .values-list { display: flex; flex-direction: column; margin-top: 2.5rem; }
  .value-item { display: flex; gap: 1.8rem; padding: 1.8rem 0; border-bottom: 1px solid var(--border); }
  .value-item:first-child { border-top: 1px solid var(--border); }
  .value-num { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: var(--muted); line-height: 1; flex-shrink: 0; width: 2rem; text-align: right; }
  .value-content h3, .value-content h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.02rem; font-weight: 500; color: var(--deep); line-height: 1.35; margin-bottom: 0.4rem; }
  .value-content p { font-size: 0.95rem; color: #4a463e; line-height: 1.7; font-weight: 400; }
  .stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; background: var(--cream); list-style: none; border: 1px solid var(--border); margin: 0; padding: 0; }
  .stat-cell { background: var(--cream); padding: 2.2rem 2rem 2rem; border: 1px solid var(--border); position: relative; display: flex; flex-direction: column; gap: 0; }
  .stat-icon { font-size: 0; margin-bottom: 0.7rem; opacity: 0.55; display: block; overflow: hidden; line-height: 0; text-align: center; }
  .stat-cell .big { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--deep); line-height: 1; display: block; }
  .stat-cell .big span { font-size: 1.7rem; color: inherit; }
  .stat-cell .label { font-size: 0.82rem; color: var(--muted); margin-top: 0.45rem; line-height: 1.4; font-weight: 400; display: block; }
  .stat-cell--highlight { background: var(--deep); border-color: var(--deep); }
  .stat-cell--highlight:hover { transform: none; box-shadow: none; }
  .stat-cell--highlight .stat-icon { opacity: 0.45; filter: brightness(2); }
  .stat-cell--highlight .big,
  .stat-cell--highlight .big span { color: var(--gold-light); }
  .stat-cell--highlight .label { color: rgba(250,248,245,0.6); }
  .why-pullquote { margin-top: 2rem; padding: 2rem; background: var(--cream); border-left: 3px solid var(--gold); }
  .why-pullquote p { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: var(--deep); line-height: 1.65; font-weight: 400; }
  .why-pullquote cite { display: block; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage); margin-top: 0.8rem; }

  /* TESTIMONIALS */
  #testimonials { padding: var(--section-padding); background: var(--cream); }
  .testimonials-header { text-align: center; margin-bottom: 4rem; }
  .testimonials-header .section-eyebrow { justify-content: center; }
  .testimonials-header .section-eyebrow::before { display: none; }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card { background: var(--warm-white); padding: 2.5rem 2rem; border-bottom: 2px solid var(--sage); transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(44,58,46,0.1); }
.testimonial-icon { color: var(--sage); width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.testimonial-icon svg { width: 100%; height: 100%; display: block; flex-shrink: 0; }
.testimonial-card blockquote { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; font-weight: 400; color: var(--ink); line-height: 1.62; margin-bottom: 0; }
.testimonial-author { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; padding-top: 1.5rem; }
.author-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--sage); display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 500; color: white; flex-shrink: 0; }
  .author-info .name { font-size: 0.86rem; font-weight: 500; color: var(--deep); }
  .author-info .case-type { font-size: 0.78rem; color: var(--muted); font-weight: 400; }

  /* CONTACT SECTION */
  #contact { padding: var(--section-padding); display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; }
  .contact-info h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 300; color: var(--deep); line-height: 1.2; margin-bottom: 1.2rem; }
  .contact-info h2 em { font-style: italic; color: var(--rust); }
  .contact-info > p { font-size: 1rem; color: #4a463e; font-weight: 400; line-height: 1.72; margin-bottom: 3rem; }
  .contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
  .contact-detail { display: flex; gap: 1.2rem; align-items: flex-start; }
  .contact-detail-icon { width: 40px; height: 40px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--sage); flex-shrink: 0; overflow: hidden; line-height: 0; font-size: 0; }
  .contact-detail-body .label { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.2rem; }
.contact-detail-body p { font-size: 0.97rem; color: var(--ink); font-weight: 400; text-decoration: none; line-height: 1.55; }
.contact-detail-body a { font-size: 0.97rem; color: var(--ink); font-weight: 400; text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; line-height: 1.55; }
  .contact-detail-body a:hover { color: var(--sage); }
  .contact-form { background: var(--deep); padding: 3.5rem 3rem; }
  .contact-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--warm-white); margin-bottom: 0.5rem; }
.contact-form .sub { font-size: 0.88rem; color: rgba(250,248,245,0.82); font-weight: 400; margin-bottom: 1rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-group { margin-bottom: 1.2rem; }
  .form-group label { display: block; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.5rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: var(--warm-white); padding: 0.85rem 1rem; font-family: 'DM Sans', sans-serif; font-size: 0.94rem; font-weight: 400; outline: 2px solid transparent; outline-offset: 2px; border-radius: 0; -webkit-appearance: none; transition: border-color 0.2s, outline-color 0.2s; }
.field-error-msg { display: block; font-size: 0.78rem; color: #f1c3b8; line-height: 1.4; margin-top: 0.4rem; }
.field-error-msg:empty { display: none; }
.form-group select option { background: var(--deep); color: var(--warm-white); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(250,248,245,0.62); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--sage-light); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-submit { width: 100%; min-height: 44px; background: var(--gold-light); color: var(--deep); border: none; padding: 1rem; font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-top: 0.5rem; }
.form-submit:hover { background: var(--gold-hover); }
  .form-submit:disabled { opacity: 0.72; cursor: wait; }
.contact-form .form-status,
.contact-form-panel .form-status { margin-top: 1rem; min-height: 1.2em; font-size: 0.88rem; line-height: 1.5; color: rgba(250,248,245,0.86); }
.contact-form .form-status.error,
.contact-form-panel .form-status.error { color: #f1c3b8; }
.contact-form .form-status.success,
.contact-form-panel .form-status.success { color: var(--gold-light); }
.contact-form .cf-turnstile,
  .contact-form-panel .cf-turnstile { margin: 0.3rem 0 1rem; min-height: 78px; }
  .contact-form .cf-turnstile iframe,
  .contact-form-panel .cf-turnstile iframe { max-width: 100%; }

  .additional-services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .additional-services-intro { font-size: 1rem; color: var(--muted); font-weight: 400; line-height: 1.85; }
  .additional-services-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
  .additional-services-list li { font-size: 0.95rem; color: var(--muted); font-weight: 400; padding-left: 1.2rem; position: relative; }
  .additional-services-list li::before { content: '—'; position: absolute; left: 0; color: var(--sage); }
  .additional-services-list a { color: var(--sage); text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 0.08em; }
  .additional-service-callout { background: var(--deep); padding: 3rem; }
  .additional-service-callout p { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-style: italic; font-weight: 400; color: var(--warm-white); line-height: 1.6; margin-bottom: 1.5rem; }
  .additional-service-callout .btn-primary:hover { color: var(--deep); }

@media (scripting: none) {
  .faq-answer { max-height: none !important; overflow: visible !important; }
}

  /* LEGAL PAGES */
  .legal-page .content-section { padding-top: 4.5rem; }
  .legal-page .legal-prose { max-width: 860px; }
  .legal-page .legal-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 400; color: var(--deep); line-height: 1.2; margin: 2rem 0 0.8rem; }
  .legal-page .legal-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin: 0 0 1rem; }
  .legal-page .legal-list li { font-size: 0.98rem; color: #4a463e; line-height: 1.78; font-weight: 400; padding-left: 1.1rem; position: relative; }
  .legal-page .legal-list li::before { content: '—'; position: absolute; left: 0; color: var(--sage); }
  .legal-page .review-note { margin-top: 1.5rem; background: var(--cream); border-left: 3px solid var(--gold); padding: 1rem 1.2rem; color: var(--deep); font-size: 0.94rem; line-height: 1.7; }

  /* HERO ANIMATIONS */
  .hero-left > * { animation: fadeUp 0.7s ease both; }
  .hero-left > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-left > *:nth-child(2) { animation-delay: 0.25s; }
  .hero-left > *:nth-child(3) { animation-delay: 0.4s; }
  .hero-left > *:nth-child(4) { animation-delay: 0.55s; }
  .hero-left > *:nth-child(5) { animation-delay: 0.7s; }

  /* INDEX MOBILE OVERRIDES */
  @media (prefers-reduced-motion: reduce) {
    .hero-left::before, .hero-left::after { animation: none; }
  }
  @media (max-width: 1200px) {
    #hero { grid-template-columns: 1fr; }
    .hero-left { padding: 5rem 6rem; align-items: flex-start; }
    .hero-left > * { max-width: 680px; }
    .hero-sub { max-width: 580px; }
    .hero-right { display: none; }
  }
  @media (max-width: 900px) {
    #hero { min-height: auto; }
    .hero-left { padding: 3rem 2rem 4rem; }
    .intro-band { padding: 1.2rem 2rem; gap: 0.8rem; }
    #about, #why, #contact { grid-template-columns: 1fr; padding: 4rem 2rem; gap: 3rem; }
    .contact-page-grid, .split-feature-grid { grid-template-columns: 1fr; gap: 3rem; }
    .about-image-wrap { order: -1; }
    .about-quote { display: none; }
    #practice { padding: 4rem 2rem; }
    .practice-grid { grid-template-columns: 1fr; }
    .practice-cta-row { justify-content: center; }
    #testimonials { padding: 4rem 2rem; }
    .testimonials-grid { grid-template-columns: 1fr; gap: 1rem; }
    .form-row { grid-template-columns: 1fr; }
    .hero-contact-strip { flex-direction: column; gap: 1.2rem; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .why-pullquote { margin-top: 1.5rem; }
    .contact-form { padding: 2.5rem 1.5rem; }
    .contact-form-panel .sub { margin-bottom: 0.9rem; }
  }
  @media (max-width: 480px) {
    .hero-title { font-size: 2.4rem; }
    .stats-grid { grid-template-columns: 1fr; }
  }

/* ═══════════════════════════════════════════════════════════
   #WHY SECTION — HOVER INTERACTIONS
═══════════════════════════════════════════════════════════ */

/* Left side: value-item slide + gold accent on hover */
.value-item {
  border-left: 3px solid transparent;
  padding-left: 1.2rem;
  margin-left: -1.2rem;
  border-radius: 0 6px 6px 0;
  transition: background 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-left-color 0.35s ease,
              transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.value-item:hover {
  background: rgba(122, 140, 110, 0.05);
  border-left-color: var(--gold);
  transform: translateX(8px);
}

.value-num {
  transition: color 0.3s ease;
}

.value-item:hover .value-num {
  color: var(--gold-accessible);
}

.value-content h3, .value-content h4 {
  transition: color 0.3s ease;
}

.value-item:hover .value-content h3,
.value-item:hover .value-content h4 {
  color: var(--sage);
}

/* Right side: stat-cell lift on hover (cream cells only — skip dark 3rd cell) */
.stat-cell {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.stat-cell:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09);
  z-index: 2;
}

/* Don't lift the dark (deep bg) cell — it looks wrong against a light grid */
.stat-cell:nth-child(3):hover {
  transform: none;
  box-shadow: none;
}

/* Subtle number scale on hover */
.stat-cell:hover .big {
  transition: transform 0.35s ease;
  transform: scale(1.04);
  display: inline-block;
}

/* Preserve dark cell text colors on hover */
.stat-cell--highlight:hover .big {
  transform: none;
}

/* ═══════════════════════════════════════════════════════════
   CREDENTIALS HOVER (About section, index.html)
═══════════════════════════════════════════════════════════ */

.credential {
  border-left: 2px solid var(--sage); /* already set — restate for transition */
  transition: background 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-left-color 0.35s ease,
              transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.credential:hover {
  background: rgba(122, 140, 110, 0.07);
  border-left-color: var(--gold);
  transform: translateX(8px);
}

.credential-icon {
  transition: transform 0.35s ease;
}

.credential:hover .credential-icon {
  transform: scale(1.2);
}

.credential-text strong {
  transition: color 0.3s ease;
}

.credential:hover .credential-text strong {
  color: var(--sage);
}
.credential-icon svg {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
}
