:root {
  --ink: #213138;
  --slate: #63747e;
  --canvas: #ede6d5;
  --canvas-soft: #f7f2e8;
  --navy: #21314d;
  --gold: #C9A84C;
  --white: #ffffff;
  --line: rgba(33, 49, 56, 0.16);
  --shadow: rgba(33, 49, 77, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas-soft);
  font-family: "Manrope", Avenir Next, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: min(280px, 48vw);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 700;
}

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

.button,
.button-small,
.text-link {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 0.88rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
}

main {
  overflow: hidden;
}

.hero {
  min-height: 640px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(33, 49, 56, 0.88), rgba(33, 49, 77, 0.72), rgba(33, 49, 56, 0.42)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.hero-work {
  background:
    linear-gradient(90deg, rgba(33, 49, 77, 0.9), rgba(33, 49, 56, 0.7), rgba(33, 49, 77, 0.34)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0 110px;
}

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

.hero .eyebrow {
  color: var(--canvas);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, Times, serif;
  font-weight: 650;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  font-size: clamp(3.5rem, 8vw, 6.6rem);
  line-height: 0.92;
}

h2 {
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.98;
}

h3 {
  color: var(--navy);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.05;
}

.hero-text {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

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

.hero .button {
  border-color: var(--canvas);
  background: var(--canvas);
  color: var(--ink);
}

.hero .text-link {
  color: var(--white);
}

.intro-band,
.section,
.book-page,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 44px;
  padding: 62px 0;
  border-bottom: 1px solid var(--line);
}

.intro-band p:last-child,
.section-heading + p,
.cta-section p,
.site-footer p,
.path-card p,
.work-card li,
.steps-list p,
.support-grid p,
.feature-list p {
  color: var(--slate);
}

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

.section-heading {
  margin-bottom: 30px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

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

.path-card,
.work-card,
.support-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px var(--shadow);
}

.path-card {
  min-height: 260px;
  padding: 28px;
}

.path-card h3 {
  margin-bottom: 18px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  align-items: start;
}

.steps-list {
  display: grid;
  gap: 22px;
}

.steps-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.steps-list span {
  grid-row: span 2;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  padding: 56px 0;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cta-section {
  max-width: 820px;
  text-align: center;
}

.cta-section h2,
.cta-section p {
  margin-left: auto;
  margin-right: auto;
}

.cta-section p {
  max-width: 620px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.path-stack {
  display: grid;
  gap: 20px;
}

.work-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  padding: 30px;
}

.work-card ul {
  margin: 0;
  padding-left: 20px;
}

.work-card li + li {
  margin-top: 10px;
}

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

.support-grid article {
  padding: 24px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 0 48px;
  font-size: 0.84rem;
}

.site-footer p:first-child {
  max-width: 760px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .site-nav {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hero {
    min-height: 620px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .intro-band,
  .split-section,
  .feature-band,
  .work-card,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .card-grid.three,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 60px 0;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: min(240px, 78vw);
  }

  .hero-inner {
    padding: 62px 0 80px;
  }

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

  .steps-list article {
    grid-template-columns: 1fr;
  }

  .steps-list span {
    grid-row: auto;
  }
}

/* ── Booking page ────────────────────────────────────────────────────────── */

.page-dark-top {
  background: var(--navy);
}

.page-dark-top .site-nav a,
.page-dark-top .brand-lockup {
  color: var(--white);
}

.page-dark-top .site-header {
  min-height: 0 !important;
  padding: 26px 0;
}

.page-dark-top .brand-lockup {
  overflow: hidden;
  height: 56px;
  margin-left: -60px;
}

.page-dark-top .brand-logo {
  width: min(310px, 50vw);
  height: auto;
}

.page-dark-top .site-nav {
  font-size: 1.1rem;
}

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

.book-hero {
  color: var(--white);
}

.book-hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
  padding: 40px 0 48px;
}

.book-hero-h1 {
  color: var(--white);
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  margin: 14px 0 20px;
  max-width: 100%;
}

.book-hero-sub {
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 28px;
}

.book-fit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.book-fit-list li {
  padding-left: 20px;
  position: relative;
  color: rgba(255,255,255,0.82);
  font-size: 0.97rem;
}

.book-fit-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.book-hero-photo {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.32);
}

.book-hero-photo img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 55%;
}

.book-cover-section {
  background: var(--canvas-soft);
  border-bottom: 1px solid var(--line);
}

.book-cover-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
}

.book-cover-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 24px;
}

.book-cover-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.book-cover-item p {
  margin: 0;
  color: var(--slate);
  line-height: 1.55;
}

.book-cover-num {
  color: var(--gold);
  font-weight: 900;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.book-testimonials {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.book-testimonials-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 60px 0;
}

.book-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 24px;
}

.book-testimonial {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--canvas-soft);
}

.book-testimonial p {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
  min-height: 60px;
}

.book-testimonial cite {
  font-style: normal;
  color: var(--slate);
  font-size: 0.88rem;
  font-weight: 700;
}

.book-calendar-section {
  background: var(--canvas-soft);
  border-bottom: 1px solid var(--line);
}

.book-calendar-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 80px;
  text-align: center;
}

.book-calendar-inner h2 {
  font-size: 1.8rem;
  line-height: 1.08;
  margin: 12px auto 12px;
}

.book-calendar-inner > p {
  color: var(--slate);
  max-width: 480px;
  margin: 0 auto 36px;
}

@media (max-width: 900px) {
  .page-dark-top .site-header {
    align-items: center;
    flex-direction: row;
    min-height: 64px !important;
    padding: 14px 0;
  }

  .page-dark-top .site-nav {
    width: auto;
    align-items: center;
    flex-direction: row;
    gap: 18px;
  }

  .book-hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 36px 0 0;
  }

  .book-hero-photo {
    border-radius: 0;
    margin: 0 calc(-1 * (100vw - 100%) / 2);
    box-shadow: none;
  }

  .book-hero-photo img {
    height: 360px;
    object-position: center 30%;
  }

  .book-cover-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .book-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .page-dark-top .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-dark-top .site-nav {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .book-hero-inner {
    padding-top: 28px;
  }

  .book-hero-h1 {
    font-size: clamp(1.9rem, 12vw, 2.45rem);
  }

  .book-cover-grid {
    grid-template-columns: 1fr;
  }
}

/* ── About / Booking extras ──────────────────────────────────────────────── */

.blockquote-pull {
  margin: 28px 0;
  padding: 8px 0 8px 24px;
  border-left: 4px solid var(--gold);
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, Times, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  font-style: italic;
  line-height: 1.12;
}

.program-note {
  margin: 2px 0 0;
  color: var(--slate);
  font-weight: 700;
}

.booking-embed {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}

@media (min-width: 900px) {
  .booking-embed {
    max-width: 900px;
  }
}

.book-page {
  padding: 40px 0 80px;
  text-align: center;
}

.book-page h1 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.1;
  margin: 12px auto 0;
  max-width: 640px;
}

.book-page .eyebrow {
  margin-bottom: 10px;
}

.book-page p {
  color: var(--slate);
  max-width: 580px;
  margin: 16px auto 0;
}

.book-page .booking-embed {
  max-width: 100%;
  margin-top: 36px;
  padding: 0;
  overflow: hidden;
}

#inline-container iframe {
  max-width: 100% !important;
  width: 100% !important;
}
