:root {
  --ink: #15342f;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --sage: #dce9d7;
  --sage-dark: #6d8c76;
  --peach: #efb58e;
  --rose: #efd4ca;
  --gold: #e7bd68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 88px; padding: 0 5.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(21,52,47,.12); background: rgba(255,253,248,.92); position: relative; z-index: 20; }
.brand { display: flex; gap: 10px; align-items: center; font-family: Georgia, serif; font-size: 22px; font-weight: 700; letter-spacing: -.5px; }
.brand em { display: block; font-family: Arial, sans-serif; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; font-style: normal; font-weight: 500; margin-top: -2px; }
.brand-mark { color: var(--peach); font-size: 29px; }
nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
nav a { padding: 12px 0; }
nav a:hover { color: var(--sage-dark); }
.header-cta { background: var(--ink); color: white; padding: 13px 20px; border-radius: 100px; font-size: 13px; font-weight: 700; }
.header-cta span, .button span { margin-left: 9px; }

.hero { min-height: 730px; background: var(--cream); display: grid; grid-template-columns: 52% 48%; padding: 78px 7vw 74px 9vw; position: relative; overflow: hidden; align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 670px; }
.eyebrow { text-transform: uppercase; letter-spacing: 2.4px; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 25px; height: 1px; background: var(--peach); display: inline-block; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -3.5px; margin: 21px 0; line-height: .98; }
h1 { font-size: clamp(58px, 6.2vw, 96px); }
h2 { font-size: clamp(43px, 4.3vw, 68px); }
h1 em, h2 em { color: var(--sage-dark); font-weight: 400; }
.hero-intro { max-width: 510px; font-family: Georgia, serif; font-size: 20px; line-height: 1.6; color: #445b56; }
.hero-actions { display: flex; gap: 30px; align-items: center; margin-top: 33px; }
.button { display: inline-flex; align-items: center; border-radius: 100px; padding: 17px 24px; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(21,52,47,.18); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(21,52,47,.35); padding-bottom: 5px; }
.text-link span { margin-left: 7px; color: var(--peach); }
.trust-row { display: flex; align-items: center; margin-top: 52px; gap: 15px; }
.trust-row p { font-size: 11px; line-height: 1.55; color: #667570; margin: 0; }
.trust-row strong { color: var(--ink); }
.experience-pill { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-family: Georgia, serif; font-size: 14px; }
.avatars { display: flex; }
.avatars span { width: 35px; height: 35px; border: 2px solid var(--cream); margin-left: -8px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; color: var(--ink); background: var(--rose); }
.avatars span:nth-child(2) { background: var(--sage); }.avatars span:nth-child(3) { background: var(--peach); }

.hero-art { height: 555px; max-width: 510px; width: 100%; position: relative; margin-left: auto; }
.sun { position: absolute; width: 195px; height: 195px; border-radius: 50%; background: var(--peach); right: 8%; top: 8%; opacity: .92; }
.arch { position: absolute; border-radius: 240px 240px 10px 10px; bottom: 0; }
.arch-back { width: 78%; height: 78%; right: 2%; background: #b8cfb5; }
.arch-front { width: 62%; height: 67%; right: 10%; background: var(--ink); overflow: hidden; }
.path { position: absolute; background: var(--gold); width: 31%; height: 51%; right: 25%; bottom: 0; clip-path: polygon(63% 0, 100% 0, 67% 100%, 0 100%); opacity: .9; }
.leaf { position: absolute; font-family: Georgia, serif; font-size: 150px; color: #8aa68e; transform: rotate(62deg); z-index: 3; line-height: 1; }
.leaf-one { left: -5%; bottom: 8%; }.leaf-two { right: -10%; bottom: -1%; color: var(--peach); transform: rotate(-50deg); }
.art-note { position: absolute; left: -8%; bottom: 12%; z-index: 4; background: rgba(255,253,248,.94); width: 240px; padding: 22px 22px 20px 55px; box-shadow: 0 15px 45px rgba(21,52,47,.15); border-radius: 2px 20px 2px 20px; }
.art-note p { font-family: Georgia, serif; font-size: 14px; line-height: 1.45; margin: 0; }
.note-icon { position: absolute; left: 20px; top: 20px; color: var(--peach); font-size: 24px; }
.hero-orbit { position: absolute; border: 1px solid rgba(21,52,47,.09); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; right: -80px; top: 30px; }.orbit-two { width: 430px; height: 430px; right: 0; top: 115px; }

.section { padding: 110px 8vw; }
.section-heading { max-width: 680px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 520px; line-height: 1.7; color: #65716d; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 460px; padding: 32px; border-radius: 2px 42px 2px 42px; display: flex; flex-direction: column; transition: transform .25s; }
.service-card:hover { transform: translateY(-6px); }
.therapy { background: var(--sage); }.counselling { background: var(--rose); }.coaching { background: #f2e3bd; }
.service-top { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 2px; }
.service-symbol { font-size: 32px; color: rgba(21,52,47,.42); }
.service-card h3 { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin: 54px 0 5px; }
.service-subtitle { font-family: Georgia, serif; font-style: italic; margin: 0; }
.service-text { font-size: 14px; line-height: 1.65; color: #455b56; margin: 23px 0; }
.service-card ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 7px; margin: 0 0 24px; }
.service-card li { border: 1px solid rgba(21,52,47,.2); padding: 7px 10px; border-radius: 100px; font-size: 10px; }
.service-card > a { margin-top: auto; font-size: 12px; font-weight: 700; border-top: 1px solid rgba(21,52,47,.15); padding-top: 18px; display: flex; justify-content: space-between; }

.about { display: grid; grid-template-columns: 48% 52%; background: #f3eee4; align-items: center; gap: 8vw; }
.about-visual { position: relative; max-width: 510px; }
.portrait-card { height: 550px; background: #c7d7c5; border-radius: 220px 220px 8px 8px; position: relative; overflow: hidden; }
.portrait-sun { width: 170px; height: 170px; border-radius: 50%; background: var(--gold); position: absolute; right: 15%; top: 12%; }
.portrait-head { position: absolute; width: 145px; height: 175px; border-radius: 48% 48% 45% 45%; background: #9d694e; left: 34%; top: 22%; box-shadow: 25px -8px 0 13px #493e36; }
.portrait-body { position: absolute; width: 380px; height: 320px; border-radius: 50% 50% 0 0; background: var(--ink); left: 14%; bottom: -120px; }
.portrait-star { position: absolute; font-size: 65px; color: var(--paper); left: 12%; top: 15%; }
.credential { position: absolute; bottom: 35px; right: -38px; background: var(--paper); padding: 20px 26px; box-shadow: 0 16px 40px rgba(21,52,47,.14); display: flex; align-items: center; gap: 13px; border-radius: 0 18px 0 18px; }
.credential strong { font-family: Georgia, serif; font-size: 34px; }.credential span { font-size: 10px; line-height: 1.4; }
.about-copy .lead { font-family: Georgia, serif; font-size: 21px; line-height: 1.55; color: var(--ink); }
.about-copy > p { color: #5d6b67; line-height: 1.75; max-width: 570px; }
.values { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 25px 0 31px; font-size: 12px; font-weight: 700; }
.values span::first-letter { color: var(--peach); }

.process { background: var(--ink); color: white; display: grid; grid-template-columns: 43% 57%; gap: 7vw; }
.process h2 { margin-bottom: 0; }.process h2 em { color: #adc2ad; }.eyebrow.light { color: #d8e2dc; }
.steps article { display: grid; grid-template-columns: 70px 1fr; gap: 15px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.18); }
.steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.step-number { color: var(--peach); font-size: 11px; letter-spacing: 2px; }
.steps h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }.steps p { margin: 0; color: #bdcbc7; line-height: 1.6; font-size: 13px; max-width: 480px; }

.contact { text-align: center; background: var(--sage); position: relative; overflow: hidden; }
.contact-star { display: block; font-size: 45px; color: var(--peach); margin-bottom: 15px; }.eyebrow.centered { justify-content: center; }
.contact h2 { max-width: 850px; margin: 25px auto; }.contact > p:not(.eyebrow) { max-width: 590px; margin: 0 auto 30px; color: #4d615c; line-height: 1.7; }
.contact small { display: block; margin-top: 20px; color: #587069; font-size: 10px; }
.email-link { display: block; width: fit-content; margin: 18px auto 0; font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(21,52,47,.35); padding-bottom: 4px; }

footer { padding: 50px 7vw 25px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 20px; }
footer p { color: #687873; font-size: 12px; } footer > div { display: flex; justify-content: flex-end; gap: 18px; font-size: 12px; font-weight: 700; }
footer > small { grid-column: 1 / -1; border-top: 1px solid rgba(21,52,47,.12); padding-top: 20px; color: #7c8985; font-size: 9px; text-align: center; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 65px 7vw; }
  .hero-art { margin: 55px auto 0; max-width: 470px; height: 500px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 400px; }
  .about, .process { grid-template-columns: 1fr; }.about-visual { margin: auto; width: 90%; }.process { gap: 45px; }
}

@media (max-width: 600px) {
  .site-header { height: 76px; padding: 0 5vw; }.header-cta { padding: 11px 14px; font-size: 11px; }.header-cta span { display: none; }
  .hero { padding: 50px 6vw; min-height: auto; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.trust-row { margin-top: 35px; }
  h1, h2 { letter-spacing: -2px; } h1 { font-size: 54px; }.hero-art { height: 400px; }.art-note { left: 0; width: 220px; }.leaf { font-size: 100px; }
  .section { padding: 78px 6vw; }.service-card { padding: 28px; }
  .portrait-card { height: 440px; }.portrait-body { left: 7%; }.credential { right: -10px; }
  footer { grid-template-columns: 1fr; text-align: center; } footer .brand { justify-content: center; } footer > div { justify-content: center; } footer > small { grid-column: 1; }
}

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