/*
Theme Name: Heritage Material Godown
Theme URI: https://binaryboon.com
Description: Lightweight Hello Elementor child theme for Heritage Material Godown. Adds brand fonts, performance tweaks, and a place for custom CSS. Pages are built in Elementor.
Author: Binary Boon
Author URI: https://binaryboon.com
Template: hello-elementor
Version: 1.0.1
Text Domain: heritage-child
*/

/* ------------------------------------------------------------------
   Only put SITE-WIDE tweaks here. Page layouts live in Elementor.
   Brand colours & fonts are set in Elementor -> Site Settings -> Global.
   Palette matched to the warm-earthen reference direction.
   ------------------------------------------------------------------ */

:root{
  --hmg-rust:     #B7410E;  /* accent (confirmed brand colour) */
  --hmg-clay:     #8C4A2F;  /* accent hover */
  --hmg-cream:    #F6F0E7;  /* page background */
  --hmg-espresso: #2E241C;  /* headings / body text */
  --hmg-sand:     #D8C4A8;  /* dividers / muted */
  --hmg-white:    #FBF8F3;  /* cards */
}

/* Smooth anchor scrolling for the in-page "Products" nav link */
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }

/* Default link colour if a widget isn't styled inline */
a{ color:var(--hmg-rust); }
a:hover{ color:var(--hmg-clay); }

/* Consistent focus ring for accessibility (keyboard users) */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:3px solid var(--hmg-rust); outline-offset:2px;
}

/* Keep images from overflowing on small screens */
img{ max-width:100%; height:auto; }
