/* ============================================================
   Even Keel Practice  ·  Emerald Vespers
   Suranna (display) · Andika (body) · Fira Mono (mono)
   ONE accent: blush #E8639B  ·  ONE radius system: 16px / pill
   ============================================================ */
:root {
  --primary: #059669;
  --secondary: #10B981;
  --accent: #E8639B;
  --bg: #FBF9F4;
  --fg: #064E3B;

  --primary-dk: #04754f;
  --primary-darker: #053d2f;
  --ivory: #FBF9F4;
  --ivory-2: #f5f1e7;
  --ivory-3: #efe9da;
  --paper-card: #ffffff;
  --line: #e3ddcd;
  --line-soft: #ece6d8;
  --ink: #064E3B;
  --ink-soft: #2f5e4d;
  --ink-mute: #5b7568;
  --accent-dk: #c44a7e;
  --accent-soft: #fbe4ee;

  --r-card: 16px;
  --r-pill: 999px;
  --r-img: 16px;

  --shell: 1180px;
  --gut: clamp(20px, 5vw, 64px);

  --f-display: "Suranna", Georgia, "Times New Roman", serif;
  --f-body: "Andika", "Segoe UI", system-ui, sans-serif;
  --f-mono: "Fira Mono", ui-monospace, monospace;

  --shadow-soft: 0 1px 2px rgba(6,78,59,.04), 0 18px 40px -28px rgba(6,78,59,.28);
  --shadow-lift: 0 1px 2px rgba(6,78,59,.05), 0 30px 60px -32px rgba(6,78,59,.34);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 400; line-height: 1.06; letter-spacing: -.01em; color: var(--ink); margin: 0; }
a { color: var(--primary-dk); text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1.1em; }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gut); }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--r-pill);
  transition: top .18s ease; font-family: var(--f-mono); font-size: 13px;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 2.5px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--f-body); font-weight: 700; font-size: 15.5px;
  padding: 14px 26px; border-radius: var(--r-pill); border: 1px solid transparent;
  cursor: pointer; text-decoration: none; line-height: 1; white-space: nowrap;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 14px 30px -16px rgba(232,99,155,.7); }
