:root{
  /* Radii: the system is square. Glass is cut, not moulded round.
     4px is the largest radius allowed on a container; pills exist only for the language switch. */
  --radius-0:0px;--radius-1:2px;--radius-2:4px;--radius-pill:999px;
  --border-width:1px;--border-width-strong:2px;
  /* No soft drop shadows. Depth comes from hairlines, inversion and one lifted overlay shadow. */
  --shadow-none:none;
  --shadow-overlay:0 24px 64px -24px rgba(5,7,6,.45);
  --shadow-sticky:0 8px 32px -16px rgba(5,7,6,.30);
  /* Universal focus ring: works on every surface, including photography and the wall. */
  --ring-focus:0 0 0 2px var(--focus-ring-inner),0 0 0 5px var(--focus-ring-outer);
  --ring-focus-light:0 0 0 2px var(--silica-000),0 0 0 5px var(--furnace-700);
  --ring-focus-inset:inset 0 0 0 2px var(--focus-ring-inner),inset 0 0 0 5px var(--focus-ring-outer);
  --hairline:var(--border-width) solid var(--border-hairline);
  --hairline-inverse:var(--border-width) solid var(--border-hairline-inverse);
  /* Repetition: the crate/pallet grid behind editorial sections */
  --pattern-grid:repeating-linear-gradient(90deg,var(--border-hairline) 0 1px,transparent 1px 80px); /* @kind other */
  --blur-overlay:saturate(120%) blur(18px); /* @kind other */
}
