:root {
  --cream: #f7f0e5;
  --paper: #fffaf2;
  --clay: #b86d4f;
  --clay-dark: #94513a;
  --brown: #52382e;
  --sage: #75806a;
  --sand: #dfc8a8;
  --sun: #dfaa58;
  --line: rgba(82, 56, 46, .18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
em { font-style: normal; }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 24px 32px;
}
.brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: .85;
  text-decoration: none;
}
.brand small {
  display: block;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .26em;
  margin-top: 8px;
  text-transform: uppercase;
}
.brand-mark {
  color: var(--clay);
  font-size: 47px;
  font-weight: 400;
  margin-right: 10px;
  transform: rotate(-9deg);
}
nav { align-items: center; display: flex; gap: 31px; }
nav a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
nav a:not(.nav-cta):hover { color: var(--clay); }
.nav-cta {
  border: 1px solid var(--brown);
  border-radius: 100px;
  padding: 10px 20px;
  transition: .2s ease;
}
.nav-cta:hover { background: var(--brown); color: var(--paper); }

.hero {
  align-items: center;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 680px;
  overflow: hidden;
  padding: 40px 32px 70px;
}
.hero-content { padding: 20px 0 40px; position: relative; z-index: 2; }
.eyebrow {
  align-items: center;
  color: var(--clay-dark);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: .2em;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.eyebrow::before { background: var(--clay); content: ""; height: 1px; width: 28px; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h1 { font-size: clamp(56px, 6.2vw, 88px); letter-spacing: -.035em; margin: 0; max-width: 660px; }
.hero-copy { font-size: 17px; margin: 30px 0; max-width: 570px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-top: 36px; }
.button {
  border-radius: 100px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 25px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; }
.button-primary:hover { background: var(--clay-dark); }
.text-link { border-bottom: 1px solid var(--brown); font-size: 13px; font-weight: 600; text-decoration: none; }
.text-link span { color: var(--clay); margin-left: 5px; }
.hero-art { height: 650px; position: relative; }
.hero-art svg { height: 100%; overflow: visible; width: 100%; }
.sun { background: var(--sun); border-radius: 50%; height: 105px; position: absolute; right: 7%; top: 7%; width: 105px; }
.shape { fill: var(--sand); }
.shape-back { fill: #dbb998; }
.shape-mid { fill: #c99070; opacity: .9; }
.line { fill: none; opacity: .4; stroke: var(--cream); stroke-width: 2; }
.mother { fill: var(--brown); opacity: .86; }
.wave { fill: none; stroke: var(--paper); stroke-linecap: round; stroke-width: 5; }
.wave-two { opacity: .5; stroke-width: 3; }
.belief-strip { background: var(--brown); color: var(--cream); padding: 30px; text-align: center; }
.belief-strip p { color: var(--sand); font-size: 10px; letter-spacing: .24em; margin: 0 0 7px; text-transform: uppercase; }
.belief-strip div { align-items: center; display: flex; font-family: var(--serif); font-size: 24px; justify-content: center; }
.belief-strip i { color: var(--clay); font-size: 9px; font-style: normal; margin: 0 27px; }
.section { margin: 0 auto; max-width: 1180px; padding: 120px 32px; }

.about { display: grid; gap: 11%; grid-template-columns: .8fr 1.2fr; }
.section-heading h2, .support-intro h2, .investment h2, .faq h2, .contact h2 { font-size: clamp(43px, 5vw, 65px); letter-spacing: -.025em; margin: 0; }
.about-copy { max-width: 650px; }
.about-copy p { margin: 0 0 20px; }
.about-copy .lead { font-family: var(--serif); font-size: 26px; line-height: 1.4; }
details { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin-top: 32px; padding: 18px 0; }
summary { color: var(--clay-dark); cursor: pointer; font-size: 13px; font-weight: 600; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { float: right; font-size: 22px; font-weight: 400; }
details[open] summary span { transform: rotate(45deg); }
.details-copy { padding-top: 22px; }

.support { max-width: none; overflow: hidden; padding-left: max(32px, calc((100vw - 1180px) / 2)); padding-right: max(32px, calc((100vw - 1180px) / 2)); position: relative; }
.support::before { background: #ede1d2; content: ""; inset: 0; position: absolute; z-index: -1; }
.support-intro { display: grid; gap: 35px; grid-template-columns: 1fr 1.2fr 1fr; margin-bottom: 70px; }
.support-intro .eyebrow { align-self: start; }
.support-intro p:last-child { align-self: end; margin: 0; }
.support-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.support-card { background: var(--paper); min-height: 390px; padding: 30px; position: relative; }
.support-card.featured { background: var(--clay); color: white; transform: translateY(-18px); }
.card-number { font-size: 10px; letter-spacing: .15em; opacity: .65; }
.card-icon { color: var(--clay); font-family: var(--serif); font-size: 73px; height: 115px; line-height: 1; padding-top: 25px; }
.featured .card-icon { color: var(--cream); }
.support-card h3 { font-size: 36px; margin: 15px 0; }
.support-card p { font-size: 14px; line-height: 1.8; margin: 0; }

.path-section { align-items: center; display: grid; gap: 12%; grid-template-columns: 1.3fr .7fr; }
.path-quote { position: relative; }
.quote-mark { color: var(--sand); font-family: var(--serif); font-size: 170px; left: -17px; line-height: .5; position: absolute; top: 22px; z-index: -1; }
blockquote { font-size: clamp(42px, 5vw, 67px); letter-spacing: -.025em; margin: 0; }
.path-copy > p { font-family: var(--serif); font-size: 24px; }
.path-copy ul, .price-card ul { list-style: none; margin: 23px 0 0; padding: 0; }
.path-copy li { border-top: 1px solid var(--line); font-size: 13px; padding: 13px 0; }
.path-copy li span { color: var(--clay); margin-right: 10px; }

.investment {
  align-items: center;
  background: var(--sage);
  color: white;
  display: grid;
  gap: 10%;
  grid-template-columns: 1fr .8fr;
  max-width: none;
  padding-left: max(32px, calc((100vw - 1180px) / 2));
  padding-right: max(32px, calc((100vw - 1180px) / 2));
}
.investment .eyebrow { color: var(--cream); }
.investment .eyebrow::before { background: var(--sand); }
.investment-copy > p:last-child { max-width: 550px; }
.price-card { background: var(--paper); color: var(--brown); padding: 45px; text-align: center; }
.price-card > p:first-child { font-size: 11px; font-weight: 600; letter-spacing: .18em; margin: 0; text-transform: uppercase; }
.price { font-family: var(--serif); font-size: 82px; line-height: 1.1; margin-top: 12px; }
.price sup { color: var(--clay); font-family: var(--sans); font-size: 22px; margin-right: 4px; top: -1.8em; }
.price-card .included { color: var(--clay-dark); font-family: var(--serif); font-size: 18px; font-style: normal; margin: 0; }
.price-card ul { margin: 27px 0; text-align: left; }
.price-card li { border-top: 1px solid var(--line); font-size: 13px; padding: 10px 0; }
.price-card li::before { color: var(--clay); content: "✓"; margin-right: 10px; }
.button-light { background: var(--brown); color: white; }

.faq { display: grid; gap: 10%; grid-template-columns: .8fr 1.2fr; }
.faq-intro { align-self: start; position: sticky; top: 50px; }
.faq-intro > p:last-child { margin: 25px 0 0; max-width: 420px; }
.faq-list details { border-bottom: 1px solid var(--line); border-top: 0; margin: 0; padding: 26px 0; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { color: var(--brown); font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.3; padding-right: 38px; position: relative; }
.faq-list summary span { color: var(--clay); float: none; position: absolute; right: 4px; top: -2px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-answer { color: var(--brown); font-size: 14px; max-width: 650px; padding: 17px 35px 0 0; }
.faq-answer p { margin: 0 0 13px; }
.faq-answer p:last-child { margin-bottom: 0; }

.contact { align-items: end; display: grid; gap: 10%; grid-template-columns: 1fr .9fr; }
.contact > div:first-child > p:last-child { margin: 25px 0 0; max-width: 620px; }
.contact-links a { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; padding: 22px 3px; position: relative; text-decoration: none; }
.contact-links a:last-child { border-bottom: 1px solid var(--line); }
.contact-links span { font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.contact-links strong { font-family: var(--serif); font-size: 22px; font-weight: 400; grid-column: 1; overflow-wrap: anywhere; }
.contact-links i { color: var(--clay); font-style: normal; grid-column: 2; grid-row: 1 / 3; margin: auto; }
.contact-links a:hover strong { color: var(--clay-dark); }

footer { align-items: center; background: var(--brown); color: var(--cream); display: flex; justify-content: space-between; padding: 42px max(32px, calc((100vw - 1180px) / 2)); }
footer p { font-size: 11px; margin: 0; opacity: .75; }
.footer-brand { color: var(--cream); }
.copyright { text-align: right; }

/* Soft, photo-led editorial refresh */
:root {
  --cream: #f8f3ed;
  --paper: #fffaf6;
  --clay: #ae756d;
  --clay-dark: #87554f;
  --brown: #493a36;
  --sage: #7c8576;
  --sand: #e6d0c1;
  --sun: #d5a777;
  --line: rgba(73, 58, 54, .17);
  --serif: "Cormorant Garamond", Georgia, serif;
}
body { background: var(--paper); }
.site-header { max-width: 1320px; padding-bottom: 18px; padding-top: 18px; }
.brand { font-family: var(--serif); font-size: 27px; }
.brand-mark { color: var(--clay); font-family: var(--serif); }
nav a { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.nav-cta { border-color: var(--clay-dark); padding: 10px 21px; }

.hero {
  background: #f1e7df;
  grid-template-columns: .88fr 1.12fr;
  max-width: none;
  min-height: 735px;
  overflow: hidden;
  padding: 50px max(32px, calc((100vw - 1260px) / 2)) 75px;
  position: relative;
}
.hero::before {
  border: 1px solid rgba(174, 117, 109, .22);
  border-radius: 50%;
  content: "";
  height: 470px;
  left: -280px;
  position: absolute;
  top: 80px;
  width: 470px;
}
.hero-content { padding-right: 30px; }
h1 { font-size: clamp(64px, 6.5vw, 98px); line-height: .91; max-width: 650px; }
h1 em { color: var(--clay-dark); font-weight: 400; }
.hero-copy { font-size: 15px; line-height: 1.85; max-width: 510px; }
.button { border-radius: 2px; letter-spacing: .1em; padding: 15px 27px; text-transform: uppercase; }
.text-link { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-art { align-items: center; display: flex; height: 620px; justify-content: center; margin-left: 25px; position: relative; }
.hero-logo-image {
  background: #f1efeb;
  border: 1px solid rgba(73, 58, 54, .14);
  border-radius: 50%;
  box-shadow: 0 24px 55px rgba(73, 58, 54, .11);
  max-width: 590px;
  overflow: hidden;
  width: 100%;
}
.hero-logo-image img { display: block; height: auto; width: 100%; }

.belief-strip { background: var(--clay-dark); padding: 25px; }
.belief-strip p { color: #ead7ca; }
.belief-strip div { font-size: 21px; font-style: normal; }
.belief-strip i { color: #d9b59f; }
.section { padding-bottom: 130px; padding-top: 130px; }

.about { align-items: center; display: grid; gap: 10%; grid-template-columns: .85fr 1.15fr; max-width: 1230px; }
.about-visual { min-height: 670px; position: relative; }
.about-mantra {
  align-items: center;
  background: #ead9cc;
  color: var(--clay-dark);
  display: flex;
  flex-direction: column;
  height: 600px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.about-mantra::before, .about-mantra::after { border: 1px solid rgba(135, 85, 79, .25); border-radius: 50%; content: ""; position: absolute; }
.about-mantra::before { height: 390px; width: 390px; }
.about-mantra::after { height: 470px; width: 470px; }
.about-mantra span { font-family: var(--serif); font-size: 36px; font-style: normal; line-height: 1.1; position: relative; z-index: 1; }
.about-mantra strong { font-family: var(--serif); font-size: 61px; font-weight: 400; line-height: 1; position: relative; z-index: 1; }
.about-mantra i { bottom: 90px; color: var(--clay); font-family: var(--serif); font-size: 80px; font-style: normal; position: absolute; }
.about-visual::before {
  border: 1px solid var(--clay);
  content: "";
  height: 590px;
  left: -16px;
  position: absolute;
  top: 18px;
  width: calc(90% - 2px);
  z-index: -1;
}
.about-visual > p {
  background: var(--clay-dark);
  bottom: 15px;
  color: white;
  font-family: var(--serif);
  font-size: 25px;
  font-style: normal;
  line-height: 1.15;
  margin: 0;
  padding: 24px 30px;
  position: absolute;
  right: 0;
  text-align: center;
}
.script { color: var(--clay); font-family: var(--serif); font-size: 28px; font-style: normal; margin: 0 0 5px; }
.about-content .eyebrow { margin-bottom: 18px; }
.about-content .section-heading h2 { max-width: 620px; }
.about-copy { margin-top: 30px; }
.about-copy .lead { color: var(--clay-dark); font-size: 24px; }
.bio-photo {
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(73, 58, 54, .14);
  float: right;
  margin: 3px 0 22px 30px;
  padding: 5px;
  transform: rotate(2deg);
  width: 280px;
}
.bio-photo img { aspect-ratio: 1 / 1; display: block; object-fit: cover; width: 100%; }

.partner {
  background: #493a36;
  color: var(--paper);
  max-width: none;
  overflow: hidden;
  padding-left: max(32px, calc((100vw - 1120px) / 2));
  padding-right: max(32px, calc((100vw - 1120px) / 2));
  position: relative;
}
.partner::after {
  border: 1px solid rgba(255, 250, 246, .12);
  border-radius: 50%;
  content: "";
  height: 520px;
  position: absolute;
  right: -260px;
  top: -270px;
  width: 520px;
}
.partner-copy { margin: 0 auto; max-width: 850px; position: relative; z-index: 1; }
.partner .eyebrow { color: #e5c9bc; }
.partner .eyebrow::before { background: #d8aa98; }
.partner h2 { font-size: clamp(54px, 6vw, 76px); margin: 0 0 20px; }
.partner-lead { color: #eedfd6; font-family: var(--serif); font-size: 27px; line-height: 1.35; margin: 0 0 25px; }
.partner-story { columns: 2; column-gap: 36px; }
.partner-story p { break-inside: avoid; font-size: 14px; line-height: 1.8; margin: 0 0 17px; opacity: .88; }
.partner-story em { color: #e8c4b4; font-family: var(--serif); font-size: 18px; }
.partner-link { border-bottom: 1px solid #d8aa98; color: #f0d9ce; display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .12em; margin-top: 18px; padding-bottom: 6px; text-decoration: none; text-transform: uppercase; }
.partner-link span { margin-left: 7px; }
.partner-link:hover { color: white; }

.support::before { background: #eee2d9; }
.support-intro h2 { font-style: normal; }
.support-card { border: 1px solid rgba(135, 85, 79, .15); box-shadow: 0 8px 30px rgba(73, 58, 54, .04); }
.support-card.featured { background: var(--clay-dark); transform: translateY(-14px); }
.card-icon { font-style: normal; }
.support-card h3 { font-size: 40px; }

.path-section { max-width: 1230px; }
blockquote { color: var(--clay-dark); font-style: normal; }
.quote-mark { color: #eadbd0; }

.investment { background: #a66e67; }
.price-card { box-shadow: 0 22px 55px rgba(73, 58, 54, .16); }
.price-card .included { color: var(--clay-dark); }
.button-light { background: var(--clay-dark); }
.faq { max-width: 1230px; }
.faq-intro h2 { font-style: normal; }
.faq-list summary { font-size: 28px; }
.contact { max-width: 1230px; }
.contact h2 { color: var(--clay-dark); font-style: normal; }
footer { background: #493a36; }

@media (max-width: 850px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-content { max-width: 680px; }
  .hero-art { height: 570px; margin: 25px 0 0; }
  .about, .faq, .contact { gap: 55px; grid-template-columns: 1fr; }
  .about-visual { min-height: 610px; width: min(100%, 560px); }
  .about-mantra { height: 550px; }
  .about-visual::before { height: 540px; }
  .partner-story { columns: 1; }
  .faq-intro { position: static; }
  .support-intro { grid-template-columns: 1fr; }
  .support-intro h2 { max-width: 650px; }
  .support-intro p:last-child { max-width: 600px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 0; }
  .support-card.featured { transform: none; }
  .path-section, .investment { grid-template-columns: 1fr; }
  .path-copy { max-width: 550px; }
  .price-card { max-width: 550px; width: 100%; }
  footer { flex-wrap: wrap; gap: 25px; }
}

@media (max-width: 560px) {
  .site-header { padding: 18px 20px; }
  .brand { font-size: 19px; }
  .brand-mark { font-size: 39px; margin-right: 7px; }
  .nav-cta { padding: 8px 14px; }
  .hero { min-height: 0; padding: 60px 20px 45px; }
  h1 { font-size: 57px; }
  .hero-copy { font-size: 15px; }
  .hero-art { height: 450px; margin-top: 35px; }
  .hero-logo-image { max-width: 420px; }
  .belief-strip div { flex-wrap: wrap; font-size: 18px; gap: 5px; }
  .belief-strip i { margin: 0 10px; }
  .section { padding: 85px 20px; }
  .section-heading h2, .support-intro h2, .investment h2, .faq h2, .contact h2 { font-size: 43px; }
  .about-copy .lead { font-size: 23px; }
  .bio-photo { margin-left: 20px; width: 230px; }
  .about-visual { min-height: 475px; }
  .about-mantra { height: 430px; width: 92%; }
  .about-mantra strong { font-size: 49px; }
  .about-mantra span { font-size: 30px; }
  .about-visual::before { height: 420px; width: calc(92% - 2px); }
  .about-visual > p { bottom: 0; font-size: 21px; padding: 18px 21px; }
  .partner { padding-left: 20px; padding-right: 20px; }
  .partner h2 { font-size: 56px; }
  .partner-lead { font-size: 24px; }
  .support { padding-left: 20px; padding-right: 20px; }
  .support-intro { margin-bottom: 45px; }
  blockquote { font-size: 44px; }
  .investment { padding-left: 20px; padding-right: 20px; }
  .price-card { padding: 35px 22px; }
  .price { font-size: 68px; }
  .contact-links strong { font-size: 18px; }
  footer { align-items: flex-start; flex-direction: column; padding: 38px 20px; }
  .copyright { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
