:root {
  --ink: #282321;
  --cream: #f8f3ed;
  --paper: #fffdf9;
  --rose: #d9b8b0;
  --rose-light: #ead6d0;
  --sage: #9ba391;
  --sage-dark: #667061;
  --plum: #4c373b;
  --line: rgba(40, 35, 33, .16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
.ncc-custom-homepage { margin: 0; }
.ncc-custom-homepage .wp-site-blocks { padding: 0; }
.ncc-custom-homepage .wp-site-blocks > .wp-block-shortcode {
  width: 100%; max-width: none; margin: 0; padding: 0;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.admin-bar .site-header { top: 32px; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  transform: translateY(-150%); padding: 10px 16px; background: var(--ink); color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20;
  border-bottom: 1px solid rgba(40, 35, 33, .1);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 14px;
}
.brand-name { font-weight: 600; letter-spacing: -.02em; }
.brand-name em { font-family: var(--serif); font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav > a { position: relative; text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.site-nav > a:not(.button):hover,
.site-nav > a:not(.button).active { color: var(--sage-dark); }
.site-nav > a:not(.button):hover::after,
.site-nav > a:not(.button).active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menu-toggle { display: none; }

.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 52px; padding: 14px 24px; border: 1px solid var(--ink);
  background: var(--ink); color: white; text-decoration: none; font-size: 14px;
  font-weight: 700; letter-spacing: .01em;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), background .28s, box-shadow .28s;
  cursor: pointer;
}
.button:hover { transform: translateY(-3px); background: var(--plum); box-shadow: 0 16px 34px rgba(47, 34, 43, .16); }
.button-small { min-height: 44px; padding: 10px 18px; color: white; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { background: var(--rose-light); }
.text-link { display: inline-block; text-decoration: none; font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.eyebrow {
  margin: 0 0 20px; color: var(--sage-dark); text-transform: uppercase;
  letter-spacing: .16em; font-size: 12px; font-weight: 700;
}
.eyebrow.light { color: var(--rose-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 690px; margin-bottom: 27px; font-size: clamp(52px, 6vw, 84px); }
h2 { margin-bottom: 22px; font-size: clamp(42px, 4.3vw, 64px); }
h1 em, h2 em { color: var(--sage-dark); font-weight: 400; }

.hero {
  position: relative; min-height: 800px; padding: 160px 0 92px;
  overflow: hidden; background: var(--cream);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 650px; margin-bottom: 34px; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-bottom: 40px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 14px 25px; font-size: 12px; font-weight: 700; }
.trust-line span { position: relative; padding-left: 15px; }
.trust-line span::before {
  content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px;
  border-radius: 50%; background: var(--sage-dark);
}
.hero-visual { position: relative; padding: 24px 0 52px; }
.image-frame { position: relative; z-index: 1; aspect-ratio: 4 / 5; overflow: hidden; }
.image-frame img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.045);
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
}
.hero-visual.visible .image-frame img { transform: scale(1); }
.hero-visual::before {
  content: ""; position: absolute; inset: 0 38px 30px -28px; border: 1px solid var(--sage);
}
.hero-visual blockquote {
  position: absolute; z-index: 2; right: -30px; bottom: 0; width: 310px;
  margin: 0; padding: 25px 29px; background: var(--plum); color: white;
}
.hero-visual blockquote p { margin: 0; font-family: var(--serif); font-size: 21px; line-height: 1.35; }
.hero-shape { position: absolute; border-radius: 50%; opacity: .6; }
.hero-shape-one { width: 480px; height: 480px; top: -250px; right: -130px; background: var(--rose-light); }
.hero-shape-two { width: 350px; height: 350px; bottom: -250px; left: -80px; border: 1px solid var(--rose); }

.transition-strip { position: relative; background: var(--plum); color: white; overflow: hidden; }
.transition-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 28%, transparent 72%, rgba(255,255,255,.08));
  opacity: .55;
  pointer-events: none;
}
.transition-strip .container {
  position: relative; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px;
}
.transition-strip p { margin: 0; white-space: nowrap; font-family: var(--serif); font-size: 19px; }
.transition-strip span { color: var(--rose); }

.section-heading { max-width: 790px; margin-bottom: 59px; }
.section-heading > p:last-child { max-width: 660px; font-size: 18px; }
.offers { background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card {
  position: relative; min-height: 470px; padding: 38px 34px;
  border: 1px solid var(--line); display: flex; flex-direction: column;
}
.card-number { margin-bottom: 66px; color: var(--sage-dark); font-family: var(--serif); font-size: 18px; }
.offer-card h3 { margin-bottom: 17px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.offer-card > p { font-size: 15px; }
.offer-card ul { margin: 8px 0 29px; padding: 0; list-style: none; font-size: 14px; }
.offer-card li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.offer-card .text-link { margin-top: auto; }

.process { background: var(--plum); color: white; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }
.process-intro p:not(.eyebrow) { max-width: 510px; margin-bottom: 31px; color: rgba(255,255,255,.75); }
.process h2 em { color: var(--rose); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li {
  display: grid; grid-template-columns: 64px 1fr; gap: 30px;
  padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.18);
}
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.steps li > span {
  grid-column: 1;
  grid-row: 1;
  display: grid; place-items: center; width: 52px; height: 52px;
  border: 1px solid var(--rose); border-radius: 50%; color: var(--rose); font-family: var(--serif);
}
.steps li > p { display: none; }
.steps li > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.steps h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.steps p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }

.coaches { background: var(--cream); }
.split-heading {
  max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end;
}
.split-heading > p { margin-bottom: 24px; }
.coach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.coach-card { min-width: 0; background: var(--paper); }
.coach-photo { min-width: 0; aspect-ratio: 1 / .92; overflow: hidden; background: var(--rose-light); }
.coach-photo img { height: 100%; object-fit: cover; filter: saturate(.74); transition: transform .5s, filter .5s; }
.coach-card:hover img { transform: scale(1.025); filter: saturate(1); }
.photo-jeane img { object-position: center 30%; }
.photo-sanchita img { object-position: 58% 32%; }
.photo-sarah img { object-position: center 42%; }
.coach-copy { min-width: 0; padding: 29px 30px 34px; }
.coach-role { margin-bottom: 9px; color: var(--sage-dark); text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 700; }
.coach-copy h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 35px; font-weight: 500; }
.coach-copy > p:not(.coach-role) { min-height: 100px; font-size: 14px; }
.coach-copy > span { display: block; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.about-image { position: relative; }
.about-image::after {
  content: ""; position: absolute; inset: 28px -28px -28px 28px; z-index: -1; background: var(--rose-light);
}
.about-image img { aspect-ratio: .9 / 1; object-fit: cover; }
.about-copy p:not(.eyebrow) { max-width: 610px; font-size: 17px; }
.signature { margin-top: 35px; font-family: var(--serif); font-size: 26px; font-style: italic; color: var(--sage-dark); }

.stories { background: var(--rose-light); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.story-card { min-height: 310px; padding: 35px; background: var(--paper); display: flex; flex-direction: column; }
.story-tag { margin-bottom: 44px; color: var(--sage-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.story-card h3 { margin-bottom: 16px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.story-card > p:not(.story-tag) { font-size: 14px; }
.story-card .text-link { margin-top: auto; }
.story-status { margin-top: auto; }

.ncc-reflection-page { margin: 0; background: var(--paper); }
.reflection-header { position: relative; background: var(--cream); }
.reflection-back { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.reflection-back span { display: inline-block; margin-left: 5px; }
.reflection-hero { padding: 110px 0 95px; background: var(--cream); }
.reflection-title { max-width: 900px; text-align: center; }
.reflection-title h1 { max-width: 880px; margin-inline: auto; font-size: clamp(52px, 7vw, 86px); }
.reflection-title > p:last-child { max-width: 660px; margin: 0 auto; font-size: 20px; }
.reflection-layout {
  display: grid; grid-template-columns: minmax(0, 720px) minmax(260px, 340px);
  justify-content: space-between; gap: 90px; padding-top: 100px; padding-bottom: 110px;
}
.reflection-content { font-family: var(--serif); font-size: 21px; line-height: 1.72; }
.reflection-content > p:first-child::first-letter {
  float: left; margin: 8px 10px 0 0; color: var(--sage-dark);
  font-size: 78px; line-height: .72;
}
.reflection-content h2 { margin: 60px 0 18px; font-size: 40px; }
.reflection-content blockquote {
  margin: 48px 0; padding: 34px 40px; border-left: 3px solid var(--sage-dark);
  background: var(--cream); color: var(--plum); font-size: 28px; line-height: 1.35;
}
.reflection-content blockquote p { margin: 0; }
.reflection-content ul { margin: 25px 0 40px; padding-left: 25px; }
.reflection-content li { margin: 12px 0; padding-left: 8px; }
.reflection-aside {
  align-self: start; position: sticky; top: 30px; padding: 35px;
  border: 1px solid var(--line); background: var(--rose-light);
}
.reflection-aside h2 { font-size: 34px; }
.reflection-aside > p:not(.eyebrow) { font-size: 14px; }
.reflection-aside .button { width: 100%; margin-top: 15px; }
.reflection-next { padding: 90px 0; background: var(--rose-light); }
.reflection-next h2 { margin-bottom: 40px; }
.reflection-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.reflection-links a {
  min-height: 180px; padding: 30px; background: var(--paper);
  font-family: var(--serif); font-size: 27px; line-height: 1.2; text-decoration: none;
}
.reflection-links a span {
  display: block; margin-bottom: 35px; color: var(--sage-dark);
  font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.reflection-footer { padding-top: 20px; }

.booking { background: var(--paper); }
.booking-card {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px;
  padding: 80px; background: var(--sage-dark); color: white;
}
.booking-copy h2 em { color: var(--rose-light); }
.booking-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.booking-points { margin: 30px 0 0; padding: 0; list-style: none; }
.booking-points li { position: relative; margin: 12px 0; padding-left: 26px; font-size: 14px; }
.booking-points li::before { content: "✓"; position: absolute; left: 0; color: var(--rose-light); }
.booking-form { padding: 37px; background: var(--paper); color: var(--ink); }
.booking-form label { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.booking-form input, .booking-form select, .booking-form textarea {
  display: block; width: 100%; margin-top: 7px; padding: 12px 2px;
  border: 0; border-bottom: 1px solid #9b948f; border-radius: 0; background: transparent; color: var(--ink);
  outline: none;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--plum); box-shadow: 0 1px 0 var(--plum); }
.form-submit { width: 100%; margin-top: 5px; background: var(--plum); color: white; border-color: var(--plum); }
.form-note, .form-success, .form-error { margin: 12px 0 0; text-align: center; color: #77706c; font-size: 11px; }
.form-success { color: var(--sage-dark); font-weight: 700; }
.form-error { color: #9b2f2f; font-weight: 700; }
.booking-form-plugin form { margin: 0; }
.booking-form-plugin button,
.booking-form-plugin input[type="submit"] {
  width: 100%; min-height: 52px; border: 1px solid var(--plum);
  background: var(--plum); color: white; font-weight: 700; cursor: pointer;
}

.site-footer { padding: 70px 0 20px; background: var(--ink); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr; gap: 70px; padding-bottom: 60px; }
.footer-brand { color: white; margin-bottom: 22px; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.7); }
.footer-grid > div:first-child p { max-width: 360px; }
.footer-label { margin-bottom: 17px; color: white; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p:not(.footer-label) {
  display: block; margin: 9px 0; color: inherit; font-size: 13px; text-decoration: none;
}
.footer-grid a:hover { color: white; }
.footer-bottom {
  display: flex; justify-content: space-between; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12); font-size: 11px;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { margin-left: 20px; text-decoration: none; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .9s cubic-bezier(.22, 1, .36, 1),
    transform .9s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: none; }
.offer-card.reveal,
.coach-card.reveal,
.story-card.reveal,
.steps li.reveal { transform: translateY(34px); }
.offer-card.visible,
.coach-card.visible,
.story-card.visible,
.steps li.visible { transform: none; }

@media (max-width: 950px) {
  .site-header { position: absolute; }
  .menu-toggle {
    display: grid; gap: 6px; width: 44px; height: 44px; place-content: center;
    border: 0; background: transparent; cursor: pointer; z-index: 30;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 0; z-index: 25; display: flex; flex-direction: column; justify-content: center;
    gap: 24px; background: var(--cream); opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .2s, visibility .2s, transform .2s;
  }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { font-family: var(--serif); font-size: 30px; font-weight: 500; }
  .site-nav .button { color: white; font-family: var(--sans); font-size: 14px; }
  .hero-grid, .process-grid, .about-grid, .booking-card { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-grid { gap: 50px; }
  .hero-copy { max-width: 750px; }
  .hero-visual { max-width: 600px; }
  .offer-grid, .coach-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 390px; }
  .process-grid { gap: 65px; }
  .split-heading { grid-template-columns: 1fr; gap: 5px; }
  .coach-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .coach-photo { height: 100%; }
  .about-grid { max-width: 760px; }
  .about-image { max-width: 600px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 250px; }
  .booking-card { gap: 45px; padding: 60px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .reflection-layout { grid-template-columns: 1fr; gap: 55px; }
  .reflection-aside { position: static; max-width: 580px; }
}

@media (max-width: 640px) {
  .admin-bar .site-header { top: 46px; }
  .container { width: min(100% - 34px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 36px; height: 36px; font-size: 11px; }
  .brand-name { max-width: 165px; font-size: 14px; line-height: 1.2; }
  .hero { min-height: auto; padding: 122px 0 65px; }
  h1 { font-size: 50px; }
  h2 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { text-align: center; }
  .trust-line { gap: 8px 18px; }
  .hero-visual { padding-top: 12px; }
  .hero-visual::before { inset: 0 18px 30px -10px; }
  .hero-visual blockquote { right: -8px; width: 250px; padding: 20px; }
  .transition-strip .container {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row;
    gap: 9px 12px;
    overflow: visible;
  }
  .transition-strip p {
    min-width: 0;
    white-space: normal;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
  }
  .transition-strip span { display: none; }
  .transition-strip .container { justify-content: flex-start; overflow: visible; }
  .section-heading { margin-bottom: 40px; }
  .offer-card { min-height: auto; padding: 31px 27px; }
  .card-number { margin-bottom: 42px; }
  .offer-card .text-link { margin-top: 25px; }
  .process-grid { gap: 45px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 20px; }
  .steps li > span { width: 43px; height: 43px; }
  .coach-card { display: block; }
  .coach-card, .coach-photo, .coach-copy { width: 100%; max-width: 100%; }
  .coach-card { height: auto; overflow: hidden; }
  .coach-photo { height: auto; aspect-ratio: 4 / 3; }
  .photo-jeane img { object-position: center 20%; }
  .photo-sanchita img { object-position: 58% 28%; }
  .photo-sarah img { object-position: center 38%; }
  .coaches .split-heading h2 { font-size: 38px; }
  .coaches .split-heading h2 em { display: block; }
  .coach-copy { padding: 25px 24px 29px; }
  .coach-copy > p:not(.coach-role) { min-height: auto; }
  .about-grid { gap: 65px; }
  .about-image::after { inset: 17px -10px -17px 17px; }
  .booking { padding-inline: 0; }
  .booking .container { width: 100%; }
  .booking-card { padding: 65px 22px; }
  .booking-form { padding: 27px 21px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .footer-bottom a:first-child { margin-left: 0; }
  .reflection-header .brand-name { display: none; }
  .reflection-hero { padding: 78px 0 68px; }
  .reflection-title { text-align: left; }
  .reflection-title h1 { font-size: 49px; }
  .reflection-title > p:last-child { font-size: 17px; }
  .reflection-layout { padding-top: 65px; padding-bottom: 75px; }
  .reflection-content { font-size: 19px; }
  .reflection-content h2 { margin-top: 45px; font-size: 34px; }
  .reflection-content blockquote { margin: 38px 0; padding: 27px; font-size: 24px; }
  .reflection-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .image-frame img { transform: none; }
}
