:root {
  --ivory: #f8f3e9;
  --paper: #fffdf8;
  --mint: #58b296;
  --mint-dark: #2f735f;
  --rose: #c96f9e;
  --rose-soft: #f4e3eb;
  --brown: #24120d;
  --warm: #9b725b;
  --line: #dfd3c4;
  --shadow: 0 20px 60px rgba(56, 35, 24, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--brown); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; border-radius: 8px; }

.site-header { width: min(1240px, calc(100% - 48px)); min-height: 112px; margin: auto; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 30px; }
.brand img { width: 240px; height: auto; display: block; }
.site-header nav { display: flex; justify-content: center; gap: 28px; font-size: 14px; }
.site-header nav a { padding: 10px 2px; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--mint); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 0 30px; border-radius: 999px; background: var(--mint-dark); color: white; font-size: 16px; font-weight: 800; letter-spacing: .015em; box-shadow: 0 14px 34px rgba(47, 115, 95, .27); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #245e4d; }
.button span { font-size: 18px; }

.hero { width: min(1000px, calc(100% - 40px)); min-height: 650px; margin: 0 auto; padding: 105px 0 84px; text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; z-index: -1; }
.hero::before { width: 300px; height: 300px; background: #dbece5; left: -180px; top: 100px; }
.hero::after { width: 220px; height: 220px; background: var(--rose-soft); right: -130px; bottom: 90px; }
.eyebrow, .section-kicker { display: block; color: var(--mint-dark); font-size: 12px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.hero .eyebrow { font-size: 16px; letter-spacing: .14em; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; }
.hero h1 { max-width: 820px; margin: 26px 0 24px; font-size: clamp(40px, 4.6vw, 58px); line-height: 1.12; }
.hero-lead { max-width: 720px; margin: 0 0 34px; color: #664f43; font-size: 20px; line-height: 1.75; }
.hero-topics-label { margin: 52px 0 18px; color: var(--mint-dark); font-size: 14px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.hero-topics { width: min(100%, 960px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hero-topics span { display: flex; align-items: center; justify-content: center; min-height: 112px; padding: 22px 26px; border: 1px solid #d7c8b8; border-radius: 20px; background: rgba(255, 253, 248, .86); color: #422f27; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 700; line-height: 1.45; box-shadow: 0 12px 30px rgba(56, 35, 24, .07); }
.hero-topics span:nth-child(1) { border-top: 4px solid var(--rose); }
.hero-topics span:nth-child(2) { border-top: 4px solid var(--warm); }
.hero-topics span:nth-child(3) { border-top: 4px solid var(--mint); }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.fit-section { background: var(--paper); border-radius: 42px; overflow: hidden; box-shadow: var(--shadow); }
.fit-copy { max-width: 1040px; margin: 0 auto; padding: 82px 72px; }
.fit-copy .check-list { grid-template-columns: 1fr 1fr; column-gap: 58px; }
h2 { margin: 16px 0 28px; font-size: clamp(38px, 5vw, 58px); line-height: 1.1; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 19px; }
.check-list li { position: relative; padding-left: 32px; color: #5c463b; font-size: 16px; line-height: 1.55; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 13px; height: 13px; background: var(--mint); border-radius: 50% 50% 50% 12%; transform: rotate(-20deg); }

.process-section { padding: 130px max(24px, calc((100% - 1180px) / 2)); overflow: hidden; }
.section-heading { max-width: 720px; }
.section-heading.centered { text-align: center; margin: 0 auto; }
.section-heading.compact { max-width: 560px; }
.section-heading p { color: #654f44; font-size: 18px; line-height: 1.7; }
.map { margin: 80px auto 90px; max-width: 1050px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; position: relative; }
.map::before { content: ""; position: absolute; top: 31px; left: 16%; right: 16%; height: 2px; background: linear-gradient(90deg, var(--rose), var(--warm), var(--mint)); transform: rotate(-1deg); }
.map article { position: relative; text-align: center; }
.map-dot { width: 64px; height: 64px; margin: 0 auto 25px; border-radius: 50%; display: grid; place-items: center; position: relative; z-index: 1; color: white; font-size: 12px; font-weight: 800; box-shadow: 0 0 0 10px var(--ivory); }
.map-dot.rose { background: var(--rose); }.map-dot.brown { background: var(--warm); }.map-dot.green { background: var(--mint); }
.map h3, .working-grid h3, .session-grid h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; margin: 0 0 13px; }
.map p { margin: 0; color: #705b50; line-height: 1.6; }
.working-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.working-grid article { background: var(--paper); border: 1px solid var(--line); border-radius: 30px; padding: 48px; }
.working-grid article > span, .session-grid article > span { color: var(--rose); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.working-grid p { color: #604b40; line-height: 1.75; }
.commitment { border-left: 3px solid var(--mint); padding-left: 18px; font-style: italic; }

.tools-section { padding: 100px 0 120px; }
.tools-list { margin-top: 58px; border-top: 1px solid var(--line); }
.tool-card { border-bottom: 1px solid var(--line); }
.tool-card summary { list-style: none; cursor: pointer; min-height: 110px; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; }
.tool-card summary::-webkit-details-marker { display: none; }
.tool-title { font-family: Georgia, serif; font-size: clamp(26px, 3vw, 38px); }
.tool-action { color: var(--mint-dark); font-size: 13px; font-weight: 800; }
.tool-action::after { content: "+"; display: inline-grid; place-items: center; width: 34px; height: 34px; margin-left: 14px; border: 1px solid var(--mint); border-radius: 50%; font-size: 20px; }
.tool-card[open] .tool-action::after { content: "−"; }
.tool-copy { max-width: 850px; margin: 0 auto; padding: 8px 0 45px; color: #5b473d; font-size: 17px; line-height: 1.8; }
.tools-note { max-width: 700px; margin: 34px 0 0 auto; padding: 20px 24px; border-radius: 16px; background: #e4f1ec; color: #335b4d; line-height: 1.6; }

.about-section { background: var(--brown); color: #fffaf2; padding: 110px max(24px, calc((100% - 1080px) / 2)); display: grid; grid-template-columns: 340px 1fr; gap: 70px; align-items: center; }
.about-photo { width: 100%; aspect-ratio: 3 / 4; border-radius: 120px 120px 28px 28px; overflow: hidden; background: #d7c3aa; }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.about-section .section-kicker { color: #8ad3bb; }
.about-section h2 { margin-bottom: 22px; }
.about-section p { color: #dfd2ca; font-size: 17px; line-height: 1.8; }
.about-section .about-lead { color: white; font-size: 23px; font-family: Georgia, serif; }

.testimonials-section { padding: 120px 0; }
.testimonials-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { min-height: 350px; margin: 0; padding: 36px 34px 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); display: flex; flex-direction: column; box-shadow: 0 14px 40px rgba(56, 35, 24, .07); }
.testimonial-card:nth-child(3n + 2) { background: #f7ebf1; }
.testimonial-card:nth-child(3n + 3) { background: #e8f2ee; }
.quote-mark { height: 48px; color: var(--rose); font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.testimonial-card p { flex: 1; margin: 8px 0 28px; color: #513d34; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.72; }
.testimonial-card footer { padding: 18px 0 0; border-top: 1px solid rgba(91, 69, 57, .18); background: transparent; display: block; color: var(--mint-dark); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.testimonials-note { max-width: 760px; margin: 34px auto 0; color: #70594d; font-size: 13px; line-height: 1.6; text-align: center; }
.testimonials-actions { margin-top: 38px; text-align: center; }
.secondary-button { display: inline-flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 25px; border: 1px solid var(--mint-dark); border-radius: 999px; color: var(--mint-dark); font-size: 15px; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease; }
.secondary-button:hover { background: var(--mint-dark); color: white; transform: translateY(-2px); }

.inner-header { width: min(1180px, calc(100% - 48px)); min-height: 112px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.back-link { color: var(--mint-dark); font-size: 14px; font-weight: 800; }
.experiences-hero { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 95px 0 70px; text-align: center; }
.experiences-hero h1 { margin: 18px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.experiences-hero p { max-width: 650px; margin: 0 auto; color: #654f44; font-size: 19px; line-height: 1.7; }
.all-testimonials { padding-bottom: 110px; }
.testimonials-grid-all { grid-template-columns: repeat(3, 1fr); }
.experiences-cta { padding: 100px 24px 120px; background: #eee4d7; text-align: center; }
.experiences-cta h2 { max-width: 720px; margin: 0 auto 32px; }

.details-section { padding: 120px 0; }
.session-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.session-grid article { min-height: 250px; padding: 38px; border-radius: 28px; background: var(--paper); border: 1px solid var(--line); }
.session-grid p { color: #624d42; line-height: 1.7; }

.faq-section { padding: 110px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; background: #eee4d7; }
.faq-list { border-top: 1px solid #cdbdad; }
.faq-list details { border-bottom: 1px solid #cdbdad; padding: 25px 4px; }
.faq-list summary { cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 21px; padding-right: 40px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--mint-dark); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: #624c40; line-height: 1.7; padding-right: 34px; }

.closing-section { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; text-align: center; display: flex; flex-direction: column; align-items: center; }
.closing-section p { max-width: 650px; margin: 0 0 30px; color: #664f43; font-size: 19px; line-height: 1.7; }
.closing-section small { margin-top: 20px; color: #735d51; }
footer { background: #efe5d8; padding: 55px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 230px 1fr auto; gap: 50px; align-items: center; color: #725d52; font-size: 12px; line-height: 1.6; }
footer img { width: 220px; height: auto; }
footer p { max-width: 600px; }

.beliefs-hero { width: min(980px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 115px; text-align: center; }
.beliefs-hero h1 { margin: 20px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 6vw, 76px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.beliefs-subtitle { max-width: 700px; margin: 0 auto 34px; color: #654f44; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.65; }
.beliefs-intro { padding: 78px; border-radius: 42px; background: var(--brown); color: #fffaf2; box-shadow: var(--shadow); }
.beliefs-intro .section-kicker { color: #8ad3bb; }
.beliefs-intro h2 { max-width: 960px; font-size: clamp(34px, 4vw, 52px); }
.beliefs-intro p { max-width: 880px; color: #e3d7d0; font-size: 18px; line-height: 1.8; }
.beliefs-topics { padding: 120px 0; }
.beliefs-topic-list { margin-top: 55px; border-top: 1px solid var(--line); }
.beliefs-topic { border-bottom: 1px solid var(--line); }
.beliefs-topic summary { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 3vw, 36px); }
.beliefs-topic summary::-webkit-details-marker { display: none; }
.beliefs-topic summary span { color: var(--mint-dark); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: 13px; font-weight: 800; }
.beliefs-topic summary span::after { content: "+"; display: inline-grid; place-items: center; width: 34px; height: 34px; margin-left: 14px; border: 1px solid var(--mint); border-radius: 50%; font-size: 20px; }
.beliefs-topic[open] summary span::after { content: "−"; }
.beliefs-topic > div { max-width: 880px; margin: 0 auto; padding: 0 0 48px; color: #5c473d; font-size: 17px; line-height: 1.8; }
.beliefs-topic li { margin-bottom: 10px; }
.beliefs-important { margin-bottom: 120px; padding: 72px 76px; border: 1px solid #d8b3c6; border-radius: 38px; background: var(--rose-soft); }
.beliefs-important h2 { font-size: clamp(34px, 4vw, 50px); }
.beliefs-important p { max-width: 940px; color: #5d443c; font-size: 16px; line-height: 1.78; }
.beliefs-explanation { padding: 120px 0; background: #e7f0ec; }
.beliefs-explanation .section-heading { max-width: 820px; }
.beliefs-explanation .section-heading p { margin: 16px 0; }
.beliefs-subconscious { margin-top: 76px; padding: 48px 54px; border-radius: 28px; background: rgba(255, 253, 248, .8); }
.beliefs-subconscious h3, .beliefs-minds h3 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.beliefs-subconscious p { color: #5c473d; line-height: 1.75; }
.beliefs-minds { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.beliefs-minds article { padding: 38px 34px; border: 1px solid rgba(47, 115, 95, .2); border-radius: 28px; background: var(--paper); }
.beliefs-minds article > span { color: var(--rose); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.beliefs-minds p { color: #5d493e; line-height: 1.72; }
.beliefs-online { padding: 120px 0; }
.beliefs-online h2 { max-width: 700px; }
.beliefs-online p { max-width: 850px; color: #5c473d; font-size: 18px; line-height: 1.8; }
.beliefs-testimonials { padding-top: 20px; }
.beliefs-cta p { max-width: 620px; margin: -14px auto 32px; color: #654f44; font-size: 18px; line-height: 1.7; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 96px; }.site-header nav { display: none; }.site-header > .button { display: none; }
  .fit-copy { padding: 60px 42px; }.fit-copy .check-list { grid-template-columns: 1fr; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }.about-section { grid-template-columns: 270px 1fr; gap: 45px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid-all { grid-template-columns: 1fr 1fr; }
  .beliefs-minds { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 30px); }.brand img { width: 205px; }
  .hero { min-height: auto; padding: 75px 0 90px; }.hero .eyebrow { font-size: 14px; }.hero h1 { font-size: 37px; line-height: 1.14; }.hero-lead { font-size: 18px; }
  .hero-topics-label { margin-top: 44px; }.hero-topics { grid-template-columns: 1fr; }.hero-topics span { min-height: 90px; }
  .section-shell { width: calc(100% - 28px); }.fit-section { border-radius: 28px; }.fit-copy { padding: 50px 26px; }
  h2 { font-size: 40px; }.process-section { padding-top: 95px; padding-bottom: 95px; }
  .map { grid-template-columns: 1fr; gap: 52px; margin: 65px 0; }.map::before { top: 30px; bottom: 30px; left: 50%; right: auto; width: 2px; height: auto; background: linear-gradient(var(--rose), var(--warm), var(--mint)); }.map article { background: var(--ivory); padding: 0 20px; }
  .working-grid, .session-grid { grid-template-columns: 1fr; }.working-grid article { padding: 34px 26px; }
  .tools-section { padding-top: 85px; }.tool-card summary { grid-template-columns: 1fr; gap: 12px; padding: 20px 0; }.tool-action { grid-column: 1; }.tool-action::after { width: 28px; height: 28px; }.tool-copy { font-size: 16px; }
  .about-section { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 80px; }.about-photo { width: min(100%, 330px); margin: 0 auto; }
  .testimonials-section { padding: 90px 0; overflow: hidden; }.testimonials-grid { grid-template-columns: repeat(6, minmax(84vw, 1fr)); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 2px 18px; scrollbar-width: thin; }.testimonial-card { min-height: 0; scroll-snap-align: start; }.testimonials-note { padding: 0 12px; }
  .inner-header { width: calc(100% - 30px); min-height: 96px; align-items: center; }.inner-header .brand img { width: 190px; }.back-link { max-width: 105px; text-align: right; line-height: 1.35; }
  .experiences-hero { width: calc(100% - 30px); padding: 72px 0 50px; }.experiences-hero h1 { font-size: 40px; }
  .all-testimonials { padding-bottom: 80px; }.testimonials-grid-all { display: grid; grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }.testimonials-grid-all .testimonial-card { width: auto; }
  .beliefs-hero { width: calc(100% - 30px); padding: 72px 0 85px; }.beliefs-hero h1 { font-size: 42px; }.beliefs-subtitle { font-size: 19px; }
  .beliefs-intro { width: calc(100% - 28px); padding: 52px 27px; border-radius: 28px; }.beliefs-intro p { font-size: 16px; }
  .beliefs-topics { padding: 90px 0; }.beliefs-topic summary { min-height: 92px; font-size: 25px; }.beliefs-topic summary span { font-size: 0; }.beliefs-topic summary span::after { margin-left: 0; font-size: 20px; }
  .beliefs-topic > div { padding: 0 2px 38px; font-size: 16px; }.beliefs-important { margin-bottom: 90px; padding: 48px 26px; border-radius: 28px; }
  .beliefs-explanation { padding: 90px 0; }.beliefs-subconscious { margin-top: 58px; padding: 38px 25px; }.beliefs-minds article { padding: 32px 26px; }.beliefs-online { padding: 90px 0; }.beliefs-online p { font-size: 16px; }
  .details-section { padding: 85px 0; }.faq-section { padding-top: 85px; padding-bottom: 85px; }.closing-section { padding: 95px 0; }
}

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