:root {
  --navy: #061a2d;
  --navy-deep: #021326;
  --navy-mid: #18344a;
  --gold: #c8922c;
  --gold-bright: #d49b35;
  --cream: #f7f4ef;
  --ink: #11151c;
  --line-light: #d5cabd;
  --line-dark: rgba(200, 146, 44, 0.55);
  --header-height: 80px;
  --shell: min(calc(100% - 40px), 1400px);
  --edge: max(20px, calc((100vw - 1400px) / 2));
  --z-header: 100;
  --z-menu: 110;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

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

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: calc(var(--z-menu) + 1);
  padding: 12px 16px;
  transform: translateY(-150%);
  background: var(--gold-bright);
  color: var(--navy-deep);
  font-size: 18px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  min-height: var(--header-height);
  background: #04070a;
  color: #fff;
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  flex: 0 0 auto;
}

.logo {
  width: 194px;
  height: auto;
}

.menu {
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(212, 155, 53, 0.7);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.nav {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: var(--z-menu);
  max-height: calc(100dvh - var(--header-height));
  display: none;
  overflow-y: auto;
  padding: 22px max(20px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom));
  background: #07131f;
  border-top: 1px solid rgba(212, 155, 53, 0.35);
}

.nav.open {
  display: grid;
}

.nav a {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.nav .talk,
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c49743;
  background: linear-gradient(#a77724, #69460b);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.nav .talk {
  margin-top: 12px;
  padding: 12px 22px;
}

.btn {
  padding: 14px 22px;
  text-align: center;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #080705;
  color: #fff;
}

.hero-photo,
.hero-shade {
  display: none;
}

.hero-mobile-photo {
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 594 / 419;
  object-fit: cover;
}

.hero-content {
  order: 2;
  position: relative;
  z-index: 2;
  padding: 46px var(--edge) 62px;
  background: #080705;
}

.hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 13vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.hero h1 span {
  display: block;
  color: var(--gold-bright);
}

.hero-rule {
  width: 30px;
  height: 3px;
  margin: 20px 0 22px;
  background: var(--gold);
}

.hero-kicker {
  max-width: 34ch;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.28;
}

.hero p {
  max-width: 66ch;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.55;
}

.hero .btn {
  margin-top: 12px;
}

.hero-id {
  position: absolute;
  top: calc(min(70.5vw, 419px) - 76px);
  right: var(--edge);
  z-index: 3;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  text-align: right;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.hero-id .name {
  font-size: 20px;
  line-height: 1.05;
}

.hero-id .role {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.15;
}

.experience {
  padding-block: clamp(64px, 8vw, 104px);
  background: linear-gradient(90deg, #06213a, #03172a);
  color: #fff;
}

.experience-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.strategy {
  width: 124px;
  height: 124px;
  margin-inline: auto;
}

.strategy svg,
.vector-icon svg,
.stat-icon svg,
.hosp-icon svg {
  width: 100%;
  height: 100%;
}

.experience h2 {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 3.25rem);
  line-height: 1.02;
}

.experience h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.35;
}

.experience p {
  max-width: 70ch;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.vline {
  display: none;
  width: 1px;
  height: 100%;
  min-height: 180px;
  background: #b88936;
}

.checks {
  font-size: 18px;
  line-height: 1.55;
}

.checks div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 8px;
}

.checks div::before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 13px;
}

.checks strong {
  display: block;
  margin-top: 18px;
  color: var(--gold-bright);
  font-size: 22px;
  line-height: 1.28;
}

.expertise {
  padding-block: clamp(72px, 8vw, 112px);
  background: linear-gradient(90deg, #f5f1eb, #fff, #f4f0eb);
}

.expertise .eyebrow,
.perspective .eyebrow,
.biography .eyebrow {
  margin: 0;
  color: #9a6818;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-align: center;
}

.title {
  margin: 8px 0 48px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 3.8rem);
  line-height: 1.02;
  text-align: center;
}

