/* ============================================================================
   THEME · ROSWELL REVISITED, 1975
   ============================================================================
   The original. Golden hour at a desert gas island; Fraunces and Public
   Sans; cream stock, gold, rust; the hard screenprint shadow.

   This sheet is nearly empty ON PURPOSE. tokens.css / base / components /
   pages ARE this theme — the site was designed as Roswell first and the
   theme system was lifted out of it afterwards — so the defaults every
   other theme overrides are already the right values here. What lives in
   this file is only what the theme layer needs to declare for itself:
   which art the sub-page mastheads use.

   Every theme sheet is linked on every page and scoped to its own
   html[data-theme]; only the matching one applies. Paths are relative to
   THIS file (assets/css/themes/), so one rule serves every page depth.
   ========================================================================== */

html[data-theme="Roswell-Revisited-1975"] .masthead__plate--back {
  background-image: url(../../img/hero/themes/Roswell-Revisited-1975/10_Background.webp);
}
html[data-theme="Roswell-Revisited-1975"] .masthead__plate--mid {
  background-image: url(../../img/hero/themes/Roswell-Revisited-1975/08_Midground.webp);
}

/* The contact page's sky, same treatment as the mastheads. */
/* The back plate is TWO layers: the mountains (10) over the real sky (11),
   so the horizon sits on clouds rather than the flat --sky colour. CSS
   paints the first image on top. */
html[data-theme="Roswell-Revisited-1975"] .contact-sky__plate--back {
  background-image:
    url(../../img/hero/themes/Roswell-Revisited-1975/10_Background.webp),
    url(../../img/hero/themes/Roswell-Revisited-1975/11_Background.webp);
}
html[data-theme="Roswell-Revisited-1975"] .contact-sky__plate--mid {
  background-image: url(../../img/hero/themes/Roswell-Revisited-1975/07_Midground.webp);
}
