/* ── The Tek Atelier · site.css v16 ─────────────────────────────────────── */

/* ── Tokens ─────────────────────────────────────────────────────────────── */
:root {
  --ta-ink:         #101418;
  --ta-ink-80:      #2a2e33;
  --ta-ink-70:      #454a51;
  --ta-white:       #ffffff;
  --ta-paper:       #f0f1ee;
  --ta-teal:        #0e6b63;
  --ta-teal-bright: #1fa395;
  --ta-slate:       #5b6068;
  --ta-fog:         #b9bdb9;
  --ta-cloud:       #e4e6e3;
  --ta-font-disp:   'Space Grotesk','Arial Black',system-ui,sans-serif;
  --ta-font-body:   'Inter',-apple-system,system-ui,sans-serif;
  --ta-bar:         5px;
  --ta-wrap:        1200px;
  --ta-pad:         40px;
}

/* ── Reset ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--ta-font-body); color: var(--ta-ink); background: var(--ta-white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ── Layout ─────────────────────────────────────────────────────────────── */
.wrap { max-width: var(--ta-wrap); margin: 0 auto; padding: 0 var(--ta-pad); }

/* ── Reveal ─────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1); }
  .reveal.on { opacity: 1; transform: none; }
  .d1 { transition-delay: .07s } .d2 { transition-delay: .14s } .d3 { transition-delay: .21s } .d4 { transition-delay: .28s }
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ta-font-disp); font-size: 14px; font-weight: 600; letter-spacing: .04em; padding: 13px 26px; border: none; border-radius: 0; cursor: pointer; white-space: nowrap; line-height: 1; transition: background .18s, box-shadow .18s, color .18s, border-color .18s; background: var(--ta-teal); color: var(--ta-white); text-decoration: none; }
.btn:hover { background: var(--ta-teal-bright); box-shadow: 0 4px 18px rgba(14,107,99,.28); }
.btn--sm { font-size: 13px; padding: 10px 20px; }
.btn--lg { font-size: 15px; padding: 16px 32px; }
.btn--ink { background: var(--ta-ink); }
.btn--ink:hover { background: #1c2228; box-shadow: none; }
.btn--ghost { background: transparent; color: var(--ta-white); border: 1.5px solid rgba(255,255,255,.4); }
.btn--ghost:hover { background: rgba(255,255,255,.10); border-color: var(--ta-white); box-shadow: none; }
.btn--outline { background: transparent; color: var(--ta-ink); border: 1.5px solid var(--ta-ink); }
.btn--outline:hover { background: var(--ta-ink); color: var(--ta-white); box-shadow: none; }

/* ── Section label ───────────────────────────────────────────────────────── */
.sl { font-size: 13px; font-weight: 500; color: var(--ta-slate); letter-spacing: .02em; margin-bottom: 40px; }
.sl--light { color: rgba(255,255,255,.4); }
.rule { height: 1px; background: var(--ta-cloud); }
.rule--light { background: rgba(255,255,255,.12); }

/* ── Header ─────────────────────────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--ta-white); border-bottom: 1px solid var(--ta-cloud); transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(255,255,255,.90); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 20px rgba(16,20,24,.08); }
.site-header__bar { display: flex; align-items: center; gap: 32px; height: 64px; }
.site-header__logo img { height: 22px; }
.site-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; font-size: 14px; font-weight: 500; }
.site-nav a { color: var(--ta-slate); border-bottom: 1.5px solid transparent; padding-bottom: 2px; transition: color .15s, border-color .15s; }
.site-nav a:hover, .site-nav a.active { color: var(--ta-ink); }
.site-nav a.active { border-bottom-color: var(--ta-teal); }
.lang { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ta-fog); }
.site-header__social { display: flex; align-items: center; gap: 10px; }
.site-header__social-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; transition: transform .15s ease, box-shadow .15s ease; flex-shrink: 0; }
.site-header__social-icon svg { width: 20px; height: 20px; display: block; }
.site-header__social-icon:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(16,20,24,.18); }

.lang a { color: var(--ta-fog); }
.lang a:hover, .lang a.active { color: var(--ta-slate); }
.nav-toggle { display: none; }

/* ── Accent bar ──────────────────────────────────────────────────────────── */
.accent-bar { position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--ta-teal); }

/* ── Availability strip ──────────────────────────────────────────────────── */
.avail-bar { border-bottom: 1px solid rgba(255,255,255,.08); }
.avail-bar .wrap { height: 44px; display: flex; align-items: center; gap: 16px; }
.avail-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ta-teal-bright); flex-shrink: 0; }
.avail-text { font-size: 13px; color: rgba(255,255,255,.5); }
.avail-email { margin-left: auto; font-size: 12px; color: rgba(255,255,255,.3); }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero { background: var(--ta-ink); color: var(--ta-white); min-height: 100vh; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.hero__body { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 64px; }
.hero__eyebrow { font-size: 13px; color: rgba(255,255,255,.38); margin-bottom: 28px; letter-spacing: .02em; }
.hero__h1 { font-family: var(--ta-font-disp); font-size: clamp(48px,7vw,88px); font-weight: 700; line-height: 1.04; letter-spacing: -.032em; color: var(--ta-white); margin-bottom: 28px; max-width: 18ch; }
.hero__h1 em { font-style: normal; color: var(--ta-teal-bright); }
.hero__sub { font-size: clamp(15px,1.3vw,17px); color: rgba(255,255,255,.5); line-height: 1.7; max-width: 50ch; margin-bottom: 44px; }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Stats strip */
.stats-strip { border-top: 1px solid rgba(255,255,255,.08); margin-top: 64px; }
.stats-strip .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 24px 0; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.08); padding-left: 32px; }
.stat__n { font-family: var(--ta-font-disp); font-size: 44px; font-weight: 700; letter-spacing: -.035em; color: var(--ta-teal-bright); line-height: 1; font-feature-settings: "tnum"; margin-bottom: 8px; }
.stat__label { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.75); line-height: 1.3; margin-bottom: 3px; }
.stat__sub { font-size: 12px; color: rgba(255,255,255,.33); }

