/* ============================================================
   PWR INVEST — Traditional Law Firm Stylesheet
   Aesthetic: Classic British law firm — stately, refined, authoritative
   ============================================================ */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500&display=swap');

/* --- Custom Properties --- */
:root {
  --ink:         #0a0a0a;
  --ink-soft:    #1c1c1c;
  --ink-lighter: #2e2e2e;
  --parchment:   #f7f4ef;
  --parchment-dark: #ede9e2;
  --gold:        #8b7340;
  --gold-light:  #a8956b;
  --gold-pale:   #c4aa82;
  --burgundy:    #4a1c28;
  --rule:        #d4c9b4;
  --rule-dark:   #b8a98e;
  --text-body:   #2c2c2c;
  --text-muted:  #6b6b6b;
  --text-light:  #9a9a9a;
  --white:       #ffffff;
  --off-white:   #fafaf8;

  --font-serif:  'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --font-body:   'Crimson Pro', 'EB Garamond', Georgia, serif;
  --font-ui:     'Inter', system-ui, sans-serif;

  --max-width:   1200px;
  --section-pad: 7rem 0;
  --header-h:    80px;

  --ease-refined: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--parchment);
  color: var(--text-body);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.75;
  min-height: 100vh;
}

img { max-width: 100%; display: block; }

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.25s var(--ease-refined);
}
a:hover { color: var(--gold-light); }

/* --- Typography Scale --- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: 0.01em;
}

h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 300; }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 400; }
h4 { font-size: 1.25rem; font-weight: 500; letter-spacing: 0.05em; }
h5 { font-size: 0.75rem; font-family: var(--font-ui); font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-body);
  max-width: 70ch;
}

.lead {
  font-size: 1.15rem;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ink-lighter);
  line-height: 1.7;
}

/* --- Layout Utilities --- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.container--narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.container--wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.section { padding: var(--section-pad); }
.section--dark { background-color: var(--ink); }
.section--charcoal { background-color: var(--ink-soft); }
.section--parchment { background-color: var(--parchment); }
.section--parchment-dark { background-color: var(--parchment-dark); }
.section--white { background-color: var(--white); }

/* --- Rule / Divider --- */
.rule {
  width: 3rem;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem 0;
}

.rule--center { margin: 1.5rem auto; }
.rule--long { width: 6rem; }
.rule--full { width: 100%; background: var(--rule); margin: 2rem 0; }

hr.section-rule {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 3rem 0;
}

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(10, 10, 10, 0.97);
  border-bottom: 1px solid rgba(139, 115, 64, 0.25);
  display: flex;
  align-items: center;
  transition: background 0.4s var(--ease-refined), box-shadow 0.4s;
}

.site-header.scrolled {
  background: rgba(10, 10, 10, 0.99);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo__mark {
  /* New logo is 220×52 aspect — let it scale from height */
  height: 44px;
  width: auto;
  flex-shrink: 0;
}

.site-logo__text {
  display: none; /* wordmark now embedded inside SVG */
}

.site-logo__name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.06em;
}

.site-logo__tagline {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 300;
  color: var(--gold-pale);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Nav */
.site-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.site-nav a {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.25s;
  position: relative;
  padding-bottom: 2px;
}

.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--ease-refined);
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  width: 100%;
}

.nav-cta {
  font-family: var(--font-ui) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.18em !important;
  padding: 0.55rem 1.4rem;
  border: 1px solid rgba(139, 115, 64, 0.6);
  color: var(--gold-pale) !important;
  transition: border-color 0.3s, background 0.3s, color 0.3s !important;
}

.nav-cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white) !important;
}

.nav-cta::after { display: none !important; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
}

/* ============================================================
   HERO — HOME PAGE
   ============================================================ */
