/* Kosher Homes by Villatel — HOME page body styles.
   Page-specific deltas only. Shared patterns live in kosher/kosher-site.css;
   all chrome lives in kosher/kosher-chrome.css. */

/* Home hero opens lighter than the holiday pages — the kitchen photo is bright. */
#main > .hero .hero__scrim {
  background: linear-gradient(180deg, rgba(13,35,44,.34) 0%, rgba(13,35,44,.14) 32%, rgba(13,35,44,.62) 68%, rgba(13,35,44,.90) 100%);
}
/* Mobile: the copy block fills more of the frame, so the wash starts higher. */
@media (max-width: 700px) {
  #main > .hero .hero__scrim {
    background: linear-gradient(180deg, rgba(13,35,44,.38) 0%, rgba(13,35,44,.22) 24%, rgba(13,35,44,.72) 60%, rgba(13,35,44,.93) 100%);
  }
}
#main > .hero h1 { max-width: 18ch; }

/* Add-on rail cards run a tighter headline than the getaway cards. */
#add-ons .card h3 { font-size: 20px; }