/* ── What I do (home) ───────────────────────────────────────────────────── */
.what-i-do { padding: 112px 0; }
.what-i-do__grid { display: grid; grid-template-columns: 280px 1fr; gap: 0 80px; align-items: start; }
.what-i-do__left { padding-top: 8px; }
.what-i-do__h2 { font-family: var(--ta-font-disp); font-size: clamp(22px,2.5vw,32px); font-weight: 700; letter-spacing: -.02em; line-height: 1.18; color: var(--ta-ink); margin-bottom: 16px; }
.what-i-do__sub { font-size: 14px; color: var(--ta-slate); line-height: 1.7; }
.what-i-do__more { margin-top: 28px; }
.svc-rows { display: flex; flex-direction: column; }
.svc-row { display: grid; grid-template-columns: 52px 1fr 24px; gap: 0 24px; align-items: center; padding: 28px 0; border-top: 1px solid var(--ta-cloud); text-decoration: none; color: inherit; }
.svc-rows .svc-row:last-of-type + .rule { display: block; }
.svc-row__num { font-family: var(--ta-font-disp); font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--ta-slate); transition: color .18s; }
.svc-row:hover .svc-row__num { color: var(--ta-teal); }
.svc-row__name { font-family: var(--ta-font-disp); font-size: 18px; font-weight: 700; letter-spacing: -.01em; color: var(--ta-ink); margin-bottom: 4px; }
.svc-row__line { font-size: 14px; color: var(--ta-slate); line-height: 1.5; }
.svc-row__arrow { font-size: 16px; color: var(--ta-cloud); transition: color .18s, transform .18s; }
.svc-row:hover .svc-row__arrow { color: var(--ta-teal); transform: translateX(4px); }

/* ── Statement ───────────────────────────────────────────────────────────── */
.statement-sec { padding: 96px 0; background: var(--ta-paper); position: relative; }
.statement-sec blockquote { font-family: var(--ta-font-disp); font-size: clamp(22px,3vw,38px); font-weight: 700; line-height: 1.18; letter-spacing: -.02em; color: var(--ta-ink); padding-left: 32px; max-width: 860px; }

/* ── Insights list (home + insights page) ────────────────────────────────── */
.insights-sec { padding: 112px 0; }
.insights-sec__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 48px; }
.insights-sec__all { font-size: 13px; color: var(--ta-teal); font-weight: 500; }
.insight-rows { display: flex; flex-direction: column; }
.insight-row { display: grid; grid-template-columns: 1fr auto; gap: 0 40px; align-items: center; padding: 28px 0; border-top: 1px solid var(--ta-cloud); text-decoration: none; color: inherit; }
.insight-row:last-of-type { border-bottom: 1px solid var(--ta-cloud); }
.insight-row__cat { font-size: 11px; font-weight: 600; letter-spacing: .10em; text-transform: uppercase; color: var(--ta-teal-bright); margin-bottom: 8px; }
.insight-row__title { font-family: var(--ta-font-disp); font-size: clamp(16px,1.5vw,20px); font-weight: 700; letter-spacing: -.015em; color: var(--ta-ink); line-height: 1.25; transition: color .18s; }
.insight-row:hover .insight-row__title { color: var(--ta-teal); }
.insight-row__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex-shrink: 0; }
.insight-row__time { font-size: 12px; color: var(--ta-fog); }
.insight-row__arrow { font-size: 14px; font-weight: 600; color: var(--ta-slate); transition: color .18s, transform .18s; }
.insight-row:hover .insight-row__arrow { color: var(--ta-teal); transform: translateX(4px); }
.insight-row--featured { padding: 36px 0; }
.insight-row--featured .insight-row__title { font-size: clamp(18px,1.8vw,22px); }

/* ── CTA Band ───────────────────────────────────────────────────────────── */
.cta-band { background: var(--ta-ink); padding: 96px 0; position: relative; }
.cta-band__inner { max-width: 640px; }
.cta-band h2 { font-family: var(--ta-font-disp); font-size: clamp(24px,3vw,40px); font-weight: 700; letter-spacing: -.025em; line-height: 1.12; color: var(--ta-white); margin-bottom: 14px; }
.cta-band p { font-size: 16px; color: rgba(255,255,255,.5); margin-bottom: 32px; line-height: 1.65; }

/* ── Page head (inner pages) ────────────────────────────────────────────── */
.page-head { background: var(--ta-ink); padding: 100px 0 80px; position: relative; }
.page-head__eyebrow { font-size: 13px; color: rgba(255,255,255,.38); margin-bottom: 24px; letter-spacing: .02em; }
.page-head__h1 { font-family: var(--ta-font-disp); font-size: clamp(36px,5vw,64px); font-weight: 700; line-height: 1.08; letter-spacing: -.03em; color: var(--ta-white); max-width: 20ch; }
.page-head__sub { font-size: clamp(16px,1.4vw,18px); color: rgba(255,255,255,.5); max-width: 50ch; line-height: 1.6; margin-top: 16px; }

