:root {
  --forest: #263d2d;
  --forest-deep: #18291f;
  --sage: #83947c;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --ink: #1f2922;
  --muted: #657067;
  --line: #d8d8cd;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

.site-header {
  align-items: center;
  background: rgba(251, 250, 246, 0.96);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 92px;
  padding: 12px clamp(24px, 5vw, 78px);
  position: relative;
  z-index: 10;
}

.brand,
.footer-brand {
  align-items: center;
  display: flex;
  gap: 13px;
}

.brand img {
  height: 58px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 66px;
}

.brand span {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.02em;
}

nav {
  display: flex;
  gap: clamp(18px, 2.3vw, 38px);
}

nav a {
  color: #4c574e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

nav a:hover {
  color: var(--forest);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 22px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 54px;
  padding: 0 26px;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  background: var(--forest);
  color: white;
  justify-self: end;
  min-height: 46px;
}

.hero {
  min-height: calc(100vh - 92px);
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 28, 19, 0.88) 0%, rgba(16, 31, 22, 0.63) 45%, rgba(15, 28, 20, 0.12) 75%),
    linear-gradient(0deg, rgba(6, 17, 10, 0.35), transparent 42%);
}

.hero-content {
  color: white;
  margin-left: clamp(24px, 9vw, 148px);
  max-width: 690px;
  padding: clamp(120px, 18vh, 190px) 24px 140px 0;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #d7e1d2;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin: 0;
}

h1 {
  font-size: clamp(58px, 7.2vw, 108px);
  line-height: 0.94;
  max-width: 690px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.55;
  margin: 30px 0 38px;
  max-width: 590px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 34px;
}

.button-light {
  background: var(--cream);
  color: var(--forest-deep);
}

.text-link {
  border-bottom: 1px solid rgba(38, 61, 45, 0.45);
  color: var(--forest);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
}