.expert-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.expert-card {
  min-width: 0;
  padding: 34px 10px 42px;
  border-top: 1px solid var(--line-light);
}

.expert-card:first-child {
  border-top: 0;
}

.vector-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
}

.expert-card h3 {
  min-height: 3em;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

.expert-card ul {
  max-width: 30ch;
  margin: 0 auto;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.expert-card li {
  margin-bottom: 6px;
}

.expert-card li::marker {
  color: #a96f15;
}

.perspective {
  padding-block: clamp(64px, 7vw, 96px);
  background: linear-gradient(90deg, #06213a, #021326);
  color: #fff;
}

.perspective .eyebrow {
  color: var(--gold-bright);
}

.stats {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 38px;
}

.stat {
  min-width: 0;
  padding: 34px 16px 40px;
  border-top: 1px solid var(--line-dark);
  text-align: center;
}

.stat:first-child {
  border-top: 0;
}

.stat-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 4px;
}

.stat .num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 4.25rem);
  line-height: 1;
}

.stat .unit {
  margin-top: 8px;
  color: var(--gold-bright);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.stat .desc {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.45;
}

.boundaries {
  padding-block: clamp(72px, 8vw, 112px);
  background: linear-gradient(90deg, #f5f2ed, #fff, #f3efe9);
}

.boundaries-layout {
  min-width: 0;
  display: grid;
  gap: 48px;
}

.bound-copy {
  min-width: 0;
  text-align: center;
}

.bound-copy h2 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 7vw, 4.25rem);
  line-height: 0.98;
}

.bound-rule {
  width: 30px;
  height: 3px;
  margin: 0 auto 22px;
  background: #b88a31;
}

.bound-copy p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 2.25rem);
  line-height: 1.12;
}

.hosp-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hosp-item {
  min-width: 0;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 12px;
  border-top: 1px solid #ddd2c4;
  border-left: 1px solid #ddd2c4;
  text-align: center;
}

.hosp-item:nth-child(-n + 2) {
  border-top: 0;
}

.hosp-item:nth-child(odd) {
  border-left: 0;
}

.hosp-icon {
  width: 64px;
  height: 60px;
  margin: 0 auto 8px;
}

.hosp-item span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.about {
  padding-block: clamp(72px, 8vw, 112px);
  background: var(--navy-deep);
  color: #fff;
}

.about-layout {
  display: grid;
  overflow: hidden;
  background: var(--navy);
}

.about-photo {
  width: 100%;
  height: clamp(360px, 70vw, 520px);
  object-fit: cover;
  object-position: center 30%;
}

.about-copy {
  padding: clamp(38px, 7vw, 76px);
}

.about-copy .meet {
  color: var(--gold-bright);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-copy h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
}

.about-copy h3 {
  margin: 10px 0 24px;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.5vw, 2.1rem);
  line-height: 1.2;
}

.about-copy p {
  max-width: 68ch;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.58;
}

.about-copy .btn {
  margin-top: 12px;
}

.biography {
  padding-block: clamp(72px, 9vw, 128px);
  background: #fff;
}

