:root {
  color-scheme: light;
  --ink: #1f1b18;
  --muted: #665d55;
  --line: #ded7cf;
  --paper: #fbf8f4;
  --white: #ffffff;
  --rose: #b76f68;
  --sage: #879374;
  --clay: #d9b8a3;
  --charcoal: #2e2a27;
  --shadow: 0 24px 70px rgba(57, 45, 36, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(251, 248, 244, 0.94);
  border-bottom: 1px solid rgba(222, 215, 207, 0.82);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  min-width: 92px;
  height: 78px;
  text-decoration: none;
}

.brand img {
  width: auto;
  max-width: 100%;
  height: 76px;
  object-fit: contain;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.4vw, 28px);
  font-size: 0.92rem;
  color: var(--muted);
}

nav a {
  text-decoration: none;
}

.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
}

.hero {
  min-height: calc(100vh - 87px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 7vw, 92px);
  padding: clamp(48px, 7vw, 90px) clamp(20px, 5vw, 78px) 42px;
}

.hero-copy {
  max-width: 760px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 820px;
  color: var(--charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 7.7rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

.lede {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.62;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  max-width: 100%;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.1;
}

.button.primary {
  background: var(--charcoal);
  color: var(--white);
}

.button.secondary {
  background: var(--white);
  color: var(--charcoal);
  border: 1px solid var(--line);
}

.hero-panel {
  min-width: 0;
  min-height: 560px;
  display: grid;
  align-content: center;
  gap: 28px;
  padding: clamp(22px, 4vw, 44px);
  background:
    linear-gradient(145deg, rgba(183, 111, 104, 0.12), rgba(135, 147, 116, 0.15)),
    var(--white);
  border: 1px solid rgba(222, 215, 207, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel img {
  width: min(100%, 430px);
  margin: 0 auto;
  display: block;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.quick-facts span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(222, 215, 207, 0.84);
  border-radius: 8px;
  color: var(--charcoal);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}

.intro {
  padding: 38px clamp(20px, 5vw, 78px);
  background: var(--charcoal);
  color: var(--white);
}

.intro p {
  max-width: 1180px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.4vw, 3.1rem);
  line-height: 1.18;
}

.section {
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 78px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-kicker {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.8vw, 4.4rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.cards {
  display: grid;
  gap: 16px;
}

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

.cards article,
.timeline article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
}

.card-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  margin: 0 0 22px;
  border-radius: 6px;
}

h3 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-size: 1.14rem;
  line-height: 1.2;
}

article p,
.contact p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.experience-band {
  background: #f1ece5;
}

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

.timeline span {
  display: block;
  margin-bottom: 18px;
  color: var(--sage);
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.credentials {
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.credential-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.credential-card h3 {
  margin-bottom: 7px;
  font-size: 1rem;
}

.credential-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.52;
}

.credential-mark {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f1eb;
  border: 1px solid rgba(222, 215, 207, 0.92);
  border-radius: 8px;
}

.credential-mark img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.credential-mark img.credential-logo-wide {
  width: 46px;
  height: 46px;
}

.credential-mark-text {
  color: var(--rose);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
}

.training-section {
  padding-bottom: clamp(40px, 5vw, 68px);
}

.contact {
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: clamp(44px, 6vw, 72px) clamp(22px, 5vw, 70px);
  background: var(--charcoal);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.contact h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(2.1rem, 4.8vw, 4.2rem);
}

.contact p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.contact .eyebrow {
  color: var(--clay);
}

.contact-actions {
  width: min(100%, 320px);
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.contact-actions .button {
  width: 100%;
  min-width: 0;
  white-space: normal;
}

.contact-actions .button.primary {
  background: var(--white);
  color: var(--charcoal);
}

@media (max-width: 940px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-panel {
    min-height: 0;
  }

  .cards.three,
  .timeline {
    grid-template-columns: 1fr;
  }

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

  .contact-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body {
    width: 100%;
  }

  .site-header {
    position: static;
    align-items: center;
    gap: 12px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand {
    width: 86px;
    min-width: 74px;
    height: 62px;
  }

  .brand img {
    width: auto;
    height: 58px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 12px;
    font-size: 0.86rem;
  }

  .hero {
    padding-top: 34px;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  h1 {
    font-size: clamp(1.85rem, 8.8vw, 2.12rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.76rem, 8.4vw, 2.18rem);
    line-height: 1.04;
  }

  .lede {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .hero-panel {
    width: 100%;
    margin-top: 36px;
    padding: 20px 16px;
    overflow: hidden;
  }

  .hero-panel img {
    width: min(100%, 250px);
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .intro p {
    font-size: clamp(1.34rem, 6.6vw, 1.7rem);
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
  }

  .section-heading,
  .cards,
  .timeline,
  .credentials,
  .contact {
    width: 100%;
    max-width: 100%;
  }

  .cards article,
  .timeline article,
  .credentials,
  .credential-card {
    min-width: 0;
    overflow: hidden;
  }

  .contact {
    width: auto;
  }
}
