/* Equal-weight consent choices, with no blocking overlay on the first visit. */
[hidden] { display: none !important; }
button { font: inherit; }
button:focus-visible { outline: 3px solid #b76108; outline-offset: 4px; }
.cookie-banner {
  position: fixed;
  z-index: 10;
  inset-inline: 20px;
  inset-block-end: 20px;
  inline-size: min(950px, calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 22px 26px;
  background: #fff;
  border: 1px solid #cbd9d9;
  border-radius: 10px;
  box-shadow: 0 7px 35px #083a5720;
  max-block-size: calc(100dvh - 40px);
  overflow-y: auto;
}
.cookie-copy { flex: 1; min-inline-size: 0; }
.cookie-copy h2 { font-size: 16px; letter-spacing: -.01em; margin: 0 0 6px; }
.cookie-copy p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.cookie-actions { display: flex; flex: none; gap: 10px; }
.cookie-choice {
  min-inline-size: 100px;
  min-block-size: 44px;
  padding: 10px 17px;
  border: 1px solid var(--navy);
  border-radius: 5px;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.cookie-choice:hover { background: #edf4f2; }
.cookie-text-button { padding: 0; border: 0; background: none; color: var(--navy); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; font-size: inherit; }
.footer-bottom .cookie-text-button { min-block-size: 32px; margin-block: -7px; }
.cookie-copy .cookie-status:not(:empty) { margin-block-start: 8px; font-weight: 600; color: var(--navy); }
.cookie-details {
  inline-size: min(650px, calc(100% - 32px));
  max-block-size: calc(100dvh - 48px);
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 15px 70px #083a5730;
  overflow-y: auto;
}
.cookie-details::backdrop { background: #082e4966; }
.cookie-details-header { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-block-end: 22px; }
.cookie-details h2 { font-size: 25px; }
.cookie-details h3 { font-size: 16px; margin-block: 23px 8px; }
.cookie-details p, .cookie-details li { font-size: 13px; line-height: 1.8; color: var(--muted); }
.cookie-details ul { padding-inline-start: 20px; }
.cookie-details li + li { margin-block-start: 9px; }
.cookie-details code { font-size: 11px; overflow-wrap: anywhere; }
.cookie-close { min-block-size: 44px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--navy); cursor: pointer; font-size: 12px; }
.cookie-details .cookie-note { border-top: 1px solid var(--line); padding-block-start: 17px; font-size: 12px; }
@media (max-width: 700px) {
  .cookie-banner { inset-inline: 12px; inset-block-end: 12px; inline-size: calc(100% - 24px); padding: 18px; gap: 16px; align-items: stretch; flex-direction: column; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-copy h2 { font-size: 15px; }
  .cookie-copy p { font-size: 12px; }
  .cookie-details { padding: 21px; }
  .cookie-details h2 { font-size: 22px; }
}

:root {
  color-scheme: light;
  --navy: #083a57;
  --teal: #08747e;
  --muted: #52676f;
  --line: #d7e2e2;
  --logo-size: 88px;
  --header-padding: 19px;
  --header-size: calc(var(--logo-size) / 1.19 + var(--header-padding) * 2 + 1px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--navy);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
/* Two screenfuls at minimum, while keeping all content in normal document flow. */
.landing-page { display: flex; flex-direction: column; min-block-size: 200vh; min-block-size: 200dvh; }
.landing-page > main { display: flex; flex-direction: column; flex: 1 0 auto; }
.landing-page > .site-header, .landing-page > .site-footer { flex: none; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #b76108; outline-offset: 5px; border-radius: 3px; }
img { display: block; }
.container { inline-size: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; inset-block-start: -100px; inset-inline-start: 12px; z-index: 2; padding: 12px 20px; background: var(--navy); color: #fff; }
.skip-link:focus { inset-block-start: 12px; }
.site-header { border-bottom: 1px solid #eef2ef; }
.header-inner { position: relative; isolation: isolate; display: flex; align-items: center; gap: 32px; padding-block: var(--header-padding); }
.header-inner > :not(.header-path) { position: relative; z-index: 1; }
.header-path { position: absolute; inset: 0; inline-size: 100%; block-size: 100%; pointer-events: none; z-index: 0; }
@media (max-width: 960px), (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce), (forced-colors: active) {
  .header-path { display: none !important; }
}
.brand { display: block; flex: none; }
.logo-crop { display: block; position: relative; inline-size: var(--logo-size); aspect-ratio: 1.19; overflow: clip; }
.logo-crop img { position: absolute; inline-size: 151%; max-inline-size: none; block-size: auto; inset-inline-start: -26.2%; inset-block-start: -35.6%; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-inline-start: auto; font-size: 14px; font-weight: 500; }
.main-nav a { display: inline-flex; align-items: center; min-block-size: 44px; text-decoration: none; }
.main-nav a:hover, .text-link:hover { color: var(--teal); text-decoration: underline; }
.language-switch { display: flex; gap: 3px; border: 1px solid var(--line); padding: 3px; border-radius: 6px; }
.language-switch a { display: grid; place-items: center; min-inline-size: 38px; min-block-size: 38px; padding: 6px; border-radius: 3px; font-size: 12px; font-weight: 600; text-decoration: none; }
.language-switch a[aria-current="page"] { background: var(--navy); color: #fff; }
.language-switch a:not([aria-current]):hover { background: #edf4f2; }
.hero { display: flex; flex-direction: column; flex: none; min-block-size: calc(100vh - var(--header-size)); min-block-size: calc(100dvh - var(--header-size)); text-align: center; }
.hero-content { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1 0 auto; padding-block: clamp(24px, 4vh, 54px) 28px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin: 0; border: 1px solid #cbe0dd; border-radius: 30px; padding: 8px 15px; background: #f5faf8; color: #32645f; font-size: 12px; line-height: 1.4; }
.status-dot { inline-size: 6px; block-size: 6px; flex: none; border-radius: 50%; background: #218577; }
h1 { max-inline-size: 18ch; margin: 25px auto 20px; font-size: clamp(40px, 5.4vw, 76px); font-weight: 600; letter-spacing: -.055em; line-height: 1.09; text-wrap: balance; }
h1 span { color: var(--teal); }
.hero-copy { max-inline-size: 560px; margin: 0 auto; font-size: 17px; line-height: 1.8; color: var(--muted); text-wrap: pretty; }
.hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 28px; margin-block-start: 28px; }
.primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 29px; min-block-size: 49px; padding: 14px 22px; border-radius: 5px; background: var(--navy); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.primary-link:hover { background: #07566b; }
.text-link { display: inline-flex; gap: 15px; align-items: center; min-block-size: 44px; text-decoration: none; font-size: 14px; font-weight: 500; }
/* Three faceted quills echo the hedgehog while link text names each action. */
.quill-icon { display: block; flex: none; inline-size: 24px; block-size: 24px; fill: currentColor; color: var(--navy); pointer-events: none; }
.quill-accent { fill: var(--quill-accent, var(--teal)); }
.quill-outward { transform: rotate(45deg); }
.quill-downward { transform: rotate(180deg); }
.primary-link .quill-icon { inline-size: 22px; block-size: 22px; color: #fffdf5; --quill-accent: #d1e8e3; }
@media (forced-colors: active) {
  .quill-icon, .primary-link .quill-icon { color: inherit; }
  .quill-accent { fill: currentColor; }
}
.landscape { flex: none; inline-size: 100%; block-size: clamp(150px, 30vh, 520px); block-size: clamp(150px, 30dvh, 520px); object-fit: cover; object-position: center 65%; }
/* Ease the artwork into white without blurring the lower landscape. */
.landscape {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #00000014 6%, #00000052 15%, #000000ad 25%, #000000eb 34%, #000 42%);
  mask-image: linear-gradient(to bottom, transparent 0%, #00000014 6%, #00000052 15%, #000000ad 25%, #000000eb 34%, #000 42%);
}
.about-section { display: flex; flex-direction: column; justify-content: center; flex: 1 0 auto; padding-block: 66px 72px; }
.eyebrow { margin: 0 0 13px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
h2 { margin: 0; font-size: clamp(27px, 3.2vw, 38px); font-weight: 600; line-height: 1.25; letter-spacing: -.035em; text-wrap: balance; }
.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-block-start: 36px; }
.focus-item { padding-block-start: 19px; border-top: 1px solid var(--line); min-inline-size: 0; }
.focus-number { font-size: 11px; letter-spacing: .08em; color: var(--teal); }
.focus-item h3 { margin: 13px 0 9px; font-size: 18px; line-height: 1.4; font-weight: 600; }
.focus-item p { margin: 0; max-inline-size: 32ch; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-section { flex: none; padding-block: 46px; background: #edf4f2; }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.contact-section .eyebrow { margin-block-end: 9px; }
.contact-copy { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.email { display: inline-flex; align-items: center; gap: 20px; padding-block: 12px; font-size: clamp(16px, 2vw, 22px); font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.email .quill-icon { inline-size: 26px; block-size: 26px; }
.email:hover { text-decoration: underline; }
.site-footer { position: relative; isolation: isolate; background: #fff; padding-block: 39px 24px; color: var(--navy); font-size: 12px; line-height: 1.8; }
/* Decorative only: keep the skyline behind readable, interactive content. */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("krakow-skyline-v1.webp") center bottom / cover no-repeat;
  opacity: .4;
}
.site-footer > .container { position: relative; z-index: 1; }
@media (forced-colors: active), print {
  .site-footer::before { display: none; }
}
.company-name { margin: 0; color: var(--navy); font-size: 12px; font-weight: 650; letter-spacing: .025em; }
.legal-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; margin-block-start: 27px; }
.legal-grid h2 { margin-block-end: 8px; font-size: 12px; font-weight: 500; letter-spacing: 0; color: inherit; }
.legal-grid p { margin: 0; }
address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-block-start: 26px; padding-block-start: 17px; border-top: 1px solid var(--line); font-size: 11px; }
.error-page { padding-block: 70px; text-align: center; }
.error-page p { color: var(--muted); }
.error-page nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-block-start: 30px; }
@media (max-width: 700px) {
  :root { --logo-size: 67px; --header-padding: 15px; }
  .container { inline-size: calc(100% - 44px); }
  .header-inner { gap: 17px; }
  .main-nav { gap: 17px; font-size: 12px; }
  .language-switch { gap: 0; padding: 2px; }
  .language-switch a { min-inline-size: 33px; min-block-size: 38px; font-size: 11px; }
  .hero-content { padding-block: 30px 24px; }
  .status-pill { font-size: 10px; padding: 7px 12px; }
  h1 { font-size: clamp(35px, 8.5vw, 54px); letter-spacing: -.045em; margin-block: 24px 20px; }
  .hero-copy { max-inline-size: 44ch; font-size: 14px; line-height: 1.8; }
  .hero-actions { gap: 20px; margin-block-start: 25px; }
  .primary-link, .text-link { font-size: 12px; }
  .primary-link { padding: 12px 17px; gap: 20px; }
  .landscape { block-size: clamp(130px, 25vh, 240px); block-size: clamp(130px, 25dvh, 240px); }
  .about-section { padding-block: 38px 43px; }
  h2 { font-size: 28px; }
  .focus-grid { grid-template-columns: 1fr; gap: 24px; margin-block-start: 28px; }
  .focus-item { display: grid; grid-template-columns: 27px 1fr; column-gap: 13px; padding-block-start: 18px; }
  .focus-number { grid-row: span 2; padding-block-start: 3px; }
  .focus-item h3 { font-size: 16px; margin: 0 0 6px; }
  .focus-item p { max-inline-size: none; font-size: 14px; }
  .contact-section { padding-block: 33px; }
  .contact-inner { gap: 13px; }
  .contact-copy { font-size: 13px; }
  .email { font-size: 17px; gap: 15px; }
  .site-footer { padding-block: 28px 21px; font-size: 11px; }
  .site-footer::before { background-position: 18% bottom; opacity: .3; }
  .company-name { font-size: 11px; }
  .legal-grid { grid-template-columns: 1fr 1fr; gap: 23px 18px; margin-block-start: 22px; }
  .footer-bottom { font-size: 10px; }
}
@media (max-width: 360px) {
  :root { --logo-size: 59px; }
  .container { inline-size: calc(100% - 32px); }
  .header-inner { gap: 11px; }
  .main-nav { gap: 12px; font-size: 11px; }
  .email { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
