:root {
  /* ThisPhase: Deep Harbor, Clear Teal, Sea Glass, Morning Mist, Signal Gold */
  --ink: #1a2e35;
  --navy: #123b46;
  --teal: #176b6f;
  --aqua: #8fd3c8;
  --sky: #e6f4f1;
  --paper: #f8faf9;
  --gold: #e3b655;
  --line: #c5dad6;
}

.topbar { background: rgba(248, 250, 249, 0.94); }
.brand { gap: 0.7rem; font-weight: 400; }
.mark { display: block; width: 42px; height: 42px; flex: 0 0 42px; border: 0; border-radius: 0; }
.brand-name { font: 700 1.25rem/1 "Newsreader", serif; letter-spacing: -0.015em; }
.topbar nav { gap: clamp(0.9rem, 2vw, 2rem); }

.info-page { padding-top: 4.5rem !important; background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.profile-copy { max-width: 760px; font-size: 1.08rem; }
.profile-copy h2,
.colophon-grid h2 { font: 700 clamp(1.7rem, 3vw, 2.4rem)/1.08 "Newsreader", serif; color: var(--navy); margin: 0 0 1rem; }
.profile-copy h2:not(:first-child) { margin-top: 3rem; }
.profile-copy p { margin: 0 0 1.25rem; }
.focus-card { padding: 1.6rem; background: #fff; border-top: 4px solid var(--gold); }
.focus-card h2 { font: 700 1.45rem/1.1 "Newsreader", serif; margin: 0 0 1rem; }
.focus-card ul { margin: 0; padding-left: 1.2rem; }
.focus-card li + li { margin-top: 0.65rem; }
.colophon-link { display: inline-block; margin-top: 1rem; padding: 0.85rem 1rem; background: var(--gold); color: var(--ink); text-decoration: none; font-weight: 700; }
.colophon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.colophon-grid section { padding: clamp(1.5rem, 3vw, 2.3rem); background: #fff; }
.colophon-grid p:last-child { margin-bottom: 0; }
.palette-list { display: grid; gap: 0.7rem; margin-top: 1.2rem; }
.palette-list div { display: grid; grid-template-columns: 1.2rem 1fr auto; gap: 0.7rem; align-items: center; }
.swatch { width: 1.2rem; height: 1.2rem; border-radius: 50%; border: 1px solid rgba(0,0,0,.14); }
.palette-list code { font-size: 0.8rem; color: #53666c; }
.footer-links { grid-column: 1 / -1; display: flex; gap: 1.25rem; }
.footer-links a { color: var(--gold); font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

@media (max-width: 800px) {
  .profile-grid,
  .colophon-grid { grid-template-columns: 1fr; }
}
