:root {
  color-scheme: light;
  --color-page-bg: #f4f1e9;
  --color-text: #2e8f98;
  --color-text-muted: #2f8a69;
  --color-border: #d7e3dc;
  --color-surface: #ffffff;
  --color-surface-soft: #ffffff;
  --color-nav-bg: #f4f1e9;
  --color-panel-bg: #ffffff;
  --color-panel-alt: #f4f1e9;
  --color-panel-text: #2e8f98;
  --color-primary: #802078;
  --color-primary-text: #ffffff;
  --color-primary-border: #802078;
  --color-accent: #2ea995;
  --color-accent-soft: #ddb0a4;
  --color-secondary: #2f684f;
  --color-highlight: #98258a;
  --color-quote: #3f6f86;
  --color-notice-bg: #ffffff;
  --color-notice-text: #2e8f98;
  --color-hero-start: #f8f3ea;
  --color-hero-end: #f4f1e9;
  --color-hero-text: #f8f3ea;
  --color-dark-panel: #2f6698;
  --color-dark-panel-text: #f8f3ea;
  --color-pop-shadow: #2ea995;
  --color-bright-panel: #dda0e8;
  --color-blue-panel: #2f6698;
  --cream: var(--color-page-bg);
  --white: var(--color-surface);
  --teal: var(--color-text);
  --green: var(--color-text-muted);
  --blue: var(--color-dark-panel);
  --purple: var(--color-primary);
  --lavender: var(--color-bright-panel);
  --line: rgba(46, 143, 152, 0.16);
  --shadow: 0 18px 55px rgba(42, 76, 82, 0.12);
  font-family: Inter, "Avenir Next", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--teal);
}

img {
  display: block;
  max-width: 100%;
}

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

.text-link {
  color: var(--purple);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 98px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
  padding: 14px min(7.8vw, 150px);
  border-bottom: 1px solid rgba(47, 138, 105, 0.18);
  background: rgba(244, 241, 233, 0.96);
}

.brand {
  display: grid;
  gap: 4px;
}

.brand strong,
h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.brand strong {
  font-size: clamp(1.8rem, 2vw, 2.35rem);
  line-height: 0.95;
}

.brand span,
nav a,
.eyebrow {
  color: var(--green);
  font-weight: 800;
}

.brand span {
  font-size: clamp(0.78rem, 1.1vw, 1.02rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 38px);
}

nav a {
  font-size: 1.08rem;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 16px 26px;
  background: var(--purple);
  color: var(--white);
  font-weight: 800;
  box-shadow: none;
}

.button-soft {
  background: var(--lavender);
  color: #2e5c78;
}

.approach-video-button {
  margin-bottom: 34px;
  font-size: 1.12rem;
}

