/* Shared inner-page layout (coded pages, not screenshots) */
.page-body {
  background: #f8f5f0;
  color: #1b2631;
}

.page-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.75rem 1.5rem 3.5rem;
}

.star-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.85rem 0 1rem;
}

.star-rule span {
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: #c5b49e;
}

.star-rule svg {
  flex-shrink: 0;
}

.page-kicker {
  text-align: center;
  margin-bottom: 2rem;
}

.page-kicker h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1b2631;
}

.page-kicker .brand {
  margin: 0.35rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1b2631;
}

.page-kicker .sub {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #1b2631;
}

.page-kicker .lede {
  max-width: 46rem;
  margin: 1rem auto 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-style: italic;
  color: #8a7358;
}

.page-band {
  background: #1b2631;
  color: #fff;
  padding: 1.75rem 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.page-band::after {
  content: "";
  position: absolute;
  inset: 0 0 0 55%;
  background: repeating-linear-gradient(
    -18deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 12px
  );
  opacity: 0.55;
  pointer-events: none;
}

.page-band img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.page-band-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-band-copy strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
  letter-spacing: 0.14em;
  color: #c5b49e;
}

.page-band-copy span {
  display: block;
  margin-top: 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Welcome */
.welcome-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: start;
}

.welcome-letter p {
  margin: 0 0 1rem;
  line-height: 1.7;
  color: #2c333a;
  font-size: 0.95rem;
}

.welcome-letter strong {
  color: #1b2631;
}

.welcome-letter .hello {
  font-weight: 700;
  color: #1b2631;
  margin-bottom: 0.75rem;
}

.signature {
  margin-top: 1.75rem;
}

.signature .script {
  font-family: "Great Vibes", cursive;
  font-size: 2.4rem;
  color: #1b2631;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.signature .name {
  font-weight: 700;
  margin: 0;
}

.signature .title {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  color: #4a5158;
}

.gina-frame {
  border: 2px solid #c5b49e;
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1.5rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.side-features {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.side-feature {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 0;
  border-bottom: 1px solid #c5b49e;
}

.side-feature:last-child {
  border-bottom: none;
}

.side-feature .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1b2631;
  display: grid;
  place-items: center;
  color: #c5b49e;
}

.side-feature h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1b2631;
  margin-bottom: 0.25rem;
}

.side-feature p {
  margin: 0;
  font-size: 0.82rem;
  color: #4a5158;
  line-height: 1.45;
}

/* Program */
.program-video {
  margin: 0 auto 2.25rem;
  max-width: 820px;
}

.program-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #121a22;
  border: 1px solid rgba(197, 180, 158, 0.45);
  object-fit: cover;
}

.program-video figcaption {
  margin-top: 0.65rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5a6168;
}

.program-intro {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2.5rem;
}

.program-intro .founded {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1b2631;
  margin-bottom: 0.5rem;
}

.program-intro .stats {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: #8a7358;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.program-intro p {
  margin: 0;
  color: #4a5158;
  line-height: 1.65;
}

.program-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  padding-top: 0.5rem;
  border-top: none;
}

.program-cols > * + * {
  border-left: 1px solid rgba(197, 180, 158, 0.55);
  padding-left: 2.5rem;
}

.highlight-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.highlight-item .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1b2631;
  color: #c5b49e;
  display: grid;
  place-items: center;
}

.highlight-item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.highlight-item p,
.highlight-item li {
  margin: 0;
  font-size: 0.88rem;
  color: #4a5158;
  line-height: 1.5;
}

.highlight-item ul {
  margin: 0.35rem 0 0;
  padding-left: 1.1rem;
}

.highlight-item a,
.why-check a {
  color: #8a7340;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.highlight-item a:hover,
.why-check a:hover {
  color: var(--navy, #1b2631);
}

.why-side h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.why-check {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.7rem;
  margin-bottom: 0.95rem;
  align-items: start;
}

.why-check .check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c5b49e;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.1rem;
}

.why-check strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.15rem;
}

.why-check span {
  font-size: 0.84rem;
  color: #4a5158;
  line-height: 1.4;
}

/* Experience */
.exp-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.exp-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  letter-spacing: 0.06em;
  color: #1b2631;
}

.exp-hero h1 em {
  font-style: normal;
  color: #c5b49e;
}

.exp-hero .tag {
  margin-top: 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #1b2631;
}

