:root {
  --navy-950: #101b2e;
  --navy-900: #172640;
  --navy-800: #1a2a4a;
  --navy-700: #2a3a5a;
  --gold-700: #a8872d;
  --gold-600: #b8952a;
  --gold-500: #c9a84c;
  --gold-300: #e8cf83;
  --teal-700: #477b77;
  --teal-500: #6f9f99;
  --teal-100: #e7f0ee;
  --ink: #25334b;
  --muted: #657086;
  --line: #ded9cf;
  --warm: #f5f2eb;
  --paper: #fffdf9;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(16, 27, 46, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::selection {
  color: var(--white);
  background: var(--navy-800);
}
a {
  color: inherit;
}
img,
svg {
  display: block;
}
.shell {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-950);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(26, 42, 74, 0.1);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-copy {
  display: grid;
  color: var(--navy-800);
  text-transform: uppercase;
  line-height: 1.2;
}
.brand-copy strong {
  font-size: 13px;
  letter-spacing: 0.19em;
}
.brand-copy span {
  margin-top: 5px;
  color: var(--gold-700);
  font-size: 9px;
  letter-spacing: 0.31em;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}
.site-nav a {
  color: var(--navy-700);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta):focus-visible {
  color: var(--gold-700);
}
.site-nav .nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--gold-600);
  color: var(--navy-800);
}
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--white);
  background: var(--navy-800);
  border-color: var(--navy-800);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--line);
  background: transparent;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--navy-800);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 80px 0 88px;
  color: var(--white);
  background: var(--navy-950);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(201, 168, 76, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(201, 168, 76, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, #000 60%, #000);
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 50%;
}
.hero-orbit-one {
  top: -320px;
  right: -180px;
  width: 760px;
  height: 760px;
}
.hero-orbit-two {
  right: -110px;
  bottom: -360px;
  width: 650px;
  height: 650px;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.72fr);
  gap: 80px;
  align-items: center;
}
.hero-copy,
.hero-profile,
.hero-grid > * {
  min-width: 0;
}
.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold-700);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero .eyebrow {
  color: var(--gold-300);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.1vw, 5rem);
}
h2 {
  margin-bottom: 20px;
  color: var(--navy-800);
  font-size: clamp(2.15rem, 3.7vw, 3.6rem);
}
h3 {
  color: var(--navy-800);
  font-size: 18px;
  line-height: 1.4;
}
.hero-lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: #d8deea;
  font-size: 19px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible,
.site-nav a:focus-visible,
.email-link:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(232, 201, 106, 0.65);
  outline-offset: 3px;
}
.button-primary {
  color: var(--navy-950);
  background: var(--gold-500);
}
.button-primary:hover {
  background: var(--gold-300);
}
.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
}
.button-secondary:hover {
  border-color: var(--gold-500);
}
.button-contact-secondary {
  color: var(--navy-800);
  border-color: var(--navy-800);
}
.button-contact-secondary:hover {
  color: var(--white);
  background: var(--navy-800);
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  margin: 58px 0 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-facts div {
  padding-right: 22px;
}
.hero-facts div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-facts dt {
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}
.hero-facts dd {
  margin: 8px 0 0;
  color: #aeb9ca;
  font-size: 12px;
  line-height: 1.5;
}

.hero-profile {
  position: relative;
  padding: 74px 44px 46px;
  color: var(--navy-800);
  background: var(--warm);
  box-shadow: var(--shadow);
}
.hero-profile::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--gold-500);
}
.profile-mark {
  position: absolute;
  top: -66px;
  right: 34px;
  width: 126px;
  height: 144px;
  display: grid;
  place-items: center;
  background: var(--navy-800);
  border: 1px solid rgba(201, 168, 76, 0.35);
}
.profile-kicker {
  margin-bottom: 26px;
  color: var(--gold-700);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero-profile h2 {
  margin-bottom: 4px;
  font-size: 42px;
}
.profile-role {
  color: var(--gold-700);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero-profile .profile-affiliation {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 8px 0 0;
  padding: 6px 10px;
  color: var(--navy-700);
  background: rgba(201, 168, 76, 0.12);
  border-left: 2px solid var(--gold-500);
  font-size: 12px;
  line-height: 1.45;
}
.profile-affiliation a,
.text-link,
.founder-title a,
.founder-link,
.footer-affiliation a {
  color: inherit;
  font-weight: 750;
  text-decoration-color: var(--gold-500);
  text-underline-offset: 3px;
}
.profile-affiliation a:hover,
.text-link:hover,
.founder-title a:hover,
.founder-link:hover,
.footer-affiliation a:hover {
  color: var(--gold-700);
}
.gold-rule {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background: linear-gradient(90deg, var(--gold-600), transparent);
}
.hero-profile > p:not(.profile-kicker, .profile-role) {
  margin-bottom: 10px;
  color: #536078;
  font-size: 13px;
}

.section {
  padding: 110px 0;
}
.section-light {
  background: var(--white);
}
.about-grid,
.credentials-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 95px;
}
.prose {
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.prose p {
  color: var(--muted);
  font-size: 18px;
}
.about-visual {
  max-width: 430px;
  margin: 38px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
}
.about-visual img {
  width: 100%;
  height: auto;
}
.experience-band {
  padding: 75px 0;
  color: var(--white);
  background: var(--navy-800);
}
.experience-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}
.experience-number {
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 112px;
  line-height: 1;
  border-right: 1px solid rgba(201, 168, 76, 0.4);
}
.section-kicker-gold {
  color: var(--gold-300);
}
.experience-band h2,
.section-navy h2 {
  color: var(--white);
}
.experience-band h2 {
  max-width: 800px;
  margin-bottom: 15px;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
}
.experience-band p:last-child {
  max-width: 800px;
  margin-bottom: 0;
  color: #c7d0de;
}
.founder-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 28px;
  max-width: 800px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 168, 76, 0.3);
}
.founder-journey .founder-title {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 20px;
}
.founder-title span {
  margin-right: 8px;
  color: var(--gold-300);
}
.founder-journey > p:nth-child(2) {
  margin: 2px 0 0;
  color: #aeb9ca;
  font-size: 13px;
}
.founder-link {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--gold-300);
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}
.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}
.section-heading > p {
  color: var(--muted);
}
.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.practice-item {
  min-height: 260px;
  padding: 30px 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}