/* ── Services detail rows ───────────────────────────────────────────────── */
.service-rows-sec { padding: 80px 0 112px; }
.service-row-item { display: grid; grid-template-columns: 52px 200px 1fr; gap: 0 48px; align-items: start; padding: 48px 0; border-top: 1px solid var(--ta-cloud); }
.service-row-item:last-child { border-bottom: 1px solid var(--ta-cloud); }
.service-row-item__num { font-family: var(--ta-font-disp); font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--ta-teal); padding-top: 3px; }
.service-row-item__name { font-family: var(--ta-font-disp); font-size: 18px; font-weight: 700; color: var(--ta-ink); margin-bottom: 4px; }
.service-row-item__tag { font-size: 13px; color: var(--ta-slate); font-style: italic; line-height: 1.4; }
.service-row-item__body { font-size: 15px; line-height: 1.7; color: var(--ta-ink-80); margin-bottom: 12px; }
.service-row-item__outcome { font-size: 14px; font-weight: 600; color: var(--ta-teal); }

/* ── About page ─────────────────────────────────────────────────────────── */
.about-stats { border-bottom: 1px solid var(--ta-cloud); }
.about-stats .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.about-stat { padding: 40px 0; }
.about-stat:first-child { border-top: 3px solid var(--ta-teal); }
.about-stat + .about-stat { border-left: 1px solid var(--ta-cloud); padding-left: 40px; }
.about-stat__n { font-family: var(--ta-font-disp); font-size: 44px; font-weight: 700; color: var(--ta-ink); letter-spacing: -.03em; font-feature-settings: "tnum"; line-height: 1; margin-bottom: 8px; }
.about-stat__label { font-size: 14px; font-weight: 600; color: var(--ta-ink); margin-bottom: 3px; }
.about-stat__sub { font-size: 12px; color: var(--ta-slate); }
.about-bio { padding: 96px 0; }
.about-bio__grid { display: grid; grid-template-columns: 320px 1fr; gap: 72px; align-items: start; }
.about-photo { position: relative; }
.about-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; }
.about-photo::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--ta-teal); }
.about-quote { font-family: var(--ta-font-disp); font-size: clamp(18px,2vw,22px); font-weight: 600; line-height: 1.35; letter-spacing: -.015em; color: var(--ta-ink); margin-bottom: 28px; }
.about-text { font-size: 15px; line-height: 1.75; color: var(--ta-ink-80); margin-bottom: 28px; }
.about-badge { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.badge { font-size: 12px; padding: 6px 12px; background: var(--ta-paper); color: var(--ta-ink-70); border: 1px solid var(--ta-cloud); }
.badge--teal { background: rgba(14,107,99,.08); color: var(--ta-teal); border-color: rgba(14,107,99,.2); }
.pillars { display: flex; flex-direction: column; gap: 24px; }
.pillar__title { font-family: var(--ta-font-disp); font-size: 15px; font-weight: 700; color: var(--ta-ink); margin-bottom: 5px; display: flex; align-items: center; gap: 10px; }
.pillar__bar { width: 4px; height: 16px; background: var(--ta-teal); flex-shrink: 0; }
.pillar__body { font-size: 14px; color: var(--ta-ink-70); line-height: 1.65; padding-left: 14px; }

/* ── Regions ────────────────────────────────────────────────────────────── */
.regions-sec { padding: 80px 0 112px; }
.region-rows { display: flex; flex-direction: column; }
.region-row { display: grid; grid-template-columns: 200px 1fr; gap: 0 64px; align-items: start; padding: 56px 0; border-top: 1px solid var(--ta-cloud); }
.region-row:last-child { border-bottom: 1px solid var(--ta-cloud); }
.region-row__name { font-family: var(--ta-font-disp); font-size: 20px; font-weight: 700; letter-spacing: -.01em; color: var(--ta-ink); margin-bottom: 6px; }
.region-row__flag { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ta-teal); }
.region-row__body { font-size: 16px; color: var(--ta-ink-80); line-height: 1.75; max-width: 60ch; }

/* ── Contact ────────────────────────────────────────────────────────────── */
.contact-sec { padding: 80px 0 112px; }
.contact-grid { display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: 13px; font-weight: 600; color: var(--ta-ink); }
.form-input, .form-textarea, .form-select { font-family: var(--ta-font-body); font-size: 15px; color: var(--ta-ink); background: var(--ta-paper); border: 1px solid var(--ta-cloud); padding: 12px 14px; outline: none; width: 100%; transition: border-color .15s; }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--ta-teal); }
.form-textarea { resize: vertical; }
.form-note { font-size: 12px; color: var(--ta-slate); margin-top: 4px; }
.contact-ty { padding: 96px 0; }
.contact-ty__bar { width: 4px; height: 32px; background: var(--ta-teal); margin-bottom: 20px; }
.contact-ty__h3 { font-family: var(--ta-font-disp); font-size: 22px; font-weight: 700; margin-bottom: 10px; color: var(--ta-ink); }
.contact-ty__p { color: var(--ta-ink-70); font-size: 16px; }
.contact-aside__eyebrow { font-size: 13px; color: var(--ta-slate); margin-bottom: 20px; }
.contact-aside__intro { font-size: 15px; color: var(--ta-ink-80); line-height: 1.7; margin-bottom: 24px; }
.contact-aside__email { font-size: 15px; font-weight: 600; color: var(--ta-teal); display: block; margin-bottom: 32px; }
.contact-aside__detail { margin-bottom: 16px; }
.contact-aside__detail-label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ta-slate); margin-bottom: 4px; }
.contact-aside__detail-val { font-size: 14px; color: var(--ta-ink-80); }