.hero {
  min-height: 100vh;
  background-color: var(--ink);
  background-image:
    linear-gradient(to bottom, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.85) 100%),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><rect width="80" height="80" fill="none"/><path d="M0 40h80M40 0v80" stroke="%23ffffff" stroke-width="0.15" stroke-opacity="0.06"/></svg>');
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--header-h) + 4rem) 2.5rem 5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(139, 115, 64, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero__inner {
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.hero__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
}

.hero__title {
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.hero__title em {
  font-style: italic;
  color: var(--gold-pale);
  font-weight: 300;
}

.hero__rule {
  width: 4rem;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 2rem;
}

.hero__subtitle {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(247, 244, 239, 0.7);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.hero__actions {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  transition: all 0.35s var(--ease-refined);
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.btn--primary {
  background: var(--gold);
  color: var(--white);
  border: 1px solid var(--gold);
}

.btn--primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--white);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn--outline:hover {
  border-color: var(--white);
  color: var(--white);
  background: rgba(255,255,255,0.05);
}

.btn--outline-dark {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink-lighter);
}

.btn--outline-dark:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.btn--gold-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}

.btn--gold-outline:hover {
  background: var(--gold);
  color: var(--white);
}

/* ============================================================
   PAGE HEADER (interior pages)
   ============================================================ */
.page-header {
  background: var(--ink);
  padding: calc(var(--header-h) + 5rem) 2.5rem 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.page-header__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.page-header__title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.1;
}

.page-header__title em {
  font-style: italic;
  color: var(--gold-pale);
}

.page-header__rule {
  width: 3rem;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem auto;
}

.page-header__sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(247, 244, 239, 0.6);
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-header {
  margin-bottom: 3.5rem;
}

.section-header--center {
  text-align: center;
}

.section-header--center .rule { margin: 1.5rem auto; }
.section-header--center p { margin: 0 auto; }

.section-header h5 { margin-bottom: 0.8rem; }
.section-header h2 { margin-bottom: 0.5rem; }

/* ============================================================
   HOME: INTRODUCTION STRIP
   ============================================================ */
.intro-strip {
  background: var(--parchment);
  padding: 5rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.intro-strip__inner {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 3.5rem;
  align-items: center;
}

.intro-strip__divider {
  height: 100%;
  min-height: 120px;
  background: linear-gradient(to bottom, transparent, var(--rule-dark), transparent);
}

.intro-strip__quote {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: var(--ink-lighter);
  line-height: 1.5;
}

.intro-strip__quote cite {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 1rem;
}

/* ============================================================
   HOME: PRACTICE AREAS PREVIEW
   ============================================================ */
.practice-preview {
  background: var(--ink);
  padding: 7rem 0;
}

.practice-preview .section-header h2,
.practice-preview .section-header h5 {
  color: var(--white);
}

.practice-preview .section-header p {
  color: rgba(247, 244, 239, 0.6);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: rgba(139, 115, 64, 0.2);
  border: 1px solid rgba(139, 115, 64, 0.2);
  margin-top: 3rem;
}

.practice-item {
  background: var(--ink);
  padding: 2.5rem 2rem;
  transition: background 0.35s var(--ease-refined);
  position: relative;
  overflow: hidden;
}

.practice-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--gold);
  transition: height 0.4s var(--ease-refined);
}

.practice-item:hover { background: rgba(255,255,255,0.03); }
.practice-item:hover::before { height: 100%; }

.practice-item__number {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
  opacity: 0.7;
}

.practice-item__title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.practice-item__desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(247, 244, 239, 0.5);
  line-height: 1.65;
  max-width: 100%;
}

/* ============================================================
   HOME: FOUNDER SECTION
   ============================================================ */
.founder-section {
  background: var(--parchment-dark);
  padding: 7rem 0;
}

.founder-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  align-items: center;
}

.founder-portrait {
  position: relative;
}

.portrait-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--ink-soft);
  position: relative;
  overflow: hidden;
}

.portrait-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139,115,64,0.08) 0%, rgba(10,10,10,0.9) 100%);
}

.portrait-placeholder__text {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-align: center;
}

.founder-frame {
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(139,115,64,0.25);
  pointer-events: none;
  z-index: -1;
}

.founder-content h5 { margin-bottom: 0.5rem; }
.founder-content h2 { margin-bottom: 0.3rem; }

.founder-name-sub {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.founder-content .rule { margin-bottom: 1.5rem; }

.founder-content p {
  color: var(--text-body);
  margin-bottom: 1.2rem;
  max-width: 60ch;
}

.founder-principles {
  display: flex;
  gap: 2.5rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.principle {
  text-align: center;
}

.principle__label {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}

.principle__word {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--ink);
}

/* ============================================================
   HOME: CTA BAND
   ============================================================ */
.cta-band {
  background: var(--ink);
  padding: 6rem 0;
  text-align: center;
  border-top: 1px solid rgba(139, 115, 64, 0.2);
}

.cta-band h2 {
  color: var(--white);
  margin-bottom: 1rem;
}

.cta-band p {
  color: rgba(247, 244, 239, 0.6);
  font-style: italic;
  margin: 0 auto 2.5rem;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.bio-section {
  padding: 6rem 0;
}

.bio-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
  align-items: start;
}

.bio-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 2rem);
}

