/* Refinement layer — sans-serif headline variant. Loads after refine-d.css.
   Headlines move to a neo-grotesque; body text stays Newsreader. */

:root, [data-palette] { --display: 'Archivo', 'Noto Sans', system-ui, sans-serif; }
.hero-title, .home-intro-text h2, .nav-block .nb-title, .buy-strip-text,
.press-hero h1, .reviews-hero h1, .collections-heading {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.015em;
}
.hero-title { line-height: 0.94; }
.hero .hero-title .en { font-weight: 400; }
.hero-title .gr { font-weight: 400; letter-spacing: -0.005em; font-size: clamp(30px, 3.1vw, 48px); }
.home-intro-text h2, .collections-heading { line-height: 1.02; }
.home-intro-text h2 em { font-weight: 500; }
.hero-subtitle .sub-main { font-family: var(--sans); font-size: clamp(20px, 2vw, 28px); }
.nav-block .nb-title { font-size: 1.6rem; font-weight: 500; letter-spacing: -0.015em; }
.buy-strip-text { font-weight: 400; letter-spacing: -0.015em; }

/* Archivo ships upright-only here — kill every remaining italic that inherits
   --display so the browser never synthesises an oblique. */
.press-outlet, .review-outlet, .collections-list, .collections-list li, .review-source,
.entry-page-num, .up-printable h2, .up-closing p, .spreads-header h2 em,
.mockups-header h2 em, .press-cta-contact .label { font-style: normal; }
.dl-format, .spec-item .v, .v { font-style: normal !important; }
