/*
  Placeholder styles for the scaffold only.
  Phase 1 (capture) adds the self-hosted Divi stylesheets alongside this file and
  wires them into partials/head.njk so the production design matches the live
  site exactly. Keep this file for site-owned overrides that sit on top of Divi.
*/
:root { --ink: #1a1a1a; --muted: #666; --accent: #d4267b; }
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--ink); line-height: 1.5; }
a { color: var(--accent); }
main { max-width: 960px; margin: 0 auto; padding: 2rem 1rem; }

.site-header, .site-footer { max-width: 960px; margin: 0 auto; padding: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eee; }
.site-logo { font-weight: 700; text-decoration: none; color: var(--ink); }
.site-nav ul, .site-footer ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; margin: 0; padding: 0; }
.site-footer { border-top: 1px solid #eee; color: var(--muted); font-size: 0.85rem; }

/* Advisor directory */
.advisors__controls { display: flex; flex-wrap: wrap; gap: 1rem; align-items: end; margin: 1.5rem 0; }
.advisors__controls label { display: flex; flex-direction: column; font-size: 0.8rem; color: var(--muted); gap: 0.25rem; }
.advisors__controls input, .advisors__controls select { padding: 0.5rem; font-size: 1rem; }
.advisors__count { color: var(--muted); font-size: 0.9rem; }
.advisors__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.25rem; }
.advisor-card a { display: flex; flex-direction: column; gap: 0.25rem; text-decoration: none; color: var(--ink); }
.advisor-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
.advisor-card__name { font-weight: 600; }
.advisor-card__archetype, .advisor-card__country { font-size: 0.8rem; color: var(--muted); }
.advisor-profile__photo { max-width: 240px; border-radius: 8px; }
