/* Component reference dimensions from spec section "Sizing"/"Spacing" — screenshot-derived
   raster measurements at a 1440px capture width. NOT verified production spacing primitives
   (the spec explicitly withholds a generic 4/8-point scale). Use for first-pass layout only. */
:root{
  --size-content-inset-desktop-ref:130px;
  --size-content-span-desktop-ref:1180px;
  --size-header-height-ref:74px;
  --size-hero-home-depth-ref:500px;
  --size-search-hero-width-ref:700px;
  --size-utility-button-diameter-ref:68px;
  --size-cookie-height-ref:68px;
  --size-card-neutral-width-ref:280px;
  --size-card-audience-width-ref:378px;
  --size-card-editorial-width-ref:335px;

  /* generic gaps used inside components — estimated, not spec-verified */
  --space-xs:6px;
  --space-sm:12px;
  --space-md:20px;
  --space-lg:32px;
  --space-xl:48px;
}
