:root {
  --ink: #303733;
  --muted: #69736e;
  --paper: #fbfcf9;
  --paper-deep: #f0f4ef;
  --cream: #ffffff;
  --plum: #6f8d81;
  --plum-deep: #587468;
  --rose: #dfad96;
  --sage: #aac1b5;
  --line: rgba(48, 55, 51, 0.11);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #eef2ee;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.page-shell {
  width: min(1500px, 100%);
  margin: 0 auto;
  background: var(--paper);
  overflow: hidden;
}
.site-header {
  height: 92px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 252, 249, 0.94);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--serif); font-size: 17px; }
.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; color: var(--plum); }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.1; }
.brand-mark circle { fill: var(--rose); stroke: none; }
nav { display: flex; gap: 34px; }
nav a, .text-button { text-decoration: none; font-size: 13px; letter-spacing: .04em; color: var(--muted); }
nav a:hover, .text-button:hover { color: var(--ink); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.language-switcher { display: inline-flex; align-items: center; gap: 5px; color: #aaa29b; font-size: 10px; letter-spacing: .08em; }
.language-switcher button { border: 0; background: none; padding: 5px 2px; color: inherit; font-size: inherit; font-weight: 600; letter-spacing: inherit; cursor: pointer; }
.language-switcher button:hover, .language-switcher button.is-active { color: var(--plum); }
.text-button { border: 0; border-bottom: 1px solid currentColor; background: none; padding: 5px 0; cursor: pointer; }

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
  grid-template-rows: 1fr auto;
  background: var(--paper);
}
.hero-copy { padding: clamp(72px, 9vw, 134px) clamp(28px, 7vw, 112px) 74px; align-self: center; }
.eyebrow { margin: 0 0 20px; color: var(--plum); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
h1 { max-width: 810px; font-size: clamp(48px, 5.7vw, 86px); }
html[lang="en"] h1 { font-size: clamp(46px, 5.2vw, 78px); }
h1 em, h2 em { color: var(--plum); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #5f5a55; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; border: 0; text-decoration: none; padding: 0 24px; font-size: 13px; font-weight: 600; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: white; }
.button-primary:hover { background: var(--plum-deep); }
.button-link { min-height: auto; padding: 6px 0; border-bottom: 1px solid var(--line); }
.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: radial-gradient(circle at 54% 35%, #fffaf4 0, #f5e9e1 34%, #dfebe5 70%, #cbded5 100%);
  color: var(--ink);
}
.visual-orbit { position: absolute; border: 1px solid rgba(91, 125, 110, .18); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; left: 50%; top: 44%; transform: translate(-50%,-50%); }
.orbit-two { width: 760px; height: 760px; left: 44%; top: 48%; transform: translate(-50%,-50%); }
.growth-symbol { position: absolute; inset: 1% 5% auto; height: 64%; opacity: .94; }
.growth-symbol svg { width: 100%; height: 100%; overflow: visible; }
.growth-symbol .stair-glow { fill: none; stroke: rgba(255, 255, 255, .58); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.growth-symbol .stair-line { fill: none; stroke: rgba(86, 124, 108, .72); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.growth-symbol .step-dot { fill: #f9f7f0; stroke: rgba(86, 124, 108, .7); stroke-width: 1; }
.growth-symbol .sprout-stem { fill: none; stroke: #c4896f; stroke-width: 2; stroke-linecap: round; }
.growth-symbol .sprout-leaf { fill: rgba(255, 255, 255, .42); stroke: #c4896f; stroke-width: 1.4; stroke-linejoin: round; }
.hero-visual blockquote { position: absolute; left: 9%; right: 10%; bottom: 18%; margin: 0; max-width: 520px; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 35px); line-height: 1.45; }
.hero-visual blockquote span { display: block; height: 34px; color: #c98d72; font-size: 55px; line-height: 1; }
.visual-note { position: absolute; left: 9%; right: 9%; bottom: 5%; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid rgba(48, 55, 51, .16); padding-top: 16px; }
.visual-note span { font-size: 11px; letter-spacing: .1em; opacity: .7; }
.visual-note p { margin: 0; text-align: right; font-size: 11px; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.trust-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.trust-row > div { display: flex; align-items: center; gap: 22px; padding: 25px clamp(22px, 4vw, 58px); border-right: 1px solid var(--line); }
.trust-row > div:last-child { border-right: 0; }
.trust-row strong { font-family: var(--serif); font-size: 23px; font-weight: 400; color: var(--plum); white-space: nowrap; }
.trust-row span { color: var(--muted); font-size: 11px; line-height: 1.55; letter-spacing: .04em; text-transform: uppercase; }

.section-pad { padding: clamp(88px, 11vw, 160px) clamp(24px, 7vw, 108px); }
.method { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: .52fr 1.2fr .78fr; align-items: start; gap: clamp(28px, 5vw, 72px); }
.section-heading h2, .work h2, .dialog-intro h2 { font-size: clamp(39px, 4.4vw, 66px); }
.section-heading > p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 15px; }
.lens-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 92px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lens-card { min-height: 375px; position: relative; padding: 34px 36px 40px; border-right: 1px solid var(--line); }
.lens-card:first-child { border-left: 1px solid var(--line); }
.card-number { position: absolute; top: 22px; right: 24px; color: #9c948e; font-size: 10px; letter-spacing: .1em; }
.mini-symbol { width: 70px; height: 70px; margin: 32px 0 45px; position: relative; color: var(--rose); }
.brain-wave svg { width: 100%; height: 100%; overflow: visible; }
.brain-wave .brain-outline, .brain-wave .brain-center { fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.brain-wave .brain-center { opacity: .42; }
.brain-wave .neural-wave { fill: none; stroke: #c4896f; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.coaching-path svg { width: 100%; height: 100%; overflow: visible; }
.coaching-path .route-line { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; }
.coaching-path .route-halo { fill: none; stroke: currentColor; stroke-width: .8; opacity: .42; }
.coaching-path .route-point { fill: var(--cream); stroke: currentColor; stroke-width: 1.2; }
.coaching-path .route-destination { fill: var(--rose); }
.magic-flower svg { width: 100%; height: 100%; overflow: visible; }
.magic-flower ellipse { fill: rgba(223, 173, 150, .09); stroke: currentColor; stroke-width: .9; }
.magic-flower circle { fill: #f7eee8; stroke: currentColor; stroke-width: 1; }
.lens-card h3, .offer-card h3, .pathway-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.lens-card p, .pathway-card p { margin: 0; color: var(--muted); font-size: 14px; }
.method-line { margin-top: 44px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 22px; color: var(--plum); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.method-line i { height: 1px; background: var(--line); position: relative; }
.method-line i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--rose); }

.work { background: var(--paper-deep); padding-bottom: 0; }
.work-top { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(40px, 9vw, 140px); align-items: end; }
.work-top > p { margin: 0 0 8px; color: var(--muted); max-width: 560px; }
.offer-grid { display: grid; grid-template-columns: 1.12fr .88fr; margin-top: 70px; box-shadow: 0 30px 90px rgba(71, 95, 84, .08); }
.offer-card { min-height: 530px; padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; justify-content: space-between; }
.offer-card.featured { background: #e3eee8; color: var(--ink); }
.offer-label, .pathway-card > span { margin: 0 0 19px; color: #668477; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.offer-card h3 { font-size: clamp(35px, 4vw, 54px); }
.offer-card div > p:last-child { max-width: 630px; color: var(--muted); }
.offer-card ul { margin: 26px 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.offer-card li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.offer-card li::before { content: "✦"; margin-right: 12px; color: #c88e73; }
.button-light { align-self: flex-start; background: var(--plum); color: white; }
.pathways { background: var(--cream); display: grid; grid-template-rows: 1fr 1fr; }
.pathway-card { padding: clamp(30px, 4vw, 58px); display: flex; flex-direction: column; justify-content: center; }
.pathway-card + .pathway-card { border-top: 1px solid var(--line); }
.pathway-card > span { color: var(--plum); }
.site-footer { margin-top: 110px; padding: 45px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 36px; border-top: 1px solid var(--line); }
.footer-name { margin: 0 0 8px; font-family: var(--serif); font-size: 22px; }
.site-footer > div > p:last-child, .copyright { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.footer-cta { border: 0; border-bottom: 1px solid currentColor; background: none; padding: 8px 0; color: var(--plum); font-size: 13px; cursor: pointer; }
.footer-cta span { margin-left: 18px; }
.copyright { justify-self: end; }

.consult-dialog { width: min(960px, calc(100% - 30px)); max-height: calc(100vh - 30px); border: 0; padding: 0; background: var(--cream); color: var(--ink); box-shadow: 0 40px 120px rgba(48, 64, 57, .22); }
.consult-dialog::backdrop { background: rgba(43, 54, 49, .38); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; top: 17px; right: 20px; z-index: 2; border: 0; background: none; font-size: 27px; color: var(--muted); cursor: pointer; }
.dialog-layout { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 570px; }
.dialog-intro { padding: 66px 50px; background: var(--paper-deep); }
.dialog-intro p:last-child { margin-top: 30px; color: var(--muted); font-size: 14px; }
.consult-dialog form { padding: 58px 54px 40px; display: flex; flex-direction: column; gap: 21px; }
.consult-dialog label { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.consult-dialog input, .consult-dialog select, .consult-dialog textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; padding: 11px 0; color: var(--ink); font-size: 14px; text-transform: none; resize: vertical; }
.consult-dialog input:focus, .consult-dialog select:focus, .consult-dialog textarea:focus { border-color: var(--plum); }
.form-submit { margin-top: 8px; width: 100%; }
.form-note { margin: -10px 0 0; color: #958e88; text-align: center; font-size: 10px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 50; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--ink); color: white; padding: 12px 18px; font-size: 12px; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 86px; }
  .hero-visual { min-height: 620px; }
  .growth-symbol { inset: 0 7% auto; height: 56%; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .lens-grid { grid-template-columns: 1fr; }
  .lens-card { min-height: 300px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .work-top, .offer-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 640px) {
  .site-header { padding: 0 20px; }
  .brand { font-size: 15px; }
  .text-button { font-size: 11px; }
  .header-actions { gap: 13px; }
  .hero-copy { padding: 67px 22px 58px; }
  h1 { font-size: clamp(40px, 12.5vw, 57px); }
  html[lang="en"] h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .button-link { width: auto !important; align-self: flex-start; }
  .hero-visual { min-height: 540px; }
  .growth-symbol { inset: -2% 8% auto; height: 49%; }
  .hero-visual blockquote { bottom: 20%; font-size: 25px; }
  .section-pad { padding-left: 22px; padding-right: 22px; }
  .section-heading h2, .work h2 { font-size: 39px; }
  .lens-grid { margin-top: 58px; }
  .method-line { grid-template-columns: 1fr; gap: 12px; }
  .method-line i { width: 1px; height: 24px; margin-left: 6px; }
  .method-line i::after { right: -2px; top: auto; bottom: 0; }
  .offer-card { min-height: 590px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; margin-top: 80px; }
  .footer-cta { justify-self: start; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-intro { padding: 45px 28px 32px; }
  .dialog-intro h2 { font-size: 38px; }
  .consult-dialog form { padding: 34px 28px 30px; }
}
@media (max-width: 430px) {
  .header-actions .text-button { display: none; }
}