.exp-hero img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.exp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

.exp-split h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
}

.gold-line {
  width: 100%;
  max-width: 180px;
  height: 1px;
  background: #c5b49e;
  position: relative;
  margin-bottom: 1rem;
}

.gold-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #c5b49e;
  transform: translate(-50%, -50%) rotate(45deg);
}

.exp-split p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #4a5158;
  margin: 0 0 1rem;
}

.amenity-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.amenity-list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
  color: #2c333a;
}

.amenity-list li::before {
  content: "✓";
  color: #c5b49e;
  font-weight: 700;
}

.exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-self: start;
}

.exp-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #e8e4dc;
}

.healing-block {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.healing-block h2 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  margin: 0.5rem 0 0.75rem;
}

.healing-block p {
  margin: 0;
  color: #4a5158;
  line-height: 1.65;
}

.amenity-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.amenity-strip figure {
  margin: 0;
}

.amenity-strip img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.amenity-strip figcaption {
  margin-top: 0.45rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1b2631;
}

/* Whole person recovery */
.wpr-banner {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 1.5rem 0 2rem;
}

.wpr-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #c5b49e;
}

.wpr-row:last-of-type {
  border-bottom: none;
}

.wpr-row img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.wpr-copy {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  align-items: start;
}

.wpr-copy .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1b2631;
  border: 2px solid #c5b49e;
  color: #c5b49e;
  display: grid;
  place-items: center;
}

.wpr-copy h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.wpr-copy p {
  margin: 0;
  font-size: 0.9rem;
  color: #4a5158;
  line-height: 1.55;
}

.wpr-copy ul {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem 1rem;
  font-size: 0.85rem;
  color: #2c333a;
}

.wpr-copy ul li::before {
  content: "• ";
  color: #c5b49e;
}

.wpr-close {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #c5b49e;
  border-bottom: 1px solid #c5b49e;
  padding-bottom: 1.5rem;
  font-size: 0.95rem;
  color: #4a5158;
  line-height: 1.6;
}

/* Why page */
.why-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

.why-top h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.why-top p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2c333a;
  margin: 0 0 1rem;
}

.why-top img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid #c5b49e;
}

.section-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.5rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  margin-bottom: 2.5rem;
}

.trust-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.75rem;
  align-items: start;
}

.trust-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1b2631;
  color: #c5b49e;
  display: grid;
  place-items: center;
}

.trust-item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #2c333a;
}

.quote-banner {
  background: #1b2631;
  color: #fff;
  padding: 1.75rem 1.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}

.quote-banner p.quote {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  color: #c5b49e;
}

.quote-banner p.note {
  margin: 0 auto;
  max-width: 46rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.admissions-block {
  text-align: center;
  margin-bottom: 2.5rem;
}

.admissions-block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

.admit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.admit-item {
  padding: 1rem;
}

.admit-item .icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  background: transparent;
  color: #c5b49e;
  display: grid;
  place-items: center;
}

.admit-item strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.admit-item a,
.admit-item span {
  font-size: 0.88rem;
  color: #4a5158;
}

.lists-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  border-top: 1px solid rgba(197, 180, 158, 0.5);
  padding-top: 2rem;
}

.lists-two h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin: 0.5rem 0 1rem;
}

.lists-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lists-two li {
  font-size: 0.9rem;
  color: #2c333a;
  margin-bottom: 0.4rem;
  text-align: center;
}

.lists-two > div:last-child {
  border-left: 1px solid rgba(197, 180, 158, 0.5);
}

@media (max-width: 900px) {
  .welcome-grid,
  .program-cols,
  .exp-hero,
  .exp-split,
  .why-top,
  .trust-grid,
  .lists-two,
  .admit-row,
  .wpr-row {
    grid-template-columns: 1fr;
  }

  .program-cols > * + *,
  .lists-two > div:last-child {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(197, 180, 158, 0.45);
    padding-top: 1.5rem;
  }

  .amenity-strip {
    grid-template-columns: 1fr 1fr;
  }

  .exp-hero img {
    height: 220px;
  }

  .exp-grid img {
    height: 160px;
  }

  .page-band {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .wpr-copy ul {
    grid-template-columns: 1fr;
  }
}

/* ========== WHY PAGE - exact flyer layout ========== */
.why-page {
  --why-navy: #0f2744;
  --why-gold: #c5a059;
  --why-cream: #f7f4ed;
  --why-text: #1a2a3a;
  background: var(--why-cream);
}

.why-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 420px;
  background: var(--why-cream);
  position: relative;
  overflow: hidden;
}

