:root {
  --cream: #f7f2e8;
  --cream-2: #fbf8f1;
  --navy: #0d2438;
  --navy-2: #18344f;
  --gold: #b6975c;
  --gold-2: #d6c08a;
  --text: #14283b;
  --muted: #53606f;
  --line: #ded2bd;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

.site-shell {
  max-width: 1240px;
  margin: 0 auto;
  background: var(--cream-2);
  min-height: 100vh;
  box-shadow: 0 0 0 1px rgba(13,36,56,0.04);
}

.header {
  background: var(--cream-2);
  border-bottom: 1px solid var(--line);
  padding: 28px clamp(22px, 4vw, 54px) 20px;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
}

.logo-box {
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  background: var(--navy);
  color: var(--gold-2);
  border: 2px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.65rem;
  line-height: 1;
  letter-spacing: -0.08em;
  box-shadow: 0 8px 22px rgba(13,36,56,0.10);
}

.brand-title {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  font-size: clamp(1.35rem, 4.5vw, 2.05rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.nav a {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.62);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--navy);
  font-weight: 800;
  font-size: 0.98rem;
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
  padding: clamp(42px, 7vw, 82px) clamp(22px, 5vw, 68px);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "MD";
  position: absolute;
  left: -18px;
  top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(8rem, 24vw, 18rem);
  color: rgba(13,36,56,0.045);
  line-height: 1;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.founder-line {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 4vw, 2.3rem);
  font-weight: 700;
}

h1 {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 8vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-subhead {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 3.4vw, 1.65rem);
  line-height: 1.52;
  font-weight: 600;
}

.hero-seo-line {
  margin: 18px 0 0;
  max-width: 680px;
  color: var(--navy-2);
  font-size: 1.02rem;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-block;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  border: 1px solid var(--navy);
}

.button.secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--gold);
}

.photo-wrap {
  position: relative;
  z-index: 1;
  background: var(--navy);
  border: 2px solid var(--gold);
  padding: 10px;
  box-shadow: 0 24px 70px rgba(13,36,56,0.18);
}

.photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-caption {
  margin: 10px 2px 0;
  color: var(--gold-2);
  font-size: 0.88rem;
  font-weight: 700;
}

main {
  padding: 0 clamp(22px, 5vw, 68px) 64px;
}

section {
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}

section:last-child { border-bottom: none; }

.section-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 5.4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.25;
}

.lead {
  margin: 0;
  max-width: 900px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.grid-3, .grid-2 {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

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

.card {
  background: rgba(255,255,255,0.70);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

ul {
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--muted);
}

li { margin: 7px 0; }

.callout {
  background: rgba(13,36,56,0.055);
  border-left: 5px solid var(--gold);
  border-radius: 12px;
  padding: 22px;
  margin-top: 18px;
}

.service-area-list {
  columns: 2;
  column-gap: 42px;
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: start;
  margin-top: 24px;
}

.bio-photo {
  background: var(--navy);
  border: 2px solid var(--gold);
  padding: 10px;
}

.bio-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-box {
  background: var(--navy);
  color: var(--white);
  border-radius: 22px;
  padding: clamp(26px, 5vw, 44px);
}

.contact-box h2,
.contact-box .section-label {
  color: var(--white);
}

.contact-box p {
  color: #e8edf2;
}

.contact-box a {
  color: var(--gold-2);
  font-weight: 900;
}

.footer {
  background: var(--navy);
  color: #e8edf2;
  padding: 24px clamp(22px, 5vw, 68px);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .hero,
  .bio-layout {
    grid-template-columns: 1fr;
  }

  .photo-wrap {
    max-width: 620px;
  }

  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .service-area-list {
    columns: 1;
  }
}

@media (max-width: 620px) {
  .header {
    padding: 22px 20px 16px;
  }

  .brand-row {
    gap: 16px;
    margin-bottom: 20px;
  }

  .logo-box {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    font-size: 2.55rem;
  }

  .nav a {
    padding: 8px 14px;
    font-size: 0.92rem;
  }

  .hero {
    padding: 40px 20px 42px;
    gap: 28px;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.1rem);
  }

  .hero-subhead {
    font-size: 1.18rem;
  }

  main {
    padding-left: 20px;
    padding-right: 20px;
  }

  section {
    padding: 36px 0;
  }

  .button {
    width: 100%;
    text-align: center;
  }
}
