:root{--green:#2d7d5f;--green-light:#3a9e72;--green-bg:#2d7d5f;--bg:#f0f4f2;--white:#fff;--text:#1a1a1a;--text-muted:#555;--radius:14px;--shadow:0 2px 12px #00000014;--navy:#1a2535;--fs-xs:clamp(.78rem, .5vw + .65rem, .9rem);--fs-sm:clamp(.88rem, .6vw + .72rem, 1.05rem);--fs-base:clamp(.95rem, .7vw + .78rem, 1.15rem);--fs-md:clamp(1.05rem, .9vw + .85rem, 1.3rem);--fs-lg:clamp(1.3rem, 1.5vw + .9rem, 1.8rem);--fs-xl:clamp(1.6rem, 2.5vw + .8rem, 2.5rem);--fs-2xl:clamp(2rem, 4vw + .8rem, 3.2rem);--space-xs:clamp(6px, .8vw, 12px);--space-sm:clamp(12px, 1.5vw, 20px);--space-md:clamp(16px, 2vw, 28px);--space-lg:clamp(24px, 3vw, 40px);--space-xl:clamp(36px, 5vw, 72px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;font-size:var(--fs-base);background-color:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{width:100%;max-width:600px;padding:var(--space-md) var(--space-sm) var(--space-xl);gap:var(--space-lg);flex-direction:column;flex:1;margin:0 auto;display:flex}.hk-header{background:var(--white);z-index:100;border-bottom:1px solid #e0e0e0;position:sticky;top:0;box-shadow:0 2px 8px #0000004d}.hk-header__inner{padding:8px var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.hk-header__brand{align-items:center;display:flex}.hk-header__logo{width:auto;height:40px}.hk-header__desktop-nav{align-items:center;gap:clamp(12px,2vw,28px);margin-left:auto;display:none}.hk-header__nav-link{font-size:var(--fs-sm);color:var(--text);white-space:nowrap;font-weight:500;transition:color .15s}.hk-header__nav-link:hover{color:var(--green)}.hk-header__desktop-actions{align-items:center;gap:var(--space-sm);flex-shrink:0;display:none}.hk-header__cta{background:var(--green);color:var(--white);font-size:var(--fs-sm);white-space:nowrap;border-radius:50px;padding:8px 18px;font-weight:600;transition:opacity .2s}.hk-header__cta:hover{opacity:.85}.hk-header__social{color:var(--text-muted);align-items:center;font-size:1.15rem;transition:color .15s;display:flex}.hk-header__social:hover{color:var(--green)}.hk-header__burger{cursor:pointer;color:var(--text);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1.4rem;display:flex}.hk-header__mobile-nav{z-index:200;padding:var(--space-xs) var(--space-md) var(--space-sm);background:var(--white);border-top:1px solid #eee;flex-direction:column;align-items:flex-end;gap:4px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000001a}.hk-header__mobile-link{font-size:var(--fs-md);color:var(--text);text-align:right;border-bottom:1px solid #f0f0f0;width:100%;padding:10px 0;font-weight:500;transition:color .15s}.hk-header__mobile-link:last-of-type{border-bottom:none}.hk-header__mobile-link:hover{color:var(--green)}.hk-header__mobile-socials{gap:var(--space-sm);padding-top:var(--space-xs);justify-content:flex-end;display:flex}@media (width>=1280px){.hk-header__desktop-nav,.hk-header__desktop-actions{display:flex}.hk-header__burger{display:none}.hk-header__mobile-nav{display:none!important}}#aktualnosci,#kalendarz,#salka,#kontakt{scroll-margin-top:65px}.hero{color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;height:clamp(480px,70vh,800px);display:flex;position:relative;overflow:hidden}.hero__bg{opacity:0;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1s ease-in-out;position:absolute;inset:0}.hero__overlay{z-index:1;background:#0006;position:absolute;inset:0}.hero__content{z-index:2;align-items:center;gap:var(--space-sm);padding:0 var(--space-lg);flex-direction:column;max-width:640px;display:flex;position:relative}.hero__logo{object-fit:contain;filter:drop-shadow(0 4px 12px #0006);width:clamp(130px,10vw,200px);height:clamp(130px,10vw,200px)}.hero__title{font-size:var(--fs-2xl);text-shadow:0 2px 8px #00000080;font-weight:700;line-height:1.2}.hero__subtitle{font-size:var(--fs-base);opacity:.88;text-shadow:0 1px 4px #0006;max-width:540px;line-height:1.7}.hero__btn{margin-top:var(--space-xs);border:2px solid var(--white);color:var(--white);font-size:var(--fs-sm);text-shadow:none;background:0 0;border-radius:50px;padding:clamp(10px,1.5vw,16px) clamp(24px,3vw,40px);font-weight:600;transition:background .2s,border-color .2s;display:inline-block}.hero__btn:hover{background:var(--green-light);border-color:var(--green-light)}.hero__dots{z-index:3;align-items:center;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:4px;width:8px;height:8px;padding:0;transition:width .8s,background .8s}.hero__dot--active{background:var(--white);width:28px}.hero__dot:hover:not(.hero__dot--active){background:#ffffffbf}@media (width>=768px){.hero__subtitle{font-size:var(--fs-md)}.hero__dot{border-radius:5px;height:10px}.hero__dot--active{width:32px}}.links-cards{gap:var(--space-sm);flex-direction:column;display:flex}.link-card{align-items:center;gap:var(--space-sm);background:var(--white);border-radius:var(--radius);padding:var(--space-md);box-shadow:var(--shadow);cursor:pointer;transition:transform .15s,box-shadow .15s;display:flex}.link-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.link-card__icon{flex-shrink:0;font-size:2rem}.link-card__title{font-size:var(--fs-md);color:var(--green);margin-bottom:4px;font-weight:600}.link-card__desc{font-size:var(--fs-sm);color:var(--text-muted)}.news-section{padding:0}.news-section__title{font-size:var(--fs-xl);text-align:center;margin-bottom:10px;font-weight:700}.news-section__divider{background:var(--green);width:48px;height:3px;margin:0 auto var(--space-md);border-radius:2px}.news-list{gap:var(--space-sm);flex-direction:column;display:flex}.news-card{background:var(--white);border-radius:var(--radius);padding:var(--space-md) var(--space-lg);box-shadow:var(--shadow);border-left:4px solid var(--green);gap:var(--space-xs);flex-direction:column;display:flex}.news-card__meta{align-items:center;gap:10px;display:flex}.news-card__date{font-size:var(--fs-xs);color:var(--green);background:#2d7d5f14;border-radius:20px;padding:3px 10px;font-weight:600}.news-card__title{font-size:var(--fs-md);color:var(--text);font-weight:700;line-height:1.4}.news-card__content{flex-direction:column;gap:10px;display:flex}.news-card__content p{font-size:var(--fs-base);color:var(--text-muted);line-height:1.75}.news-card__footer{border-top:1px solid #eee;padding-top:8px}.news-card__author{font-size:var(--fs-xs);color:var(--text-muted);font-style:italic}.news-card__img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:auto;max-height:500px;display:block;box-shadow:0 4px 12px #0000004d}.meeting-section{background:var(--green-bg);border-radius:var(--radius);color:var(--white);overflow:hidden}.meeting-section__image-wrapper{width:100%;overflow:hidden}.meeting-section__image{width:100%;height:auto;display:block}.meeting-section__body{padding:var(--space-md) var(--space-md) var(--space-sm)}.meeting-section__title{font-size:var(--fs-lg);margin-bottom:var(--space-xs);font-weight:700}.meeting-section__desc{font-size:var(--fs-base);opacity:.92;line-height:1.7}.meeting-section__times{gap:var(--space-sm);padding:var(--space-sm) var(--space-md) var(--space-md);grid-template-columns:1fr 1fr;display:grid}.meeting-time-card{padding:var(--space-sm);text-align:center;background:#ffffff26;border-radius:12px}.meeting-time-card__icon{margin-bottom:8px;font-size:1.8rem;display:block}.meeting-time-card__day{font-size:var(--fs-base);opacity:.9;margin-bottom:4px}.meeting-time-card__hour{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700}.calendar-section{padding:0}.calendar-section__title{font-size:var(--fs-xl);text-align:center;margin-bottom:10px;font-weight:700}.calendar-section__divider{background:var(--green);width:48px;height:3px;margin:0 auto var(--space-sm);border-radius:2px}.calendar-section__desc{text-align:center;font-size:var(--fs-base);color:var(--text-muted);margin-bottom:var(--space-md)}.calendar-section__wrapper{border-radius:var(--radius);width:100%;box-shadow:var(--shadow);background:var(--white);height:clamp(420px,60vh,700px);overflow:hidden}.calendar-section__wrapper iframe{border-radius:var(--radius);border:0;width:100%;height:100%;display:block}.news-card__content .news-link{color:var(--green);text-transform:uppercase;font-weight:700;text-decoration:none}.news-card__content .news-link:hover{text-decoration:underline}.news-card__content strong{font-weight:700}.news-card__content em{font-style:italic}.news-card__content ul{margin:8px 0;padding-left:1.2em}.news-card__content blockquote{border-left:3px solid var(--green);color:var(--text-muted);margin:12px 0;padding-left:12px;font-style:italic}.contact-section{padding:0}.contact-section__title{font-size:var(--fs-xl);text-align:center;margin-bottom:10px;font-weight:700}.contact-section__divider{background:var(--green);width:48px;height:3px;margin:0 auto var(--space-md);border-radius:2px}.contact-section__body{gap:var(--space-sm);flex-direction:column;display:flex}.contact-card{background:var(--white);border-radius:var(--radius);padding:var(--space-md) var(--space-lg);box-shadow:var(--shadow);gap:var(--space-md);flex-direction:column;display:flex}.contact-card__heading{font-size:var(--fs-md);color:var(--text);font-weight:600}.contact-row{align-items:flex-start;gap:var(--space-sm);display:flex}.contact-row__icon{color:var(--green);flex-shrink:0;margin-top:2px;font-size:1.1rem}.contact-row__label{font-size:var(--fs-xs);color:var(--text-muted);margin-bottom:2px;font-weight:600}.contact-row__value{font-size:var(--fs-base);color:var(--text);line-height:1.6}a.contact-row__value:hover{color:var(--green)}.contact-row__map-link{color:var(--green);font-size:var(--fs-sm);align-items:center;gap:6px;margin-top:6px;font-weight:500;display:inline-flex}.contact-row__map-link:hover{text-decoration:underline}.contact-socials-section{flex-direction:column;gap:10px;display:flex}.contact-socials-label{font-size:var(--fs-sm);color:var(--text-muted);margin:0;font-weight:600}.contact-socials{gap:var(--space-sm);flex-wrap:wrap;display:flex}.social-btn{font-size:var(--fs-sm);color:var(--white);border-radius:8px;align-items:center;gap:8px;min-height:44px;padding:10px 20px;font-weight:600;transition:opacity .2s;display:inline-flex}.social-btn span{font-size:var(--fs-sm)}.social-btn:hover{opacity:.85}.social-btn--fb{background:#1877f2}.social-btn--ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.contact-map{border-radius:var(--radius);box-shadow:var(--shadow);height:280px;overflow:hidden}.contact-map iframe{border:0;width:100%;height:100%;display:block}.hk-footer{background:var(--navy);color:#ccc;margin-top:auto}.hk-footer__content{padding:var(--space-lg) var(--space-md) 0;gap:var(--space-md);flex-direction:column;width:100%;max-width:600px;margin:0 auto;display:flex}.hk-footer__brand{align-items:center;gap:var(--space-sm);display:flex}.hk-footer__logo{width:40px;height:40px}.hk-footer__name{color:var(--white);font-size:var(--fs-md);font-weight:700}.hk-footer__sub{font-size:var(--fs-xs);color:#aaa;margin-top:2px}.hk-footer__columns{gap:var(--space-md);flex-direction:column;display:flex}.hk-footer__col-title{color:var(--white);font-size:var(--fs-sm);margin-bottom:10px;font-weight:600}.hk-footer__link{font-size:var(--fs-xs);color:#aaa;margin-bottom:6px;transition:color .2s;display:block}a.hk-footer__link:hover{color:var(--white)}.hk-footer__copy{text-align:center;font-size:var(--fs-xs);color:#777;padding:var(--space-md);margin-top:var(--space-md);border-top:1px solid #ffffff14;width:100%;max-width:600px;margin-left:auto;margin-right:auto}@media (width>=1280px){.main-content{max-width:65%;padding:var(--space-lg) 0 var(--space-xl)}.links-cards{grid-template-columns:repeat(3,1fr);display:grid}.link-card{flex-direction:column;align-items:flex-start}.link-card__icon{font-size:2.4rem}.meeting-section{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;display:grid}.meeting-section__image-wrapper{grid-row:1/3;height:100%}.meeting-section__image{object-fit:cover;width:100%;height:100%}.meeting-section__body{padding:var(--space-lg) var(--space-md) var(--space-sm)}.meeting-section__times{padding:var(--space-sm) var(--space-md) var(--space-lg);align-self:start}.contact-section__body{flex-direction:row;align-items:stretch}.contact-card{flex:0 0 40%}.contact-map{flex:60%;height:auto;min-height:360px}.hk-footer__content{max-width:50%;padding:var(--space-lg) 0 0}.hk-footer__columns{grid-template-columns:1fr 1fr;display:grid}.hk-footer__copy{max-width:50%}}html{font-size:16px}*,:before,:after{box-sizing:border-box}body{color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Poppins,sans-serif;line-height:1.4;overflow-x:hidden}.container{width:100%;max-width:1024px;margin:0 auto;padding:16px}img,video{max-width:100%;height:auto;display:block}.break-word{word-break:break-word;overflow-wrap:anywhere}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