.bio-portrait {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--ink-soft);
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.bio-portrait::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(10,10,10,0.8));
}

.bio-portrait__name {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
}

.bio-portrait__name strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--white);
  font-weight: 400;
}

.bio-portrait__name span {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-pale);
}

.bio-credentials {
  list-style: none;
  border-top: 1px solid var(--rule);
  padding-top: 1.2rem;
}

.bio-credentials li {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--text-muted);
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.bio-credentials li::before {
  content: '—';
  color: var(--gold);
  font-size: 0.7rem;
  flex-shrink: 0;
}

.bio-content { }

.bio-section-block {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--rule);
}

.bio-section-block:last-child { border-bottom: none; }

.bio-section-block h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.bio-section-block .rule { margin-bottom: 1.2rem; }

.bio-section-block p {
  color: var(--text-body);
  margin-bottom: 1rem;
  max-width: 65ch;
}

.bio-section-block p:last-child { margin-bottom: 0; }

/* Principles Block */
.principles-block {
  background: var(--ink);
  padding: 6rem 0;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(139,115,64,0.15);
  border: 1px solid rgba(139,115,64,0.15);
  margin-top: 3rem;
}

.principle-card {
  background: var(--ink);
  padding: 3rem 2.5rem;
  transition: background 0.3s;
}

.principle-card:hover { background: rgba(255,255,255,0.025); }

.principle-card__number {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 300;
  color: rgba(139,115,64,0.2);
  line-height: 1;
  margin-bottom: 1rem;
}

.principle-card h3 {
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.principle-card p {
  font-size: 0.92rem;
  color: rgba(247,244,239,0.55);
  line-height: 1.7;
  max-width: 100%;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-list {
  padding: 6rem 0;
}

.service-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
  transition: transform 0.3s var(--ease-refined);
}

.service-item:first-child { padding-top: 0; }
.service-item:last-child { border-bottom: none; }

.service-item__num {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(139,115,64,0.18);
  line-height: 1;
  width: 4rem;
  flex-shrink: 0;
}

.service-item__body h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.service-item__body .rule { margin-bottom: 1rem; }

.service-item__body p {
  color: var(--text-body);
  max-width: 65ch;
}

/* ============================================================
   FIRM PAGE
   ============================================================ */
.firm-intro {
  padding: 6rem 0;
}

.firm-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
  align-items: start;
}

.firm-stats {
  border: 1px solid var(--rule);
  padding: 2rem;
}

.firm-stat {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--rule);
  text-align: center;
}

.firm-stat:last-child { border-bottom: none; }

.firm-stat__value {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--ink);
  display: block;
}

.firm-stat__label {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.25rem;
  display: block;
}

.values-section {
  background: var(--parchment-dark);
  padding: 6rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}

.value-card {
  border-top: 2px solid var(--rule);
  padding-top: 1.5rem;
}

.value-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.value-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  max-width: 100%;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
  padding: 6rem 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 6rem;
  align-items: start;
}

.contact-info h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.contact-info .rule { margin-bottom: 1.5rem; }

.contact-detail {
  margin-bottom: 2rem;
}

.contact-detail__label {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.contact-detail__value {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.6;
}

.contact-detail__value a {
  color: var(--ink);
  transition: color 0.2s;
}

.contact-detail__value a:hover { color: var(--gold); }

/* Contact form */
.contact-form {
  background: var(--white);
  padding: 3rem;
  border: 1px solid var(--rule);
}

.contact-form h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.form-rule { margin-bottom: 2rem; }

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--parchment);
  border: 1px solid var(--rule);
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s, background 0.25s;
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: var(--white);
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.form-note {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  color: var(--text-light);
  margin-top: 1rem;
  line-height: 1.5;
}

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-content {
  padding: 5rem 0;
}

.legal-content h2 {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: var(--ink);
}

.legal-content h2:first-child { margin-top: 0; }

.legal-content p {
  color: var(--text-body);
  margin-bottom: 1rem;
  max-width: 75ch;
}

.legal-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-content ul li {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-body);
  margin-bottom: 0.4rem;
  line-height: 1.7;
}

