/* ============================================================================
   Lens Restore (lensrestore.tech) - deep-midnight ink + LED-cyan CTA + safety-amber accent.
   Palette borrows from the "high-beam at night" mood in the hero photography.
   ========================================================================== */

:root {
  /* Cool neutrals */
  --t-cream:      #eef3f8;   /* page background - just barely warm off-white */
  --t-paper:      #ffffff;   /* card surface */
  --t-ink:        #0a1c33;   /* body text + hero shell + footer - deeper than default */
  --t-ink-soft:   #3a5471;
  --t-line:       rgba(10,28,51,.12);

  /* Primary CTA - LED-cool cyan (not too neon, still readable on white) */
  --t-primary:      #1494d1;
  --t-primary-dark: #0f6ea0;

  /* Accent - safety amber (postcard offer chip, hero eyebrow, price color) */
  --t-accent:       #ffb703;

  /* Nav bar */
  --t-nav-bg:  #ffffff;
  --t-nav-ink: var(--t-ink);
}

/* Show the raster logo — tenant has a real PNG, not just the wordmark fallback. */
.site-header__logo-img {
  display: inline-block !important;
  max-height: 46px;
}
.site-header__logo-text { display: none; }
@media (max-width: 899px) {
  .site-header__logo-img { max-height: 38px; }
}
