@font-face {
  font-family: 'Cormorant Garamond'; font-weight: 600; font-display: swap;
  src: url('/fonts/cormorant-garamond-latin-ext-600-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond'; font-weight: 600; font-display: swap;
  src: url('/fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Manrope'; font-weight: 400; font-display: swap;
  src: url('/fonts/manrope-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope'; font-weight: 400; font-display: swap;
  src: url('/fonts/manrope-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --lazur: #176b99;
  --blekit: #b9dfec;
  --baza: #faf9f5;
  --atrament: #173747;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  background: var(--baza);
  color: var(--atrament);
  font: 400 1rem/1.6 'Manrope', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
}

.scena {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 32px clamp(16px, 5vw, 80px);
}
.tlo, .tlo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.tlo img { object-fit: cover; object-position: 70% 50%; }

.karta {
  position: relative;
  max-width: 520px;
  padding: clamp(24px, 4vw, 44px);
  background: rgba(250, 249, 245, 0.94);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(23, 55, 71, 0.18);
}
.logo { display: block; width: 170px; height: auto; margin-bottom: 20px; }
h1 {
  font: 600 clamp(2rem, 4.2vw, 2.8rem)/1.1 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  color: var(--lazur);
  margin: 0 0 16px;
}
.lead { font-size: 1.06rem; margin: 0 0 20px; }
.kategorie {
  list-style: none; padding: 0; margin: 0 0 20px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.kategorie li {
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--blekit);
  color: var(--atrament);
  font-size: 0.9rem;
}
.uwaga { font-size: 0.9rem; margin: 0 0 8px; }
.kontakt { font-size: 0.9rem; margin: 0; color: var(--lazur); }

/* Telefon: zdjecie u gory, karta pod nim - tekst nie zaslania motywu */
@media (max-width: 760px) {
  .scena { display: block; padding: 0; min-height: 0; }
  .tlo, .tlo img { position: static; height: auto; aspect-ratio: 1 / 1; }
  .tlo img { object-position: 50% 50%; }
  .karta {
    margin: -48px 16px 24px;
    box-shadow: 0 8px 24px rgba(23, 55, 71, 0.16);
    background: var(--baza);
  }
}
