:root {
  --ink: #20211d;
  --paper: #f2eee5;
  --warm: #9b6c4d;
  --deep: #354238;
  --soft: #6c6c63;
  --white: #faf7f0;
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

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

a { color: inherit; }

.topbar {
  height: 70px;
  padding: 0 clamp(22px,4vw,58px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--paper);
}

.logo {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.topbar nav {
  display: flex;
  gap: 28px;
  font-size: .8rem;
}

.topbar nav a { text-decoration: none; }

.hero {
  min-height: calc(100vh - 70px);
  padding: 0 clamp(22px,4vw,58px) clamp(80px,10vw,120px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

.hero-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 620px;
  background: #c6bcae;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  transform: scale(1.22);
}

.hero-mark {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(3.7rem, 6vw, 6.3rem);
  line-height: .78;
  letter-spacing: -.04em;
  font-weight: 500;
  text-shadow: 0 1px 16px rgba(0,0,0,.25);
}

.hero-mark span:last-child {
  display: block;
  margin-left: .92em;
  font-style: italic;
  font-weight: 400;
}

.hero-location {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
  color: var(--white);
  font-size: .72rem;
  line-height: 1.35;
  text-align: right;
  text-shadow: 0 1px 12px rgba(0,0,0,.35);
}

.hero-photo figcaption {
  position: absolute;
  left: 28px;
  bottom: 22px;
  z-index: 2;
  color: var(--white);
  font-size: .72rem;
  line-height: 1.45;
  text-shadow: 0 1px 12px rgba(0,0,0,.55);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 92px) 0;
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--soft);
  font-size: .9rem;
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.2vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.038em;
  font-weight: 500;
}

.hero-body {
  max-width: 470px;
  margin: 26px 0 0;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-book {
  margin-top: 34px;
  align-self: flex-start;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
}

.approach {
  padding: clamp(78px,9vw,122px) 24px clamp(86px,10vw,136px);
  text-align: center;
}

.approach-copy {
  max-width: 880px;
  margin: 0 auto;
}

.approach-label {
  margin: 0 0 22px;
  color: var(--soft);
  font-size: 1rem;
  font-weight: 500;
}

.approach h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.95rem,2.8vw,2.9rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -.018em;
}

.approach-body {
  max-width: 690px;
  margin: 20px auto 0;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.7;
}

.sessions {
  padding: clamp(84px,10vw,145px) clamp(24px,7vw,110px);
  background: var(--white);
}

.sessions-inner {
  max-width: 920px;
  margin: 0 auto;
}

.sessions h2 {
  margin: 0;
  max-width: 850px;
  font-family: var(--serif);
  font-size: clamp(3.2rem,5vw,5.1rem);
  line-height: .95;
  letter-spacing: -.04em;
  font-weight: 500;
}

.session-intro {
  max-width: 720px;
  margin: 26px 0 64px;
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.55;
}

.session-options {
  max-width: 760px;
}

.session-option {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px;
  margin: 0 0 42px;
  align-items: start;
}

.session-duration {
  font-family: var(--serif);
  font-size: clamp(5rem,7.5vw,7.8rem);
  line-height: .72;
  font-weight: 500;
  letter-spacing: -.045em;
}

.session-option h3 {
  margin: 2px 0 10px;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
}

.session-option p {
  max-width: 480px;
  margin: 0;
  color: var(--soft);
  line-height: 1.6;
}

.methods {
  max-width: 760px;
  margin-top: 66px;
  padding-top: 4px;
}

.methods-label {
  margin: 0 0 24px;
  color: var(--soft);
  font-size: .82rem;
}

.method-line {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  padding: 13px 0;
}

.method-line h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.75rem,2.5vw,2.4rem);
  font-weight: 500;
}

.method-line p {
  max-width: 500px;
  margin: 0;
  color: var(--soft);
  font-size: .9rem;
  line-height: 1.55;
}

.sage {
  padding: clamp(95px,12vw,175px) clamp(24px,8vw,130px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(60px,10vw,160px);
}

.sage-name h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.8rem,7vw,7.9rem);
  line-height: .84;
  letter-spacing: -.05em;
  font-weight: 500;
}

.sage-name p {
  margin: 24px 0 0;
  color: var(--soft);
  font-size: .78rem;
}

.sage-bio {
  max-width: 700px;
}

.sage-bio p {
  color: var(--soft);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.72;
}

.sage-bio .sage-pull {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(2.15rem,3.4vw,3.5rem);
  line-height: 1.22;
}

.professional-line {
  margin-top: 34px !important;
  color: var(--ink) !important;
  font-family: var(--sans) !important;
  font-size: .76rem !important;
  line-height: 1.5 !important;
  letter-spacing: .01em;
}

.mobile {
  min-height: 700px;
  padding: clamp(80px,10vw,150px) clamp(24px,7vw,110px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(60px,9vw,140px);
  color: var(--white);
  background: var(--warm);
}

.mobile-phrase h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(5rem,8vw,9rem);
  line-height: .85;
  letter-spacing: -.05em;
  font-weight: 500;
}

