/* Fadumo O. Mohamed — Multilingual Counselling & Psychotherapy
   Warm, calming, trustworthy. Premium but human.
   Palette: cream / warm ink / sage / soft clay. No emojis. */

@import url('https://api.fontshare.com/v2/css?f[]=satoshi@700,500,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&display=swap');

:root {
  --cream: #FBF8F3;
  --paper: #FFFFFF;
  --sand: #F3ECE0;
  --ink: #2C2A26;
  --muted: #6E665B;
  --sage: #5F7C6B;
  --sage-deep: #46604F;
  --clay: #C0876A;
  --border: #E7DECF;
  --shadow: 0 1px 2px rgba(44,42,38,.04), 0 12px 30px rgba(44,42,38,.05);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Satoshi', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; line-height: 1.12; letter-spacing: -0.01em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.1em; color: #3A3631; }
a { color: var(--sage-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.narrow { max-width: 760px; }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--sage); margin: 0 0 1rem; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; padding: 14px 28px; border-radius: 100px; font-weight: 700; font-size: .95rem; transition: transform .15s ease, box-shadow .15s ease; cursor: pointer; border: 1px solid transparent; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--sage-deep); color: #fff; box-shadow: 0 8px 20px rgba(70,96,79,.22); }
.btn-primary:hover { background: #3c5444; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--sage); color: var(--sage-deep); }

/* ---------- Header ---------- */
header.site { position: sticky; top: 0; z-index: 50; background: rgba(251,248,243,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.18rem; color: var(--ink); letter-spacing: -.01em; }
.brand span { display: block; font-family: 'Satoshi', sans-serif; font-weight: 500; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--muted); font-weight: 500; font-size: .95rem; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); text-decoration: none; }
.nav-cta { margin-left: 8px; }
.menu-btn { display: none; background: none; border: 0; font-size: 1.5rem; color: var(--ink); cursor: pointer; }

/* ---------- Hero ---------- */
.hero { padding: 88px 0 72px; }
.hero .eyebrow { color: var(--clay); }
.hero h1 { max-width: 14ch; }
.hero-lead { font-size: 1.22rem; color: var(--muted); max-width: 52ch; margin: 0 0 2rem; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 2.4rem; }
.langs { display: inline-flex; align-items: center; gap: 14px; font-size: .95rem; color: var(--muted); }
.langs strong { color: var(--ink); font-weight: 700; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: var(--clay); display: inline-block; }

/* ---------- Sections ---------- */
section { padding: 64px 0; }
.section-sand { background: var(--sand); }
.section-sage { background: var(--sage-deep); color: #F4EFE6; }
.section-sage h2, .section-sage h3 { color: #fff; }
.section-sage p { color: #DCE6DE; }
.lead { font-size: 1.18rem; color: var(--muted); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--paper); border: 1px solid var(--border); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.card h3 { margin-bottom: .4em; }
.card p { font-size: .98rem; color: var(--muted); margin: 0; }

/* trust strip */
.trust { display: flex; flex-wrap: wrap; gap: 14px; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--border); border-radius: 100px; padding: 9px 18px; font-weight: 700; font-size: .85rem; color: var(--ink); }
.badge small { font-weight: 500; color: var(--muted); }

/* "to confirm" flag above fee tables (remove at go-live) */
.fee-confirm {
  display: flex; align-items: center; gap: 12px;
  max-width: 760px; margin: 0 auto 18px;
  background: #FBF0E6; border: 1px solid #E7C3A6; border-radius: 14px;
  padding: 12px 18px; color: #8A4F2E; font-size: .92rem; line-height: 1.5;
}
.fee-confirm .tag {
  flex: none; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  background: var(--clay); color: #fff; border-radius: 100px; padding: 4px 11px;
}

/* fee table */
.fees { background: var(--paper); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.fee-row { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 18px 26px; border-bottom: 1px solid var(--border); }
.fee-row:last-child { border-bottom: 0; }
.fee-row .name { font-weight: 500; }
.fee-row .meta { color: var(--muted); font-size: .9rem; }
.fee-row .price { font-family: 'Fraunces', serif; font-size: 1.35rem; color: var(--sage-deep); white-space: nowrap; }

/* list with dots */
.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #3A3631; }
.ticks li::before { content: ''; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }

/* CTA band */
.cta-band { text-align: center; padding: 80px 0; }
.cta-band h2 { max-width: 18ch; margin-left: auto; margin-right: auto; }

/* ---------- Footer ---------- */
footer.site { background: #26241F; color: #C9C2B5; padding: 56px 0 32px; font-size: .92rem; }
footer.site h4 { font-family: 'Fraunces', serif; color: #fff; font-weight: 500; font-size: 1.1rem; margin: 0 0 .6em; }
footer.site a { color: #C9C2B5; }
footer.site a:hover { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; }
.foot-grid li { margin-bottom: 9px; }
.foot-bottom { border-top: 1px solid #3A372F; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #8C8576; font-size: .82rem; }

/* ---------- Form ---------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: .85rem; margin-bottom: 7px; color: var(--ink); }
.field .opt { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 15px; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--cream); border: 1px solid var(--border); border-radius: 12px; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px rgba(95,124,107,.15);
}
.field textarea { resize: vertical; }
.form-status { margin: 14px 0 0; font-size: .92rem; }
.form-status.ok { color: var(--sage-deep); font-weight: 500; }
.form-status.err { color: #B4543C; }

.contact-line { display: flex; flex-direction: column; gap: 2px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.contact-label { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); }
.contact-value { font-size: 1.1rem; font-weight: 500; }

/* utility */
.center { text-align: center; }
.mt0 { margin-top: 0; }
.mb0 { margin-bottom: 0; }
.stack > * + * { margin-top: 1rem; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .grid-3, .grid-2, .foot-grid { grid-template-columns: 1fr; }
  .nav-links { position: fixed; inset: 76px 0 auto 0; background: var(--cream); flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 32px 24px; border-bottom: 1px solid var(--border); display: none; }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; padding: 10px 0; }
  .nav-cta { margin: 8px 0 0; }
  .menu-btn { display: block; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding: 0 22px; }
  .hero { padding: 56px 0 48px; }
  .fee-row { flex-direction: column; gap: 4px; }
}