/* ── Footer ─────────────────────────────────────────────────────────────── */
.site-footer { background: var(--ta-ink); padding: 64px 0 40px; }
.site-footer__grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 40px; margin-bottom: 28px; }
.site-footer__logo { height: 20px; margin-bottom: 20px; }
.site-footer__blurb { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.45); max-width: 220px; }
.site-footer__linkedin { display: inline-block; margin-top: 16px; font-size: 12px; color: rgba(255,255,255,.35); }
.site-footer__col-title { font-size: 11px; font-weight: 600; letter-spacing: .10em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 16px; }
.site-footer__links { display: flex; flex-direction: column; gap: 10px; }
.site-footer__links a { font-size: 13px; color: rgba(255,255,255,.55); transition: color .15s; }
.site-footer__links a:hover { color: var(--ta-white); }
.site-footer__legal { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.25); flex-wrap: wrap; gap: 8px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer__legal a { color: rgba(255,255,255,.25); transition: color .15s; }
.site-footer__legal a:hover { color: rgba(255,255,255,.6); }

/* ── Article pages ──────────────────────────────────────────────────────── */
.article-body { padding: 80px 0 112px; }
.article-body .wrap { max-width: 760px; }
.article-cat { font-size: 11px; font-weight: 600; letter-spacing: .10em; text-transform: uppercase; color: var(--ta-teal-bright); margin-bottom: 16px; }
.article-meta { font-size: 13px; color: var(--ta-slate); margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--ta-cloud); }
.article-body h2 { font-family: var(--ta-font-disp); font-size: 22px; font-weight: 700; letter-spacing: -.015em; color: var(--ta-ink); margin: 40px 0 16px; }
.article-body p { font-size: 16px; line-height: 1.8; color: var(--ta-ink-80); margin-bottom: 20px; }
.article-body ul { margin: 0 0 20px 24px; list-style: disc; }
.article-body ul li { font-size: 16px; line-height: 1.75; color: var(--ta-ink-80); margin-bottom: 8px; }
.article-body strong { color: var(--ta-ink); font-weight: 600; }
.article-cta { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--ta-cloud); display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.article-cta p { font-size: 15px; color: var(--ta-ink-80); margin: 0; font-weight: 500; }

/* ── Mobile ─────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  :root { --ta-pad: 24px; }
  .site-nav { display: none; }
  .site-nav.open { display: flex; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: var(--ta-white); border-bottom: 1px solid var(--ta-cloud); padding: 24px; gap: 20px; z-index: 99; }
  .site-nav.open a { font-size: 18px; color: var(--ta-ink); padding: 0; border: none; }
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px; background: none; border: none; margin-left: auto; }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ta-ink); }
  .site-header__bar .btn { display: none; }
  .site-header__bar { gap: 16px; }
  .site-header__social { gap: 8px; }
  .site-header__social-icon { width: 32px; height: 32px; }
  .site-header__social-icon svg { width: 21px; height: 21px; }
  .hero__h1 { font-size: clamp(38px,8vw,62px); }
  .stats-strip .wrap, .about-stats .wrap { grid-template-columns: repeat(2,1fr); }
  .stat + .stat, .about-stat + .about-stat { padding-left: 20px; }
  .what-i-do__grid { grid-template-columns: 1fr; gap: 48px; }
  .svc-row { grid-template-columns: 40px 1fr 20px; gap: 0 16px; }
  .service-row-item { grid-template-columns: 40px 1fr; }
  .about-bio__grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 300px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .region-row { grid-template-columns: 1fr; gap: 16px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .site-footer__legal { flex-direction: column; }
  .insights-sec__head { flex-direction: column; gap: 12px; }
}

@media (max-width: 600px) {
  .stats-strip .wrap, .about-stats .wrap { grid-template-columns: 1fr 1fr; }
  .service-row-item { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
}

/* ── v17 additions ────────────────────────────────────────── */
.about-stats { border-top: 1px solid var(--cloud); }
.about-stats .wrap { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.about-stat { padding:40px 32px; border-right:1px solid var(--cloud); }
.about-stat:last-child { border-right:none; }
.about-stat__n { font-family:var(--ff-display); font-size:clamp(2.2rem,5vw,3.2rem); font-weight:700; color:var(--teal); line-height:1; }
.about-stat__label { font-size:.9rem; font-weight:600; color:var(--ink); margin-top:6px; }
.about-stat__sub { font-size:.8rem; color:var(--muted); margin-top:4px; }
@media(max-width:900px){.about-stats .wrap{grid-template-columns:1fr 1fr;}.about-stat{border-right:none;border-bottom:1px solid var(--cloud);}}
@media(max-width:600px){.about-stats .wrap{grid-template-columns:1fr 1fr;}}

.about-bio { padding:80px 0; }
.about-bio__grid { display:grid; grid-template-columns:340px 1fr; gap:64px; align-items:start; }
.about-photo { border-radius:4px; overflow:hidden; }
.about-photo img { width:100%; display:block; }
.about-quote { font-family:var(--ff-display); font-size:clamp(1.05rem,2vw,1.25rem); color:var(--teal); line-height:1.5; margin:16px 0 24px; font-style:italic; }
.about-text { font-size:.975rem; line-height:1.75; color:var(--ink); margin-bottom:18px; }
.about-badge { display:flex; flex-wrap:wrap; gap:8px; margin:24px 0; }
.badge { display:inline-block; font-size:.75rem; font-weight:600; padding:4px 10px; border-radius:2px; border:1px solid var(--cloud); color:var(--ink); }
.badge--teal { background:var(--teal); color:#fff; border-color:var(--teal); }
@media(max-width:900px){.about-bio__grid{grid-template-columns:1fr;}}

.pillars { display:grid; grid-template-columns:1fr; gap:24px; }
.pillar__title { display:flex; align-items:center; gap:10px; font-family:var(--ff-display); font-size:1rem; font-weight:700; color:var(--ink); margin-bottom:6px; }
.pillar__bar { display:inline-block; width:4px; height:18px; background:var(--teal); border-radius:2px; flex-shrink:0; }
.pillar__body { font-size:.9rem; line-height:1.7; color:var(--muted); padding-left:14px; }

.region-rows { display:grid; gap:0; }
.region-row { padding:40px 0; border-bottom:1px solid var(--cloud); display:grid; grid-template-columns:220px 1fr; gap:48px; align-items:start; }
.region-row:first-child { border-top:1px solid var(--cloud); }
.region-row__name { font-family:var(--ff-display); font-size:1.2rem; font-weight:700; color:var(--ink); }
.region-row__flag { font-size:.8rem; color:var(--teal); margin-top:4px; font-weight:600; letter-spacing:.03em; }
.region-row__body { font-size:.95rem; line-height:1.75; color:var(--muted); }
@media(max-width:700px){.region-row{grid-template-columns:1fr;gap:12px;}}

.regions-sec { padding:60px 0 80px; }

.service-rows-sec { padding:60px 0 80px; }
.service-row-item { padding:48px 0; border-bottom:1px solid var(--cloud); display:grid; grid-template-columns:48px 260px 1fr; gap:32px; align-items:start; }
.service-row-item:first-child { border-top:1px solid var(--cloud); }
.service-row-item__num { font-family:var(--ff-display); font-size:1.8rem; font-weight:700; color:var(--cloud); line-height:1; padding-top:4px; }
.service-row-item__name { font-family:var(--ff-display); font-size:1.1rem; font-weight:700; color:var(--ink); margin-bottom:6px; }
.service-row-item__tag { font-size:.8rem; color:var(--teal); font-weight:600; letter-spacing:.02em; }
.service-row-item__body { font-size:.95rem; line-height:1.75; color:var(--muted); margin-bottom:12px; }
.service-row-item__outcome { font-size:.875rem; font-weight:600; color:var(--teal); }
@media(max-width:900px){.service-row-item{grid-template-columns:40px 1fr;}.service-row-item>div:last-child{grid-column:2;}}
@media(max-width:600px){.service-row-item{grid-template-columns:1fr;}.service-row-item__num{font-size:1.3rem;}}

.hero__eyebrow { font-size:.8rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--teal); margin-bottom:20px; }

/* ── Contact form fields ───────────────────────────────────── */
.contact-form__field { display: flex; flex-direction: column; gap: 6px; }
.contact-form__field label { font-size: .8rem; font-weight: 600; color: var(--ink); letter-spacing: .03em; text-transform: uppercase; }
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  font-family: var(--ff-body);
  font-size: .95rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--cloud);
  border-radius: 2px;
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .15s;
  appearance: none;
  -webkit-appearance: none;
}
.contact-form__field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23101418' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus { outline: none; border-color: var(--teal); }
.contact-form__field textarea { resize: vertical; min-height: 140px; }