.legal-content hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 2.5rem 0;
}

.legal-meta {
  background: var(--parchment-dark);
  border: 1px solid var(--rule);
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
}

.legal-meta p {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
  max-width: 100%;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink-soft);
  border-top: 1px solid rgba(139,115,64,0.2);
  padding: 4rem 0 2rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 2rem;
}

.footer-brand__logo {
  margin-bottom: 1.2rem;
  text-align: left;
}
.footer-brand__logo svg {
  display: block;
  height: 46px;
  width: 205px;
  margin: 0;
}

.footer-brand p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 28ch;
  margin-bottom: 1.2rem;
}

.footer-col h4 {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col ul li a {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul li a:hover { color: var(--white); }

.footer-col address {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

.footer-col address a {
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}

.footer-col address a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}

.footer-legal {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.3);
  line-height: 1.6;
}

.footer-legal a {
  color: rgba(255,255,255,0.3);
  transition: color 0.2s;
}

.footer-legal a:hover { color: rgba(255,255,255,0.6); }

/* ============================================================
   FADE-IN ANIMATIONS
   ============================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.75s var(--ease-refined), transform 0.75s var(--ease-refined);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }
.fade-in-delay-5 { transition-delay: 0.5s; }

/* Hero items start visible or animate in on load */
.hero .hero__eyebrow { animation: fadeUp 0.9s var(--ease-refined) 0.3s both; }
.hero .hero__title   { animation: fadeUp 0.9s var(--ease-refined) 0.5s both; }
.hero .hero__rule    { animation: fadeUp 0.9s var(--ease-refined) 0.7s both; }
.hero .hero__subtitle { animation: fadeUp 0.9s var(--ease-refined) 0.85s both; }
.hero .hero__actions { animation: fadeUp 0.9s var(--ease-refined) 1s both; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .founder-layout { grid-template-columns: 1fr; gap: 3rem; }
  .founder-portrait { max-width: 340px; }
  .bio-layout { grid-template-columns: 1fr; }
  .bio-sidebar { position: static; }
  .firm-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --header-h: 68px; }
  html { font-size: 16px; }
  .container { padding: 0 1.5rem; }
  .container--narrow { padding: 0 1.5rem; }

  .site-nav { display: none; position: fixed; top: var(--header-h); left: 0; right: 0; background: var(--ink); flex-direction: column; gap: 0; padding: 1.5rem 0; border-bottom: 1px solid rgba(139,115,64,0.2); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.8rem 2rem; width: 100%; }
  .nav-cta { margin: 0.5rem 2rem; width: calc(100% - 4rem); text-align: center; }
  .nav-toggle { display: flex; }

  .intro-strip__inner { grid-template-columns: 1fr; }
  .intro-strip__divider { display: none; }
  .practice-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .founder-principles { gap: 1.2rem; }

  .contact-form { padding: 2rem 1.5rem; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .service-item { grid-template-columns: 1fr; gap: 0.5rem; }
  .service-item__num { font-size: 2rem; }
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.text-gold  { color: var(--gold); }
.text-muted { color: var(--text-muted); }
.text-white { color: var(--white); }
.text-center { text-align: center; }
.mt-sm { margin-top: 1rem; }
.mt-md { margin-top: 2rem; }
.mt-lg { margin-top: 3rem; }
.mb-sm { margin-bottom: 1rem; }
.mb-md { margin-bottom: 2rem; }
.mb-lg { margin-bottom: 3rem; }
.italic { font-style: italic; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ============================================================
   ENRICHMENT ADDITIONS — V2
   ============================================================ */

/* --- Stats Bar --- */
.stats-bar {
  background: var(--ink-soft);
  border-top: 1px solid rgba(139,115,64,0.2);
  border-bottom: 1px solid rgba(139,115,64,0.2);
  padding: 3rem 0;
}
.stats-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-block {
  text-align: center;
  padding: 1.5rem 1rem;
  border-right: 1px solid rgba(139,115,64,0.15);
}
.stat-block:last-child { border-right: none; }
.stat-block__value {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1;
  display: block;
}
.stat-block__label {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.5rem;
  display: block;
}
.stat-block__sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  margin-top: 0.25rem;
  display: block;
  font-style: italic;
}

/* --- Why Choose Us --- */
.why-us {
  background: var(--parchment);
  padding: 7rem 0;
  border-top: 1px solid var(--rule);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3.5rem;
}
.why-card {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border: 1px solid var(--rule);
  background: var(--white);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.why-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(139,115,64,0.08);
}
.why-card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
}
.why-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
  color: var(--ink);
}
.why-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 100%;
  margin: 0;
}

