:root {
  --background: #ffffff;
  --surface: #f7f7f5;
  --surface-strong: #eeeeeb;
  --ink: #272727;
  --muted-text: #6d6d68;
  --soft-text: #cfcfcb;
  --quiet-gold: #b79a5a;
  --olive: #586253;
  --clay: #a46f5b;
  --line: rgba(39, 39, 39, 0.12);
  --footer: #111111;
  --shadow: 0 18px 48px rgba(17, 17, 17, 0.07);
  --font-sans: "Avenir Light", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--muted-text);
  font-family: var(--font-sans);
  font-size: 18.5px;
  font-weight: 300;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--quiet-gold);
  outline-offset: 4px;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 600;
  line-height: 1.18;
}

h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 2vw, 1.48rem);
  line-height: 1.22;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 2rem, 1080px);
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 2rem, 840px);
}

.section {
  padding: clamp(4.8rem, 8vw, 8rem) 0;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 0.65rem clamp(1rem, 4vw, 2.4rem);
  border-bottom: 1px solid rgba(39, 39, 39, 0.07);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
}

.brand__mark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.brand__logo {
  width: 218px;
  height: auto;
  object-fit: contain;
}

.brand__tagline {
  display: block;
  margin-top: 0.18rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
  font-style: italic;
  line-height: 1.15;
  white-space: nowrap;
}

.brand__fallback {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 1.75rem);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 500;
}

.site-nav a,
.text-link {
  position: relative;
  width: fit-content;
}

.site-nav a {
  padding: 0.35rem 0;
}

.site-nav a::after,
.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--quiet-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 170ms ease;
}

.site-nav a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle__line {
  display: block;
  width: 17px;
  height: 1.5px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 170ms ease, opacity 170ms ease;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: start center;
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 50% 12%, rgba(183, 154, 90, 0.09), transparent 25%),
    linear-gradient(#fff, #fff);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  right: 0;
  bottom: 4.5rem;
  left: 0;
  height: 360px;
  background-image: radial-gradient(rgba(39, 39, 39, 0.28) 0.8px, transparent 0.9px);
  background-position: center;
  background-size: 12px 12px;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  width: min(680px, 88vw);
  height: 260px;
  background:
    repeating-conic-gradient(from -16deg at 50% 100%, transparent 0deg 4deg, rgba(39, 39, 39, 0.18) 4deg 6deg, transparent 6deg 12deg);
  clip-path: polygon(0 100%, 100% 100%, 82% 8%, 18% 8%);
  content: "";
  opacity: 0.23;
  pointer-events: none;
  transform: translateX(-50%);
}

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

.hero__content {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.practice-title {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 0.75rem;
  color: var(--ink);
  font-size: clamp(2.75rem, 6vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.96;
}

.person-line {
  margin-bottom: 0.08rem;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
}

.role-line {
  margin-bottom: 1.7rem;
  color: var(--muted-text);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.hero__lead {
  max-width: 710px;
  margin-inline: auto;
  margin-bottom: 1.4rem;
  color: var(--muted-text);
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  line-height: 1.55;
}

.eyebrow {
  margin-bottom: 0.75rem;
  color: var(--soft-text);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero .button-row {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.66rem 1rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

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

.button--primary {
  background: #090909;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.button--primary:hover {
  background: #2b2b2b;
}

.button--secondary,
.button--outline-light {
  border-color: rgba(39, 39, 39, 0.12);
  background: #fff;
  color: var(--ink);
}

.button--secondary:hover,
.button--outline-light:hover {
  border-color: rgba(39, 39, 39, 0.26);
  background: #f6f6f4;
}

.button--light {
  background: #090909;
  color: #fff;
}

.button--light:hover {
  background: #2b2b2b;
}

.about {
  background: var(--surface);
}

.about__grid {
  max-width: 980px;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(1.2rem, 4vw, 2.2rem);
  background: #fff;
  box-shadow: var(--shadow);
}

.about__grid::after {
  display: block;
  clear: both;
  content: "";
}

.portrait-space {
  float: left;
  width: 178px;
  height: 178px;
  margin: 0 clamp(1.25rem, 3vw, 2rem) 1rem 0;
  border-radius: 10px;
  background: var(--surface);
  overflow: hidden;
}

.portrait-space img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.16);
  transform-origin: center;
}

.about__copy {
  color: var(--muted-text);
}

.about__eyebrow {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.7rem;
  color: var(--soft-text);
}

.sun-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--quiet-gold);
}

.sun-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.about__statement {
  max-width: 780px;
  margin-bottom: 1.2rem;
  color: var(--ink);
  font-size: clamp(1.28rem, 2.1vw, 1.68rem);
  font-weight: 600;
  line-height: 1.28;
}

.about__credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}

.about__credentials span {
  border: 1px solid rgba(39, 39, 39, 0.11);
  border-radius: 999px;
  padding: 0.38rem 0.68rem;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.reach {
  padding: clamp(3.2rem, 6vw, 5rem) 0;
  background: #fff;
}

.reach__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem 2rem;
  align-items: end;
}

.reach__title {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--soft-text);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.reach__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 1rem;
}

.reach__stats div {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.1rem;
  background: var(--surface);
}

.reach__stats strong {
  display: block;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 0.9;
}

.reach__stats span {
  display: block;
  margin-top: 0.5rem;
  color: var(--muted-text);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
}