.contact-email { font-size: 1rem; font-weight: 600; color: var(--teal); display: block; margin-bottom: 20px; }
.contact-aside { padding-top: 8px; }
.contact-aside .sl { margin-bottom: 16px; }
.contact-aside__note { font-size: .9rem; line-height: 1.7; color: var(--muted); margin-bottom: 14px; }

/* ── v18 · Motion layer ─────────────────────────────────────────────────────
   Zero-dependency. Everything below is gated on prefers-reduced-motion.
   Transform/opacity only — no layout-affecting animation. */

/* Hero contour canvas (injected by motion.js) */
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.hero .avail-bar, .hero .hero__body, .hero .stats-strip { position: relative; z-index: 1; }

@media (prefers-reduced-motion: no-preference) {

  /* ── Hero entrance choreography (index pages) ── */
  @keyframes ta-up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  .hero__eyebrow      { animation: ta-up .7s cubic-bezier(.22,1,.36,1) .05s both; }
  .hero__h1           { animation: ta-up .8s cubic-bezier(.22,1,.36,1) .15s both; }
  .hero__sub          { animation: ta-up .8s cubic-bezier(.22,1,.36,1) .28s both; }
  .hero__ctas         { animation: ta-up .8s cubic-bezier(.22,1,.36,1) .40s both; }
  .hero__availability { animation: ta-up .8s cubic-bezier(.22,1,.36,1) .52s both; }
  .hero .avail-bar    { animation: ta-up .6s cubic-bezier(.22,1,.36,1) 0s both; }
  .hero .stats-strip .stat { animation: ta-up .7s cubic-bezier(.22,1,.36,1) both; }
  .hero .stats-strip .stat:nth-child(1) { animation-delay: .55s; }
  .hero .stats-strip .stat:nth-child(2) { animation-delay: .65s; }
  .hero .stats-strip .stat:nth-child(3) { animation-delay: .75s; }
  .hero .stats-strip .stat:nth-child(4) { animation-delay: .85s; }

  /* Inner-page head entrance */
  .page-head__eyebrow { animation: ta-up .6s cubic-bezier(.22,1,.36,1) .05s both; }
  .page-head__h1     { animation: ta-up .7s cubic-bezier(.22,1,.36,1) .14s both; }
  .page-head__sub    { animation: ta-up .7s cubic-bezier(.22,1,.36,1) .26s both; }

  /* Kinetic accent word: clip-reveal + slow teal shimmer */
  @keyframes ta-em-in { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
  @keyframes ta-em-shimmer { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
  .hero__h1 em {
    display: inline-block;
    background: linear-gradient(100deg, var(--ta-teal-bright) 0%, #4fd8c7 42%, var(--ta-teal-bright) 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
    animation: ta-em-in .9s cubic-bezier(.22,1,.36,1) .55s both,
               ta-em-shimmer 9s ease-in-out 2s infinite;
  }

  /* Availability dot pulse */
  @keyframes ta-pulse { 0% { box-shadow: 0 0 0 0 rgba(245,158,11,.45); } 70% { box-shadow: 0 0 0 8px rgba(245,158,11,0); } 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0); } }
  .avail-dot { animation: ta-pulse 2.6s ease-out infinite; }
  .avail-bar .avail-dot { animation-name: ta-pulse-teal; }
  @keyframes ta-pulse-teal { 0% { box-shadow: 0 0 0 0 rgba(31,163,149,.45); } 70% { box-shadow: 0 0 0 8px rgba(31,163,149,0); } 100% { box-shadow: 0 0 0 0 rgba(31,163,149,0); } }

  /* ── Reveal variants ── */
  .reveal.in { opacity: 1; transform: none; } /* legacy site.js class — same effect as .on */

  /* Hairlines draw in */
  .rule.reveal { opacity: 1; transform: scaleX(0); transform-origin: left center; transition: transform .9s cubic-bezier(.22,1,.36,1); }
  .rule.reveal.on, .rule.reveal.in { transform: scaleX(1); }

  /* Statement: accent bar grows, quote fades up */
  .statement-sec .accent-bar { transform: scaleY(0); transform-origin: top; transition: transform 1s cubic-bezier(.22,1,.36,1); }
  .statement-sec.bar-on .accent-bar { transform: scaleY(1); }

  /* ── Micro-interactions ── */
  /* Button sheen sweep */
  .btn { position: relative; overflow: hidden; }
  .btn::after { content: ''; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.22), transparent); transform: skewX(-20deg); transition: left .55s cubic-bezier(.22,1,.36,1); pointer-events: none; }
  .btn:hover::after { left: 130%; }
  .btn--outline::after { background: linear-gradient(105deg, transparent, rgba(255,255,255,.35), transparent); }

  /* Nav underline slide (desktop nav only) */
  @media (min-width: 901px) {
    .site-nav a { border-bottom: none; padding-bottom: 2px; background-image: linear-gradient(var(--ta-teal), var(--ta-teal)); background-repeat: no-repeat; background-position: left bottom; background-size: 0% 1.5px; transition: color .15s, background-size .28s cubic-bezier(.22,1,.36,1); }
    .site-nav a:hover, .site-nav a.active { background-size: 100% 1.5px; }
    .site-nav .lang a { background-image: none; }
  }

  /* Insight/service row hover: title underline sweep + faint tint */
  .insight-row, .svc-row { transition: background-color .25s ease; }
  .insight-row:hover, .svc-row:hover { background-color: rgba(14,107,99,.028); }
  .insight-row__title, .svc-row__name { background-image: linear-gradient(currentColor, currentColor); background-repeat: no-repeat; background-position: left calc(100% - 1px); background-size: 0% 1px; transition: color .18s, background-size .35s cubic-bezier(.22,1,.36,1); }
  .insight-row:hover .insight-row__title, .svc-row:hover .svc-row__name { background-size: 100% 1px; }

  /* Stat number settle-in */
  .stat__n, .about-stat__n { transition: opacity .3s ease; }

  /* CTA band ambient glow */
  .cta-band { overflow: hidden; }
  @keyframes ta-glow { 0%,100% { transform: translate(0,0); opacity: .5; } 50% { transform: translate(60px,-30px); opacity: .8; } }
  .cta-band::before { content: ''; position: absolute; right: -160px; top: -160px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(31,163,149,.13), transparent 65%); animation: ta-glow 12s ease-in-out infinite; pointer-events: none; }
  .cta-band .wrap { position: relative; }

  /* Card/badge lift */
  .badge { transition: transform .18s ease, box-shadow .18s ease; }
  .badge:hover { transform: translateY(-1px); }
}