.practice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.practice-number {
  color: var(--gold-700);
  font-family: var(--serif);
  font-size: 16px;
}
.practice-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 50%;
}
.practice-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.practice-item h3 {
  margin: 23px 0 11px;
}
.practice-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}
.section-warm {
  background: var(--warm);
}
.case-grid {
  display: block;
}
.case-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 0 90px;
  align-items: end;
}
.case-intro .section-kicker,
.case-intro h2 {
  grid-column: 1;
}
.case-intro h2 {
  margin-bottom: 0;
}
.case-intro > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 510px;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 17px;
}
.case-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 62px 0 0;
  padding: 0;
  list-style: none;
}
.case-steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 22px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, var(--teal-500), var(--gold-500));
}
.case-steps li {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 24px;
  text-align: center;
}
.case-steps li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto 21px;
  color: var(--teal-700);
  background: var(--warm);
  border: 1px solid var(--teal-500);
  border-radius: 50%;
  font-family: var(--serif);
}
.case-steps strong {
  display: block;
  color: var(--navy-800);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}
.case-steps p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.skills-section {
  background: var(--white);
}
.skills-heading {
  margin-bottom: 46px;
}
.skill-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.skill-group {
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.skill-group-number {
  margin-bottom: 26px;
  color: var(--gold-700);
  font-family: var(--serif);
  font-size: 16px;
}
.skill-group h3 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}
.skill-group ul,
.collaborative-skills ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.skill-group li {
  position: relative;
  padding: 11px 0 11px 19px;
  color: var(--muted);
  border-top: 1px solid rgba(222, 217, 207, 0.7);
  font-size: 14px;
}
.skill-group li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--gold-500);
  border-radius: 50%;
}
.collaborative-skills {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  align-items: center;
  margin-top: 28px;
  padding: 28px 32px;
  background: var(--warm);
}
.collaborative-skills .section-kicker {
  margin-bottom: 6px;
}
.collaborative-skills h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}
.collaborative-skills ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.collaborative-skills li {
  padding: 12px 14px;
  color: var(--navy-700);
  background: rgba(255, 255, 255, 0.78);
  border-left: 2px solid var(--gold-500);
  font-size: 13px;
  font-weight: 650;
}
.section-navy {
  color: var(--white);
  background: var(--navy-950);
}
.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 105px;
}
.approach-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
}
.approach-list article {
  padding: 28px;
  background: var(--navy-950);
}
.approach-list h3 {
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}
.approach-list p {
  margin: 0;
  color: #b7c1d0;
  font-size: 14px;
}
.credentials-grid {
  align-items: start;
}
.credentials-note {
  max-width: 500px;
  color: var(--muted);
}
.credential-list {
  border-top: 1px solid var(--line);
}
.credential-list > div {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.credential-list > div > span {
  color: var(--gold-700);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.credential-list strong {
  color: var(--navy-800);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.credential-value {
  min-width: 0;
}
.credential-value strong {
  display: block;
}
.credential-value small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.contact-section {
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(201, 168, 76, 0.12),
      transparent 27%
    ),
    var(--paper);
}
.contact-card {
  max-width: 880px;
  padding: 62px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 24px 65px rgba(16, 27, 46, 0.08);
}
.contact-card > img {
  margin: 0 auto 20px;
}
.contact-card h2 {
  font-size: clamp(2.2rem, 4.3vw, 3.8rem);
}
.contact-card > .contact-intro {
  max-width: 580px;
  margin: 0 auto 28px;
  color: var(--muted);
}
.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 690px;
  margin: 0 auto 28px;
  text-align: left;
}
.contact-method {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: var(--warm);
  border: 1px solid rgba(222, 217, 207, 0.85);
}
.contact-method-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--teal-700);
  background: var(--white);
  border-radius: 50%;
}
.contact-method-icon svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
.contact-method-label {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-method strong {
  color: var(--navy-800);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.email-link {
  display: block;
  width: fit-content;
  margin: 0;
  color: var(--navy-800);
  font-family: var(--serif);
  font-size: 16px;
  text-decoration-color: var(--gold-500);
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.site-footer {
  padding: 38px 0;
  color: #b5bfcd;
  background: var(--navy-950);
}
.footer-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
  font-size: 12px;
}
.footer-inner > div {
  display: grid;
}
.footer-inner strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}
.footer-affiliation {
  margin-top: 5px;
  color: #b5bfcd;
}
.footer-affiliation a {
  color: var(--gold-300);
}
.footer-inner p {
  margin: 0;
}
.footer-inner p:nth-child(2) {
  color: var(--gold-300);
  text-align: center;
}
.footer-inner p:last-child {
  text-align: right;
}

@media (max-width: 1000px) {
  .site-nav {
    gap: 16px;
  }
  .site-nav a {
    font-size: 12px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 95px;
  }
  .hero-profile {
    width: min(620px, 100%);
  }
  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .skill-groups {
    grid-template-columns: 1fr 1fr;
  }
  .skill-group:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .shell {
    width: calc(100% - 34px);
    max-width: 680px;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 18px max(17px, calc((100% - 680px) / 2));
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(16, 27, 46, 0.08);
  }
  .site-nav.is-open {
    display: grid;
  }
  .site-nav a {
    padding: 9px 0;
    font-size: 14px;
  }
  .site-nav .nav-cta {
    margin-top: 4px;
    text-align: center;
  }
  .hero {
    padding-top: 70px;
  }
  .about-grid,
  .credentials-grid,
  .section-heading,
  .case-grid,
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .collaborative-skills {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-heading {
    align-items: start;
  }
  .case-intro {
    display: block;
  }
  .case-intro h2 {
    margin-bottom: 20px;
  }
  .case-intro > p:last-child {
    margin-bottom: 0;
  }
  .case-steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 46px;
  }
  .case-steps::before {
    top: 22px;
    right: auto;
    bottom: 30px;
    left: 22px;
    width: 1px;
    height: auto;
  }
  .case-steps li {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 22px;
    padding: 0 0 30px;
    text-align: left;
  }
  .case-steps li > span {
    margin: 0;
  }
  .case-steps li:last-child {
    padding-bottom: 0;
  }
  .section,
  .contact-section {
    padding: 82px 0;
  }
  .experience-grid {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 35px;
  }
  .experience-number {
    font-size: 82px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-inner p:last-child {
    text-align: center;
  }
  .founder-journey {
    grid-template-columns: 1fr;
  }
  .founder-link {
    grid-column: 1;
    grid-row: auto;
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .header-inner {
    min-height: 74px;
  }
  .brand-copy strong {
    font-size: 11px;
  }
  .brand-copy span {
    font-size: 8px;
  }
  .site-nav {
    top: 74px;
  }
  .hero {
    min-height: auto;
    padding: 54px 0 70px;
  }
  h1 {
    font-size: clamp(2.55rem, 13vw, 3.5rem);
  }
  h1,
  .hero-lead,
  .eyebrow {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }
  .hero-facts {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .hero-facts div,
  .hero-facts div + div {
    padding: 0;
    border-left: 0;
  }
  .hero-profile {
    padding: 65px 27px 40px;
  }
  .profile-mark {
    right: 22px;
    width: 105px;
    height: 120px;
  }
  .hero-profile h2 {
    font-size: 34px;
  }
  .section {
    padding: 68px 0;
  }
  .experience-grid {
    grid-template-columns: 1fr;
  }
  .experience-number {
    width: fit-content;
    padding-right: 28px;
  }
  .practice-grid,
  .approach-list,
  .skill-groups,
  .collaborative-skills ul {
    grid-template-columns: 1fr;
  }
  .skill-group:last-child {
    grid-column: auto;
  }
  .practice-item {
    min-height: 0;
  }
  .credential-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .contact-card {
    padding: 42px 20px;
  }
  .contact-methods {
    grid-template-columns: 1fr;
  }
  .contact-actions,
  .contact-actions .button {
    width: 100%;
  }
}

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