:root {
  --rv-paper: #f4f0e8;
  --rv-paper-soft: #f7f3ec;
  --rv-paper-deep: #ebe4d8;
  --rv-card: #eee7dc;
  --rv-ink: #171513;
  --rv-muted: #615c57;
  --rv-accent: #8d2f2a;
  --rv-accent-dark: #70231f;
  --rv-line: #d9d0c4;
}

body.light-site {
  background: var(--rv-paper) !important;
  color: var(--rv-ink) !important;
}

.light-site nav {
  background: rgba(247, 243, 236, 0.95) !important;
  border-color: var(--rv-line) !important;
}

.light-site h1,
.light-site h2 {
  font-family: 'Newsreader', Georgia, serif !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
  letter-spacing: 0.008em !important;
  word-spacing: 0.08em;
}

.light-site header h1 .text-accent {
  font-style: italic;
}

.light-site .hero-wide-shell {
  max-width: 90rem;
}

.light-site .founder-hero-content,
.light-site .enterprise-hero-content {
  max-width: none;
}

.light-site .founder-hero-copy {
  max-width: 74rem;
}

.light-site .enterprise-hero-copy {
  max-width: 76rem;
}

@media (min-width: 768px) {
  .light-site .enterprise-hero-title {
    font-size: clamp(3rem, 4.3vw, 4rem) !important;
  }
}

@media (min-width: 1280px) {
  .light-site .enterprise-hero-title {
    white-space: nowrap;
  }
}

.light-site .ital {
  font-family: 'Newsreader', Georgia, serif !important;
  font-style: italic;
}

.light-site .text-white {
  color: var(--rv-ink) !important;
}

.light-site [class~="text-white/90"] { color: rgba(23, 21, 19, 0.90) !important; }
.light-site [class~="text-white/85"] { color: rgba(23, 21, 19, 0.85) !important; }
.light-site [class~="text-white/82"] { color: rgba(23, 21, 19, 0.82) !important; }
.light-site [class~="text-white/80"] { color: rgba(23, 21, 19, 0.80) !important; }
.light-site [class~="text-white/75"] { color: rgba(23, 21, 19, 0.72) !important; }
.light-site [class~="text-white/70"] { color: rgba(23, 21, 19, 0.68) !important; }
.light-site [class~="text-white/65"] { color: rgba(23, 21, 19, 0.64) !important; }
.light-site [class~="text-white/60"] { color: rgba(23, 21, 19, 0.58) !important; }
.light-site [class~="text-white/50"] { color: rgba(23, 21, 19, 0.50) !important; }
.light-site [class~="text-white/40"] { color: rgba(23, 21, 19, 0.42) !important; }
.light-site [class~="text-white/30"] { color: rgba(23, 21, 19, 0.34) !important; }

.light-site [class~="border-white/5"] { border-color: rgba(23, 21, 19, 0.08) !important; }
.light-site [class~="border-white/10"] { border-color: rgba(23, 21, 19, 0.13) !important; }
.light-site [class~="border-white/30"] { border-color: rgba(23, 21, 19, 0.26) !important; }

.light-site .text-accent { color: var(--rv-accent) !important; }
.light-site .bg-accent { background-color: var(--rv-accent) !important; }
.light-site .text-navy-900 { color: #fff !important; }
.light-site .hover\:bg-accent-dark:hover { background-color: var(--rv-accent-dark) !important; }
.light-site .hover\:text-white:hover { color: var(--rv-ink) !important; }
.light-site .hover\:border-white:hover { border-color: var(--rv-ink) !important; }

.light-site [class~="text-cream/90"],
.light-site [class~="text-cream/80"] {
  color: #514b46 !important;
}

.light-site .bg-white {
  background-color: #fff !important;
}

.light-site footer {
  background: #e9e1d5 !important;
  border-color: var(--rv-line) !important;
}

.light-site #veynor article {
  background: linear-gradient(135deg, #171513 0%, #24201d 58%, #332b27 100%) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  border-left-color: #b85b53 !important;
}

.light-site #veynor article [class~="text-white/80"] { color: rgba(255, 255, 255, 0.80) !important; }
.light-site #veynor article [class~="text-white/40"] { color: rgba(255, 255, 255, 0.44) !important; }
.light-site #veynor article [class~="border-white/10"] { border-color: rgba(255, 255, 255, 0.12) !important; }
.light-site #veynor article .text-accent { color: #d89a93 !important; }
.light-site #veynor article .bg-accent { background-color: #d89a93 !important; }
.light-site #veynor article .text-navy-900 { color: #171513 !important; }

.light-site section,
.light-site article,
.light-site nav,
.light-site footer,
.light-site a {
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 180ms;
  transition-timing-function: ease;
}

@media (prefers-reduced-motion: reduce) {
  .light-site section,
  .light-site article,
  .light-site nav,
  .light-site footer,
  .light-site a {
    transition: none !important;
  }
}
