/* Recovered from Soma Bloom Hypnobirthing GPT Sites v5, source 90baa9ea748f38acd014acdceaca606ebfb63704. */

:root {
  --night: #1D3A31;
  --violet: #3D715E;
  --periwinkle: #A9B3A4;
  --coral: #DBBF8E;
  --citrus: #F0E3C8;
  --sky: #E9E1D4;
  --mist: #F7F2E9;
  --paper: #FFFDF8;
  --ink: #173128;
  --soft-ink: #53655D;
  --white-line: rgba(255, 249, 240, 0.28);
  --dark-line: rgba(38, 49, 44, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: "Karla", "Karla Fallback", ui-sans-serif, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  line-height: 1.75;
}

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

a:focus-visible {
  outline: 3px solid var(--citrus);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  padding: 25px clamp(22px, 4.5vw, 74px);
  color: var(--paper);
}

.brand-logo { width: 40px; height: 38px; border-radius: 50%; background: oklch(96% 0.012 85); padding: 4px; box-sizing: content-box; flex: none; align-self: center; }
.brand-lockup {
  display: flex;
  align-items: baseline;
  justify-self: start;
  gap: 10px;
}

.brand-name {
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.brand-branch {
  color: var(--periwinkle);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  gap: 31px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-header nav a {
  padding: 7px 0;
  border-bottom: 1px solid transparent;
}

.site-header nav a:hover {
  border-color: var(--periwinkle);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
  padding: 12px 15px;
  border: 1px solid var(--white-line);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 750;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  border-color: var(--citrus);
  background: var(--citrus);
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  min-height: 850px;
  padding: 124px clamp(22px, 4.5vw, 74px) 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 12%, rgba(95, 119, 105, 0.35), transparent 27%),
    var(--night);
  color: var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px clamp(28px, 5vw, 82px) 40px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 30px;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--coral);
  font-size: 10px;
}

.hero h1,
.section-heading h2,
.answer-copy h2 {
  margin: 0;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.062em;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(66px, 7.7vw, 124px);
  line-height: 0.86;
}

.hero h1 em {
  display: block;
  color: var(--periwinkle);
  font-weight: 400;
}

.hero-intro {
  max-width: 690px;
  margin: 38px 0 0;
  color: rgba(255, 249, 240, 0.78);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-width: 215px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button span {
  padding-left: 16px;
  border-left: 1px solid currentColor;
}

.button-coral {
  background: var(--coral);
  color: var(--ink);
}

.button-coral:hover {
  background: var(--citrus);
}

.underlined-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 249, 240, 0.55);
  font-size: 12px;
  font-weight: 700;
}

.underlined-link:hover {
  border-color: var(--periwinkle);
  color: var(--periwinkle);
}

.micro-proof {
  margin: 34px 0 0;
  color: rgba(255, 249, 240, 0.6);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.micro-proof strong {
  color: var(--citrus);
}

.micro-proof i {
  padding: 0 8px;
  color: var(--coral);
  font-style: normal;
}

.hero-art {
  position: relative;
  min-height: 640px;
  margin-top: 18px;
  background: var(--periwinkle);
}

.hero-image {
  position: absolute;
  inset: 24px 24px 85px -25px;
  overflow: hidden;
}

.hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 53, 47, 0.02), rgba(32, 53, 47, 0.28));
  content: "";
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.86) contrast(1.04);
}

.image-ticket {
  position: absolute;
  right: -1px;
  bottom: 26px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 24px;
  min-width: min(320px, 82%);
  padding: 20px 22px;
  background: var(--coral);
  color: var(--ink);
  box-shadow: -14px 14px 0 var(--citrus);
}

