/* Daylight — light theme */
body[data-theme="daylight"] {
  --bg: #faf6ef;
  --bg-elevated: #ffffff;
  --bg-card: #ffffff;
  --text: #221c14;
  --text-dim: #5d5040;
  --text-faint: #8c8070;
  --accent: #c9782c;
  --accent-strong: #b56c26;
  --accent-ink: #fffaf2;
  --border: rgba(34, 28, 20, 0.1);
  --border-strong: rgba(34, 28, 20, 0.2);
  --shadow: 0 20px 50px -24px rgba(34, 28, 20, 0.28);
}

body[data-theme="daylight"] .card { box-shadow: 0 1px 0 rgba(34,28,20,0.03); }
body[data-theme="daylight"] #site-nav.is-scrolled { box-shadow: 0 1px 0 var(--border); }
