/* Atelier Restored — Elevation. No drop shadows, no layered chrome.
   Depth comes from photography + the contrast between black canvas and elevated surfaces. */
:root {
  --elevation-flat: none;                       /* body sections, nav, footer, photo bands */
  --elevation-hairline: inset 0 0 0 1px var(--hairline); /* card outlines, dividers, rows */
  --divider-line: 1px solid var(--hairline);
  --stripe-height: 4px;                         /* the light-line signature divider height */
}
