
:root {
  --navy: #0D1B2A;
  --gold: #B8975A;
  --cream: #F8F4EE;
  --white: #FFFFFF;
  --light: #E8E4DE;
  --muted: #6B7280;
  --text: #1F2933;
  --panel: #FFFDF9;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 80%, rgba(184,151,90,0.08), transparent 42%),
    radial-gradient(circle at 80% 20%, rgba(61,90,128,0.16), transparent 42%),
    var(--navy);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; }
.page-wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 38px 0 58px; }
.card { width: 100%; max-width: 440px; background: var(--cream); border-radius: 18px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.48); }
.home-shell { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem 1rem; }
.header { background: var(--navy); color: var(--white); text-align: center; padding: 2.4rem 2rem 2rem; border-bottom: 3px solid var(--gold); }
.avatar { width: 112px; height: 112px; object-fit: cover; border-radius: 50%; border: 3px solid var(--gold); margin-bottom: 1.2rem; }
.name { font-size: 2.1rem; line-height: 1; font-weight: 800; letter-spacing: -0.04em; }
.name span { color: var(--gold); font-style: italic; }
.handle { margin-top: 0.45rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; font-weight: 700; }
.tagline { margin-top: 0.45rem; color: rgba(255,255,255,0.68); font-size: 0.84rem; }
.body { padding: 1.8rem; }
.bio { text-align: center; color: var(--muted); font-size: 0.9rem; line-height: 1.62; margin-bottom: 1.35rem; }
.proof { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin-bottom: 1.35rem; }
.proof-item { background: var(--white); border: 1px solid var(--light); border-radius: 12px; padding: 0.85rem 0.7rem; text-align: center; }
.proof-item strong { display: block; color: var(--navy); font-size: 1.25rem; line-height: 1; letter-spacing: -0.03em; }
.proof-item span { display: block; margin-top: 0.3rem; color: var(--muted); font-size: 0.72rem; line-height: 1.25; }
.links { display: flex; flex-direction: column; gap: 0.75rem; }
.link { display: flex; align-items: center; gap: 0.9rem; padding: 0.95rem 1.1rem; border-radius: 11px; text-decoration: none; background: var(--white); border: 1px solid var(--light); color: var(--navy); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.link:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,0.12); }
.link.primary { background: var(--navy); color: var(--white); border-color: var(--navy); }
.icon { width: 36px; height: 36px; border-radius: 8px; background: var(--light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.05rem; }
.primary .icon { background: var(--gold); color: var(--navy); }
.label { flex: 1; font-weight: 700; font-size: 0.92rem; }
.label small { display: block; margin-top: 0.1rem; font-size: 0.72rem; font-weight: 400; opacity: 0.64; line-height: 1.35; }
.arrow { opacity: 0.34; }
.footer { padding: 0 1.8rem 1.5rem; text-align: center; font-size: 0.76rem; color: var(--muted); }
.footer a { color: var(--gold); text-decoration: none; font-weight: 700; }
.site-top { display:flex; align-items:center; justify-content:space-between; gap: 20px; margin-bottom: 28px; color: var(--white); }
.site-logo { text-decoration:none; font-weight:800; letter-spacing:-0.03em; font-size:1.35rem; }
.site-logo span { color: var(--gold); font-style: italic; }
.top-links { display:flex; gap: 14px; flex-wrap:wrap; font-size:.9rem; }
.top-links a { color: rgba(255,255,255,.78); text-decoration:none; }
.top-links a:hover { color: var(--white); }
.hero-panel { background: var(--cream); border-radius: 18px; padding: 28px; margin-bottom: 22px; box-shadow: 0 24px 64px rgba(0,0,0,.32); border-top: 3px solid var(--gold); }
.hero-panel h1 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.4rem); line-height: .96; letter-spacing:-.06em; margin-bottom: 14px; }
.hero-panel p { color: var(--muted); max-width: 760px; font-size: 1rem; }
.summary-grid { display:grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 22px; }
.summary { background: var(--white); border: 1px solid var(--light); border-radius: 12px; padding: 14px; }
.summary strong { display:block; color:var(--navy); font-size:1.35rem; line-height:1; }
.summary span { display:block; color:var(--muted); margin-top:6px; font-size:.78rem; line-height:1.25; }
.content-section { background: var(--cream); border-radius: 18px; padding: 24px; margin: 18px 0; box-shadow: 0 14px 42px rgba(0,0,0,.22); }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; border-bottom:1px solid var(--light); padding-bottom:14px; margin-bottom: 18px; }
.section-heading h2 { color:var(--navy); font-size:1.35rem; letter-spacing:-.03em; }
.section-heading p { color:var(--muted); font-size:.85rem; }
.brand-group { margin: 18px 0 20px; }
.brand-group:last-child { margin-bottom: 0; }
.brand-group h3 { color: var(--navy); font-size: 1.05rem; margin-bottom: 9px; }
.entry-list { display:grid; gap: 8px; }
.entry { background: var(--panel); border: 1px solid var(--light); border-radius: 12px; padding: 12px 14px; display:grid; grid-template-columns: 1fr auto; gap: 12px; align-items:center; }
.entry-title { color: var(--text); font-weight: 700; font-size:.96rem; }
.entry-meta { color: var(--muted); font-size:.78rem; margin-top: 2px; }
.watch-link { background: var(--navy); color: var(--white); text-decoration:none; border-radius: 999px; padding: .52rem .78rem; font-weight: 700; font-size:.78rem; white-space:nowrap; }
.watch-link:hover { background:#12263b; }
.page-footer { color: rgba(255,255,255,.65); text-align:center; font-size:.82rem; margin-top: 28px; }
@media (max-width: 760px) {
  .site-top { align-items:flex-start; flex-direction:column; }
  .summary-grid { grid-template-columns: repeat(2,1fr); }
  .entry { grid-template-columns: 1fr; }
  .watch-link { justify-self:start; }
}
@media (max-width: 420px) { .proof { grid-template-columns: 1fr; } .body { padding: 1.5rem; } .summary-grid { grid-template-columns:1fr; } }

/* V13: collapsible brand/topic groups with right-aligned gold direct-link buttons */
.portfolio-note {
  margin-top: 12px;
  font-size: .9rem !important;
  color: var(--muted);
}
details.brand-group {
  margin: 10px 0;
  border: 1px solid var(--light);
  border-radius: 13px;
  background: rgba(255,255,255,.58);
  scroll-margin-top: 22px;
  overflow: hidden;
}
details.brand-group:last-child { margin-bottom: 0; }
details.brand-group summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  color: var(--navy);
  font-weight: 800;
  font-size: 1.02rem;
}
details.brand-group summary::-webkit-details-marker { display: none; }
details.brand-group summary::before {
  content: '+';
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}
details.brand-group[open] summary::before { content: '–'; }
.brand-name { flex: 1 1 auto; min-width: 0; }
.copy-link {
  margin-left: auto;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--navy);
  border-radius: 999px;
  padding: .4rem .72rem;
  font: inherit;
  font-size: .72rem;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(184,151,90,.18);
}
.copy-link:hover,
.copy-link.copied {
  background: var(--navy);
  color: var(--gold);
  border-color: var(--navy);
}
details.brand-group .entry-list {
  padding: 0 12px 12px;
}
@media (max-width: 520px) {
  details.brand-group summary { align-items: center; gap: 10px; }
  .copy-link { font-size: .68rem; padding: .34rem .58rem; }
}
