/* Loaded after theme.css to enforce light theme on cached hosts */
:root {
  color-scheme: light !important;
  --bg: #ffffff !important;
  --bg-subtle: #f7f7f8 !important;
  --bg-card: #ffffff !important;
  --bg-elevated: #f3f4f6 !important;
  --border: #e8eaed !important;
  --border-strong: #d1d5db !important;
  --text: #111827 !important;
  --text-muted: #6b7280 !important;
  --accent: #8b6914 !important;
  --accent-soft: #faf6ed !important;
}

html,
body {
  background: #ffffff !important;
  color: #111827 !important;
}

.header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom-color: #e8eaed !important;
}

.hero,
.visit,
.notify {
  background: #ffffff !important;
}

.about,
.gallery,
.footer {
  background: #f7f7f8 !important;
}

.feature-card,
.visit-card,
.notify__card,
.instagram-frame,
.phone-mockup {
  background: #ffffff !important;
  border-color: #e8eaed !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
}

.phone-mockup__screen {
  background: #f7f7f8 !important;
}

.build-site__scene {
  background: #eef0f3 !important;
}

.btn--primary {
  background: #111827 !important;
  color: #ffffff !important;
}

.logo__brand {
  color: #8b6914 !important;
  background: none !important;
  -webkit-text-fill-color: #8b6914 !important;
}

.glow,
.noise {
  display: none !important;
}
