/* sideKick homepage — extracted from design handoff 3 Sep 2026 */
:root {
  --page: #F5F5F5;
  --muted-band: #EBEBEB;
  --card: #FFFFFF;
  --navy: #0F1B2D;
  --navy-border: #26384F;
  --text: #0F1B2D;
  --text-heading-alt: #17293D;
  --text-body: #2A3D55;
  --text-muted: #56657C;
  --text-muted-on-navy: #8EA0B8;
  --text-body-on-navy: #C3D2E4;
  --text-deck-on-navy: #DCE6F0;
  --numeral: #6E6E6E;
  --numeral-on-navy: #6C89B4;
  --steel: #3D5A80;
  --ice: #B3DBFC;
  --action: oklch(0.379 0.146 265.52);
  --hair: #DCDCDC;
  --section-rule: #C8C8C8;
  --faint: #EBEBEB;
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Montserrat", system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { margin: 0; background: var(--page); color: var(--text); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: var(--action); text-decoration: none; }
a:hover { color: var(--text); }
::selection { background: var(--ice); }
a:focus-visible { outline: 2px solid var(--steel); outline-offset: 3px; border-radius: 3px; }
.btn-primary:hover { background: var(--navy) !important; color: #F5F5F5 !important; }
.btn-ice:hover { background: #FFFFFF !important; color: var(--navy) !important; }
.work-row:hover { background: var(--muted-band); }
.btn-primary, .btn-ice, .work-row { transition: background-color 140ms ease-out; }
@media (max-width: 1080px) {
  header, section, footer { padding-left: 32px !important; padding-right: 32px !important; }
  section { padding-top: 80px !important; padding-bottom: 80px !important; }
  [data-r="2col"] { grid-template-columns: minmax(0,1fr) !important; gap: 44px !important; }
  [data-r="sidebar"] { grid-template-columns: minmax(0,1fr) !important; gap: 44px !important; }
  [data-r="sidebar"] > div:first-child { position: static !important; }
  [data-r="4col"] { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  nav a:not(:last-child) { display: none !important; }
}
@media (max-width: 680px) {
  header, section, footer { padding-left: 20px !important; padding-right: 20px !important; }
  section { padding-top: 64px !important; padding-bottom: 64px !important; }
  [data-r="row"] { grid-template-columns: minmax(0,1fr) !important; gap: 10px !important; padding-top: 22px !important; padding-bottom: 22px !important; }
  [data-r="row"] > p:last-child { display: none !important; }
  [data-r="4col"], [data-r="3col"] { grid-template-columns: minmax(0,1fr) !important; }
  [data-r="cta"] { width: 100% !important; }
}
