:root{--plum-50: #faf3f8;--plum-100: #f3e3ee;--plum-200: #e3c3da;--plum-300: #cd97bf;--plum-400: #a95d97;--plum-500: #8a3c7b;--plum-600: #682060;--plum-700: #571a50;--plum-800: #46153f;--plum-900: #33102f;--ink-950: #1a151a;--ink-900: #241d24;--ink-800: #362e36;--ink-700: #4c414b;--ink-600: #655966;--ink-500: #7f7280;--ink-400: #9c8f9d;--ink-300: #beb3bf;--ink-200: #d9d1d9;--ink-100: #ebe6eb;--ink-50: #f6f3f6;--paper: #fbf9fa;--white: #ffffff;--brass-400: #c2a35e;--brass-500: #a98a44;--brass-600: #8d7134;--status-success: #2e6b46;--status-error: #8e3030;--status-info: #2f5876;--color-brand: var(--plum-600);--text-heading: var(--ink-900);--text-body: var(--ink-800);--text-muted: var(--ink-600);--text-on-brand: var(--white);--text-link: var(--plum-600);--text-link-hover: var(--plum-800);--surface-page: var(--paper);--surface-card: var(--white);--surface-tint: var(--plum-50);--surface-inverse: var(--plum-900);--border-default: var(--ink-200);--border-strong: var(--ink-300);--border-brand: var(--plum-600);--focus-ring: 0 0 0 3px var(--plum-200)}:root{--font-display: "Lora", Georgia, "Times New Roman", serif;--font-sans: "Source Sans 3", "Segoe UI", system-ui, sans-serif;--text-xs: .8125rem;--text-sm: .9375rem;--text-base: 1.0625rem;--text-lg: 1.25rem;--text-xl: 1.5625rem;--text-2xl: 1.9375rem;--text-3xl: 2.4375rem;--text-4xl: 3rem;--leading-tight: 1.15;--leading-snug: 1.3;--leading-body: 1.65;--tracking-caps: .12em;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}:root{--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--measure: 68ch;--container: 1160px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--border-w: 1px;--rule-brand: 3px solid var(--plum-600);--shadow-card: 0 1px 3px rgba(36, 29, 36, .08);--shadow-raise: 0 4px 16px rgba(36, 29, 36, .12);--header-h: 84px;--section-pad: clamp(var(--space-6), 5vw, var(--space-8));--anchor-gap: 1.75rem}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-body);color:var(--text-body);background:var(--surface-page);margin:0;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text-heading);line-height:var(--leading-tight);font-weight:var(--weight-medium)}a{color:var(--text-link);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--text-link-hover)}::selection{background:var(--plum-100)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + var(--border-w));-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}img,svg,picture{display:block;max-width:100%}img{height:auto}p{text-wrap:pretty}h1,h2,h3,h4{text-wrap:balance}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:2px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-6)}.section{padding-block:var(--section-pad)}.section[id]{scroll-margin-top:calc(var(--anchor-gap) - var(--section-pad))}.cards{display:grid;gap:20px;margin-top:var(--space-6)}.cards--3{grid-template-columns:repeat(3,1fr)}.cards--2{grid-template-columns:repeat(2,1fr)}@media(max-width:60rem){.cards--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:40rem){.cards--3,.cards--2{grid-template-columns:1fr}}.stack{display:grid;gap:12px;margin-top:var(--space-5)}.section--white{background:var(--white)}.section--tint{background:var(--surface-tint)}.section--dark{background:var(--surface-inverse)}.skip-link{position:absolute;left:var(--space-4);top:-100%;background:var(--plum-600);color:#fff;padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);z-index:100;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:var(--space-4);color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){@keyframes reveal-rise{0%{opacity:0;translate:0 22px}}.heading,.cards>*,.stack>*,.team-grid>*,.kontakt__map{animation:reveal-rise ease-out both;animation-timeline:view();animation-range:entry 5% entry 45%}}}.site-header[data-astro-cid-nen7h5rs]{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid var(--border-default);font-family:var(--font-sans)}.site-header__inner[data-astro-cid-nen7h5rs]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 24px;min-height:var(--header-h);padding-block:12px}.brand[data-astro-cid-nen7h5rs]{display:flex;align-items:center;gap:16px;text-decoration:none;flex:none}.brand__sygnet[data-astro-cid-nen7h5rs]{height:48px;width:auto}.brand__word[data-astro-cid-nen7h5rs]{font-family:var(--font-display);font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-800);line-height:1.4}.nav[data-astro-cid-nen7h5rs]{display:flex;flex-wrap:wrap;gap:2px 6px}.nav__link[data-astro-cid-nen7h5rs]{font-size:var(--text-sm);font-weight:var(--weight-semibold);text-decoration:none;padding:8px 12px;border-radius:var(--radius-sm);color:var(--ink-700);white-space:nowrap;transition:color .15s,background-color .15s}.nav__link[data-astro-cid-nen7h5rs]:hover{color:var(--plum-700);background:var(--plum-50)}.demo-badge[data-astro-cid-nen7h5rs]{position:absolute;top:100%;right:var(--space-6);margin-top:10px;pointer-events:none;padding:6px 12px;border-radius:var(--radius-sm);background:#d81f1f;color:#fff;box-shadow:0 4px 14px #1a151a4d;font-size:11px;font-weight:var(--weight-semibold);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}@media(width<=34rem){.brand__word[data-astro-cid-nen7h5rs]{display:none}.site-header__inner[data-astro-cid-nen7h5rs]{justify-content:center}.nav[data-astro-cid-nen7h5rs]{width:100%;justify-content:center}.nav__link[data-astro-cid-nen7h5rs]{padding:6px 7px;font-size:13px}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--plum-900);color:var(--ink-100);font-family:var(--font-sans);padding-block:var(--space-7) var(--space-6)}.site-footer__grid[data-astro-cid-jo6i4kqk]{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:var(--space-7)}.site-footer__sygnet[data-astro-cid-jo6i4kqk]{width:min(216px,62%);height:auto;margin-bottom:20px}.site-footer__word[data-astro-cid-jo6i4kqk]{font-family:var(--font-display);font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--white)}.site-footer__sub[data-astro-cid-jo6i4kqk]{font-size:var(--text-sm);color:var(--ink-300);margin-top:6px}.site-footer__coltitle[data-astro-cid-jo6i4kqk]{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--plum-200);margin-bottom:12px}.site-footer__rows[data-astro-cid-jo6i4kqk]{display:grid;gap:8px;font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--ink-100)}.site-footer__legal[data-astro-cid-jo6i4kqk]{border-top:1px solid #ffffff26;margin-top:var(--space-6);padding-top:var(--space-4);font-size:var(--text-xs);color:var(--ink-300);display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}@media(width<=48rem){.site-footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr;gap:var(--space-6)}}.btn[data-astro-cid-ekguhzzh]{font-family:var(--font-sans);font-weight:var(--weight-semibold);border-radius:var(--radius-sm);border:1px solid #0000;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;line-height:1.2;transition:background-color .15s,border-color .15s,color .15s}.btn--md[data-astro-cid-ekguhzzh]{font-size:var(--text-base);padding:10px 22px}.btn--sm[data-astro-cid-ekguhzzh]{font-size:var(--text-sm);padding:7px 16px}.btn--primary[data-astro-cid-ekguhzzh]{background:var(--plum-600);color:var(--text-on-brand);border-color:var(--plum-600)}.btn--primary[data-astro-cid-ekguhzzh]:hover{background:var(--plum-700);border-color:var(--plum-700);color:var(--text-on-brand)}.btn--secondary[data-astro-cid-ekguhzzh]{background:none;color:var(--plum-700);border-color:var(--plum-600)}.btn--secondary[data-astro-cid-ekguhzzh]:hover{background:var(--plum-50);color:var(--plum-700)}.btn--ghost[data-astro-cid-ekguhzzh]{background:none;color:var(--plum-700);border-color:#0000}.btn--ghost[data-astro-cid-ekguhzzh]:hover{background:var(--plum-50);color:var(--plum-700)}.btn--onDark[data-astro-cid-ekguhzzh]{background:none;color:var(--white);border-color:#ffffff80}.btn--onDark[data-astro-cid-ekguhzzh]:hover{background:#ffffff1a;border-color:var(--white);color:var(--white)}.infolist[data-astro-cid-chgyfvmf]{margin:0;font-family:var(--font-sans)}.infolist__row[data-astro-cid-chgyfvmf]{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:10px 0}.infolist__row[data-astro-cid-chgyfvmf]+.infolist__row[data-astro-cid-chgyfvmf]{border-top:1px solid var(--ink-100)}.infolist--dark[data-astro-cid-chgyfvmf] .infolist__row[data-astro-cid-chgyfvmf]+.infolist__row[data-astro-cid-chgyfvmf]{border-top-color:#ffffff26}.infolist__label[data-astro-cid-chgyfvmf]{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--ink-500);padding-top:3px}.infolist--dark[data-astro-cid-chgyfvmf] .infolist__label[data-astro-cid-chgyfvmf]{color:var(--plum-200)}.infolist__value[data-astro-cid-chgyfvmf]{margin:0;font-size:var(--text-base);color:var(--text-body);line-height:var(--leading-snug)}.infolist--dark[data-astro-cid-chgyfvmf] .infolist__value[data-astro-cid-chgyfvmf],.infolist--dark[data-astro-cid-chgyfvmf] .infolist__value[data-astro-cid-chgyfvmf] a[data-astro-cid-chgyfvmf]{color:var(--white)}@media(width<=32rem){.infolist__row[data-astro-cid-chgyfvmf]{grid-template-columns:1fr;gap:2px}}.hero[data-astro-cid-yig24ztu]{position:relative;isolation:isolate;overflow:hidden;background:#160b14}.hero__media[data-astro-cid-yig24ztu]{position:absolute;z-index:-2;inset:0;background-image:var(--hero-1)}.hero__media[data-astro-cid-yig24ztu],.hero__frame[data-astro-cid-yig24ztu]{background-size:contain;background-position:100% 100%;background-repeat:no-repeat}.hero__frame[data-astro-cid-yig24ztu]{position:absolute;inset:0;opacity:0}.hero[data-astro-cid-yig24ztu]:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#1e081cfa,#270a23e8 45%,#200c1d6b 73%,#160a1433),linear-gradient(0deg,#18081657,#0000 42%)}.hero__inner[data-astro-cid-yig24ztu]{min-height:clamp(650px,78vh,800px);padding-block:var(--space-9)}.hero__intro[data-astro-cid-yig24ztu]{width:min(78%,900px)}.hero__eyebrow[data-astro-cid-yig24ztu]{font:var(--weight-semibold) 13px/1.4 var(--font-sans);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--plum-200);margin-bottom:14px}.hero__title[data-astro-cid-yig24ztu]{font-family:var(--font-display);font-weight:var(--weight-medium);font-size:clamp(2.55rem,4.25vw,4.25rem);line-height:1.15;color:var(--white);margin:0}.hero__name[data-astro-cid-yig24ztu]{display:block}.hero__lead[data-astro-cid-yig24ztu]{font-size:var(--text-lg);line-height:1.5;color:var(--ink-200);max-width:49ch;margin:20px 0 28px}.hero__actions[data-astro-cid-yig24ztu]{display:flex;gap:12px;flex-wrap:wrap}.hero__btn-light[data-astro-cid-yig24ztu]{background:var(--white);color:var(--plum-800);border-color:var(--white)}.hero__btn-light[data-astro-cid-yig24ztu]:hover{background:var(--plum-50);color:var(--plum-800);border-color:var(--plum-50)}.hero__facts[data-astro-cid-yig24ztu]{width:min(72%,650px);max-width:650px;margin-top:var(--space-6);padding:16px 22px;border:1px solid #ffffff2e;border-radius:var(--radius-md);background:#1a0c198a;box-shadow:0 18px 50px #10050f2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(width<=60rem){.hero__media[data-astro-cid-yig24ztu],.hero__frame[data-astro-cid-yig24ztu]{background-size:cover;background-position:68%}.hero[data-astro-cid-yig24ztu]:after{background:linear-gradient(90deg,#1e081cf7,#230a1fc7)}.hero__inner[data-astro-cid-yig24ztu]{min-height:auto;padding-block:var(--space-8)}.hero__intro[data-astro-cid-yig24ztu],.hero__facts[data-astro-cid-yig24ztu]{width:100%}}@media(width>=60.001rem){.hero__name[data-astro-cid-yig24ztu]{white-space:nowrap}}@media(width<=38rem){.hero__title[data-astro-cid-yig24ztu]{font-size:clamp(2.2rem,11vw,3.25rem)}.hero__lead[data-astro-cid-yig24ztu]{font-size:var(--text-base)}.hero__facts[data-astro-cid-yig24ztu]{padding:12px 16px}}@media(prefers-reduced-motion:no-preference){@keyframes hero-enter{0%{opacity:0;translate:0 16px}}.hero__intro[data-astro-cid-yig24ztu]{animation:.65s ease-out both hero-enter}.hero__facts[data-astro-cid-yig24ztu]{animation:.65s ease-out .12s both hero-enter}@keyframes hero-frame-2{0%,25%{opacity:0}31%,56%{opacity:1}57%,to{opacity:0}}@keyframes hero-frame-3{0%,50%{opacity:0}56%,81%{opacity:1}82%,to{opacity:0}}@keyframes hero-frame-4{0%,75%{opacity:0}81%,94%{opacity:1}to{opacity:0}}.hero__frame--2[data-astro-cid-yig24ztu]{background-image:var(--hero-2);animation:32s linear infinite hero-frame-2}.hero__frame--3[data-astro-cid-yig24ztu]{background-image:var(--hero-3);animation:32s linear infinite hero-frame-3}.hero__frame--4[data-astro-cid-yig24ztu]{background-image:var(--hero-4);animation:32s linear infinite hero-frame-4}@supports (animation-timeline: view()){@keyframes hero-parallax{to{transform:translateY(4.5%)}}.hero__media[data-astro-cid-yig24ztu]{animation:linear both hero-parallax;animation-timeline:view();animation-range:exit}}}.heading[data-astro-cid-ypavld2q]{max-width:none}.heading__eyebrow[data-astro-cid-ypavld2q]{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--plum-600);margin-bottom:10px}.heading__title[data-astro-cid-ypavld2q]{font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-2xl);line-height:var(--leading-tight);color:var(--text-heading);margin:0}.heading__rule[data-astro-cid-ypavld2q]{width:56px;border-bottom:3px solid var(--plum-600);margin-top:14px}.heading__lead[data-astro-cid-ypavld2q]{font-family:var(--font-sans);font-size:var(--text-lg);line-height:var(--leading-snug);color:var(--text-muted);margin:16px 0 0;text-wrap:pretty}.heading--dark[data-astro-cid-ypavld2q] .heading__eyebrow[data-astro-cid-ypavld2q]{color:var(--plum-200)}.heading--dark[data-astro-cid-ypavld2q] .heading__title[data-astro-cid-ypavld2q]{color:var(--white)}.heading--dark[data-astro-cid-ypavld2q] .heading__lead[data-astro-cid-ypavld2q]{color:var(--ink-200)}.card[data-astro-cid-yk4hkwyg]{display:block;background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:var(--space-5);text-decoration:none;color:var(--text-body);font-family:var(--font-sans);transition:border-color .15s,box-shadow .15s}.card--link[data-astro-cid-yk4hkwyg]:hover{border-color:var(--border-strong);box-shadow:var(--shadow-raise)}.card__meta[data-astro-cid-yk4hkwyg]{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--brass-600);margin-bottom:8px}.card__title[data-astro-cid-yk4hkwyg]{font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-xl);line-height:var(--leading-snug);color:var(--text-heading);margin:0 0 10px}.card__body[data-astro-cid-yk4hkwyg]{font-size:var(--text-sm);line-height:var(--leading-body);color:var(--text-body)}.card__footer[data-astro-cid-yk4hkwyg]{margin-top:14px;padding-top:12px;border-top:1px solid var(--ink-100);font-size:var(--text-sm);color:var(--plum-700);font-weight:var(--weight-semibold)}.accordion[data-astro-cid-ztaq7sjr]{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-card);font-family:var(--font-sans);overflow:hidden}.accordion__item[data-astro-cid-ztaq7sjr]+.accordion__item[data-astro-cid-ztaq7sjr]{border-top:1px solid var(--ink-100)}.accordion__summary[data-astro-cid-ztaq7sjr]{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;background:none;cursor:pointer;list-style:none;font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-heading);transition:background-color .15s}.accordion__summary[data-astro-cid-ztaq7sjr]::-webkit-details-marker{display:none}.accordion__item[data-astro-cid-ztaq7sjr][open] .accordion__summary[data-astro-cid-ztaq7sjr]{background:var(--plum-50)}.accordion__chevron[data-astro-cid-ztaq7sjr]{flex-shrink:0;transition:transform .2s}.accordion__item[data-astro-cid-ztaq7sjr][open] .accordion__chevron[data-astro-cid-ztaq7sjr]{transform:rotate(180deg)}.accordion__content[data-astro-cid-ztaq7sjr]{padding:4px 20px 18px;font-size:var(--text-sm);line-height:var(--leading-body);color:var(--text-body);background:var(--plum-50)}.rodzaje[data-astro-cid-lqul7zqk]{margin-top:var(--space-7)}.rodzaje__title[data-astro-cid-lqul7zqk]{margin:0 0 14px;font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-lg);color:var(--text-heading)}.visual-break[data-astro-cid-4hplp7fj]{position:relative;isolation:isolate;overflow:hidden;min-height:clamp(280px,34vw,440px);display:grid;align-items:end;background:var(--ink-900)}.visual-break__media[data-astro-cid-4hplp7fj]{position:absolute;z-index:-2;inset:0;background-image:var(--pas-1);background-color:#100b0d;transform:translateY(0)}.visual-break__media[data-astro-cid-4hplp7fj],.visual-break__frame[data-astro-cid-4hplp7fj]{background-size:contain;background-position:center;background-repeat:no-repeat}.visual-break__frame[data-astro-cid-4hplp7fj]{position:absolute;inset:0;opacity:0}.visual-break[data-astro-cid-4hplp7fj]:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(270deg,#190c16c7,#190c165c 42%,#0000 72%),linear-gradient(0deg,#160c1457,#0000 54%)}.visual-break__inner[data-astro-cid-4hplp7fj]{display:flex;justify-content:flex-end;padding-block:var(--space-7)}.visual-break__caption[data-astro-cid-4hplp7fj]{width:min(540px,100%);padding-left:var(--space-5);border-left:3px solid var(--brass-400);color:var(--white)}.visual-break__eyebrow[data-astro-cid-4hplp7fj]{margin-bottom:6px;color:var(--plum-200);font:var(--weight-semibold) var(--text-xs)/1.4 var(--font-sans);letter-spacing:var(--tracking-caps);text-transform:uppercase}.visual-break[data-astro-cid-4hplp7fj] p[data-astro-cid-4hplp7fj]{max-width:45ch;color:var(--white);font:var(--weight-regular) var(--text-lg)/1.45 var(--font-display)}@media(prefers-reduced-motion:no-preference){@keyframes visual-frame-2{0%,25%{opacity:0}31%,56%{opacity:1}57%,to{opacity:0}}@keyframes visual-frame-3{0%,50%{opacity:0}56%,81%{opacity:1}82%,to{opacity:0}}@keyframes visual-frame-4{0%,75%{opacity:0}81%,94%{opacity:1}to{opacity:0}}.visual-break__frame--2[data-astro-cid-4hplp7fj]{background-image:var(--pas-2);animation:32s linear infinite visual-frame-2}.visual-break__frame--3[data-astro-cid-4hplp7fj]{background-image:var(--pas-3);animation:32s linear infinite visual-frame-3}.visual-break__frame--4[data-astro-cid-4hplp7fj]{background-image:var(--pas-4);animation:32s linear infinite visual-frame-4}}@keyframes visual-parallax{0%{transform:translateY(-1.5%)}to{transform:translateY(1.5%)}}@supports (animation-timeline: view()){.visual-break__media[data-astro-cid-4hplp7fj]{animation:linear both visual-parallax;animation-timeline:view();animation-range:cover}}@media(prefers-reduced-motion:reduce){.visual-break__media[data-astro-cid-4hplp7fj]{animation:none;transform:none}}@media(width<=60rem){.visual-break__media[data-astro-cid-4hplp7fj],.visual-break__frame[data-astro-cid-4hplp7fj]{background-size:cover;background-position:bottom}.visual-break__inner[data-astro-cid-4hplp7fj]{justify-content:flex-start}}.notice[data-astro-cid-5laazbic]{border:1px solid;border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-body);color:var(--text-body)}.notice--info[data-astro-cid-5laazbic]{border-color:var(--plum-200);background:var(--plum-50)}.notice--legal[data-astro-cid-5laazbic]{border-color:var(--ink-200);background:var(--ink-50)}.notice__title[data-astro-cid-5laazbic]{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-caps);margin-bottom:6px}.notice--info[data-astro-cid-5laazbic] .notice__title[data-astro-cid-5laazbic]{color:var(--plum-700)}.notice--legal[data-astro-cid-5laazbic] .notice__title[data-astro-cid-5laazbic]{color:var(--ink-700)}.team-grid[data-astro-cid-ezswjq5i]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,4vw,48px);margin-top:var(--space-7)}.profile[data-astro-cid-ezswjq5i]{min-width:0;height:100%}.profile__content[data-astro-cid-ezswjq5i]{height:100%;padding:clamp(24px,3vw,34px);background:var(--white);border:1px solid var(--border-default);border-top:3px solid var(--plum-600);border-radius:var(--radius-md);box-shadow:var(--shadow-raise)}.profile__meta[data-astro-cid-ezswjq5i]{margin-bottom:6px;color:var(--brass-600);font:var(--weight-semibold) var(--text-xs)/1.4 var(--font-sans);letter-spacing:var(--tracking-caps);text-transform:uppercase}.profile[data-astro-cid-ezswjq5i] h3[data-astro-cid-ezswjq5i]{margin:0;color:var(--text-heading);font-size:clamp(1.45rem,3vw,var(--text-xl))}.profile[data-astro-cid-ezswjq5i] p[data-astro-cid-ezswjq5i]{margin-top:10px;color:var(--text-muted);font-size:var(--text-sm)}.staff[data-astro-cid-ezswjq5i]{margin-top:var(--space-6);padding:16px 20px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-card);font-family:var(--font-sans)}.staff__title[data-astro-cid-ezswjq5i]{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--ink-500);margin-bottom:8px}.staff__list[data-astro-cid-ezswjq5i]{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px 32px;font-size:var(--text-base);color:var(--text-body)}.staff__list[data-astro-cid-ezswjq5i] strong[data-astro-cid-ezswjq5i]{font-weight:var(--weight-semibold);color:var(--text-heading)}@media(width<=44rem){.team-grid[data-astro-cid-ezswjq5i]{grid-template-columns:1fr}}.kontakt[data-astro-cid-rh7s42fn]{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--space-7);margin-top:var(--space-6)}.kontakt__col[data-astro-cid-rh7s42fn]{display:grid;gap:20px;align-content:start}.konta[data-astro-cid-rh7s42fn]{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-card);padding:16px 20px;font-family:var(--font-sans)}.konta__title[data-astro-cid-rh7s42fn]{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--ink-500);margin-bottom:10px}.konta__list[data-astro-cid-rh7s42fn]{margin:0;display:grid;gap:10px}.konta__row[data-astro-cid-rh7s42fn] dt[data-astro-cid-rh7s42fn]{font-size:var(--text-sm);color:var(--ink-500)}.konta__row[data-astro-cid-rh7s42fn] dd[data-astro-cid-rh7s42fn]{margin:2px 0 0;font-size:var(--text-base);font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--text-heading)}.kontakt__map[data-astro-cid-rh7s42fn]{margin:0;display:flex;flex-direction:column;border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden;background:var(--ink-100)}.kontakt__map-frame[data-astro-cid-rh7s42fn]{border:0;width:100%;flex:auto;min-height:360px;display:block}.kontakt__map-caption[data-astro-cid-rh7s42fn]{padding:10px var(--space-4);background:var(--surface-card);border-top:1px solid var(--border-default);font:var(--weight-medium) var(--text-sm) var(--font-sans)}.kontakt__map-caption[data-astro-cid-rh7s42fn] a[data-astro-cid-rh7s42fn]{color:var(--plum-600)}@media(width<=60rem){.kontakt[data-astro-cid-rh7s42fn]{grid-template-columns:1fr}.kontakt__map-frame[data-astro-cid-rh7s42fn]{min-height:260px}}