.light-link {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

.scroll-cue {
  align-items: center;
  bottom: 34px;
  color: white;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 15px;
  letter-spacing: 0.2em;
  position: absolute;
  right: clamp(24px, 5vw, 78px);
  text-transform: uppercase;
  z-index: 2;
}

.scroll-cue b {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.section {
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(90px, 10vw, 150px) clamp(24px, 5vw, 70px);
}

.welcome {
  display: grid;
  gap: clamp(50px, 9vw, 130px);
  grid-template-columns: 1fr 0.9fr;
}

h2 {
  color: var(--forest-deep);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.05;
}

.welcome-copy {
  border-left: 1px solid var(--line);
  padding-left: clamp(30px, 5vw, 70px);
}

.welcome-copy p,
.about-copy > p,
.approach-inner p,
.schedule p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 22px;
}

.welcome-copy p:first-child {
  color: #35443a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.55;
}

.services {
  background: var(--cream);
  max-width: none;
  padding-left: max(24px, calc((100vw - 1140px) / 2));
  padding-right: max(24px, calc((100vw - 1140px) / 2));
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.3fr 0.7fr;
  margin-bottom: 66px;
}

.section-heading > p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.service-card {
  border-left: 1px solid #c9cbbe;
  grid-column: span 2;
  min-height: 265px;
  padding: 10px 30px 35px;
}

.service-card:nth-child(4) {
  grid-column: 2 / span 2;
  margin-top: 38px;
}

.service-card:nth-child(5) {
  margin-top: 38px;
}

.service-card span {
  color: var(--sage);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.service-card h3 {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  margin: 50px 0 18px;
}

.service-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.about {
  align-items: center;
  display: grid;
  gap: clamp(60px, 10vw, 145px);
  grid-template-columns: minmax(320px, 0.85fr) 1fr;
}

.portrait-wrap {
  position: relative;
}

.portrait-frame {
  background: #dce2dc;
  padding: 22px 22px 0;
}

.portrait-frame img {
  display: block;
  filter: saturate(0.88);
  height: auto;
  width: 100%;
}

.credential-card {
  background: var(--forest);
  bottom: -30px;
  color: white;
  padding: 22px 28px;
  position: absolute;
  right: -35px;
  width: 175px;
}

.credential-card span {
  color: #bac8b8;
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.credential-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  margin: 5px 0;
}

.credential-card p {
  color: #d8e0d6;
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.about-copy .credentials {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 13px 0 30px;
}

.about-copy .text-link {
  margin-top: 15px;
}

.coaching {
  background: #6f795f;
  color: white;
  overflow: hidden;
}

.coaching-page .site-header {
  position: sticky;
  top: 0;
}

.coaching-page .coaching-inner {
  min-height: calc(100vh - 92px);
}

.coaching-page .coaching-copy h1 {
  color: white;
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.98;
}

.back-link {
  color: #dce3d6;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.17em;
  margin-bottom: 52px;
  text-transform: uppercase;
}

.coaching-inner {
  align-items: center;
  display: grid;
  gap: clamp(65px, 9vw, 130px);
  grid-template-columns: 1.08fr 0.72fr;
  padding-bottom: 95px;
}

.coaching h2 {
  color: white;
}

.coaching-copy > p {
  color: #e2e6dc;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px;
}

.coaching-copy .coaching-lead {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.55;
  margin: 30px 0 24px;
}

.button-coaching {
  background: var(--forest-deep);
  color: white;
  margin-top: 18px;
}

.coaching-profile {
  position: relative;
}

.william-photo {
  background: #d9dece;
  box-shadow: 26px 26px 0 rgba(24, 41, 31, 0.52);
  padding: 18px;
}

.william-photo img {
  display: block;
  filter: saturate(0.82);
  height: auto;
  width: 100%;
}

.william-name {
  background: var(--paper);
  bottom: -38px;
  color: var(--forest-deep);
  display: flex;
  flex-direction: column;
  left: -38px;
  padding: 22px 30px;
  position: absolute;
  width: 250px;
}

.william-name strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.william-name span {
  color: var(--sage);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin-top: 7px;
  text-transform: uppercase;
}

.coaching-focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 0;
  padding-top: 0;
}

.coaching-focus article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 280px;
  padding: 42px 28px;
}

.coaching-focus article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.coaching-focus span {
  color: #cbd2c0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.coaching-focus h2,
.coaching-focus h3 {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  margin: 50px 0 16px;
}

.coaching-focus p {
  color: #dce1d7;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.coaching-cta {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr auto;
  padding-bottom: 70px;
  padding-top: 80px;
}

.coaching-cta h2 {
  font-size: clamp(38px, 4vw, 56px);
}

.coaching-cta p {
  color: #dfe4da;
  line-height: 1.75;
  margin: 18px 0 0;
  max-width: 710px;
}

.coaching-disclaimer {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 24px 38px;
  text-align: center;
}

.approach {
  background: var(--forest-deep);
}

.approach-inner {
  display: grid;
  gap: clamp(50px, 10vw, 150px);
  grid-template-columns: 1.1fr 0.9fr;
}

.approach h2 {
  color: white;
}

.approach-inner p {
  color: #cbd4c9;
}

.schedule {
  align-items: center;
  display: grid;
  gap: 45px;
  grid-template-columns: 120px 1fr auto;
}

.schedule-mark {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--forest);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  height: 110px;
  justify-content: center;
  width: 110px;
}

.schedule h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.schedule p {
  margin: 18px 0 0;
  max-width: 650px;
}

.button-dark {
  background: var(--forest);
  color: white;
  white-space: nowrap;
}

footer {
  align-items: center;
  background: #f0eee6;
  border-top: 1px solid var(--line);
  color: #72786f;
  display: grid;
  font-size: 11px;
  gap: 25px;
  grid-template-columns: 1fr auto 1fr;
  padding: 34px clamp(24px, 5vw, 78px);
}

.footer-brand img {
  height: 52px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 58px;
}

.footer-brand span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-brand strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-brand small {
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-note {
  justify-self: end;
  max-width: 270px;
  text-align: right;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .welcome,
  .section-heading,
  .about,
  .coaching-inner,
  .approach-inner {
    grid-template-columns: 1fr;
  }

  .welcome-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 36px;
  }

  .section-heading {
    gap: 30px;
  }

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

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto;
    margin-top: 0;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
  }

  .about {
    gap: 85px;
  }

  .portrait-wrap {
    margin: 0 auto;
    max-width: 500px;
  }

  .coaching-profile {
    margin: 20px auto 0;
    max-width: 500px;
  }

  .coaching-focus {
    grid-template-columns: repeat(2, 1fr);
  }

  .coaching-focus article:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .coaching-focus article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .coaching-cta {
    grid-template-columns: 1fr;
  }

  .coaching-cta .button {
    justify-self: start;
  }

  .schedule {
    grid-template-columns: 90px 1fr;
  }

  .schedule-mark {
    height: 84px;
    width: 84px;
  }

  .schedule .button {
    grid-column: 2;
    justify-self: start;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-note {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 76px;
    padding: 10px 18px;
  }

  .brand img {
    height: 48px;
    width: 52px;
  }

  .brand span {
    display: none;
  }

  .button-small {
    min-height: 42px;
    padding: 0 16px;
  }

  .hero {
    min-height: calc(100svh - 76px);
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(13, 28, 19, 0.82), rgba(15, 28, 20, 0.25)),
      linear-gradient(0deg, rgba(6, 17, 10, 0.62), transparent 65%);
  }

  .hero-content {
    margin-left: 24px;
    padding-top: 110px;
  }

  h1 {
    font-size: clamp(52px, 17vw, 74px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .scroll-cue span {
    display: none;
  }

  .section {
    padding-bottom: 82px;
    padding-top: 82px;
  }

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

  .service-card,
  .service-card:last-child {
    grid-column: auto;
    min-height: 230px;
  }

  .credential-card {
    bottom: -45px;
    right: -8px;
  }

  .william-name {
    bottom: -42px;
    left: -8px;
  }

  .coaching-focus {
    grid-template-columns: 1fr;
  }

  .coaching-focus article,
  .coaching-focus article:nth-child(3),
  .coaching-focus article:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 0;
    min-height: 230px;
  }

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

  .schedule-mark {
    display: none;
  }

  .schedule .button {
    grid-column: auto;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-note {
    grid-column: auto;
  }
}

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

  .button {
    transition: none;
  }
}