.reach__link {
  justify-self: end;
  margin-bottom: 0.7rem;
}

.intro {
  background: var(--surface);
}

.intro__grid {
  display: grid;
  width: min(100% - 2rem, 920px);
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.intro__image {
  position: relative;
  margin: 0;
  max-width: 300px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.75rem 0.75rem 0.85rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.intro__image img {
  position: relative;
  width: 100%;
  border-radius: 8px;
  display: block;
  filter: saturate(0.62) contrast(0.93) brightness(1.04);
  height: auto;
}

.intro__image figcaption {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 0.1rem;
  color: var(--muted-text);
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.35;
}

.intro__text h2 {
  max-width: 560px;
}

.intro__copy {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  border-left: 3px solid var(--quiet-gold);
  padding: 0.35rem 0 0.35rem 1.15rem;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.6;
}

.intro__copy::before {
  position: absolute;
  top: -1.2rem;
  left: 0.85rem;
  color: rgba(39, 39, 39, 0.08);
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: 1;
}

.intro__copy p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.approach-block {
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
  padding-top: clamp(2.4rem, 5vw, 4rem);
}

.section-heading {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  text-align: center;
}

.section-intro {
  max-width: 760px;
  margin-inline: auto;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.5;
}

.section-heading--wide {
  display: block;
  max-width: 760px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.approach-step {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  background: #fff;
  box-shadow: var(--shadow);
}

.approach-step:nth-child(2),
.approach-step:nth-child(3) {
  background: #fff;
}

.approach-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(39, 39, 39, 0.1);
  border-radius: 999px;
  background: var(--surface);
  color: var(--quiet-gold);
}

.approach-step__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.approach-step span {
  display: block;
  width: fit-content;
  margin-bottom: 1rem;
  color: var(--soft-text);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
}

.approach-step h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 2vw, 1.6rem);
}

.approach-step p {
  max-width: 300px;
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.workshop-panel {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  background: #fff;
  box-shadow: var(--shadow);
}

.service-card p,
.workshop-panel p:not(.workshop-panel__subtitle) {
  flex: 1;
  margin-bottom: 1.25rem;
}

.text-link {
  display: inline-flex;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  padding-bottom: 0.18rem;
}

.text-link:hover {
  color: var(--olive);
}

.service-card .text-link {
  align-items: center;
  border: 1px solid rgba(39, 39, 39, 0.12);
  border-radius: 999px;
  padding: 0.48rem 0.72rem;
  background: var(--surface);
  font-size: 0.84rem;
  line-height: 1.2;
}

.service-card .text-link::after {
  display: none;
}

.service-card .text-link::before {
  margin-right: 0.35rem;
  color: var(--quiet-gold);
  content: "→";
}

.service-card .text-link:hover {
  border-color: rgba(39, 39, 39, 0.24);
  background: #fff;
  color: var(--ink);
}

.workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.workshop-panel__subtitle {
  width: fit-content;
  margin-bottom: 0.75rem;
  color: var(--muted-text);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
}

.workshop-panel .button {
  width: fit-content;
}

.school-note {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.85rem 0.9rem;
  background: var(--surface);
}

.school-note p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.final-cta {
  background: var(--surface);
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background: #fff;
  box-shadow: var(--shadow);
}

.final-cta p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.site-footer {
  padding: 2.4rem 0;
  background: var(--footer);
  color: rgba(255, 255, 255, 0.68);
}

.site-footer h2 {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 1.12rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
}

.site-footer__contact {
  text-align: right;
}

.site-footer a {
  color: #fff;
}

.academy-line {
  max-width: 560px;
  margin-bottom: 0.65rem;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 86px;
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.4rem;
    background: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 170ms ease, transform 170ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.75rem 0.8rem;
  }

  .site-nav a::after {
    display: none;
  }

  .intro__grid,
  .reach__inner,
  .final-cta__inner,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .reach__link {
    justify-self: start;
    margin-bottom: 0;
  }

  .intro__image {
    max-width: 320px;
  }

  .intro__text {
    order: 1;
  }

  .intro__image {
    order: 2;
  }

  .service-grid,
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__contact {
    text-align: left;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 17px;
  }

  .container,
  .container--narrow {
    width: min(100% - 1.25rem, 1080px);
  }

  .intro__grid {
    width: min(100% - 1.25rem, 900px);
  }

  .site-header {
    min-height: 78px;
  }

  .brand {
    min-width: 168px;
  }

  .brand__logo {
    width: 174px;
  }

  .brand__tagline {
    font-size: 0.68rem;
  }

  .site-nav {
    top: 78px;
  }

  .section {
    padding: 3.6rem 0;
  }

  .hero {
    min-height: 650px;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .hero::before {
    bottom: 2rem;
    height: 260px;
  }

  .hero::after {
    bottom: 1.2rem;
    height: 190px;
  }

  .button-row,
  .button,
  .school-note .button {
    width: 100%;
  }

  .reach__stats,
  .workshop-grid {
    grid-template-columns: 1fr;
  }

  .workshop-panel,
  .service-card,
  .approach-step {
    min-height: auto;
  }

  .portrait-space {
    float: none;
    width: 178px;
    height: 178px;
    margin: 0 0 1.25rem;
  }

  .final-cta .button-row {
    margin-top: 0.4rem;
  }
}

@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;
  }
}
