
/* ============================================================================
   DR SOPHIA · shared brand chrome (header + footer) — consistent across pages.
   Confidential draft framing, real client logo, Vlad Kutepov credentials.
   ============================================================================ */
.brand-logo{display:block;width:auto;height:74px}
@media(max-width:680px){.brand-logo{height:52px}}
.brand-mark{display:block;width:auto;height:34px}

/* header right cluster: confidential pill + credential + Vlad badge */
.brand-meta{display:flex;align-items:center;gap:16px}
.conf-pill{display:inline-flex;align-items:center;font-family:var(--ds-font-ui);font-size:10.5px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--ds-color-copper-ink);background:rgba(213,105,27,.1);
  border:1px solid rgba(213,105,27,.24);border-radius:var(--ds-radius-pill);padding:7px 14px;white-space:nowrap}
.brand-sep{width:1px;height:34px;background:var(--ds-border-strong);flex-shrink:0}
.brand-cred{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-cred__txt{font-family:var(--ds-font-ui);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--ds-text-secondary);line-height:1.5;text-align:right;white-space:nowrap;transition:color var(--ds-dur-fast,.22s) var(--ds-ease-authority,ease)}
.brand-cred__txt b{display:block;color:var(--ds-color-green-deep);font-weight:700;font-size:12px;letter-spacing:.04em}
.brand-cred__txt .dt{display:block;font-size:9px;font-weight:600;color:var(--ds-text-muted,var(--ds-text-secondary));letter-spacing:.08em}
.brand-cred:hover .brand-cred__txt b{color:var(--ds-color-copper-ink)}
.brand-cred__badge{width:46px;height:46px;border-radius:50%;flex-shrink:0;display:block;transition:transform var(--ds-dur-fast,.22s) var(--ds-ease-authority,ease)}
.brand-cred:hover .brand-cred__badge{transform:scale(1.06)}
@media(max-width:980px){.brand-cred__txt,.brand-sep{display:none}}

/* hero kick shield (replaces the status dot above the display title) */
.kick-shield{width:15px;height:15px;flex-shrink:0;color:var(--ds-color-copper)}

/* ── footer (both pages) ───────────────────────────────────────────────── */
.site-foot{background:var(--ds-color-green-deep);color:rgba(255,245,233,.8)}
.site-foot__in{padding:clamp(40px,5vw,64px) 0 clamp(28px,3vw,40px)}
.site-foot__top{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:clamp(24px,4vw,56px);align-items:start}
@media(max-width:760px){.site-foot__top{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.site-foot__top{grid-template-columns:1fr}}
.foot-card{display:inline-flex;background:var(--ds-color-bone);border-radius:var(--ds-radius-lg);padding:12px;box-shadow:0 1px 2px rgba(0,0,0,.2),0 18px 40px rgba(0,0,0,.22)}
.foot-card img{display:block;width:auto;height:92px} /* official tight-cropped vector lockup — no recentre needed */
.site-foot__tag{color:rgba(255,245,233,.72);font-size:14px;max-width:34ch;margin-top:18px;line-height:1.6}
.site-foot__col h4{color:rgba(255,245,233,.6);font-family:var(--ds-font-ui);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.site-foot__col a{display:block;color:rgba(255,245,233,.74);font-size:14px;padding:5px 0;text-decoration:none;transition:color var(--ds-dur-fast,.22s) var(--ds-ease-authority,ease)}
.site-foot__col a:hover{color:#E9A66B;text-decoration:underline}
.site-foot__legal{margin-top:clamp(30px,4vw,48px);padding-top:22px;border-top:1px solid rgba(255,245,233,.16);
  display:flex;flex-wrap:wrap;gap:14px 32px;align-items:flex-start;justify-content:space-between}
.site-foot__conf{display:flex;align-items:flex-start;gap:11px;max-width:62ch}
.site-foot__conf svg{width:18px;height:18px;flex-shrink:0;color:#E9A66B;margin-top:2px}
.site-foot__conf p{font-family:var(--ds-font-ui);font-size:12px;line-height:1.6;color:rgba(255,245,233,.62);margin:0}
.site-foot__conf b{color:rgba(255,245,233,.9);font-weight:700}
.site-foot__sig{font-family:var(--ds-font-ui);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,245,233,.5);white-space:nowrap;text-align:right;line-height:1.6}
.site-foot__sig b{color:#E9A66B;font-weight:700}
/* relocated credential (Vlad badge + link) in footer */
.site-foot__cred{display:flex;align-items:center;gap:14px;text-decoration:none}
.site-foot__cred .t{font-family:var(--ds-font-ui);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,245,233,.62);line-height:1.5;text-align:right;white-space:nowrap;transition:color var(--ds-dur-fast,.22s) var(--ds-ease-authority,ease)}
.site-foot__cred .t b{display:block;color:var(--ds-color-bone);font-weight:700;font-size:12.5px;letter-spacing:.04em}
.site-foot__cred .t .dt{display:block;font-size:9px;font-weight:600;color:rgba(255,245,233,.42);letter-spacing:.08em}
.site-foot__cred:hover .t b{color:#E9A66B}
.site-foot__cred img{width:64px;height:64px;border-radius:50%;flex-shrink:0;display:block}

