:root {
  --forest: #155447;
  --forest-2: #0e3a32;
  --teal: #3f8f87;
  --sage: #e3ece5;
  --paper: #fbfbf7;
  --paper-2: #f3f6f0;
  --surface: #fffefb;
  --surface-2: #f7faf5;
  --terracotta: #ad5738;
  --clay: #f0d3be;
  --graphite: #202725;
  --muted: #5f6a64;
  --line: rgba(21, 84, 71, 0.12);
  --shadow: 0 10px 24px rgba(13, 35, 30, 0.07);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--graphite);
  font-family: var(--sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.visually-hidden,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--forest);
  color: white;
  border-radius: 6px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(16, 63, 52, 0.1);
  background: rgba(255, 255, 252, 0.92);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 6px 18px rgba(13, 35, 30, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--forest);
  border: 1px solid rgba(16, 63, 52, 0.16);
  border-radius: 50%;
  background: var(--surface);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 500;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 28px);
}

.site-nav a {
  color: #26312d;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--terracotta);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.93rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

button.button {
  cursor: pointer;
}

.header-cta {
  gap: 9px;
  color: white;
  background: var(--forest);
  box-shadow: 0 8px 18px rgba(21, 84, 71, 0.14);
}

.header-cta svg {
  width: 18px;
  height: 18px;
}

.header-cta path,
.header-cta rect,
.header-cta svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.nav-toggle span:not(.visually-hidden) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--forest);
}

.hero {
  position: relative;
  min-height: min(620px, calc(100svh - 112px));
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("assets/hero-practice.jpg");
  background-position: center;
  background-size: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 252, 0.98) 0%, rgba(255, 255, 252, 0.9) 40%, rgba(255, 255, 252, 0.08) 62%, rgba(255, 255, 252, 0) 100%),
    linear-gradient(0deg, rgba(255, 255, 252, 0.72), rgba(255, 255, 252, 0) 28%);
}

.hero-content {
  width: min(720px, 100%);
  padding: clamp(62px, 8vh, 86px) clamp(22px, 6vw, 92px) 38px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--forest);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: 3.42rem;
  line-height: 1.02;
  overflow-wrap: anywhere;
  hyphens: auto;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.08rem;
  line-height: 1.04;
}

h3 {
  color: var(--forest);
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 640px;
  color: #303a36;
  font-size: 1.18rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.button.primary {
  color: white;
  background: var(--terracotta);
  box-shadow: 0 8px 18px rgba(173, 87, 56, 0.16);
}

.button.secondary {
  color: var(--forest);
  border-color: rgba(16, 63, 52, 0.16);
  background: rgba(255, 255, 255, 0.82);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(670px, 100%);
  margin: 20px 0 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-facts div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(16, 63, 52, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 252, 0.86);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  color: var(--forest);
  font-weight: 750;
}

.section {
  padding: clamp(72px, 8vw, 112px) clamp(22px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.intro,
.process,
.expectations {
  background: var(--paper);
}

.intro.section {
  padding-top: clamp(54px, 7vw, 88px);
  border-top: 0;
}

.audience,
.fees {
  background: #ffffff;
}

.pillars,
.contact {
  background: var(--paper-2);
}

.intro-grid,
.section-heading,
.fees-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 7vw, 110px);
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: start;
}

.lead-stack,
.section-heading > p,
.method-copy,
.fees-grid p,
.contact p,
.bio-main p,
.bio-aside p {
  color: #48524d;
  font-size: 1.02rem;
}

.lead-stack p:last-child,
.contact p:last-child,
.bio-main p:last-child {
  margin-bottom: 0;
}

.section-heading {
  align-items: end;
  margin-bottom: 46px;
}

.section-heading p {
  max-width: 520px;
  justify-self: end;
}

.compact-grid,
.expectation-list {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.compact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.compact-card,
.expectation-list article {
  border: 1px solid rgba(16, 63, 52, 0.11);
  border-radius: 8px;
  background: var(--surface);
}

.compact-card {
  min-height: 178px;
  padding: 24px;
}

.compact-card h3,
.expectation-list h3 {
  margin-bottom: 10px;
}

.compact-card p,
.expectation-list p {
  margin-bottom: 0;
  color: #4e5a54;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(16, 63, 52, 0.11);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(13, 35, 30, 0.06);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-body {
  position: relative;
  padding: 52px 28px 32px;
}

.service-icon {
  position: absolute;
  top: -32px;
  left: 28px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: white;
  border: 4px solid white;
  border-radius: 50%;
  background: var(--forest);
}

.service-icon svg {
  width: 32px;
  height: 32px;
}

.service-icon path,
.service-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-body h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.12;
}

.service-body p {
  margin-bottom: 0;
  color: #48524d;
}

.method {
  color: var(--graphite);
  background:
    linear-gradient(180deg, rgba(227, 236, 229, 0.72), rgba(247, 250, 245, 0.96)),
    var(--paper-2);
}

.method-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 90px);
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: start;
}

.method h2,
.method .section-kicker {
  color: var(--forest);
}

.method .section-kicker {
  color: var(--terracotta);
  opacity: 1;
}

.method-copy,
.method-copy p {
  color: #425049;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(16, 63, 52, 0.24);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 48%, var(--forest) 50%, var(--forest) 58%, transparent 60%) 3px 6px / 11px 8px no-repeat,
    rgba(255, 255, 252, 0.82);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 246px;
  padding: 28px;
  border: 1px solid rgba(16, 63, 52, 0.11);
  border-radius: 8px;
  background: var(--surface);
}