.image-ticket span {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.image-ticket strong {
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.image-ticket small {
  grid-column: 1 / -1;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 700;
}

.vertical-note {
  position: absolute;
  right: -35px;
  top: 160px;
  margin: 0;
  color: var(--night);
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--citrus);
  color: var(--ink);
}

.fact-strip p {
  margin: 0;
  padding: 22px clamp(18px, 3vw, 45px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fact-strip p + p {
  border-left: 1px solid rgba(38, 49, 44, 0.28);
}

.fact-strip span {
  margin-right: 13px;
  color: var(--ink);
}

.answer-section {
  display: grid;
  grid-template-columns: 0.42fr 1.05fr 0.53fr;
  gap: clamp(35px, 7vw, 115px);
  align-items: start;
  padding: 122px clamp(22px, 6vw, 100px);
  background: var(--paper);
}

.answer-label span {
  display: inline-block;
  padding: 7px 9px;
  background: var(--violet);
  color: var(--paper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.answer-label p {
  max-width: 130px;
  margin: 18px 0 0;
  color: var(--soft-ink);
  font-size: 11px;
  line-height: 1.5;
}

.answer-copy h2 {
  margin-bottom: 31px;
  font-size: clamp(48px, 5.6vw, 88px);
  line-height: 0.96;
}

.answer-copy p {
  max-width: 760px;
  margin: 0 0 17px;
  color: var(--soft-ink);
  font-size: 17px;
  line-height: 1.72;
}

.answer-copy p:first-of-type {
  color: var(--ink);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.45;
}

.answer-section aside {
  padding: 26px;
  border-radius: 3px;
  background: var(--periwinkle);
  box-shadow: 11px 11px 0 var(--coral);
}

.answer-section aside strong {
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.answer-section aside p {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.55;
}

.results-section {
  padding: 120px clamp(22px, 6vw, 100px);
  background: var(--periwinkle);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.1fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
}

.section-heading .eyebrow {
  align-self: start;
  color: var(--ink);
}

.section-heading h2 {
  max-width: 800px;
  font-size: clamp(51px, 6vw, 94px);
  line-height: 0.95;
}

.section-heading > p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  border: 1px solid rgba(38, 49, 44, 0.35);
}

.outcome-grid article {
  min-height: 315px;
  padding: 28px;
  background: var(--paper);
}

.outcome-grid article + article {
  border-left: 1px solid rgba(38, 49, 44, 0.35);
}

.outcome-grid article:nth-child(2) {
  background: var(--sky);
}

.outcome-grid article:nth-child(3) {
  background: var(--citrus);
}

.outcome-grid article:nth-child(4) {
  background: var(--coral);
}

.outcome-grid article > span {
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
}

.outcome-grid h3 {
  max-width: 260px;
  margin: 72px 0 16px;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.05;
}

.outcome-grid p {
  margin: 0;
  color: rgba(38, 49, 44, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

.outcome-grid article:nth-child(4) > p {
  color: var(--ink);
}

.course-section {
  padding: 125px clamp(22px, 6vw, 100px);
  background: var(--paper);
}

.course-intro {
  display: grid;
  grid-template-columns: minmax(380px, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(45px, 9vw, 150px);
  align-items: end;
}

.course-intro .eyebrow,
.teacher-copy .eyebrow,
.offer-heading .eyebrow,
.faq-heading .eyebrow {
  color: var(--ink);
}

.course-intro h2,
.teacher-copy h2,
.offer-heading h2,
.umbrella-heading h2,
.faq-heading h2,
.final-cta h2,
.reality-section h2 {
  margin: 0;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.058em;
}

.course-intro h2 {
  max-width: 920px;
  font-size: clamp(52px, 6.3vw, 98px);
  line-height: 0.93;
}

.course-intro > p {
  margin: 0 0 5px;
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 1.72;
}

.course-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(35px, 7vw, 115px);
  margin-top: 84px;
}

.course-stat {
  position: relative;
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  overflow: hidden;
  background: var(--sky);
  box-shadow: 14px 14px 0 var(--citrus);
}

.course-stat::before {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 42px;
  height: 5px;
  background: var(--coral);
  content: "";
}

.course-stat > span {
  position: absolute;
  top: 46px;
  right: -10px;
  color: var(--violet);
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: clamp(190px, 20vw, 320px);
  line-height: 0.78;
  letter-spacing: -0.12em;
}

.course-stat strong {
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.course-stat p {
  max-width: 260px;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.course-steps {
  border-top: 1px solid var(--dark-line);
}

.course-steps article {
  display: grid;
  grid-template-columns: 44px minmax(180px, 0.65fr) minmax(250px, 1fr);
  gap: 24px;
  padding: 29px 0 34px;
  border-bottom: 1px solid var(--dark-line);
}

.step-number {
  padding-top: 4px;
  color: var(--violet);
  font-size: 10px;
  font-weight: 800;
}

.course-steps article div p {
  margin: 0 0 9px;
  color: #75572E;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.course-steps h3 {
  margin: 0;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.course-steps article > p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.72;
}

.reality-section {
  display: grid;
  grid-template-columns: 0.38fr 1.12fr 0.5fr;
  gap: clamp(30px, 6vw, 95px);
  align-items: end;
  padding: 120px clamp(22px, 6vw, 100px);
  background: var(--violet);
  color: var(--paper);
}

.reality-section .eyebrow {
  align-self: start;
}

.reality-section h2 {
  font-size: clamp(50px, 6vw, 92px);
  line-height: 0.95;
}

.reality-section h2 em {
  display: block;
  color: var(--citrus);
  font-weight: 400;
}

.reality-section > p:last-child {
  margin: 0;
  color: var(--paper);
  font-size: 14px;
  line-height: 1.72;
}

.proof-teacher {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(600px, 1.22fr);
}

.testimonial-card {
  display: flex;
  min-height: 750px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(45px, 6vw, 92px);
  background: var(--coral);
}

.review-score {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 18px;
}

.review-score strong {
  grid-row: 1 / 3;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
}

.review-score span {
  color: var(--night);
  font-size: 12px;
  letter-spacing: 0.11em;
}

.review-score small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card blockquote {
  margin: 80px 0;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.testimonial-card > p {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.teacher-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 750px;
  background: var(--night);
  color: var(--paper);
}

.teacher-image {
  min-height: 100%;
  overflow: hidden;
}

.teacher-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.8) contrast(1.04);
}

.teacher-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 95px);
}

.teacher-copy .eyebrow {
  color: var(--paper);
}

.teacher-copy h2 {
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: 0.96;
}

.teacher-copy > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: rgba(255, 249, 240, 0.72);
  font-size: 14px;
  line-height: 1.72;
}

.credential-line {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--white-line);
  color: var(--periwinkle);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
}

.credential-line i {
  padding: 0 7px;
  color: var(--coral);
  font-style: normal;
}

.offer-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 9vw, 145px);
  padding: 125px clamp(22px, 6vw, 100px);
  background: var(--sky);
}

.offer-heading {
  grid-row: 1 / 3;
}

.offer-heading h2 {
  max-width: 660px;
  font-size: clamp(50px, 5.4vw, 84px);
  line-height: 0.95;
}

.offer-list {
  border-top: 1px solid var(--dark-line);
}

.offer-list > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 19px 0;
  border-bottom: 1px solid var(--dark-line);
}

.offer-list span {
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-list strong {
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.offer-action {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-top: 14px;
}

.offer-action p {
  flex-basis: 100%;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.button-night {
  background: var(--night);
  color: var(--paper);
}

.button-night:hover {
  background: var(--violet);
}

.dark-link {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 800;
}

.dark-link:hover {
  border-color: var(--violet);
  color: var(--violet);
}

.umbrella-section {
  padding: 120px clamp(22px, 6vw, 100px);
  background: var(--night);
  color: var(--paper);
}

.umbrella-heading {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: clamp(40px, 8vw, 130px);
  align-items: start;
}

.umbrella-heading > p {
  margin: 9px 0 0;
  color: var(--periwinkle);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.umbrella-heading h2 {
  max-width: 920px;
  font-size: clamp(50px, 6vw, 92px);
  line-height: 0.95;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
  border: 1px solid var(--white-line);
}

.journey-grid a {
  display: flex;
  min-height: 325px;
  flex-direction: column;
  padding: 29px;
  transition: background 180ms ease, color 180ms ease;
}

.journey-grid a + a {
  border-left: 1px solid var(--white-line);
}

.journey-grid a:hover,
.journey-grid a.current {
  background: var(--periwinkle);
  color: var(--ink);
}

.journey-grid a.current {
  box-shadow: inset 0 7px 0 var(--coral);
}

.journey-grid span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journey-grid h3 {
  margin: 58px 0 16px;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.journey-grid p {
  max-width: 330px;
  margin: 0;
  color: inherit;
  font-size: 12px;
  line-height: 1.65;
  opacity: 0.72;
}

.journey-grid .current > p {
  opacity: 1;
}

.journey-grid strong {
  margin-top: auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-grid strong i {
  padding-left: 8px;
  color: var(--coral);
  font-style: normal;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(560px, 1.24fr);
  gap: clamp(50px, 9vw, 150px);
  padding: 125px clamp(22px, 6vw, 100px);
  background: var(--mist);
}

.faq-heading {
  position: sticky;
  top: 35px;
  align-self: start;
}

.faq-heading h2 {
  max-width: 650px;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 0.96;
}

.faq-heading > p:not(.eyebrow) {
  max-width: 500px;
  margin: 31px 0 26px;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid var(--dark-line);
}

.faq-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 19px;
  padding: 27px 0 31px;
  border-bottom: 1px solid var(--dark-line);
}

.faq-list article > span {
  padding-top: 5px;
  color: var(--violet);
  font-size: 10px;
  font-weight: 800;
}

.faq-list h3 {
  margin: 0 0 11px;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.faq-list p {
  max-width: 720px;
  margin: 0;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.72;
}

.final-cta {
  display: flex;
  min-height: 675px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 22px;
  background:
    radial-gradient(circle at 20% 20%, rgba(237, 215, 160, 0.25), transparent 28%),
    var(--violet);
  color: var(--paper);
  text-align: center;
}

.final-cta h2 {
  font-size: clamp(70px, 9.5vw, 150px);
  line-height: 0.88;
}

.final-cta > p:not(.eyebrow) {
  margin: 31px 0 0;
  color: rgba(255, 249, 240, 0.78);
  font-size: 16px;
}

.final-cta > div {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 43px;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 35px;
  padding: 38px clamp(22px, 4.5vw, 74px);
  background: var(--night);
  color: var(--paper);
}

.footer-brand {
  display: flex;
  align-items: baseline;
  justify-self: start;
  gap: 12px;
}

.footer-brand strong {
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: 22px;
  letter-spacing: -0.06em;
}

.footer-brand span,
footer > p {
  color: rgba(255, 249, 240, 0.68);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer > p {
  margin: 0;
  text-align: center;
}

footer > div {
  display: flex;
  justify-self: end;
  gap: 22px;
  font-size: 10px;
}

footer > div a:hover {
  color: var(--citrus);
}

.mobile-book {
  display: none;
}

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

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 124px;
  }

  .hero-copy {
    padding-bottom: 70px;
  }

  .hero-art {
    min-height: 690px;
    margin-left: 35px;
  }

  .answer-section {
    grid-template-columns: 0.35fr 1.2fr;
  }

  .answer-section aside {
    grid-column: 2;
    max-width: 360px;
  }

  .section-heading {
    grid-template-columns: 0.4fr 1fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
    max-width: 440px;
  }

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

  .outcome-grid article + article {
    border-left: 0;
  }

  .outcome-grid article:nth-child(even) {
    border-left: 1px solid rgba(38, 49, 44, 0.35);
  }

  .outcome-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(38, 49, 44, 0.35);
  }

  .course-layout {
    grid-template-columns: 0.6fr 1.4fr;
    gap: 45px;
  }

  .reality-section {
    grid-template-columns: 0.35fr 1fr;
  }

  .reality-section > p:last-child {
    grid-column: 2;
    max-width: 520px;
  }

  .proof-teacher {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: 600px;
  }

  .teacher-card {
    min-height: 680px;
  }

  .offer-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .offer-heading {
    grid-row: auto;
  }

  .offer-action {
    grid-column: 1;
  }

  .faq-heading {
    position: static;
  }

  .umbrella-heading {
    grid-template-columns: 0.3fr 1fr;
  }

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

  footer > p {
    display: none;
  }
}

@media (max-width: 800px) {
  .course-intro,
  .course-layout {
    grid-template-columns: 1fr;
  }

  .course-intro {
    gap: 28px;
  }

  .course-layout {
    gap: 58px;
    margin-top: 55px;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 20px;
  }

  .brand-lockup {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .brand-name {
    font-size: 20px;
  }

  .nav-cta {
    gap: 10px;
    padding: 11px 12px;
  }

  .nav-cta span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 104px 20px 38px;
  }

  .hero-copy {
    padding: 44px 0 58px;
  }

  .eyebrow {
    margin-bottom: 23px;
    line-height: 1.5;
  }

  .hero h1 {
    font-size: clamp(55px, 17vw, 76px);
  }

  .hero-intro {
    margin-top: 29px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 32px;
  }

  .micro-proof {
    line-height: 1.65;
  }

  .hero-art {
    min-height: 480px;
    margin: 0 0 0 14px;
  }

  .hero-image {
    inset: 14px 14px 70px -14px;
  }

  .image-ticket {
    right: 0;
    bottom: 20px;
    min-width: 87%;
    padding: 17px 18px;
    box-shadow: -9px 9px 0 var(--citrus);
  }

  .image-ticket strong {
    font-size: 21px;
  }

  .vertical-note {
    display: none;
  }

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

  .fact-strip p {
    padding: 17px;
    line-height: 1.5;
  }

  .fact-strip p:nth-child(3) {
    border-top: 1px solid rgba(38, 49, 44, 0.28);
    border-left: 0;
  }

  .fact-strip p:nth-child(4) {
    border-top: 1px solid rgba(38, 49, 44, 0.28);
  }

  .answer-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .answer-section,
  .results-section {
    padding: 85px 20px;
  }

  .answer-label p {
    max-width: none;
  }

  .answer-copy h2 {
    font-size: 52px;
  }

  .answer-copy p {
    font-size: 15px;
  }

  .answer-copy p:first-of-type {
    font-size: 21px;
  }

  .answer-section aside,
  .section-heading > p:last-child {
    grid-column: 1;
  }

  .section-heading {
    gap: 25px;
  }

  .section-heading h2 {
    font-size: 53px;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .outcome-grid article {
    min-height: 255px;
  }

  .outcome-grid article:nth-child(even) {
    border-left: 0;
  }

  .outcome-grid article:nth-child(n + 2) {
    border-top: 1px solid rgba(38, 49, 44, 0.35);
  }

  .outcome-grid h3 {
    margin-top: 52px;
  }

  .course-section,
  .reality-section,
  .offer-section,
  .umbrella-section,
  .faq-section {
    padding: 85px 20px;
  }

  .course-intro,
  .course-layout,
  .reality-section,
  .umbrella-heading {
    grid-template-columns: 1fr;
  }

  .course-intro {
    gap: 28px;
  }

  .course-intro h2 {
    font-size: 54px;
  }

  .course-layout {
    gap: 58px;
    margin-top: 55px;
  }

  .course-stat {
    min-height: 420px;
  }

  .course-stat > span {
    font-size: 230px;
  }

  .course-steps article {
    grid-template-columns: 35px 1fr;
    gap: 15px;
  }

  .course-steps article > p {
    grid-column: 2;
  }

  .reality-section {
    gap: 27px;
  }

  .reality-section h2 {
    font-size: 52px;
  }

  .reality-section > p:last-child {
    grid-column: 1;
  }

  .testimonial-card {
    min-height: 560px;
    padding: 70px 20px;
  }

  .review-score strong {
    font-size: 62px;
  }

  .testimonial-card blockquote {
    font-size: 38px;
  }

  .teacher-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .teacher-image {
    min-height: 520px;
  }

  .teacher-copy {
    padding: 80px 20px;
  }

  .teacher-copy h2 {
    font-size: 52px;
  }

  .offer-section {
    gap: 50px;
  }

  .offer-heading h2,
  .umbrella-heading h2,
  .faq-heading h2 {
    font-size: 52px;
  }

  .offer-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .offer-action {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .offer-action p {
    flex-basis: auto;
  }

  .umbrella-heading {
    gap: 24px;
  }

  .journey-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .journey-grid a {
    min-height: 270px;
  }

  .journey-grid a + a {
    border-top: 1px solid var(--white-line);
    border-left: 0;
  }

  .journey-grid h3 {
    margin-top: 42px;
  }

  .faq-section {
    gap: 55px;
  }

  .final-cta {
    min-height: 590px;
    padding: 100px 20px;
  }

  .final-cta h2 {
    font-size: 72px;
  }

  .final-cta > p:not(.eyebrow) {
    line-height: 1.6;
  }

  .final-cta > div {
    flex-direction: column;
    gap: 23px;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 36px 20px 95px;
  }

  .footer-brand,
  footer > div {
    justify-self: start;
  }

  footer > div {
    flex-wrap: wrap;
  }

  .mobile-book {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
    border: 1px solid rgba(255, 249, 240, 0.35);
    border-radius: 3px;
    background: var(--coral);
    color: var(--ink);
    box-shadow: 0 9px 30px rgba(32, 53, 47, 0.28);
    font-size: 12px;
    font-weight: 800;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Soma Bloom integration layer: theme, consent form and permanent site controls. */
:root {
  --violet: #3D715E;
}

html {
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
}

button,
input {
  font: inherit;
}

button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--citrus);
  outline-offset: 4px;
}

.skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  background: var(--citrus);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip:focus {
  transform: translateY(0);
}

.site-header {
  grid-template-columns: 1fr auto auto auto;
  gap: clamp(14px, 2.2vw, 36px);
}

.site-header nav a,
.nav-cta,
.appearance-toggle {
  min-height: 44px;
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
}

.brand-lockup,
.footer-brand,
.underlined-link,
.dark-link,
footer > div a {
  min-height: 44px;
}

.underlined-link,
.dark-link,
footer > div a {
  display: inline-flex;
  align-items: center;
}

.appearance-toggle {
  display: inline-flex;
  min-width: 86px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--white-line);
  border-radius: 3px;
  background: transparent;
  color: var(--paper);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.appearance-toggle:hover {
  border-color: var(--citrus);
  background: var(--citrus);
  color: var(--ink);
}

.appearance-toggle svg {
  display: none;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.appearance-toggle[data-next-theme="light"] .appearance-sun,
.appearance-toggle[data-next-theme="dark"] .appearance-moon {
  display: block;
}

.class-list-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: start;
  padding: 112px clamp(22px, 6vw, 100px);
  background: var(--citrus);
  color: var(--ink);
}

.class-list-copy .eyebrow {
  color: var(--ink);
}

.class-list-copy h2 {
  max-width: 680px;
  margin: 0;
  font-family: "Marcellus", "Marcellus Fallback", Georgia, serif;
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.class-list-copy > p:last-child {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(38, 49, 44, 0.78);
  font-size: 14px;
  line-height: 1.72;
}

.sb-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 5px;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.email-label {
  display: block;
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.email-row {
  display: contents;
}

.email-row input {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  min-height: 54px;
  padding: 0 17px;
  border: 1px solid rgba(38, 49, 44, 0.42);
  border-right: 0;
  border-radius: 3px 0 0 3px;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
}

.email-row input::placeholder {
  color: rgba(38, 49, 44, 0.58);
}

.sb-form > .button {
  grid-column: 2;
  grid-row: 2;
  min-width: 188px;
  min-height: 54px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.sb-consent {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  min-height: 44px;
  margin-top: 20px;
  color: rgba(38, 49, 44, 0.82);
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.sb-consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--night);
}

.sb-consent a {
  padding-bottom: 1px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.sb-form-msg {
  min-height: 1.65em;
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.sb-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.mobile-book {
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-book.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 30px));
}

.offer-section > *,
.offer-list,
.offer-action {
  min-width: 0;
}

:root[data-theme="dark"] body {
  background: #24382F;
  color: var(--paper);
}

:root[data-theme="dark"] .answer-section,
:root[data-theme="dark"] .course-section,
:root[data-theme="dark"] .faq-section {
  background: #24382F;
  color: var(--paper);
}

:root[data-theme="dark"] .results-section {
  background: #2A4137;
  color: var(--paper);
}

:root[data-theme="dark"] .offer-section {
  background: #24382F;
  color: var(--paper);
}

:root[data-theme="dark"] .answer-label p,
:root[data-theme="dark"] .answer-copy p,
:root[data-theme="dark"] .course-intro > p,
:root[data-theme="dark"] .course-steps article > p,
:root[data-theme="dark"] .faq-heading > p:not(.eyebrow),
:root[data-theme="dark"] .faq-list p {
  color: rgba(255, 249, 240, 0.76);
}

:root[data-theme="dark"] .answer-copy p:first-of-type {
  color: var(--paper);
}

:root[data-theme="dark"] .section-heading .eyebrow,
:root[data-theme="dark"] .course-intro .eyebrow,
:root[data-theme="dark"] .offer-heading .eyebrow,
:root[data-theme="dark"] .faq-heading .eyebrow {
  color: var(--paper);
}

:root[data-theme="dark"] .answer-section aside,
:root[data-theme="dark"] .outcome-grid article,
:root[data-theme="dark"] .course-stat,
:root[data-theme="dark"] .testimonial-card {
  color: var(--ink);
}

:root[data-theme="dark"] .course-steps,
:root[data-theme="dark"] .course-steps article,
:root[data-theme="dark"] .offer-list,
:root[data-theme="dark"] .offer-list > div,
:root[data-theme="dark"] .faq-list,
:root[data-theme="dark"] .faq-list article {
  border-color: var(--white-line);
}

:root[data-theme="dark"] .course-steps article div p,
:root[data-theme="dark"] .step-number,
:root[data-theme="dark"] .faq-list article > span,
:root[data-theme="dark"] .offer-list span {
  color: var(--citrus);
}

:root[data-theme="dark"] .faq-heading .dark-link,
:root[data-theme="dark"] .offer-action .dark-link {
  border-color: var(--paper);
  color: var(--paper);
}

:root[data-theme="dark"] .faq-heading .dark-link:hover,
:root[data-theme="dark"] .offer-action .dark-link:hover {
  border-color: var(--citrus);
  color: var(--citrus);
}

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

  .appearance-toggle {
    justify-self: end;
  }

  .class-list-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .appearance-toggle {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .appearance-toggle > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .nav-cta {
    font-size: 10px;
  }

  .class-list-section {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 82px 20px;
  }

  .offer-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .offer-list strong {
    overflow-wrap: anywhere;
  }

  .class-list-copy h2 {
    font-size: 52px;
  }

  .sb-form {
    grid-template-columns: 1fr;
  }

  .email-row input {
    border-right: 1px solid rgba(38, 49, 44, 0.42);
    border-radius: 3px;
  }

  .sb-form > .button {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
  }
}

@media (max-width: 390px) {
  .brand-branch {
    display: none;
  }

  .nav-cta {
    padding-inline: 9px;
  }

  .answer-section > * {
    min-width: 0;
  }

  .answer-copy h2 {
    font-size: clamp(42px, 13.2vw, 52px);
  }
}

/* Interactive pieces on this page inherit its own text colour: the shared
   accent kicker fails AA against the hypnobirthing palette. */
.sbx .sbx-kicker, .sbx .sbx-fine, .sbx .sbx-label { color: inherit; }
.sbx .sbx-kicker { opacity: .85; }
