/* Architectural, not soft: radii stay under 8px.
   The brand shape is the roof pitch / "domek" pentagon (logo + both cabins'
   windows). Its counterpoint is the circle (sauna barrel, balia, jacuzzi). */
:root{
  --radius-0:0px;
  --radius-1:2px;
  --radius-2:4px;
  --radius-3:6px;
  --radius-4:8px;
  --radius-circle:50%;
  --radius-pill:999px;

  --border-w:1px; /* @kind spacing */
  --border-w-strong:2px; /* @kind spacing */

  /* pentagon with the roof pitch from the logo (32% eaves line) */
  --clip-gable:polygon(50% 0%,100% 32%,100% 100%,0% 100%,0% 32%); /* @kind other */
  /* shallower pitch for wide crops (hero / gallery) */
  --clip-gable-wide:polygon(50% 0%,100% 18%,100% 100%,0% 100%,0% 18%); /* @kind other */
  /* pointed arch — the Leśna Sowa pentagon window */
  --clip-gable-tall:polygon(50% 0%,100% 42%,100% 100%,0% 100%,0% 42%); /* @kind other */
}
