/* Styles for templates/home.html.
   home.html used to load landing.css, which was authored for the audience
   /for/<slug> heroes. Loading later than tailwind.build.css, it also won the
   cascade on /home and re-flattened 44 hero classes there — hiding the
   background grid, turning the icon-circle and progress-bar gradients flat,
   and zeroing the ring/bar fills. /home now loads this file instead, so its
   hero renders from tailwind.build.css exactly as production does.
   Contains only what home.html actually uses from landing.css: the CTA/about
   backdrop treatments, plus the hero CTA block. */


/* The wordmark keeps the build's current Bricolage Grotesque. Production still
   serves the older Fraunces serif (the stack changed on 2026-08-14, the only
   .hz-* font-family that did); that serif was tried here and rejected — the
   sans reads better at this scale. Only the size is tuned, ~10% up on the
   build's clamp(2.4rem, 1rem + 4.5vw, 4.3rem). */
.hz-hero-home .hz-title { font-size: clamp(2.6rem, 1rem + 5vw, 4.7rem); }

/* Colour is deliberately left alone: the wordmark keeps the build's flat
   primary-700 with a separately-amber ".AI" span. A teal->amber sweep across
   the whole word (what the build carried until 2026-07-22) was tried and
   rejected. Restoring it needs two rules, not one — background-clip:text on
   .hz-title-grad AND color:inherit on the nested .text-accent-500, which
   otherwise paints its own amber over the clipped background. */