.biography-banner {
  display: grid;
  overflow: hidden;
  background: linear-gradient(90deg, var(--navy), #0b2b46);
  color: #fff;
}

.biography-banner img {
  width: 100%;
  height: clamp(340px, 72vw, 520px);
  object-fit: cover;
  object-position: center top;
}

.biography-intro {
  padding: clamp(40px, 7vw, 80px);
}

.biography .eyebrow {
  color: var(--gold-bright);
  text-align: left;
}

.biography-intro h2 {
  margin: 10px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
}

.biography-role {
  margin: 0;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.biography-lead {
  max-width: 58ch;
  margin: 30px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.55;
}

.biography-copy {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: clamp(54px, 7vw, 88px);
}

.biography-copy h3 {
  margin: 0 0 32px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.1;
}

.biography-columns {
  column-count: 1;
}

.biography-columns p {
  margin: 0 0 22px;
  break-inside: avoid;
  font-size: 18px;
  line-height: 1.72;
}

.contact-section {
  padding-block: clamp(80px, 10vw, 140px);
  background: linear-gradient(90deg, #18344a, #29475d, #18344a);
  color: #fff;
  text-align: center;
}

.contact-eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.contact-section h2 {
  max-width: 22ch;
  margin: 0 auto 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
  text-shadow: 0 1px 2px #000;
}

.contact-name {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.contact-name span {
  display: block;
  margin-top: 4px;
  color: var(--gold-bright);
  font-size: 18px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
}

.contact-links a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid var(--gold-bright);
  font-size: 20px;
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .nav a:not(.talk):hover,
  .contact-links a:hover {
    color: var(--gold-bright);
  }

  .btn:hover,
  .nav .talk:hover {
    background: linear-gradient(#b98a32, #7a5310);
  }
}

@media (min-width: 481px) {
  .hosp-grid::after {
    content: "";
    min-width: 0;
    min-height: 170px;
    border-top: 1px solid #ddd2c4;
    border-left: 1px solid #ddd2c4;
  }
}

@media (min-width: 700px) {
  .expert-grid,
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expert-card,
  .stat {
    border-top: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
  }

  .stat {
    border-color: var(--line-dark);
  }

  .expert-card:nth-child(-n + 2),
  .stat:nth-child(-n + 2) {
    border-top: 0;
  }

  .expert-card:nth-child(odd),
  .stat:nth-child(odd) {
    border-left: 0;
  }

  .hosp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hosp-item:nth-child(-n + 3) {
    border-top: 0;
  }

  .hosp-item,
  .hosp-item:nth-child(odd) {
    border-left: 1px solid #ddd2c4;
  }

  .hosp-item:nth-child(3n + 1) {
    border-left: 0;
  }

  .experience-grid {
    grid-template-columns: 140px minmax(0, 1fr);
    text-align: left;
  }

  .checks {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .hero {
    min-height: clamp(620px, 45vw, 760px);
    display: block;
  }

  .hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
  }

  .hero-mobile-photo {
    display: none;
  }

  .hero-shade {
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(90deg, #070604 0%, #070604 37%, rgba(7, 6, 4, 0.98) 43%, rgba(7, 6, 4, 0.74) 51%, rgba(7, 6, 4, 0.2) 61%, rgba(7, 6, 4, 0) 70%);
  }

  .hero-content {
    width: min(calc(var(--edge) + 640px), 58vw);
    min-height: inherit;
    padding: clamp(68px, 6vw, 110px) 0 72px var(--edge);
    background: transparent;
  }

  .hero h1 {
    font-size: clamp(4rem, 5.2vw, 5.5rem);
  }

  .hero-id {
    top: auto;
    right: var(--edge);
    bottom: 34px;
    text-align: left;
  }

  .about-layout {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  }

  .about-photo {
    height: 100%;
    min-height: 610px;
    object-position: center;
  }

  .biography-banner {
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  }

  .biography-banner img {
    height: 100%;
    min-height: 560px;
  }

}

@media (min-width: 1050px) {
  .expert-grid,
  .stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .expert-card,
  .expert-card:nth-child(odd),
  .stat,
  .stat:nth-child(odd) {
    border-left: 1px solid;
  }

  .expert-card,
  .expert-card:nth-child(odd) {
    border-color: var(--line-light);
  }

  .stat,
  .stat:nth-child(odd) {
    border-color: var(--line-dark);
  }

  .expert-card:nth-child(3n + 1),
  .stat:nth-child(3n + 1) {
    border-left: 0;
  }

  .expert-card:nth-child(-n + 3),
  .stat:nth-child(-n + 3) {
    border-top: 0;
  }

  .expert-card:nth-child(n + 4),
  .stat:nth-child(n + 4) {
    border-top: 1px solid;
  }

  .expert-card:nth-child(n + 4) {
    border-color: var(--line-light);
  }

  .stat:nth-child(n + 4) {
    border-color: var(--line-dark);
  }

  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stat,
  .stat:nth-child(odd),
  .stat:nth-child(n + 4) {
    border-top: 0;
    border-left: 1px solid var(--line-dark);
  }

  .stat:first-child {
    border-left: 0;
  }

  .boundaries-layout {
    grid-template-columns: clamp(340px, 26vw, 390px) minmax(0, 1fr);
    gap: 0;
  }

  .bound-copy {
    padding-right: 36px;
    border-right: 1px solid #ddd2c4;
    text-align: left;
  }

  .bound-copy h2 {
    font-size: clamp(2.4rem, 2.7vw, 2.75rem);
  }

  .bound-rule {
    margin-inline: 0;
  }
}

@media (min-width: 1200px) {
  .experience-grid {
    grid-template-columns: 150px minmax(0, 1.15fr) 1px minmax(340px, 0.85fr);
    gap: clamp(28px, 3vw, 52px);
  }

  .checks {
    grid-column: auto;
  }

  .vline {
    display: block;
  }

}

@media (min-width: 1280px) {
  .menu {
    display: none;
  }

  .nav,
  .nav.open {
    position: static;
    max-height: none;
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.5vw, 28px);
    margin-left: auto;
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav a {
    min-height: 48px;
    padding: 8px 0;
    border: 0;
    font-size: 18px;
    white-space: nowrap;
  }

  .nav .talk {
    margin: 0 0 0 8px;
    padding: 12px 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .nav,
  .nav.open {
    gap: 12px;
  }

  .nav a[href="#contact"]:not(.talk) {
    display: none;
  }

  .nav .talk {
    margin-left: 0;
    padding-inline: 16px;
  }
}

@media (min-width: 1320px) {
  .expert-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .expert-card,
  .expert-card:nth-child(odd),
  .expert-card:nth-child(n + 4) {
    border-top: 0;
    border-left: 1px solid var(--line-light);
  }

  .expert-card:first-child {
    border-left: 0;
  }

  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stat,
  .stat:nth-child(odd),
  .stat:nth-child(n + 4) {
    border-top: 0;
    border-left: 1px solid var(--line-dark);
  }

  .stat:first-child {
    border-left: 0;
  }

  .hosp-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .hosp-item,
  .hosp-item:nth-child(odd),
  .hosp-item:nth-child(3n + 1) {
    border-top: 1px solid #ddd2c4;
    border-left: 1px solid #ddd2c4;
  }

  .hosp-item:nth-child(-n + 6) {
    border-top: 0;
  }

  .hosp-item:nth-child(6n + 1) {
    border-left: 0;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: min(calc(100% - 32px), 1400px);
    --edge: max(16px, env(safe-area-inset-left));
  }

  .logo {
    width: 164px;
  }

  .menu {
    width: 44px;
    height: 44px;
  }

  .hero-content {
    padding-top: 42px;
  }

  .hero .btn,
  .about-copy .btn {
    width: 100%;
  }

  .bound-copy h2 {
    font-size: clamp(2.1rem, 10.8vw, 2.6rem);
  }

  .about-copy h2 {
    font-size: clamp(2.5rem, 12.5vw, 2.7rem);
  }

  .hosp-grid {
    grid-template-columns: 1fr;
  }

  .hosp-item,
  .hosp-item:nth-child(odd),
  .hosp-item:nth-child(-n + 2) {
    border-top: 1px solid #ddd2c4;
    border-left: 0;
  }

  .hosp-item:first-child {
    border-top: 0;
  }

  .contact-links {
    flex-direction: column;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  .header,
  .menu,
  .btn,
  .skip-link {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  section {
    break-inside: avoid;
  }
}