.steps span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--terracotta);
  font-size: 0.9rem;
  font-weight: 850;
}

.steps p {
  margin-bottom: 0;
  color: #53605a;
}

.expectation-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.expectation-list article {
  min-height: 190px;
  padding: 28px;
}

.bio {
  background:
    linear-gradient(90deg, rgba(227, 236, 229, 0.46), transparent 58%),
    var(--paper);
}

.bio-card {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
  gap: 28px;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: stretch;
}

.bio-main,
.bio-aside,
.contact-card {
  border: 1px solid rgba(16, 63, 52, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 252, 0.9);
  box-shadow: var(--shadow);
}

.bio-main {
  padding: clamp(30px, 5vw, 58px);
}

.bio-aside {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 252, 0.94), rgba(247, 250, 245, 0.94)),
    var(--surface-2);
}

.bio-aside h3,
.bio-aside p {
  color: var(--forest);
}

.text-button {
  align-self: start;
  min-height: 44px;
  padding: 0 16px;
  color: white;
  border: 0;
  border-radius: 8px;
  background: var(--forest);
  font-weight: 800;
  cursor: pointer;
}

.info-list {
  display: grid;
  gap: 18px;
}

.info-list article {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.info-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.info-list h3 {
  margin-bottom: 8px;
}

.info-list p {
  margin-bottom: 0;
}

.contact {
  background: var(--paper);
}

.contact-card {
  display: grid;
  gap: 8px;
  padding: 34px;
  font-style: normal;
}

.contact-card span:first-child {
  color: var(--terracotta);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.contact-card a {
  width: fit-content;
  color: var(--forest);
  font-weight: 750;
  text-decoration-color: rgba(16, 63, 52, 0.3);
  text-underline-offset: 4px;
}

.copy-status {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: var(--forest);
  font-size: 0.93rem;
  font-weight: 750;
}

.emergency-note {
  max-width: 720px;
  margin: 22px 0 0;
  padding: 18px 20px;
  color: #26312d;
  border: 1px solid rgba(159, 79, 50, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 252, 0.86);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(22px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--forest-2);
}

.site-footer strong {
  display: block;
  color: white;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.site-footer span {
  font-size: 0.9rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer a {
  color: inherit;
  font-size: 0.9rem;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: white;
}

.mobile-action-bar {
  display: none;
}

.ethics-modal {
  width: min(620px, calc(100vw - 36px));
  padding: 34px;
  border: 0;
  border-radius: 8px;
  color: var(--graphite);
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.ethics-modal::backdrop {
  background: rgba(8, 26, 22, 0.58);
}

.ethics-modal h2 {
  font-size: 2.4rem;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  color: var(--forest);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 76px 12px auto;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: min(640px, calc(100svh - 104px));
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(255, 255, 252, 0.98) 0%, rgba(255, 255, 252, 0.86) 68%, rgba(255, 255, 252, 0.34)),
      linear-gradient(0deg, rgba(255, 255, 252, 0.56), transparent 50%);
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .intro-grid,
  .section-heading,
  .method-panel,
  .fees-grid,
  .contact-layout,
  .bio-card {
    grid-template-columns: 1fr;
  }

  .section-heading p {
    justify-self: start;
  }

  .card-grid,
  .compact-grid,
  .steps,
  .expectation-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    z-index: 70;
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 64px;
    padding: 8px 14px;
  }

  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 1.22rem;
  }

  .brand small {
    max-width: min(170px, 45vw);
    font-size: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav {
    z-index: 75;
    inset: 64px 10px auto;
  }

  .hero {
    min-height: calc(100svh - 64px);
  }

  .hero-media {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255, 255, 252, 0.99) 0%, rgba(255, 255, 252, 0.92) 58%, rgba(255, 255, 252, 0.68) 100%);
  }

  .hero-content {
    padding: clamp(48px, 8vh, 68px) 20px 36px;
  }

  h1 {
    font-size: 2.1rem;
  }

  h2 {
    font-size: 2.12rem;
  }

  .hero-copy,
  .lead-stack,
  .section-heading > p,
  .method-copy,
  .fees-grid p,
  .contact p,
  .bio-main p,
  .bio-aside p {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(260px, 100%);
  }

  .hero-actions .button {
    width: 100%;
  }

  .service-body h3 {
    font-size: 1.55rem;
  }

  .ethics-modal h2 {
    font-size: 2rem;
  }

  .hero-facts {
    display: none;
  }

  .card-grid,
  .compact-grid,
  .steps,
  .expectation-list {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 0;
  }

  .steps span {
    margin-bottom: 24px;
  }

  .bio-main,
  .bio-aside,
  .contact-card {
    padding: 24px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(16, 63, 52, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 252, 0.96);
    box-shadow: 0 8px 14px rgba(13, 35, 30, 0.12);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 7px;
    color: white;
    background: var(--forest);
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    color: var(--forest);
    border: 1px solid rgba(16, 63, 52, 0.14);
    background: var(--surface);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-shell {
  width: min(840px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid rgba(16, 63, 52, 0.11);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.legal-shell h1 {
  margin: 22px 0 18px;
  font-size: 4rem;
}

@media (max-width: 640px) {
  .legal-shell h1 {
    font-size: 2.5rem;
  }
}

.text-link {
  color: var(--forest);
  font-weight: 800;
  text-decoration-color: rgba(16, 63, 52, 0.3);
  text-underline-offset: 4px;
}