.why-hero-copy {
  padding: 2.75rem 2rem 2.75rem clamp(1.5rem, 6vw, 5rem);
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.why-logo-gold {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  display: block;
}

.why-hero-copy h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--why-navy);
  margin: 0 0 1.1rem;
  line-height: 1.1;
}

.why-hero-copy p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--why-text);
}

.why-star-sep {
  margin: 0.9rem 0;
  display: flex;
}

.why-hero-media {
  position: absolute;
  inset: 0 0 0 42%;
  background:
    url("images/why-hero-building.jpg") center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.why-trust {
  background: var(--why-cream);
  padding: 2.5rem 1.5rem 3rem;
}

.why-trust-inner {
  max-width: 980px;
  margin: 0 auto;
}

.why-lined-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--why-navy);
  text-align: center;
}

.why-lined-title::before,
.why-lined-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--why-gold);
}

.why-lined-title.short {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.45rem;
  letter-spacing: 0.1em;
}

.why-lined-title span {
  max-width: 28rem;
  line-height: 1.35;
}

.why-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 2.5rem;
}

.why-trust-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.85rem;
  align-items: start;
}

.why-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--why-navy);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.why-trust-item p {
  margin: 0;
  padding-top: 0.35rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--why-navy);
}

.why-quote {
  background: var(--why-navy);
  color: #fff;
  padding: 2rem 1.5rem;
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  gap: 0.5rem;
  align-items: center;
}

.why-flourish {
  width: 70px;
  height: auto;
  opacity: 0.9;
  justify-self: center;
}

.why-flourish.right {
  transform: scaleX(-1);
}

.why-quote-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.why-quote-lead {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  color: var(--why-gold);
  line-height: 1.35;
}

.why-quote-body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.why-admit {
  background: var(--why-cream);
  padding: 2.75rem 1.5rem 2.5rem;
}

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

.why-contact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 1.75rem 0 2rem;
  border-top: 1px solid transparent;
}

.why-contact {
  text-align: center;
  padding: 0.5rem 1rem 1.25rem;
  position: relative;
}

.why-contact:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: var(--why-gold);
}

.why-contact-ico {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  border: 1.5px solid var(--why-gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.why-contact strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--why-navy);
  margin-bottom: 0.35rem;
}

.why-contact a {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  color: var(--why-text);
}

.why-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--why-gold);
}

.why-list h3 {
  margin: 0 0 0.85rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--why-gold);
}

.why-list p {
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.85;
  color: var(--why-navy);
}

.why-list p span {
  color: var(--why-gold);
  font-size: 0.7rem;
  margin: 0 0.35rem;
  vertical-align: middle;
}

.why-brand-bar {
  background: var(--why-navy);
  color: var(--why-gold);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
}

.why-brand-bar img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
  justify-self: center;
}

.why-brand-side {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.why-brand-side:last-child {
  justify-content: flex-end;
}

.why-brand-side .line {
  flex: 1;
  height: 1px;
  background: var(--why-gold);
  opacity: 0.7;
}

.why-brand-side strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .why-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .why-hero-media {
    position: relative;
    inset: auto;
    height: 260px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .why-hero-copy {
    max-width: none;
    padding: 2rem 1.25rem;
  }

  .why-trust-grid,
  .why-lists {
    grid-template-columns: 1fr;
  }

  .why-quote {
    grid-template-columns: 1fr;
  }

  .why-flourish {
    display: none;
  }

  .why-contact-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .why-contact:not(:last-child)::after {
    display: none;
  }

  .why-brand-bar {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .why-brand-side,
  .why-brand-side:last-child {
    justify-content: center;
    width: 100%;
  }
}

/* ========== RECOVERY PAGE ========== */
.recovery-page {
  --rec-navy: #0f2744;
  --rec-gold: #c5a059;
  --rec-cream: #f7f4ed;
}

.rec-hero-overlay {
  position: relative;
  min-height: min(78vh, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}

.rec-hero-bg {
  position: absolute;
  inset: 0;
  background: url("images/recovery-hero.jpg") center 40% / cover no-repeat;
  transform: scale(1.02);
}

.rec-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 39, 68, 0.72) 0%,
    rgba(15, 39, 68, 0.55) 45%,
    rgba(15, 39, 68, 0.7) 100%
  );
}

