:root {
  --ink: #183d39;
  --deep-ink: #10332f;
  --muted: #5d716d;
  --cream: #fbfaf5;
  --mist: #eaf1ed;
  --sage: #b8cdbd;
  --line: #d8e2dc;
  --accent: #cc6c4c;
  --accessible-accent: #9e533b;
  --accessible-muted: #596c69;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, [role="link"]:focus-visible { outline: 3px solid var(--accessible-accent); outline-offset: 4px; }
.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; }

.site-header { width: min(1180px, calc(100% - 48px)); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: -.03em; }
.brand-mark { width: 23px; height: 23px; border: 1px solid #9bb5a7; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 13px; }
.brand-words { display: grid; line-height: 1.1; }.brand-words strong { font-size: 17px; font-weight: 700; }.brand-words small { margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-contact):hover, .site-footer > a:last-child:hover { color: var(--accent); }
.nav-contact { padding: 9px 17px; border: 1px solid var(--ink); border-radius: 2px; color: var(--ink); }
.nav-contact:hover { background: var(--ink); color: white; }
.menu-button { display: none; border: 0; background: transparent; padding: 7px; }

.hero { width: min(1180px, calc(100% - 48px)); min-height: 608px; margin: 0 auto 46px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 15px; color: var(--accessible-accent); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.04em; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(3rem, 5.5vw, 5.15rem); letter-spacing: -.055em; }
h1 em { color: var(--accent); font-weight: 600; }
.hero-lead { max-width: 540px; color: var(--muted); font-size: 17px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; }
.button { display: inline-block; padding: 14px 21px; border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: .2s ease; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { transform: translateY(-2px); background: var(--accent); }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; color: var(--ink); }
.text-link span { font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero-portrait { position: relative; height: 490px; margin-right: -8px; overflow: hidden; background: var(--cream); }
.hero-photo, .hero-photo img { display: block; width: 100%; height: 100%; }.hero-photo { overflow: hidden; }.hero-photo img { object-fit: cover; object-position: 63% 13%; transform: scale(1.29); transform-origin: 36% 16%; }
.hero-portrait::after { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 24%; pointer-events: none; background: linear-gradient(90deg, rgba(251,250,245,.64) 0%, rgba(251,250,245,.3) 30%, rgba(251,250,245,.08) 63%, rgba(251,250,245,0) 100%); }
.credential-card { position: absolute; z-index: 2; left: 14px; bottom: 24px; padding: 13px 17px; border-left: 3px solid var(--accent); background: rgba(251,250,245,.94); box-shadow: 0 8px 18px rgba(24, 61, 57, .08); font-size: 12px; line-height: 1.45; }.credential-card strong, .credential-card span { display: block; }.credential-card span { color: var(--muted); margin-top: 2px; }

.section { padding: 106px max(24px, calc((100% - 1180px) / 2)); }
.about-section { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(52px, 9vw, 125px); align-items: center; background: #f5f6f0; }
.about-photo { height: 500px; overflow: hidden; background: #e6d7d0; }.about-photo picture, .about-photo img { display: block; width: 100%; height: 100%; }.about-photo img { object-fit: cover; object-position: 51% 4%; }
.about-copy { max-width: 570px; }.about-copy h2 { margin-bottom: 25px; font-size: clamp(2.4rem, 4vw, 3.75rem); }
.biography { color: var(--muted); }.biography p { margin-bottom: 16px; }
.expertise-placeholder { margin-top: 30px; padding: 19px 20px 20px; border-left: 3px solid var(--accent); background: var(--cream); }.detail-label { margin: 0 0 12px; color: var(--accessible-accent); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.professional-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0; }.detail-item { min-height: 65px; display: flex; flex-direction: column; justify-content: center; padding: 12px 0; border-top: 1px solid var(--line); }.detail-item:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }.detail-item dt { color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.35; }.detail-item dd { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.work-section { background: var(--cream); }.work-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 54px; }.work-intro h2 { margin: 0; font-size: clamp(2.45rem, 4vw, 3.8rem); }.work-intro > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.work-card { min-height: 235px; padding: 30px 38px 34px 0; }.work-card:nth-child(odd) { padding-right: 38px; border-right: 1px solid var(--line); }.work-card:nth-child(even) { padding-left: 38px; }.work-card:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }.work-card:hover h3 { color: var(--accent); }.work-number { display: block; color: var(--accessible-accent); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.work-card h3 { margin: 43px 0 10px; font-family: var(--serif); font-size: 28px; letter-spacing: -.03em; transition: color .2s ease; }.work-card p { max-width: 410px; margin-bottom: 0; color: var(--muted); font-size: 15px; }
.education-speaking { background: #e5eee8; }.speaking-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(52px, 9vw, 125px); }.speaking-intro { max-width: 465px; }.speaking-intro h2 { margin-bottom: 21px; font-size: clamp(2.45rem, 4vw, 3.8rem); }.speaking-intro > p:last-child { color: var(--accessible-muted); }
.speaking-list { border-top: 1px solid #bfd0c5; }.speaking-item { display: grid; grid-template-columns: 47px 1fr; gap: 12px; padding: 25px 0 27px; border-bottom: 1px solid #bfd0c5; }.speaking-number { padding-top: 4px; color: var(--accessible-accent); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.speaking-item h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; letter-spacing: -.025em; }.speaking-item p { max-width: 500px; margin: 0; color: var(--accessible-muted); font-size: 14px; }.speaking-credibility { max-width: 690px; margin: 34px 0 0 auto; color: var(--accessible-muted); font-size: 13px; font-style: italic; }
.community-impact { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 105px); align-items: center; background: var(--deep-ink); color: white; }.community-impact .eyebrow { color: #e8a78e; }.community-impact h2 { margin-bottom: 22px; font-size: clamp(2.45rem, 4vw, 3.8rem); }.community-impact-copy > p { max-width: 535px; color: #d8e3dc; }.community-impact-copy .community-intro { color: white; font-size: 17px; }.community-impact blockquote { max-width: 495px; margin: 32px 0 0; padding: 15px 0 0 19px; border-left: 3px solid var(--accent); color: #f6ded3; font-family: var(--serif); font-size: 22px; line-height: 1.35; }
.community-photo { min-height: 405px; padding: 17px 0 0 17px; background: #9eb9a9; }.community-photo-frame { min-height: 388px; height: 100%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); background: linear-gradient(145deg, #d5e2d8, #83a694); }.community-photo-placeholder { width: min(74%, 310px); aspect-ratio: 5 / 4; display: flex; flex-direction: column; justify-content: end; padding: 21px; border: 1px solid rgba(255,255,255,.5); color: white; background: linear-gradient(180deg, rgba(16,51,47,.04), rgba(16,51,47,.72)); font-family: var(--serif); font-size: 21px; line-height: 1.25; }.community-photo-placeholder small { margin-top: 8px; color: #dce9e0; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.digital-health { background: #f1f4ee; }.digital-header { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(52px, 9vw, 130px); align-items: end; margin-bottom: 54px; }.digital-header h2 { max-width: 670px; margin-bottom: 22px; font-size: clamp(2.45rem, 4vw, 3.8rem); }.digital-header > div > p:last-child, .digital-supporting { color: var(--muted); }.digital-header > div > p:last-child { max-width: 605px; }.digital-supporting { max-width: 430px; margin: 0; padding-bottom: 2px; font-size: 16px; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8d7cd; border-bottom: 1px solid #c8d7cd; }.platform-item { min-height: 230px; display: flex; flex-direction: column; padding: 29px 28px 27px 0; }.platform-item + .platform-item { padding-left: 28px; border-left: 1px solid #c8d7cd; }.platform-number { color: var(--accessible-accent); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.platform-item h3 { margin: 38px 0 9px; font-family: var(--serif); font-size: 29px; letter-spacing: -.03em; transition: color .2s ease; }.platform-item:hover h3, .platform-item:focus-visible h3 { color: var(--accent); }.platform-item p { max-width: 275px; margin: 0; color: var(--muted); font-size: 14px; }
.tinted-section { background: var(--mist); }.section-heading { max-width: 580px; margin-bottom: 47px; }.section-heading h2, .education h2, .community h2, .social h2, .contact h2 { margin-bottom: 15px; font-size: clamp(2.2rem, 3.6vw, 3.45rem); }.section-heading > p:last-child, .education-copy > p, .community-copy > p, .social > p:not(.eyebrow), .contact > div > p { color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.service-card { min-height: 240px; padding: 28px; background: var(--cream); border: 1px solid var(--line); transition: transform .2s ease, border .2s ease; }.service-card:hover { transform: translateY(-4px); border-color: var(--sage); }.service-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: #dbe9df; color: var(--accent); font-size: 12px; font-weight: 700; }.service-card h3 { margin: 44px 0 10px; font-family: var(--serif); font-size: 25px; }.service-card p { color: var(--muted); font-size: 15px; }
.education { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 11%; }.education-image { height: 385px; overflow: hidden; background: #e5e6e2; }.education-image picture, .education-image img { display: block; width: 100%; height: 100%; }.education-image img { object-fit: cover; object-position: 54% 12%; }.education-copy { max-width: 530px; }.education-copy .button { margin-top: 13px; }
.community { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; align-items: center; background: #dfeae3; }.community-copy { max-width: 575px; }.community-copy > p { color: var(--accessible-muted); }.community-image { position: relative; height: 360px; margin: 0; overflow: hidden; background: #b8cdbd; }.community-image picture, .community-image img { display: block; width: 100%; height: 100%; }.community-image img { object-fit: cover; object-position: 52% 34%; }.community-image figcaption { position: absolute; left: 14px; bottom: 14px; z-index: 1; display: grid; gap: 2px; padding: 9px 12px; background: rgba(251,250,245,.94); color: var(--ink); line-height: 1.25; }.community-image figcaption strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }.community-image figcaption span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.social { text-align: center; }.social h2, .social > p:not(.eyebrow) { max-width: 650px; margin-left: auto; margin-right: auto; }.social-links { display: flex; justify-content: center; gap: 12px; margin-top: 31px; }.social-links a { display: flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 700; }.social-links a:hover { border-color: var(--ink); background: var(--mist); }
.contact { display: flex; justify-content: space-between; gap: 40px; background: var(--accessible-accent); color: #fffaf4; }.contact .eyebrow { color: #ffe1d5; }.contact > div > p { color: #fff0e8; max-width: 505px; }.contact-details { align-self: flex-end; min-width: 315px; }.contact-location { margin: 0 0 11px; color: #fff0e8; font-size: 13px; }.contact-links { border-top: 1px solid rgba(255,255,255,.55); }.contact-link { min-height: 54px; display: grid; grid-template-columns: 20px 1fr; align-items: center; gap: 11px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.4); color: #fffaf4; }.contact-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.contact-link span { display: grid; line-height: 1.2; }.contact-link small { color: #ffe1d5; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.contact-link strong { margin-top: 3px; font-size: 13px; font-weight: 600; }.contact-link:hover { color: #fffaf4; }.contact-link:focus-visible { outline-color: #fffaf4; }
.site-footer { width: min(1180px, calc(100% - 48px)); min-height: 115px; margin: auto; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }.site-footer .brand { color: var(--ink); }.site-footer > p { margin: 0; }.site-footer > a:last-child { font-weight: 700; }

@media (min-width: 761px) and (max-width: 1020px) {
  .hero { min-height: 520px; grid-template-columns: 1.1fr .9fr; gap: 35px; }
  .hero-portrait { height: 430px; margin-right: 0; }
  .hero-photo img { object-position: 62% 12%; transform: scale(1.2); transform-origin: 37% 16%; }
  .hero-portrait::after { width: 22%; }
  .about-section { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .about-photo { height: 420px; }
  .about-photo img { object-position: 52% 7%; }
  .education-image { height: 360px; }
  .education-image img { object-position: 55% 10%; }
  .community-image { height: 330px; }
  .community-image img { object-position: 53% 32%; }
}

@media (min-width: 1021px) {
  .about-photo { transform: translateY(-24px); }
  .education-image img { object-position: 48% 12%; transform: scale(1.12); transform-origin: 58% 15%; }
}

@media (max-width: 760px) {
  .site-header { width: min(100% - 36px, 1180px); min-height: 73px; position: relative; }.brand-words small { display: none; }.menu-button { z-index: 3; display: grid; width: 44px; height: 44px; place-content: center; gap: 4px; padding: 0; }.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); }.main-nav { display: none; position: absolute; z-index: 2; top: 65px; right: 0; left: 0; padding: 20px; background: var(--cream); box-shadow: 0 15px 25px rgba(24,61,57,.12); flex-direction: column; align-items: stretch; gap: 16px; }.main-nav.open { display: flex; }.main-nav > a { min-height: 44px; display: flex; align-items: center; }.main-nav > a.nav-contact { justify-content: center; }.nav-contact { text-align: center; }
  .hero { width: min(100% - 36px, 1180px); min-height: auto; padding: 38px 0 54px; grid-template-columns: 1fr; gap: 36px; }.hero-portrait { height: min(93vw, 390px); max-width: 480px; width: 100%; margin: auto; }.hero-photo img { object-position: 60% 10%; transform: scale(1.28); transform-origin: 38% 14%; }.hero-portrait::after { width: 19%; background: linear-gradient(90deg, rgba(251,250,245,.48) 0%, rgba(251,250,245,.18) 42%, rgba(251,250,245,0) 100%); }.credential-card { left: 11px; bottom: 12px; padding: 10px 13px; font-size: 11px; }.credential-card span { margin-top: 1px; }.hero-lead { font-size: 16px; }.hero-actions { margin-top: 28px; flex-wrap: wrap; gap: 18px; }
  .section { padding: 72px 24px; }.about-section, .education, .community, .speaking-layout, .community-impact, .digital-header { grid-template-columns: 1fr; gap: 35px; }.about-photo { height: min(110vw, 410px); min-height: 0; padding: 0; }.about-photo img { object-position: 52% 13%; }.professional-details { grid-template-columns: 1fr; }.detail-item:nth-last-child(-n + 2) { border-bottom: 0; }.detail-item:last-child { border-bottom: 1px solid var(--line); }.work-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }.work-grid { grid-template-columns: 1fr; }.work-card, .work-card:nth-child(odd), .work-card:nth-child(even) { min-height: 0; padding: 27px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }.work-card:last-child { border-bottom: 0; }.work-card h3 { margin-top: 25px; }.speaking-item { grid-template-columns: 37px 1fr; padding: 23px 0; }.speaking-item h3 { font-size: 23px; }.speaking-credibility { margin: 28px 0 0; }.community-photo { min-height: 310px; padding: 14px 0 0 14px; }.community-photo-frame { min-height: 296px; }.community-photo-placeholder { width: min(77%, 280px); }.digital-header { margin-bottom: 36px; }.platform-grid { grid-template-columns: 1fr; }.platform-item, .platform-item + .platform-item { min-height: 0; padding: 25px 0; border-left: 0; border-bottom: 1px solid #c8d7cd; }.platform-item:last-child { border-bottom: 0; }.platform-item h3 { margin-top: 24px; }.card-grid { grid-template-columns: 1fr; }.service-card { min-height: 205px; }.service-card h3 { margin-top: 28px; }.education-image { height: min(94vw, 350px); min-height: 0; }.education-image img { object-position: 55% 10%; }.community-image { height: min(96vw, 380px); }.community-image img { object-position: 53% 30%; }.community-image figcaption { left: 11px; bottom: 11px; padding: 8px 10px; }.community-image figcaption strong { font-size: 17px; }.community-image figcaption span { font-size: 8px; }.contact { flex-direction: column; }.contact-details { align-self: auto; min-width: 0; }.site-footer { width: min(100% - 36px, 1180px); padding: 28px 0; min-height: auto; flex-wrap: wrap; gap: 18px; }.site-footer > p { width: 100%; order: 3; }.hero-actions .text-link, .future-link, .site-footer > a:last-child { min-height: 44px; }

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

@media (max-width: 480px) {
  h1 { font-size: 2.45rem; }
  .work-intro h2 br, .speaking-intro h2 br, .digital-header h2 br, .education-copy h2 br { display: none; }
  .digital-header h2 { font-size: 2.3rem; }
}

@media (max-width: 760px) {
  .contact-details { width: 100%; min-width: 0; }
  .contact-link { min-height: 56px; }
}