/* Keyboard focus (outside the motion gate — always on) */
.btn:focus-visible, .site-nav a:focus-visible, .insight-row:focus-visible, .svc-row:focus-visible { outline: 2px solid var(--ta-teal-bright); outline-offset: 3px; }

/* ── v19 · Animated logo + brand graphics ─────────────────────────────────── */

/* Header logo (inline SVG swapped in by motion.js) */
.site-header__logo svg { height: 22px; width: auto; display: block; overflow: visible; }

@media (prefers-reduced-motion: no-preference) {

  /* Logo assemble (plays once per session; .tal-anim set by motion.js) */
  @keyframes tal-bar  { from { opacity: 0; transform: translateY(-9px); } to { opacity: 1; transform: none; } }
  @keyframes tal-stem { from { opacity: 0; transform: scaleY(0); }        to { opacity: 1; transform: scaleY(1); } }
  @keyframes tal-a    { from { opacity: 0; transform: translateY(9px); }  to { opacity: 1; transform: none; } }
  @keyframes tal-word { from { opacity: 0; transform: translateX(-7px); } to { opacity: 1; transform: none; } }
  .tal-anim .tal-bar  { animation: tal-bar  .45s cubic-bezier(.22,1,.36,1) .05s both; }
  .tal-anim .tal-stem { transform-box: fill-box; transform-origin: center top; animation: tal-stem .45s cubic-bezier(.22,1,.36,1) .22s both; }
  .tal-anim .tal-a    { animation: tal-a    .5s  cubic-bezier(.22,1,.36,1) .40s both; }
  .tal-anim .tal-word { animation: tal-word .55s cubic-bezier(.22,1,.36,1) .58s both; }

  /* Hero TA mark: line-art, draws on after the hero entrance */
  @keyframes hm-draw { from { stroke-dashoffset: 620; } to { stroke-dashoffset: 0; } }
  @keyframes hm-fill { to { fill: rgba(31,163,149,.05); } }
  @keyframes hm-fade { from { opacity: 0; } to { opacity: 1; } }
  .hero__mark .hm-bar, .hero__mark .hm-stem { animation: hm-fade 1s ease 1s both; }
  .hero__mark .hm-a { stroke-dasharray: 620; stroke-dashoffset: 620; animation: hm-draw 1.8s cubic-bezier(.4,0,.2,1) 1.1s both, hm-fill 1s ease 2.9s both; }
}