.rec-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
  text-align: center;
}

.rec-hero-content h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.rec-hero-overlay .rec-script {
  margin: 0.9rem 0 1.15rem;
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  color: var(--rec-gold);
  line-height: 1.25;
}

.rec-hero-overlay .rec-lede {
  margin: 0 auto;
  max-width: 38rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.rec-intro,
.rec-hero {
  display: none;
}

.rec-services {
  background: var(--rec-cream);
  padding: 2.5rem 1.5rem 1rem;
}

.rec-services-inner {
  max-width: 980px;
  margin: 0 auto;
}

.rec-row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--rec-gold);
}

.rec-row:last-child {
  border-bottom: none;
}

.rec-row img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.rec-copy {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
}

.rec-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--rec-navy);
  border: 1.5px solid var(--rec-gold);
  display: grid;
  place-items: center;
}

.rec-copy h2 {
  margin: 0 0 0.45rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--rec-navy);
}

.rec-copy p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3a424a;
}

.rec-bullets {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  color: var(--rec-navy);
}

.rec-bullets li::before {
  content: "• ";
  color: var(--rec-gold);
}

.rec-close {
  max-width: 640px;
  margin: 0.75rem auto 2.5rem;
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #3a424a;
  border-top: 1px solid var(--rec-gold);
  border-bottom: 1px solid var(--rec-gold);
}

@media (max-width: 900px) {
  .rec-hero-overlay {
    min-height: 70vh;
  }

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

  .rec-row img {
    height: 200px;
  }

  .rec-bullets {
    grid-template-columns: 1fr;
  }
}

.page-band--text {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
.page-band--text .page-band-copy { text-align: center; }
.why-brand-bar--simple { grid-template-columns: 1fr 1fr; }

.page-band--text {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.page-band--text .page-band-copy {
  text-align: center;
}

.why-brand-bar--simple {
  grid-template-columns: 1fr 1fr;
}

/* ========== WELCOME PAGE (flyer match) ========== */
.welcome-page {
  --wel-navy: #002147;
  --wel-gold: #c5a059;
  --wel-cream: #fdfcf9;
  background: var(--wel-cream);
}

.wel-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.75rem 1.5rem 3rem;
}

.wel-head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.wel-head h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--wel-navy);
}

.wel-star-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.85rem auto 1rem;
  max-width: 280px;
}

.wel-star-rule span {
  flex: 1;
  height: 1px;
  background: var(--wel-gold);
}

.wel-brand {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--wel-navy);
}

.wel-sub {
  margin: 0.4rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--wel-navy);
}

.wel-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 2.75rem;
  align-items: start;
}

.wel-letter p {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #1c1c1c;
}

.wel-letter strong {
  font-weight: 700;
  color: var(--wel-navy);
}

.wel-hello {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  color: var(--wel-navy) !important;
  margin-bottom: 0.85rem !important;
}

.wel-sign {
  margin-top: 1.75rem;
}

.wel-sincerely {
  margin: 0 0 0.35rem !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.95rem !important;
  color: var(--wel-navy) !important;
}

.wel-script {
  margin: 0 0 0.55rem !important;
  font-family: "Great Vibes", cursive !important;
  font-size: 2.55rem !important;
  line-height: 1 !important;
  color: var(--wel-navy) !important;
}

.wel-name {
  margin: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  color: var(--wel-navy) !important;
}

.wel-title {
  margin: 0.2rem 0 0 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-style: italic !important;
  font-size: 0.98rem !important;
  color: #2a2a2a !important;
}

.wel-photo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1.35rem;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border: 2px solid var(--wel-gold);
  box-shadow: 0 6px 20px rgba(0, 33, 71, 0.08);
}

.wel-features {
  display: flex;
  flex-direction: column;
}

.wel-feature {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--wel-gold);
}

.wel-feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wel-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--wel-navy);
  border: 1.5px solid var(--wel-gold);
  display: grid;
  place-items: center;
}

.wel-feature h3 {
  margin: 0 0 0.28rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--wel-navy);
}

.wel-feature p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #333;
}