.btn-accent:hover { background: var(--accent-dk); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(6,78,59,.04); }
.btn-lg { padding: 17px 32px; font-size: 16.5px; }
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* magnetic primary CTA wrapper */
.magnetic { display: inline-flex; will-change: transform; }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}
.site-head[data-scrolled] { border-color: var(--line-soft); box-shadow: 0 10px 30px -26px rgba(6,78,59,.4); }
.head-inner { display: flex; align-items: center; gap: 22px; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.brand-mark { color: var(--primary); display: inline-flex; }
.brand-name { font-family: var(--f-display); font-size: 21px; letter-spacing: .005em; }
.head-nav { display: flex; gap: 6px; margin-left: auto; }
.head-nav a {
  color: var(--ink-soft); text-decoration: none; font-size: 15.5px; font-weight: 700;
  padding: 9px 14px; border-radius: var(--r-pill); transition: color .18s ease, background-color .18s ease;
}
.head-nav a:hover { color: var(--ink); background: rgba(6,78,59,.05); }
.head-nav a[aria-current="page"] { color: var(--primary-dk); }
.head-cta { margin-left: 4px; }
.nav-toggle { display: none; }

.mobile-nav { display: none; }

/* ---------- footer ---------- */
.site-foot { background: var(--primary-darker); color: #d8efe5; margin-top: 0; padding-top: clamp(56px, 8vw, 96px); }
.site-foot .brand-name, .site-foot a.brand { color: #fff; }
.site-foot .brand-mark { color: var(--secondary); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: clamp(34px, 5vw, 72px); padding-bottom: 56px; }
.foot-blurb { color: #aed4c5; font-size: 15px; max-width: 38ch; margin-top: 18px; line-height: 1.66; }
.foot-mail a { color: #fff; font-family: var(--f-mono); font-size: 14.5px; }
.foot-col h3 { color: #fff; font-size: 14px; font-family: var(--f-mono); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; font-weight: 500; }
.foot-col a { display: block; color: #b9dccd; text-decoration: none; padding: 6px 0; font-size: 15.5px; transition: color .16s ease; }
.foot-col a:hover { color: #fff; }
.blogroll { list-style: none; margin: 0; padding: 0; }
.blogroll li { padding: 6px 0; }
.blogroll a { color: #b9dccd; text-decoration: none; font-size: 15px; line-height: 1.4; transition: color .16s ease; }
.blogroll a:hover { color: var(--accent); }
.foot-base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; padding-bottom: 36px; border-top: 1px solid rgba(255,255,255,.1); }
.foot-base p { margin: 0; color: #9fc7b7; font-size: 13.5px; }
.foot-fine { font-style: italic; }

/* ============================================================
   HERO  (asymmetric split, fits one viewport)
   ============================================================ */
.hero { position: relative; padding-top: clamp(28px, 5vw, 56px); padding-bottom: clamp(40px, 6vw, 80px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(120% 80% at 88% 0%, rgba(16,185,129,.12), transparent 55%),
    radial-gradient(90% 70% at 0% 100%, rgba(232,99,155,.07), transparent 60%),
    linear-gradient(180deg, var(--ivory) 0%, var(--ivory-2) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.hero-copy { max-width: 36rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--primary-dk); margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--primary); display: inline-block; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 4.5rem); line-height: 1.02; margin-bottom: 22px; }
.hero h1 .accent-word { color: var(--primary); font-style: italic; }
.hero-sub { font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--ink-soft); max-width: 30ch; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-note { font-size: 14px; color: var(--ink-mute); }

.hero-media { position: relative; }
.hero-figure {
  position: relative; border-radius: var(--r-img); overflow: hidden;
  box-shadow: var(--shadow-lift); aspect-ratio: 7 / 6; background: var(--ivory-3);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -22px; bottom: 26px; z-index: 3;
  background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: var(--r-card);
  padding: 16px 20px; box-shadow: var(--shadow-soft); max-width: 234px;
  display: flex; gap: 13px; align-items: center;
}
.hero-badge .hb-mark { width: 38px; height: 38px; flex: none; border-radius: var(--r-pill); background: var(--accent-soft); color: var(--accent-dk); display: grid; place-items: center; }
.hero-badge .hb-mark svg { width: 20px; height: 20px; }
.hero-badge strong { font-family: var(--f-display); font-size: 17px; display: block; line-height: 1.1; }
.hero-badge span { font-size: 12.5px; color: var(--ink-mute); }
.hero-leaf { position: absolute; top: -34px; right: -30px; width: 150px; color: var(--secondary); opacity: .5; z-index: -1; display: block; }
.hero-leaf svg { width: 100%; height: auto; display: block; }
@media (prefers-reduced-motion: no-preference) { .hero-leaf { animation: sway 9s ease-in-out infinite; transform-origin: bottom center; } }
@keyframes sway { 0%,100% { transform: rotate(-3deg); } 50% { transform: rotate(4deg); } }

/* ============================================================
   marquee (single horizontal strip, runs once-ish loop)
   ============================================================ */
.marquee { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: var(--ivory-2); overflow: hidden; padding: 16px 0; }
.marquee-track { display: flex; gap: 0; width: max-content; }
@media (prefers-reduced-motion: no-preference) { .marquee-track { animation: marq 38s linear infinite; } }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { font-family: var(--f-display); font-size: clamp(1.15rem, 2vw, 1.5rem); color: var(--ink-soft); padding: 0 30px; white-space: nowrap; display: inline-flex; align-items: center; gap: 30px; }
.marquee-item::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); display: inline-block; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   sections
   ============================================================ */
.section { padding-block: clamp(64px, 9vw, 124px); }
.section-tight { padding-block: clamp(48px, 6vw, 84px); }
.lead-head { max-width: 32ch; }
.lead-head h2 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.04; }
.section-intro { display: grid; grid-template-columns: 1fr; gap: 8px; max-width: 40rem; }
.section-intro p { color: var(--ink-soft); font-size: 1.08rem; margin-top: 14px; }

/* ---- practice-step zigzag ---- */
.zigzag { display: grid; gap: clamp(56px, 8vw, 110px); }
.step { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.step:nth-child(even) .step-media { order: 2; }
.step-num { font-family: var(--f-mono); font-size: 13px; color: var(--accent-dk); letter-spacing: .14em; margin-bottom: 14px; }
.step h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 16px; }
.step p { color: var(--ink-soft); max-width: 42ch; }
.step-media { position: relative; border-radius: var(--r-img); overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow-soft); background: var(--ivory-3); }
.step-media img { width: 100%; height: 100%; object-fit: cover; }
.step-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 2px; }
.step-list li { position: relative; padding: 10px 0 10px 30px; border-top: 1px solid var(--line-soft); color: var(--ink-soft); font-size: 15.5px; }
.step-list li:first-child { border-top: 0; }
.step-list li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid var(--primary); }

/* ---- full-width quote ---- */
.quote-band { background: var(--primary-darker); color: #eafaf3; position: relative; overflow: hidden; }
.quote-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 120% at 80% 10%, rgba(16,185,129,.22), transparent 60%); z-index: 0; }
.quote-band .shell { position: relative; z-index: 1; }
.quote-band blockquote { margin: 0; max-width: 24ch; }
.quote-mark { font-family: var(--f-display); font-size: 5rem; line-height: .4; color: var(--secondary); display: block; height: 2.4rem; }
.quote-band blockquote p { font-family: var(--f-display); font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.16; color: #fff; }
.quote-cite { display: flex; align-items: center; gap: 14px; margin-top: 30px; font-size: 15px; color: #aed4c5; }
.quote-cite .qc-line { width: 36px; height: 1px; background: var(--secondary); }

/* ---- bento pillars ---- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.tile {
  background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: var(--r-card);
  padding: 30px; position: relative; overflow: hidden; will-change: transform;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, border-color .35s ease;
}
.tile:hover { box-shadow: var(--shadow-lift); border-color: var(--line); }
.tile-icon { width: 46px; height: 46px; border-radius: 13px; background: color-mix(in srgb, var(--primary) 10%, #fff); color: var(--primary-dk); display: grid; place-items: center; margin-bottom: 20px; }
.tile-icon svg { width: 24px; height: 24px; }
.tile h3 { font-size: 1.5rem; margin-bottom: 10px; }
.tile p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }
.tile-a { grid-column: span 3; }
.tile-b { grid-column: span 3; }
.tile-wide { grid-column: span 4; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(150deg, var(--primary) 0%, var(--primary-dk) 100%); border-color: transparent; }
.tile-wide h3, .tile-wide p { color: #fff; }
.tile-wide .tile-icon { background: rgba(255,255,255,.16); color: #fff; }
.tile-narrow { grid-column: span 2; }
.tile-stat { grid-column: span 2; text-align: left; }
.tile-stat .stat-num { font-family: var(--f-display); font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--primary); line-height: 1; display: block; }
.tile-stat .stat-lab { color: var(--ink-mute); font-size: 14.5px; margin-top: 8px; }

/* ---- stats strip ---- */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: var(--r-card); overflow: hidden; }
.stat-cell { background: var(--ivory); padding: 30px 26px; }
.stat-cell .sv { font-family: var(--f-display); font-size: clamp(1.7rem, 3vw, 2.5rem); color: var(--ink); line-height: 1; }
.stat-cell .sl { color: var(--ink-mute); font-size: 14.5px; margin-top: 10px; }

/* ---- testimonials ---- */
.tcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tcard { background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: var(--r-card); padding: 32px; display: flex; flex-direction: column; }
.tcard .stars { color: var(--accent); font-size: 14px; letter-spacing: 3px; margin-bottom: 16px; }
.tcard p { font-size: 16.5px; color: var(--ink-soft); flex: 1; }
.tcard .tmeta { display: flex; align-items: center; gap: 13px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.tcard .tav { width: 42px; height: 42px; border-radius: 50%; background: color-mix(in srgb, var(--primary) 12%, #fff); color: var(--primary-dk); display: grid; place-items: center; font-family: var(--f-mono); font-size: 14px; font-weight: 500; }
.tcard .tn { font-weight: 700; font-size: 15px; }
.tcard .tc { font-size: 13px; color: var(--ink-mute); }

/* ---- journal cards (blogroll on homepage too) ---- */
.journal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.jcard { background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: var(--r-card); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; text-decoration: none; color: inherit; }
.jcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.jcard-media { aspect-ratio: 16/9; overflow: hidden; background: var(--ivory-3); }
.jcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.jcard:hover .jcard-media img { transform: scale(1.04); }
.jcard-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.jcard-meta { font-family: var(--f-mono); font-size: 12px; letter-spacing: .06em; color: var(--ink-mute); margin-bottom: 12px; display: flex; gap: 12px; }
.jcard h3 { font-size: 1.42rem; line-height: 1.14; margin-bottom: 12px; }
.jcard p { color: var(--ink-soft); font-size: 15px; flex: 1; margin: 0 0 18px; }
.jcard .jc-link { font-weight: 700; color: var(--primary-dk); font-size: 14.5px; display: inline-flex; gap: 7px; align-items: center; }
.jcard[dir="rtl"] .jcard-meta { justify-content: flex-end; }

/* resources blogroll on homepage (dofollow outbound) */
.resources-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 40px; margin-top: 30px; }
.resources-list a { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 16px 4px; border-top: 1px solid var(--line-soft); color: var(--ink); text-decoration: none; transition: color .18s ease; }
.resources-list a:hover { color: var(--primary-dk); }
.resources-list a:hover .rl-go { color: var(--accent); }
.resources-list .rl-anchor { font-family: var(--f-display); font-size: 1.18rem; }
.resources-list .rl-go { font-family: var(--f-mono); font-size: 12px; letter-spacing: .1em; color: var(--ink-mute); white-space: nowrap; transition: color .18s; }

/* ---- CTA band ---- */
.cta-band { position: relative; overflow: hidden; }
.cta-inner { background: linear-gradient(135deg, var(--primary-dk) 0%, var(--primary-darker) 70%); border-radius: clamp(20px, 3vw, 30px); padding: clamp(44px, 7vw, 86px) clamp(28px, 6vw, 80px); position: relative; overflow: hidden; color: #fff; }
.cta-inner::after { content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(16,185,129,.4), transparent 70%); }
.cta-inner h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); max-width: 18ch; position: relative; z-index: 1; }
.cta-inner p { color: #eafaf3; max-width: 42ch; margin-top: 16px; position: relative; z-index: 1; }
.cta-inner .hero-actions { margin-top: 30px; position: relative; z-index: 1; }
.cta-inner .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.cta-inner .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* ============================================================
   reveal animation (whileInView-style stagger, threshold 0)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ============================================================
   INNER PAGE HEADER
   ============================================================ */
.page-hero { padding-top: clamp(48px, 7vw, 86px); padding-bottom: clamp(36px, 5vw, 60px); position: relative; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(80% 90% at 92% 0%, rgba(16,185,129,.1), transparent 55%), linear-gradient(180deg, var(--ivory) 0%, var(--ivory-2) 100%); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); max-width: 16ch; line-height: 1.02; }
.page-hero .ph-sub { font-size: clamp(1.05rem, 1.8vw, 1.25rem); color: var(--ink-soft); max-width: 52ch; margin-top: 22px; }
.crumbs { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-mute); margin-bottom: 22px; }
.crumbs a { color: var(--ink-mute); text-decoration: none; }
.crumbs a:hover { color: var(--primary-dk); }

/* ---- about ---- */
.about-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(34px, 5vw, 76px); align-items: center; }
.about-figure { border-radius: var(--r-img); overflow: hidden; box-shadow: var(--shadow-lift); aspect-ratio: 4/5; background: var(--ivory-3); }
.about-figure img { width: 100%; height: 100%; object-fit: cover; }
.prose-block p { color: var(--ink-soft); font-size: 1.06rem; }
.prose-block h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 18px; }

.values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 50px; margin-top: 10px; }
.value-item { padding: 22px 0; border-top: 1px solid var(--line-soft); }
.value-item h3 { font-size: 1.3rem; margin-bottom: 6px; }
.value-item p { color: var(--ink-soft); font-size: 15px; margin: 0; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.member { text-align: left; }
.member .m-av { width: 70px; height: 70px; border-radius: 50%; background: color-mix(in srgb, var(--primary) 12%, #fff); color: var(--primary-dk); display: grid; place-items: center; font-family: var(--f-mono); font-size: 19px; margin-bottom: 18px; }
.member h3 { font-size: 1.32rem; }
.member .m-role { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .08em; color: var(--accent-dk); text-transform: uppercase; margin: 6px 0 12px; }
.member p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---- services page ---- */
.svc-list { display: grid; gap: clamp(40px, 6vw, 80px); }
.svc-row { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 64px); align-items: start; padding-top: clamp(36px, 5vw, 60px); border-top: 1px solid var(--line); }
.svc-row:first-child { border-top: 0; padding-top: 0; }
.svc-row .svc-index { font-family: var(--f-mono); font-size: 13px; color: var(--accent-dk); letter-spacing: .12em; }
.svc-row h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin: 10px 0 0; }
.svc-row .svc-body p { color: var(--ink-soft); font-size: 1.06rem; }
.svc-feats { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 2px; }
.svc-feats li { position: relative; padding: 12px 0 12px 32px; border-top: 1px solid var(--line-soft); color: var(--ink-soft); }
.svc-feats li::before { content: ""; position: absolute; left: 0; top: 19px; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--primary); }
.svc-feats li::after { content: ""; position: absolute; left: 4px; top: 23px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* approach trio (about / services) */
.approach-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.approach-item { padding-top: 26px; border-top: 2px solid var(--primary); }
.approach-item .ap-ic { color: var(--primary-dk); width: 30px; height: 30px; margin-bottom: 16px; }
.approach-item h3 { font-size: 1.42rem; margin-bottom: 10px; }
.approach-item p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px, 5vw, 72px); align-items: start; }
.contact-aside h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.contact-aside p { color: var(--ink-soft); font-size: 1.06rem; max-width: 40ch; }
.contact-points { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 18px; }
.contact-points li { display: flex; gap: 15px; align-items: flex-start; }
.contact-points .cp-ic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: color-mix(in srgb, var(--primary) 10%, #fff); color: var(--primary-dk); display: grid; place-items: center; }
.contact-points .cp-ic svg { width: 21px; height: 21px; }
.contact-points strong { display: block; font-family: var(--f-display); font-size: 1.15rem; }
.contact-points a { color: var(--primary-dk); font-family: var(--f-mono); font-size: 14.5px; }
.contact-points span { color: var(--ink-mute); font-size: 14.5px; }

.form-card { background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: var(--r-card); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-soft); }
.form-card .step-track { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.form-card .step-dot { font-family: var(--f-mono); font-size: 12px; color: var(--ink-mute); display: inline-flex; align-items: center; gap: 8px; }
.form-card .step-dot b { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-weight: 500; color: var(--ink-mute); transition: all .2s; }
.form-card .step-dot[data-active] b { background: var(--accent); border-color: var(--accent); color: #fff; }
.form-card .step-dot[data-done] b { background: var(--primary); border-color: var(--primary); color: #fff; }
.form-rail { height: 1px; flex: 1; background: var(--line-soft); }

.field { margin-bottom: 22px; }
.field label { display: block; font-weight: 700; font-size: 14.5px; margin-bottom: 9px; color: var(--ink); }
.field .req { color: var(--accent-dk); }
.field input, .field textarea {
  width: 100%; font-family: var(--f-body); font-size: 16px; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.field textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px rgba(5,150,105,.12); }
.field .hint { font-size: 13px; color: var(--ink-mute); margin-top: 7px; }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.form-actions .btn { flex: none; }
.form-skip { display: flex; gap: 14px; margin-bottom: 22px; }
.form-skip button { background: transparent; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 9px 18px; font-family: var(--f-body); font-weight: 700; font-size: 14px; color: var(--ink-soft); cursor: pointer; transition: border-color .18s, color .18s; }
.form-skip button:hover { border-color: var(--ink); color: var(--ink); }
.form-note { font-size: 13px; color: var(--ink-mute); }
.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success.show { display: block; }
.form-success .fs-ic { width: 58px; height: 58px; border-radius: 50%; background: color-mix(in srgb, var(--primary) 14%, #fff); color: var(--primary-dk); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success h3 { font-size: 1.7rem; margin-bottom: 8px; }
.form-success p { color: var(--ink-soft); }

/* ============================================================
   ARTICLE
   ============================================================ */
.article-wrap { padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(56px, 8vw, 100px); }
.article-head { max-width: 60rem; margin-inline: auto; }
.article-head .crumbs { margin-bottom: 24px; }
.article-head h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); line-height: 1.05; max-width: 22ch; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; margin-top: 24px; font-family: var(--f-mono); font-size: 13px; color: var(--ink-mute); }
.article-meta .am-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.article-lede { font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.55; color: var(--ink-soft); max-width: 60rem; margin: 30px auto 0; font-family: var(--f-display); }

.article-hero-img { max-width: 72rem; margin: clamp(34px,5vw,56px) auto; border-radius: var(--r-img); overflow: hidden; box-shadow: var(--shadow-lift); aspect-ratio: 16/8; background: var(--ivory-3); }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }

.article-body { max-width: 44rem; margin-inline: auto; font-size: 1.075rem; line-height: 1.8; }
.article-body[dir="rtl"] { text-align: right; }
.article-body p { color: var(--ink-soft); margin: 0 0 1.3em; }
.article-body h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 1.9em 0 .6em; line-height: 1.12; }
.article-body h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); margin: 1.6em 0 .5em; }
.article-body a { color: var(--primary-dk); font-weight: 700; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--accent) 60%, transparent); text-underline-offset: 3px; }
.article-body a:hover { color: var(--accent-dk); text-decoration-color: var(--accent); }
.article-body strong, .article-body b { color: var(--ink); font-weight: 700; }
.article-body em, .article-body i { color: var(--ink-soft); }
.article-body ul, .article-body ol { margin: 0 0 1.5em; padding-left: 1.4em; color: var(--ink-soft); }
.article-body[dir="rtl"] ul, .article-body[dir="rtl"] ol { padding-left: 0; padding-right: 1.4em; }
.article-body li { margin-bottom: .55em; padding-left: .2em; }
.article-body li::marker { color: var(--primary); }
.article-body img { border-radius: var(--r-img); margin: 1.6em 0; box-shadow: var(--shadow-soft); width: 100%; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .96rem; border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; }
.article-body th { background: var(--ivory-2); text-align: left; font-family: var(--f-display); font-weight: 400; font-size: 1.05rem; color: var(--ink); padding: 14px 16px; border-bottom: 1px solid var(--line); }
.article-body td { padding: 13px 16px; border-bottom: 1px solid var(--line-soft); color: var(--ink-soft); vertical-align: top; }
.article-body tr:last-child td { border-bottom: 0; }
.article-body section { margin: 1.4em 0; }
.article-body section h2 { margin-top: 1.2em; }
.article-body section h3 { font-size: 1.18rem; margin-top: 1.3em; color: var(--ink); }
.article-body section[itemprop] { background: var(--ivory-2); border: 1px solid var(--line-soft); border-radius: 12px; padding: 4px 22px; margin: .8em 0; }
.article-body section[itemprop] .article-body { all: unset; }

