/* Layout — fixed header, 1200px content field, 12-column grid. */
:root{
  --container-max:1200px;
  --container-narrow:760px;   /* prose: quiénes somos, políticas */
  --container-wide:1440px;    /* full-bleed photo sections */
  --gutter:var(--space-6);
  --gutter-mobile:var(--space-4);

  --grid-columns:12; /* @kind other */
  --grid-gap:var(--space-5);
  --card-grid-min:288px;      /* property card min track */

  --header-h:76px;
  --header-h-compact:60px;
  --header-h-mobile:60px;
  --footer-pad-y:var(--space-10);
  --sidebar-w:296px;          /* filter rail on results */

  --z-base:0; /* @kind other */ --z-raised:10; /* @kind other */ --z-sticky:100; /* @kind other */ --z-header:200; /* @kind other */ --z-dropdown:300; /* @kind other */
  --z-overlay:400; /* @kind other */ --z-modal:500; /* @kind other */ --z-toast:600; /* @kind other */ --z-tooltip:700; /* @kind other */

  --focus-ring-w:2px;
  --focus-ring-offset:2px;

  --aspect-photo:4/3; /* @kind other */         /* listing thumbnails, as served by the CDN */
  --aspect-hero:16/7; /* @kind other */
  --aspect-portrait:3/4; /* @kind other */
}