.mobile-copy {
  align-self: end;
  max-width: 580px;
}

.mobile-copy > p:first-child {
  margin: 0 0 45px;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.5;
}

.mobile-sequence p {
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  font-size: .94rem;
  line-height: 1.55;
}

.mobile-sequence span {
  font-size: .6rem;
  padding-top: .4rem;
}

.experience {
  padding: clamp(90px,11vw,155px) clamp(24px,7vw,110px);
  display: grid;
  grid-template-columns: 45% 55%;
  gap: clamp(50px,8vw,120px);
  background: var(--deep);
  color: var(--white);
}

.experience-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.3rem,6.3vw,7.2rem);
  line-height: .9;
  letter-spacing: -.045em;
  font-weight: 500;
}

.experience-title h2 em {
  font-style: italic;
  font-weight: 400;
}

.experience-list {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.experience-list article {
  max-width: 600px;
}

.experience-list h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 500;
}

.experience-list p {
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.65;
}

.book {
  padding: clamp(100px,13vw,190px) clamp(24px,7vw,110px) 80px;
  background: var(--paper);
}

.book-small {
  margin: 0 0 54px;
  color: var(--soft);
  font-size: .75rem;
}

.book h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(6rem,11.5vw,12.5rem);
  line-height: .74;
  letter-spacing: -.055em;
  font-weight: 500;
}

.book-context {
  max-width: 540px;
  margin: 42px 0 0;
  color: var(--soft);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.5;
}

.book-action {
  margin-top: 46px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
}

footer {
  padding: 25px clamp(24px,7vw,110px) 35px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .7rem;
  color: var(--soft);
}

@media (max-width: 980px) {
  .hero,
  .sage,
  .mobile,
  .experience {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-bottom: 84px;
  }

  .hero-photo {
    min-height: 62vh;
  }

  .hero-photo img {
    object-position: 50% 46%;
    transform: scale(1.18);
  }

  .hero-copy {
    padding-top: 18px;
  }

  .mobile-copy {
    align-self: start;
  }
}

@media (max-width: 580px) {
  .topbar nav a:not(:last-child) {
    display: none;
  }

  .logo {
    font-size: 1.15rem;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }

  .hero-photo {
    min-height: 58vh;
  }

  .hero-photo img {
    object-position: 50% 48%;
    transform: scale(1.22);
  }

  .hero-mark {
    top: 18px;
    left: 16px;
    font-size: 3.35rem;
  }

  .hero-location {
    top: 18px;
    right: 16px;
  }

  .hero-photo figcaption {
    left: 16px;
    bottom: 16px;
    max-width: 70%;
  }

  .hero-copy {
    padding: 30px 24px 0;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .approach h2 {
    font-size: 2.1rem;
  }

  .session-option {
    grid-template-columns: 84px 1fr;
  }

  .session-duration {
    font-size: 4.8rem;
  }

  .method-line {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .mobile-phrase h2,
  .sage-name h2,
  .experience-title h2 {
    font-size: 4.3rem;
  }

  .book h2 {
    font-size: 6rem;
  }

  footer {
    flex-direction: column;
  }
}

/* First-pass visual direction: clearer hero type, atmospheric approach, and modality cards. */
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 24, 20, .2), transparent 36%, rgba(20, 24, 20, .46));
}

.hero-photo img {
  position: relative;
  z-index: 0;
  display: block;
}

.hero-mark--copy {
  position: static;
  margin: 0 0 clamp(30px, 4vw, 48px);
  color: var(--ink);
  font-size: clamp(3.65rem, 6vw, 6.2rem);
  line-height: .78;
  text-shadow: none;
}

.hero-mark--copy span:last-child {
  color: var(--warm);
}

.hero-kicker {
  margin-bottom: 20px;
  color: var(--warm);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.approach {
  position: relative;
  isolation: isolate;
  min-height: clamp(480px, 58vw, 680px);
  display: grid;
  place-items: center;
  color: var(--white);
  background-image: linear-gradient(rgba(24, 31, 25, .58), rgba(24, 31, 25, .72)), url("assets/approach-placeholder.png");
  background-position: center;
  background-size: cover;
}

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

.approach-label,
.approach-body {
  color: rgba(250, 247, 240, .78);
}

.approach h2 {
  text-shadow: 0 2px 22px rgba(0, 0, 0, .22);
}

.methods {
  max-width: 1080px;
}

.experience {
  grid-template-columns: minmax(0, .45fr) minmax(0, .55fr);
}

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

.method-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(32, 33, 29, .12);
}

.method-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.78) contrast(.96);
}

.method-card-copy {
  padding: 22px 22px 25px;
}

.method-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: .98;
}

.method-card p {
  max-width: 25ch;
  margin: 0;
  color: var(--soft);
  font-size: .9rem;
  line-height: 1.55;
}

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

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

@media (max-width: 580px) {
  .hero-mark--copy {
    margin-bottom: 28px;
    font-size: 3.55rem;
  }

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