/* ==========================================================================
   index.html only — owned by the front-page task.
   Loaded after style.css. Two overrides, both required by the brief.
   ========================================================================== */

/* The h1 runs to three lines inside a 16ch cap, which inflates the hero.
   The hero-grid column is the real constraint, so let it govern. */
.hero h1{max-width:100%}

/* Rule: the Caveat accent must sit CLOSE to the h1, never larger.
   .hand ships at 1.35em; Caveat's small x-height means 1.1em reads level. */
.hero h1 .hand{font-size:1.1em}

/* "See the full week" link inside the .tonight card's closing line. */
.tonight .time a{display:inline-block;margin-top:6px}