/* --- Testimonials --- */
.testimonials {
  background: var(--ink);
  padding: 7rem 0;
}
.testimonials .section-header h2,
.testimonials .section-header h5 { color: var(--white); }
.testimonials .section-header p { color: rgba(247,244,239,0.5); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.testimonial-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(139,115,64,0.18);
  padding: 2.2rem;
  position: relative;
  transition: border-color 0.3s, background 0.3s;
}
.testimonial-card:hover {
  border-color: rgba(139,115,64,0.4);
  background: rgba(255,255,255,0.05);
}
.testimonial-card__quote {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: rgba(139,115,64,0.25);
  line-height: 1;
  margin-bottom: 0.75rem;
  font-style: italic;
}
.testimonial-card p {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  font-style: italic;
  color: rgba(247,244,239,0.75);
  line-height: 1.7;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(139,115,64,0.15);
}
.testimonial-card__initials {
  width: 36px;
  height: 36px;
  background: rgba(139,115,64,0.15);
  border: 1px solid rgba(139,115,64,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  color: var(--gold-pale);
  flex-shrink: 0;
}
.testimonial-card__meta strong {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--white);
  font-weight: 500;
}
.testimonial-card__meta span {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  color: var(--gold);
  letter-spacing: 0.08em;
}

/* --- Expertise at a Glance (home) --- */
.expertise-glance {
  background: var(--parchment-dark);
  padding: 6rem 0;
  border-top: 1px solid var(--rule);
}
.expertise-glance__inner {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 4rem;
  align-items: start;
}
.expertise-glance__divider {
  background: linear-gradient(to bottom, transparent, var(--rule-dark), transparent);
  height: 100%;
  min-height: 200px;
}
.expertise-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.expertise-list li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-body);
}
.expertise-list li::before {
  content: '—';
  color: var(--gold);
  flex-shrink: 0;
  font-size: 0.75rem;
}
.expertise-list li:last-child { border-bottom: none; }

/* --- About: Pull quotes --- */
.pull-quote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--gold);
  background: var(--parchment-dark);
}
.pull-quote p {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 400;
  color: var(--ink-lighter);
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
}

/* --- About: Timeline --- */
.timeline-section {
  background: var(--parchment-dark);
  padding: 6rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.timeline {
  position: relative;
  margin-top: 3rem;
  max-width: 700px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), rgba(139,115,64,0.1));
}
.timeline-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item__year {
  text-align: right;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gold);
  padding-top: 0.1rem;
  letter-spacing: 0.05em;
}
.timeline-item__content {
  padding-left: 2rem;
  border-left: none;
  position: relative;
}
.timeline-item__content::before {
  content: '';
  position: absolute;
  left: -0.4rem;
  top: 0.45rem;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}
.timeline-item__content h4 {
  font-size: 0.72rem;
  font-family: var(--font-ui);
  letter-spacing: 0.15em;
  color: var(--ink);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.timeline-item__content p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 55ch;
  margin: 0;
}

/* --- Services: Process Section --- */
.process-section {
  background: var(--ink);
  padding: 7rem 0;
}
.process-section .section-header h2,
.process-section .section-header h5 { color: var(--white); }
.process-section .section-header p { color: rgba(247,244,239,0.5); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 3.5rem;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(139,115,64,0.3), transparent);
}
.process-step {
  text-align: center;
  padding: 0 1.5rem;
  position: relative;
}
.process-step__num {
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(139,115,64,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--gold-pale);
  background: var(--ink);
  position: relative;
  z-index: 1;
  transition: border-color 0.3s, background 0.3s;
}
.process-step:hover .process-step__num {
  border-color: var(--gold);
  background: rgba(139,115,64,0.08);
}
.process-step h3 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.process-step p {
  font-size: 0.82rem;
  color: rgba(247,244,239,0.45);
  line-height: 1.6;
  max-width: 100%;
}

/* --- Services: How We Help scenarios --- */
.service-scenario {
  margin-top: 1.2rem;
  padding: 1rem 1.2rem;
  background: var(--parchment-dark);
  border-left: 2px solid rgba(139,115,64,0.3);
}
.service-scenario__label {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.service-scenario p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 100%;
  margin: 0;
}