.hero {
  min-height: calc(100vh - 98px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  background: var(--blue);
}

.hero-image {
  min-height: calc(100vh - 98px);
  margin: 0;
  background: #f6b553;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 98px);
  object-fit: cover;
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(56px, 8vw, 140px) clamp(48px, 8vw, 130px);
  color: var(--cream);
}

.eyebrow {
  margin: 0 0 28px;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero-copy p {
  color: var(--cream);
}

h1 {
  max-width: 820px;
  margin: 0 0 28px;
  font-size: clamp(5.8rem, 8.5vw, 10.5rem);
  line-height: 0.95;
}

.page-intro {
  min-height: calc(100vh - 98px);
  display: grid;
  align-items: center;
}

.page-intro h1 {
  color: var(--teal);
}

.approach-page .page-intro h1 {
  font-size: clamp(3rem, 4.3vw, 4.8rem);
}

.booking.page-intro h1 {
  font-size: clamp(3.5rem, 5.3vw, 5.9rem);
}

.section.page-intro > h1 {
  font-size: clamp(3.2rem, 4.7vw, 5.2rem);
}

.page-intro .about-me {
  margin-bottom: 10px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
}

.page-intro .training-heading {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
}

.training-heading-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(32px, 5vw, 96px);
  margin-top: 0;
}

.training-badges {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(12px, 2vw, 22px);
}

.training-badges img {
  width: clamp(78px, 9vw, 130px);
  height: auto;
}

.page-intro .about-me-space {
  margin: 0;
  height: 1.1em;
}

.page-intro .about-me-text {
  max-width: 620px;
  margin: 0 0 24px;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.6;
}

.page-intro .about-me-copy {
  max-width: 760px;
  margin: 0 0 clamp(24px, 3vw, 40px);
}

.page-intro .about-me-copy h2 {
  margin: 34px 0 12px;
  color: var(--green);
  font-family: Inter, "Avenir Next", Arial, sans-serif;
  font-size: clamp(1.22rem, 1.7vw, 1.72rem);
  font-weight: 800;
  line-height: 1.25;
}

.page-intro .about-me-copy h2:first-child {
  margin-top: 0;
}

.page-intro .about-me-copy p {
  margin: 0;
  font-size: clamp(1.05rem, 1.32vw, 1.28rem);
  font-weight: 600;
  line-height: 1.6;
}

.page-intro .about-me-copy p + p {
  margin-top: 18px;
}

.page-intro .split {
  column-gap: clamp(32px, 5vw, 96px);
  row-gap: 10px;
}

.page-image {
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 8px;
  background: #f6b553;
  box-shadow: var(--shadow);
}

.page-image img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.page-image--contain img {
  display: block;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.image-insert-space {
  grid-column: 2;
  display: grid;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px dashed var(--line);
  background: var(--color-panel-alt);
  box-shadow: none;
}

.image-insert-space.is-dragging {
  border-color: var(--purple);
}

.image-insert-space img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.image-insert-space div {
  display: grid;
  min-height: 260px;
  align-content: center;
  justify-items: center;
  gap: 8px;
}

.image-insert-space span {
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.image-insert-space small {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-page-image {
  max-width: 880px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.contact-page-image img {
  display: block;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
}

.page-image-wide {
  max-width: 960px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.hero-copy p:not(.eyebrow) {
  margin: 0;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 700;
}

.hero-copy .button {
  margin-top: 30px;
}

.section {
  padding: clamp(110px, 11vw, 190px) min(7.8vw, 150px);
}

.section-white {
  background: var(--white);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: clamp(64px, 10vw, 180px);
  align-items: start;
}

h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(4rem, 6vw, 7rem);
  line-height: 0.95;
}

.body-copy p,
.booking-card p,
.service-grid p {
  margin: 0;
  font-size: clamp(1.15rem, 1.45vw, 1.45rem);
  font-weight: 600;
  line-height: 1.55;
}

.body-copy .body-copy__title {
  color: var(--green);
  font-size: clamp(1.35rem, 1.7vw, 1.72rem);
  font-weight: 800;
  line-height: 1.25;
}

.body-copy p + p,
.booking-card p + p {
  margin-top: 24px;
}

.qualifications-list p + p {
  margin-top: 12px;
}

.qualifications-list p {
  color: var(--green);
  white-space: pre-line;
}

.qualifications-list {
  padding-top: 0;
}

.page-intro .qualifications-list {
  margin-top: 0;
}

.page-intro .about-me-copy + .eyebrow {
  margin-bottom: 0;
}

#services h2 {
  max-width: none;
  margin-bottom: clamp(56px, 7vw, 90px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.service-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid article,
.booking-card {
  position: relative;
  min-height: 285px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-grid h3 {
  margin: 0 0 24px;
  font-size: clamp(1.25rem, 1.5vw, 1.55rem);
  font-weight: 800;
}

.service-subtitle {
  margin: -14px 0 18px;
  color: var(--green);
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  font-weight: 600;
  line-height: 1.25;
}

.service-card {
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.service-card:hover,
.service-card:focus-within,
.service-card--selected {
  border-color: var(--teal);
  background: var(--color-panel-alt);
}

.service-card__button,
.service-expanded__summary {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  cursor: pointer;
}

.service-card__button {
  min-height: 100%;
}

.service-card__button::after,
.service-expanded__summary::after {
  content: "▼";
  color: var(--teal);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease;
}

.service-expanded__summary::after {
  transform: rotate(180deg);
}

.service-expansion-slot {
  margin-top: 28px;
}

.service-expanded {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--teal);
  border-radius: 8px;
  background: var(--color-panel-alt);
  box-shadow: var(--shadow);
}

.service-expanded__copy {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.service-expanded h3 {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  font-weight: 800;
}

.service-expanded p {
  max-width: 980px;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.58;
}

.service-expanded__copy p + p {
  margin-top: 18px;
}

.booking-card {
  min-height: auto;
}

.booking-card .button {
  margin-top: 30px;
}

.booking-card .button + .button {
  margin-top: 20px;
}

.booking-card__note {
  min-height: 1.6em;
  margin: 40px 0 0;
}

.booking-stack {
  display: grid;
  margin-top: -18px;
  gap: 24px;
}

.booking.page-intro .split {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  grid-template-areas:
    "heading image"
    "cards image";
  align-items: start;
}

.booking.page-intro .split > div:first-child {
  grid-area: heading;
}

.booking.page-intro .contact-page-image {
  grid-area: image;
  margin-bottom: 0;
}

.booking.page-intro .booking-stack {
  grid-area: cards;
  margin-top: 0;
}


.training-card .button {
  margin-top: 26px;
}

.badges-section h2 {
  margin-bottom: clamp(42px, 6vw, 72px);
}

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

.badge-item {
  display: grid;
  gap: 14px;
}

.badge-slot {
  display: grid;
  min-height: 150px;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--color-panel-alt);
}

.badge-slot.is-dragging {
  border-color: var(--purple);
}

.badge-slot img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: contain;
  padding: 12px;
}

.badge-slot div {
  display: grid;
  min-height: 150px;
  align-content: center;
  justify-items: center;
  gap: 8px;
}

.badge-slot span {
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.badge-slot small {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.badge-caption {
  color: var(--purple);
  font-size: clamp(1.34rem, 1.9vw, 1.92rem);
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none;
}

.badge-caption--inside {
  max-width: 100%;
  padding: 0 22px;
  text-align: center;
}

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

  nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .split,
  .service-grid,
  .badge-grid {
    grid-template-columns: 1fr;
  }

  .hero-image,
  .hero-image img,
  .hero-copy {
    min-height: 52vh;
  }

  .image-insert-space {
    grid-column: auto;
  }

  .training-heading-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .booking.page-intro .split {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "image"
      "cards";
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: auto;
    padding: 16px;
  }

  .brand span {
    font-size: 0.72rem;
  }

  nav {
    gap: 18px;
  }

  h1,
  h2 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }

  .section {
    padding: 76px 16px;
  }
}