.hero__mark { position: absolute; right: 3%; top: 50%; height: min(56vh, 540px); width: auto; z-index: 0; pointer-events: none; display: none; transform: translate(calc(var(--hmx, 0) * 1px), calc(-54% + var(--hmy, 0) * 1px)); will-change: transform; }
@media (min-width: 1100px) { .hero__mark { display: block; } }
.hero__mark .hm-bar, .hero__mark .hm-stem { fill: none; stroke: rgba(255,255,255,.09); stroke-width: 1.2; }
.hero__mark .hm-a { fill: rgba(31,163,149,.05); stroke: rgba(31,163,149,.38); stroke-width: 1.2; }

/* Diagnostic process diagram */
.ta-diagram { margin: 44px 0 8px; max-width: 860px; }
.ta-diagram svg { width: 100%; height: auto; display: block; overflow: visible; }
.ta-diagram .tad-line { stroke: var(--ta-cloud); stroke-width: 1.5; }
.ta-diagram .tad-line--teal { stroke: var(--ta-teal); }
.ta-diagram .tad-icon { fill: none; stroke: var(--ta-ink); stroke-width: 2; }
.ta-diagram .tad-icon--teal { stroke: var(--ta-teal); }
.ta-diagram .tad-fill-teal { fill: var(--ta-teal); stroke: none; }
.ta-diagram .tad-num { font-family: var(--ta-font-disp); font-size: 11px; font-weight: 700; letter-spacing: .1em; fill: var(--ta-teal); }
.ta-diagram .tad-t { font-family: var(--ta-font-disp); font-size: 16px; font-weight: 700; letter-spacing: -.01em; fill: var(--ta-ink); }
.ta-diagram .tad-s { font-family: var(--ta-font-body); font-size: 12.5px; fill: var(--ta-slate); }

/* Diagram choreography — initial hidden state ONLY when motion.js is live (.ta-js) */
@media (prefers-reduced-motion: no-preference) {
  .ta-js .ta-diagram .tad-line--teal { stroke-dasharray: 900; stroke-dashoffset: 900; }
  .ta-js .ta-diagram.go .tad-line--teal { transition: stroke-dashoffset 1.6s cubic-bezier(.4,0,.2,1) .1s; stroke-dashoffset: 0; }
  .ta-js .ta-diagram .tad-step { opacity: 0; transform: translateY(12px); }
  .ta-js .ta-diagram.go .tad-step { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1); }
  .ta-js .ta-diagram.go .tad-step:nth-of-type(2) { transition-delay: .35s; }
  .ta-js .ta-diagram.go .tad-step:nth-of-type(3) { transition-delay: .7s; }
  .ta-js .ta-diagram.go .tad-step:nth-of-type(4) { transition-delay: 1.05s; }
}

/* ── v20 · Visual engagement layer ───────────────────────────────────────────
   Additive only. Reuses existing tokens + the brand vocabulary (dotted-grid
   field, teal "stake" glyph, line-art icons). All motion gated on
   prefers-reduced-motion. No layout-affecting animation. */

:root { --ta-coral: #e8583a; }

/* Reusable dotted-grid field (echoes the og-image motif) */
.ta-dotfield {
  background-image: radial-gradient(rgba(31,163,149,.20) 1px, transparent 1.4px);
  background-size: 15px 15px;
}

/* ── Service line-icons (What I do rows) ── */
.svc-row { grid-template-columns: 52px 40px 1fr 24px; }
.svc-row__icon { width: 30px; height: 30px; display: block; color: var(--ta-slate); transition: color .2s ease, transform .25s cubic-bezier(.22,1,.36,1); }
.svc-row__icon svg { width: 100%; height: 100%; display: block; overflow: visible; }
.svc-row__icon .si-stroke { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svc-row__icon .si-teal { stroke: var(--ta-teal-bright); }
.svc-row:hover .svc-row__icon { color: var(--ta-teal); transform: translateY(-2px); }
@media (max-width: 900px) {
  .svc-row { grid-template-columns: 34px 30px 1fr 20px; gap: 0 14px; }
  .svc-row__icon { width: 26px; height: 26px; }
}
@media (max-width: 560px) { .svc-row__icon { display: none; } .svc-row { grid-template-columns: 34px 1fr 20px; } }

/* ── Insights card grid (home + insights page) ── */
.ins-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.ins-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--ta-white); border: 1px solid var(--ta-cloud);
  overflow: hidden; position: relative;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease;
}
.ins-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(16,20,24,.13); border-color: var(--ta-cloud); }
.ins-card__cover { position: relative; aspect-ratio: 16 / 8; background: var(--ta-ink); overflow: hidden; }
.ins-card__cover-bg { position: absolute; inset: 0; opacity: .55; }
.ins-card__cover-icon { position: absolute; left: 26px; top: 50%; transform: translateY(-50%); width: 58px; height: 58px; color: rgba(255,255,255,.92); }
.ins-card__cover-icon svg { width: 100%; height: 100%; display: block; overflow: visible; }
.ins-card__cover-icon .si-stroke { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ins-card__cover-icon .si-teal { stroke: var(--ta-teal-bright); }
/* stake glyph, bottom-right of every cover (the brand's "stake in the ground") */
.ins-card__stake { position: absolute; right: 24px; bottom: 0; width: 12px; height: 46px; }
.ins-card__stake .stk-spike { fill: var(--ta-teal-bright); }
.ins-card__stake .stk-cap { fill: var(--ta-coral); }
.ins-card__cat-chip { position: absolute; left: 24px; top: 20px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ta-teal-bright); }
.ins-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.ins-card__title { font-family: var(--ta-font-disp); font-size: 18px; font-weight: 700; letter-spacing: -.015em; line-height: 1.28; color: var(--ta-ink); transition: color .18s; }
.ins-card:hover .ins-card__title { color: var(--ta-teal); }
.ins-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; }
.ins-card__time { font-size: 12px; color: var(--ta-fog); letter-spacing: .02em; }
.ins-card__arrow { font-size: 15px; font-weight: 600; color: var(--ta-slate); transition: color .18s, transform .25s cubic-bezier(.22,1,.36,1); }
.ins-card:hover .ins-card__arrow { color: var(--ta-teal); transform: translateX(5px); }