.wel-feature a {
  color: #8a7340;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.wel-feature a:hover {
  color: var(--wel-navy);
}

@media (max-width: 900px) {
  .wel-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wel-photo {
    max-width: 280px;
  }
}

/* ========== OUR TEAM / CLINICAL LEADERSHIP ========== */
.team-page {
  background: #f9f8f0;
}

.team-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.team-head {
  text-align: center;
  margin-bottom: 2.75rem;
}

.team-head h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0f2744;
}

.team-star-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem auto 1.15rem;
  max-width: 22rem;
}

.team-star-rule span {
  flex: 1;
  height: 1px;
  background: #c5a059;
}

.team-tagline {
  margin: 0 0 0.85rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #c5a059;
}

.team-cats {
  margin: 0 0 1.35rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0f2744;
}

.team-cats span {
  color: #c5a059;
  margin: 0 0.2rem;
}

.team-intro {
  margin: 0 auto;
  max-width: 46rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #0f2744;
}

.team-list {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.team-member {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.75rem;
  align-items: start;
}

.team-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border: 2px solid #c5a059;
  background: #e8e4dc;
  display: block;
  border-radius: 6px;
}

.team-copy h2 {
  margin: 0 0 0.35rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #0f2744;
}

.team-role {
  margin: 0 0 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #c5a059;
}

.team-copy p {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #2c333a;
}

.team-copy p:last-child {
  margin-bottom: 0;
}

.team-copy em {
  font-style: italic;
}

@media (max-width: 760px) {
  .team-member {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 1.15rem;
  }

  .team-photo {
    width: min(220px, 70vw);
  }

  .team-copy {
    text-align: left;
  }

  .team-copy h2,
  .team-role {
    text-align: center;
  }
}

/* ========== FAMILY RESTORATION ========== */
.family-page {
  background: #f9f8f0;
}

.fam-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 420px;
  background: #f9f8f0;
}

.fam-hero-copy {
  padding: 3.5rem 2.5rem 3.5rem clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fam-kicker {
  margin: 0 0 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #c5a059;
}

.fam-hero-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0f2744;
}

.fam-star {
  margin: 0.85rem 0 0.5rem;
}

.fam-script {
  margin: 0 0 1.15rem;
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  color: #c5a059;
  line-height: 1.2;
}

.fam-lede {
  margin: 0;
  max-width: 32rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #0f2744;
}

.fam-hero-media {
  position: relative;
  min-height: 320px;
}

.fam-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fam-hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, #f9f8f0 0%, rgba(249, 248, 240, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.fam-banner {
  background: #0f2744;
  padding: 1.6rem 1.5rem;
}

.fam-banner-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1.1rem;
  align-items: center;
}

.fam-banner-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #c5a059;
  display: grid;
  place-items: center;
  background: rgba(197, 160, 89, 0.08);
}

.fam-banner p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.55;
  color: #c5a059;
}

.fam-features {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.75rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.fam-row {
  display: grid;
  grid-template-columns: 56px 1fr minmax(180px, 260px);
  gap: 1.25rem;
  align-items: center;
}

.fam-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0f2744;
  border: 1.5px solid #c5a059;
  display: grid;
  place-items: center;
}

.fam-copy h2 {
  margin: 0 0 0.45rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0f2744;
}

.fam-copy p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #4a5158;
}

.fam-row img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(197, 160, 89, 0.35);
}

.fam-quote {
  padding: 1.5rem 1.5rem 3.5rem;
}

.fam-quote-box {
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.5rem 1.75rem;
  border: 1px solid #c5a059;
  text-align: center;
  background: rgba(255, 255, 255, 0.45);
}

.fam-quote-box p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.55;
  color: #0f2744;
}

@media (max-width: 900px) {
  .fam-hero {
    grid-template-columns: 1fr;
  }

  .fam-hero-media {
    min-height: 260px;
    order: -1;
  }

  .fam-hero-media::before {
    width: 100%;
    height: 35%;
    inset: auto 0 0 0;
    background: linear-gradient(0deg, #f9f8f0 0%, rgba(249, 248, 240, 0) 100%);
  }

  .fam-hero-copy {
    padding: 2rem 1.5rem 2.5rem;
  }

  .fam-row {
    grid-template-columns: 52px 1fr;
  }

  .fam-row img {
    grid-column: 1 / -1;
    height: 180px;
  }
}