.article-foot { max-width: 44rem; margin: clamp(40px,6vw,68px) auto 0; padding-top: 34px; border-top: 1px solid var(--line); }
.source-card { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; background: var(--ivory-2); border: 1px solid var(--line-soft); border-radius: var(--r-card); padding: 22px 26px; }
.source-card .sc-label { font-family: var(--f-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.source-card a { font-family: var(--f-display); font-size: 1.2rem; color: var(--primary-dk); }
.source-card .sc-cta { margin-left: auto; }
.article-body[dir="rtl"] + .article-foot .source-card { direction: rtl; }

.more-reads { max-width: 60rem; margin: clamp(46px,6vw,76px) auto 0; }
.more-reads h2 { font-size: 1.7rem; margin-bottom: 22px; }

/* ============================================================
   responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 100%; }
  .hero-sub { max-width: 46ch; }
  .hero-media { margin-top: 8px; max-width: 540px; }
  .step, .about-split, .contact-split, .svc-row { grid-template-columns: 1fr; }
  .step:nth-child(even) .step-media { order: 0; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile-a, .tile-b, .tile-wide, .tile-narrow, .tile-stat { grid-column: span 1; }
  .tile-wide { grid-column: span 2; min-height: 200px; }
  .tcards, .team-grid, .approach-trio { grid-template-columns: 1fr; gap: 18px; }
  .journal-grid, .resources-list, .stats-row, .values-list { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .head-nav, .head-cta { display: none; }
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; margin-left: auto; background: none; border: 0; padding: 10px; cursor: pointer; }
  .nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s, opacity .25s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { display: none; flex-direction: column; gap: 4px; padding: 8px var(--gut) 22px; border-top: 1px solid var(--line-soft); background: var(--bg); }
  .mobile-nav[data-open] { display: flex; }
  .mobile-nav a { padding: 13px 8px; text-decoration: none; color: var(--ink); font-weight: 700; border-radius: 10px; }
  .mobile-nav a:hover { background: rgba(6,78,59,.05); }
  .mobile-nav .btn { margin-top: 8px; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-badge { left: 0; }
  .stats-row { grid-template-columns: 1fr; }
  .form-skip { flex-wrap: wrap; }
}