/* --- Firm: Why PWR INVEST --- */
.why-invest-section {
  background: var(--ink);
  padding: 7rem 0;
}
.why-invest-section .section-header h2,
.why-invest-section .section-header h5 { color: var(--white); }
.why-invest-section .section-header p { color: rgba(247,244,239,0.5); }
.why-invest-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(139,115,64,0.1);
  border: 1px solid rgba(139,115,64,0.1);
  margin-top: 3rem;
}
.why-invest-item {
  background: var(--ink);
  padding: 2.5rem;
  transition: background 0.3s;
}
.why-invest-item:hover { background: rgba(255,255,255,0.025); }
.why-invest-item h3 {
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.why-invest-item p {
  font-size: 0.88rem;
  color: rgba(247,244,239,0.5);
  line-height: 1.65;
  max-width: 100%;
  margin: 0;
}
.why-invest-item__num {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: rgba(139,115,64,0.18);
  line-height: 1;
  margin-bottom: 0.75rem;
}

/* --- Credentials / Associations --- */
.credentials-bar {
  background: var(--parchment-dark);
  padding: 4rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.credentials-bar p {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 auto 1.5rem;
}
.credentials-items {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.credential-item {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--ink-lighter);
  letter-spacing: 0.04em;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--rule);
  transition: border-color 0.3s;
}
.credential-item:hover { border-color: var(--gold); }

/* --- Contact: FAQ --- */
.faq-section {
  background: var(--parchment-dark);
  padding: 6rem 0;
  border-top: 1px solid var(--rule);
}
.faq-list {
  max-width: 750px;
  margin-top: 3rem;
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-item:first-child {
  border-top: 1px solid var(--rule);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--ink);
  transition: color 0.2s;
}
.faq-question:hover { color: var(--gold); }
.faq-question__icon {
  width: 20px;
  height: 20px;
  border: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
  color: var(--gold);
  transition: transform 0.3s, border-color 0.3s;
  font-style: normal;
  font-family: var(--font-ui);
}
.faq-item.open .faq-question__icon { transform: rotate(45deg); border-color: var(--gold); }
.faq-answer {
  display: none;
  padding: 0 0 1.5rem;
  max-width: 65ch;
}
.faq-item.open .faq-answer { display: block; }
.faq-answer p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  max-width: 100%;
}

/* --- Contact: Location box --- */
.location-box {
  background: var(--ink-soft);
  padding: 2rem;
  margin-top: 2rem;
  border: 1px solid rgba(139,115,64,0.2);
}
.location-box__label {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.location-box__map {
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #111 0%, #1c1a16 50%, #0f0d0a 100%);
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.location-box__map::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(139,115,64,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,115,64,0.08) 1px, transparent 1px);
  background-size: 30px 30px;
}
.location-box__map-pin {
  position: relative;
  z-index: 1;
  text-align: center;
}
.location-box__map-pin svg { display: block; margin: 0 auto 0.5rem; }
.location-box__map-pin span {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-pale);
}
.location-box p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
}

/* --- Business Hours --- */
.hours-table {
  width: 100%;
  margin-top: 1.5rem;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--text-body);
}
.hours-row:last-child { border-bottom: none; }
.hours-row span:first-child { color: var(--text-muted); }
.hours-row span:last-child { color: var(--ink); font-weight: 500; }