/* Featured card spans the full row, horizontal on desktop */
.ins-card--featured { grid-column: 1 / -1; flex-direction: row; }
.ins-card--featured .ins-card__cover { flex: 0 0 46%; aspect-ratio: auto; min-height: 240px; }
.ins-card--featured .ins-card__cover-icon { width: 78px; height: 78px; left: 40px; }
.ins-card--featured .ins-card__body { justify-content: center; padding: 40px 44px; }
.ins-card--featured .ins-card__title { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.18; max-width: 20ch; }
.ins-card--featured .ins-card__lead { font-size: 15px; color: var(--ta-slate); line-height: 1.6; margin-top: 14px; max-width: 46ch; }

@media (max-width: 860px) {
  .ins-grid { grid-template-columns: 1fr; gap: 20px; }
  .ins-card--featured { flex-direction: column; }
  .ins-card--featured .ins-card__cover { flex: none; min-height: 0; aspect-ratio: 16 / 8; }
  .ins-card--featured .ins-card__body { padding: 24px; }
  .ins-card--featured .ins-card__cover-icon { width: 58px; height: 58px; left: 26px; }
}

@media (prefers-reduced-motion: no-preference) {
  .ins-card__cover-bg { transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .4s ease; }
  .ins-card:hover .ins-card__cover-bg { transform: scale(1.06); opacity: .7; }
  .ins-card__stake .stk-spike, .ins-card__stake .stk-cap { transition: transform .3s cubic-bezier(.22,1,.36,1); transform-box: fill-box; transform-origin: bottom; }
  .ins-card:hover .ins-card__stake .stk-cap { transform: translateY(-3px); }
}

/* ── Statement decorative quote glyph + subtle texture ── */
.statement-sec { overflow: hidden; }
.statement-sec__mark {
  position: absolute; top: 18px; left: 8px; z-index: 0;
  font-family: var(--ta-font-disp); font-weight: 700; font-size: clamp(140px, 20vw, 260px);
  line-height: 1; color: var(--ta-teal); opacity: .06; pointer-events: none; user-select: none;
}
.statement-sec .wrap { position: relative; z-index: 1; }
.statement-sec__field {
  position: absolute; top: 0; right: 0; width: 42%; height: 100%; z-index: 0; pointer-events: none;
  opacity: .5;
  -webkit-mask-image: linear-gradient(to left, #000, transparent);
          mask-image: linear-gradient(to left, #000, transparent);
}
@media (max-width: 700px) { .statement-sec__field { display: none; } }

@media (prefers-reduced-motion: no-preference) {
  @keyframes ta-mark-in { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: .06; transform: none; } }
  .statement-sec.bar-on .statement-sec__mark { animation: ta-mark-in 1s cubic-bezier(.22,1,.36,1) both; }
}

/* ── v20 · Regions reach map ── */
.regions-map { margin: 0 0 60px; position: relative; overflow: hidden; }
.regions-map svg { width: 100%; height: auto; display: block; }
.rm-arc { fill: none; stroke: rgba(31,163,149,.42); stroke-width: 1.4; stroke-dasharray: 2 6; stroke-linecap: round; }
.rm-glow { fill: rgba(31,163,149,.16); }
.rm-node { fill: #141a1f; stroke: rgba(255,255,255,.28); stroke-width: 1.5; }
.rm-node--lead { stroke: var(--ta-teal-bright); stroke-width: 2; }
.rm-core { fill: var(--ta-teal-bright); }
.rm-core--lead { fill: var(--ta-coral); }
.rm-code { font-family: var(--ta-font-disp); font-size: 15px; font-weight: 700; letter-spacing: .06em; fill: #fff; }
.rm-sub  { font-family: var(--ta-font-body); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; fill: var(--ta-teal-bright); text-transform: uppercase; }
.rm-stake-spike { fill: var(--ta-teal-bright); }
.rm-stake-cap { fill: var(--ta-coral); }
@media (prefers-reduced-motion: no-preference) {
  @keyframes rm-pulse { 0% { r: 34; opacity: .55; } 70% { r: 52; opacity: 0; } 100% { r: 52; opacity: 0; } }
  .ta-js .regions-map.go .rm-pulse { animation: rm-pulse 3s ease-out infinite; }
  .ta-js .regions-map .rm-arc { stroke-dasharray: 3 5; stroke-dashoffset: 260; }
  .ta-js .regions-map.go .rm-arc { transition: stroke-dashoffset 2s cubic-bezier(.4,0,.2,1) .2s; stroke-dashoffset: 0; }
  .ta-js .regions-map .rm-grp { opacity: 0; transform: translateY(10px); }
  .ta-js .regions-map.go .rm-grp { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1); }
  .ta-js .regions-map.go .rm-grp:nth-of-type(2) { transition-delay: .3s; }
  .ta-js .regions-map.go .rm-grp:nth-of-type(3) { transition-delay: .6s; }
}
.rm-pulse { fill: none; stroke: var(--ta-teal-bright); stroke-width: 1.5; }