/* --- Form states --- */
.form-success {
  display: none;
  text-align: center;
  padding: 2.5rem;
  background: var(--parchment-dark);
  border: 1px solid var(--rule);
}
.form-success.visible { display: block; }
.form-success h3 {
  font-size: 1.5rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.form-success p {
  font-size: 0.92rem;
  color: var(--text-muted);
  max-width: 100%;
}
.field-error {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  color: #8b2e2e;
  margin-top: 0.3rem;
  display: none;
}
.field-error.visible { display: block; }
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select {
  border-color: #8b2e2e;
}
.btn--loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

/* --- Responsive additions --- */
@media (max-width: 1024px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .process-steps::before { display: none; }
  .why-invest-list { grid-template-columns: 1fr; }
  .expertise-glance__inner { grid-template-columns: 1fr; }
  .expertise-glance__divider { display: none; }
}
@media (max-width: 768px) {
  .stats-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .stat-block { border-right: none; border-bottom: 1px solid rgba(139,115,64,0.1); }
  .stat-block:nth-child(odd) { border-right: 1px solid rgba(139,115,64,0.1); }
  .why-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .credentials-items { gap: 1rem; }
}

/* ============================================================
   VISUAL DEPTH — V3
   Pure CSS + inline SVG visual richness
   ============================================================ */

/* ---- Hero: enhanced atmospheric background ---- */
.hero--enhanced {
  background-color: #060604;
  background-image:
    radial-gradient(ellipse 110% 70% at 50% 5%,  rgba(139,115,64,0.09) 0%, transparent 55%),
    radial-gradient(ellipse 60%  80% at 15% 90%, rgba(74,28,40,0.07)   0%, transparent 50%),
    radial-gradient(ellipse 50%  60% at 85% 75%, rgba(28,26,22,0.8)    0%, transparent 60%),
    linear-gradient(170deg, #0c0c0a 0%, #0f0d0a 30%, #090807 65%, #050504 100%),
    repeating-linear-gradient(
      0deg,
      transparent, transparent 59px,
      rgba(255,255,255,0.018) 59px, rgba(255,255,255,0.018) 60px
    ),
    repeating-linear-gradient(
      90deg,
      transparent, transparent 59px,
      rgba(255,255,255,0.018) 59px, rgba(255,255,255,0.018) 60px
    );
  /* no override of existing ::before — keep the radial from base .hero */
}

/* Atmospheric glow blobs */
.hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hero__glow--center {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  height: 55vh;
  background: radial-gradient(ellipse, rgba(139,115,64,0.07) 0%, transparent 65%);
  animation: heroBreath 9s ease-in-out infinite;
}
.hero__glow--left {
  bottom: 10%;
  left: -10%;
  width: 50vw;
  height: 50vh;
  background: radial-gradient(ellipse, rgba(74,28,40,0.05) 0%, transparent 70%);
  animation: heroBreath 12s ease-in-out 3s infinite;
}
@keyframes heroBreath {
  0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
  50%       { opacity: 1;   transform: translateX(-50%) scale(1.08); }
}
.hero__glow--left { transform: none; }
@keyframes heroBreathLeft {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 1;   }
}
.hero__glow--left { animation-name: heroBreathLeft; }

/* Scales of justice SVG art */
.hero__bg-art {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-48%);
  width: min(42vw, 560px);
  height: auto;
  opacity: 0.055;
  pointer-events: none;
  user-select: none;
  filter: blur(0.3px);
}
@media (max-width: 768px) {
  .hero__bg-art {
    right: -10%;
    width: 90vw;
    opacity: 0.035;
    top: 60%;
  }
}

/* Corner ornaments */
.hero__corner {
  position: absolute;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
.hero__corner--tl { top: calc(var(--header-h) + 12px); left: 16px; }
.hero__corner--tr { top: calc(var(--header-h) + 12px); right: 16px; }
.hero__corner--bl { bottom: 20px; left: 16px; }
.hero__corner--br { bottom: 20px; right: 16px; }
@media (max-width: 480px) { .hero__corner { display: none; } }

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  pointer-events: none;
  animation: fadeUp 1s var(--ease-refined) 1.5s both;
}
.hero__scroll-label {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
.hero__scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(139,115,64,0.5), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); transform-origin: top; }
  50%       { opacity: 1;   transform: scaleY(1.1); }
}
@media (max-width: 768px) { .hero__scroll { display: none; } }

/* ---- Ornamental section divider ---- */
.section-ornament {
  padding: 0;
  line-height: 0;
  background: var(--parchment);
}
.section-ornament--light { background: var(--ink); }
.section-ornament--on-dark {
  background: var(--parchment-dark);
  padding: 0.5rem 0;
}
.section-ornament svg {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ---- Intro strip: subtle paper texture ---- */
.intro-strip--textured {
  background-color: var(--parchment);
  background-image:
    radial-gradient(rgba(139,115,64,0.07) 1px, transparent 1px),
    radial-gradient(rgba(139,115,64,0.04) 1px, transparent 1px);
  background-size: 32px 32px, 16px 16px;
  background-position: 0 0, 8px 8px;
}

/* ---- Why Us: subtle dot texture ---- */
.why-us--dotted {
  background-color: var(--parchment);
  background-image:
    radial-gradient(circle, rgba(139,115,64,0.13) 1px, transparent 1px);
  background-size: 28px 28px;
}
/* Ensure cards sit on white so dots don't bleed through */
.why-us--dotted .why-card { background: var(--white); }

/* ---- Practice preview: faint dot grid overlay ---- */
.practice-preview--gridlines {
  background-color: var(--ink);
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* ---- Expertise glance: decorative frame ---- */
.expertise-glance--framed {
  position: relative;
}
.expertise-glance--framed::before {
  content: '';
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 6rem);
  border: 1px solid var(--rule);
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 768px) { .expertise-glance--framed::before { display: none; } }

/* ---- Founder section: background monogram ---- */
.founder-section--enhanced {
  position: relative;
  overflow: hidden;
}
.founder-section__bg-mono {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
  width: min(55vw, 520px);
  height: auto;
  opacity: 0.025;
  pointer-events: none;
  user-select: none;
  color: var(--ink);
}
@media (max-width: 768px) { .founder-section__bg-mono { opacity: 0.012; } }

/* Portrait inner wrapper */
.portrait-inner { position: relative; }
.portrait-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Testimonials: atmospheric ---- */
.testimonials--atmospheric {
  position: relative;
  overflow: hidden;
  background-color: #080806;
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%,   rgba(139,115,64,0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 80% at 0%   100%, rgba(74,28,40,0.05)   0%, transparent 50%),
    repeating-linear-gradient(
      -45deg,
      transparent, transparent 38px,
      rgba(255,255,255,0.012) 38px, rgba(255,255,255,0.012) 39px
    );
}

/* Large decorative background quote mark */
.testimonials__bg-quote {
  position: absolute;
  top: -0.2em;
  left: -0.05em;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28rem, 45vw, 56rem);
  font-weight: 700;
  color: rgba(255,255,255,0.022);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Radial vignette overlay */
.testimonials__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 30%, rgba(8,8,6,0.6) 100%);
  pointer-events: none;
  z-index: 0;
}

/* ---- CTA Band: diagonal stripe texture ---- */
.cta-band--textured {
  position: relative;
  overflow: hidden;
  background-color: var(--ink);
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,       transparent       39px,
      rgba(139,115,64,0.028) 39px, rgba(139,115,64,0.028) 40px
    );
  border-top: 1px solid rgba(139,115,64,0.25);
  border-bottom: 1px solid rgba(139,115,64,0.1);
}
.cta-band__ornament {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(50vw, 480px);
  height: auto;
  pointer-events: none;
  opacity: 0.35;
}

/* ---- Section transition: dark-to-parchment gradient band ---- */
.section-fade-dark {
  height: 4rem;
  background: linear-gradient(to bottom, var(--ink), var(--parchment-dark));
}
.section-fade-parchment {
  height: 3rem;
  background: linear-gradient(to bottom, var(--parchment-dark), var(--ink));
}

/* ---- Enhanced founder principles on dark bg hover ---- */
.founder-section--enhanced .founder-principles {
  border-color: rgba(139,115,64,0.2);
}
.founder-section--enhanced .principle {
  transition: transform 0.2s var(--ease-refined);
}
.founder-section--enhanced .principle:hover {
  transform: translateY(-2px);
}

/* ---- Practice item enhanced hover glow ---- */
.practice-preview--gridlines .practice-item:hover {
  background: rgba(139,115,64,0.04);
  box-shadow: inset 0 0 20px rgba(139,115,64,0.05);
}

/* ---- Why card enhanced hover ---- */
.why-us--dotted .why-card:hover .why-card__icon {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}
.why-card__icon {
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

/* ---- Stat block gold accent on hover ---- */
.stat-block {
  transition: background 0.3s;
  cursor: default;
}
.stat-block:hover {
  background: rgba(139,115,64,0.06);
}
.stat-block:hover .stat-block__value {
  color: var(--gold-pale);
}

/* ---- Hero full logo ---- */
.hero__logo-wrap {
  margin-bottom: 2.5rem;
  animation: fadeUp 0.9s var(--ease-refined) 0.2s both;
}
.hero__logo-img {
  width: min(340px, 80vw);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 2px 18px rgba(196,169,107,0.18));
}
@media (max-width: 480px) {
  .hero__logo-img { width: min(280px, 90vw); }
}
/* Separate the eyebrow a bit when hero logo is present */
.hero__inner--with-logo .hero__eyebrow {
  margin-top: 0;
  font-size: 0.62rem;
  opacity: 0.55;
}
