:root {
    --container-width: 1720px;
    --content-width: 1480px;
    --hero-width: 100%;
    --green-900: #1d2818;
    --green-850: #253320;
    --green-800: #32412d;
    --green-700: #4f603c;
    --green-600: #607046;
    --paper: #ede5d2;
    --paper-edge: #c8b89a;
    --paper-shadow: rgba(0,0,0,.25);
    --text-dark: #272117;
    --text-muted: #564c3d;
    --rust: #6a3d1e;
    --rust-dark: #442610;
    --button-green: #526138;
    --button-green-dark: #394324;
    --light: #f6f1e6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--light);
    background:
        linear-gradient(rgba(18, 31, 15, .48), rgba(18, 31, 15, .56)),
        url("../images/green-bg.jpg") center top / cover repeat-y;
    font-family: Georgia, "Times New Roman", serif;
    min-width: 320px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.screen-reader-text {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}
.container { width: min(var(--content-width), calc(100% - 44px)); margin-inline: auto; }
.site-shell { position: relative; overflow: hidden; }
.site-main { position: relative; z-index: 1; }

.site-header {
    position: relative; z-index: 20;
    background:
        linear-gradient(180deg, rgba(14, 24, 11, .9), rgba(25, 38, 18, .88)),
        url("../images/green-top.jpg") center / cover no-repeat;
    box-shadow: 0 4px 16px rgba(0,0,0,.32);
    border-bottom: 1px solid rgba(0,0,0,.45);
}
.site-header__top-line,
.site-header__bottom-line {
    height: 7px;
    background:
        linear-gradient(to bottom, rgba(0,0,0,.18), rgba(255,255,255,.08), rgba(0,0,0,.22)),
        url("../images/paper-bg.jpg") center / cover no-repeat;
    opacity: .92;
}
.site-header__inner {
    width: min(var(--container-width), calc(100% - 26px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 36px;
    min-height: 124px;
    padding: 16px 0 18px;
}
.site-branding__link { display: flex; align-items: center; gap: 16px; }
.site-branding__logo{display:flex;align-items:center;justify-content:center;width:92px;height:92px;flex:0 0 92px}.site-branding__logo img, .site-branding__logo .custom-logo{max-width:92px;max-height:92px;width:auto;height:auto;display:block;margin:auto}.site-branding__logo .custom-logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
.site-branding__text { display: flex; flex-direction: column; gap: 3px; }
.site-branding__title {
    font-size: 58px; line-height: .88; font-weight: 700; letter-spacing: -.03em;
    color: #fff5e8; text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.site-branding__tagline { font-size: 13px; line-height: 1.2; color: #f5eddc; opacity: .95; max-width: none; white-space: nowrap; }
.main-nav { justify-self: center; width: 100%; }
.main-nav__list {
    list-style: none; display: flex; justify-content: center; align-items: center; gap: 48px; padding: 0; margin: 0;
    font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 800;
    letter-spacing: .04em; text-transform: uppercase;
}
.main-nav__item > a {
    position: relative; display: inline-flex; align-items: center; color: #f7f0e2;
    text-shadow: 0 1px 1px rgba(0,0,0,.45); transition: color .2s ease;
}
.main-nav__item > a:hover,
.main-nav__item.current-menu-item > a { color: #ffffff; }
.main-nav__item > a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px;
    background: #d7ccb5; transition: right .2s ease;
}
.main-nav__item > a:hover::after,
.main-nav__item.current-menu-item > a::after { right: 0; }
.lang-switch img {
    width: 30px; border-radius: 2px; border: 1px solid rgba(255,255,255,.35);
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.mobile-nav-toggle {
    display: none; background: transparent; border: 0; padding: 0; width: 42px; height: 42px;
    cursor: pointer; justify-self: end;
}
.mobile-nav-toggle span {
    display: block; width: 28px; height: 3px; margin: 5px auto; border-radius: 999px; background: #fff;
}

.hero {
    padding: 0 0 74px;
    position: relative;
}
.hero__wrap {
    width: min(var(--hero-width), 100%);
    margin-inline: auto;
}

.hero .container {
    width: min(1600px, calc(100% - 40px));
}
.hero__panel {
    position: relative;
    min-height: 940px;
    background:
        linear-gradient(180deg, rgba(177, 152, 119, .08), rgba(104, 78, 45, .12)),
        linear-gradient(180deg, #a99a86 0%, #bca98c 33%, #9d825d 66%, #7d6a50 100%);
    border-left: 1px solid rgba(255,255,255,.18);
    border-right: 1px solid rgba(0,0,0,.18);
    box-shadow: inset 0 -28px 60px rgba(81, 53, 22, .22);
    overflow: visible;
}
.hero__panel::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 18% 28%, rgba(193, 207, 223, .5), transparent 22%),
        radial-gradient(circle at 80% 34%, rgba(238, 237, 231, .28), transparent 19%),
        linear-gradient(to bottom, rgba(255,255,255,.12), transparent 30%, rgba(0,0,0,.08) 100%);
    pointer-events: none; mix-blend-mode: screen; opacity: .65;
}
.hero__content {
    pointer-events:auto;
    position: absolute; left: clamp(34px, 5vw, 88px); top: 126px; z-index: 4; max-width: 470px;
}
.hero__content h1 {
    margin: 0 0 34px; font-size: 90px; line-height: .92; letter-spacing: -.04em;
    color: #f6f1ea; text-shadow: 0 3px 0 rgba(0,0,0,.24), 0 8px 18px rgba(0,0,0,.24);
}
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 8px 16px rgba(0,0,0,.14);
    background: linear-gradient(180deg, var(--button-green) 0%, var(--button-green-dark) 100%);
    color: #f4ecdb; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; line-height: 1; font-weight: 800; letter-spacing: .04em;
    padding: 22px 40px; border-radius: 4px; min-height: 64px;
}
.btn::after { content: "›"; font-size: 1.15em; transform: translateY(-1px); }
.btn--small { min-height: 42px; padding: 13px 24px; font-size: 14px; }
.hero__visual {
    position: absolute; right: 0; bottom: 0; width: min(81vw, 1320px); z-index: 2;
}
.hero__visual img { width: 100%; height: auto; }
.events-panel {
    position: absolute; left: clamp(24px, 2.2vw, 34px); right: clamp(24px, 2.2vw, 34px); bottom: -82px; z-index: 5;
    padding: 20px 24px 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.32), rgba(255,255,255,.05)),
        url("../images/paper-bg.jpg") center / cover no-repeat;
    color: var(--text-dark);
    border: 1px solid rgba(90, 71, 46, .28);
    box-shadow: 0 14px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.35);
}
.events-panel::before,
.paper-card::before,
.content-entry::before {
    content: ""; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,.24), transparent 14%, transparent 86%, rgba(0,0,0,.05)),
        linear-gradient(90deg, rgba(0,0,0,.05), transparent 7%, transparent 93%, rgba(0,0,0,.05));
    pointer-events: none;
}
.section-heading {
    display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-top: 2px;
    border-top: 2px solid rgba(103, 86, 57, .25);
}
.section-heading__icon { font-size: 24px; color: #827147; }
.section-heading h2 {
    margin: 0; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif;
    font-size: 20px; letter-spacing: .035em; color: #2e271d;
}
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.event-card {
    position: relative; min-height: 146px; overflow: hidden; background: #6c5636;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.event-card__media,
.feature-card__media { position: relative; overflow: hidden; }
.event-card__media img {
    width: 100%; height: 146px; object-fit: cover; transform: scale(1.03);
}
.event-card__overlay {
    position: absolute; inset: 0; padding: 16px 20px; display: flex; flex-direction: column;
    justify-content: center; align-items: flex-start;
    background: linear-gradient(90deg, rgba(31, 23, 12, .62), rgba(31, 23, 12, .18) 70%, rgba(31, 23, 12, .28));
    color: #f8f2e8;
}
.event-card__overlay h3 {
    margin: 0 0 7px; font-size: 24px; line-height: .95; letter-spacing: -.03em;
    text-shadow: 0 2px 0 rgba(0,0,0,.2);
}
.event-card__overlay p {
    margin: 0 0 14px; font-family: Arial, Helvetica, sans-serif; font-weight: 700;
    text-transform: uppercase; color: #f3e0ba;
}
.feature-cards {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
    margin-top: 134px; margin-bottom: 44px;
    width: min(1480px, calc(100% - 44px));
}
.paper-card,
.content-entry {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.06)),
        url("../images/paper-bg.jpg") center / cover no-repeat;
    color: var(--text-dark);
    border: 1px solid rgba(90, 71, 46, .28);
    box-shadow: 0 10px 14px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.32), inset 0 -20px 26px rgba(125, 107, 81, .08);
}
.feature-card { overflow: hidden; }
.feature-card .btn--small{ min-width: 132px; }
.feature-card__media img { width: 100%; height: 286px; object-fit: cover; display: block; }
.feature-card__body { padding: 20px 26px 28px; min-height: 200px; }
.feature-card__body h2 {
    margin: 0 0 10px; font-family: Arial, Helvetica, sans-serif; font-size: 30px;
    line-height: 1; text-transform: uppercase; letter-spacing: .01em;
}
.feature-card__body p { margin: 0 0 18px; font-size: 19px; color: var(--text-muted); }
.gallery-section { margin-bottom: 58px; width: min(1480px, calc(100% - 44px)); }
.section-heading--light { color: #f5ecde; border-top-color: rgba(223, 209, 176, .35); }
.section-heading--light h2 { color: #f5ecde; }
.section-heading--light .section-heading__icon { color: #d6c8a3; }
.gallery-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 14px; }
.gallery-strip__item {
    display: block; position: relative; overflow: hidden; box-shadow: 0 6px 12px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.12); background: #7f6a4a;
}
.gallery-strip__item img { width: 100%; aspect-ratio: 1.72; object-fit: cover; transition: transform .25s ease; }
.gallery-strip__item:hover img { transform: scale(1.06); }
.gallery-section__cta { text-align: right; margin-top: 16px; }
.gallery-section__cta .btn { min-width: 220px; }
.site-footer { margin-top: 38px; }
.site-footer__quote-band {
    position: relative; padding: 31px 0 0;
    background:
        linear-gradient(180deg, rgba(80, 39, 16, .25), rgba(35, 17, 6, .35)),
        url("../images/rust-bg.jpg") center / cover repeat;
    box-shadow: inset 0 2px 0 rgba(255,255,255,.08);
}
.footer-quote { margin: 0; text-align: center; color: #f4e9d4; }
.footer-quote p {
    margin: 0; font-size: 46px; line-height: 1.24; font-style: italic;
    text-shadow: 0 2px 0 rgba(0,0,0,.26);
}
.footer-quote p::before,
.footer-quote p::after { content: "“"; display: inline-block; margin: 0 12px; color: rgba(255,255,255,.9); font-style: normal; }
.footer-quote p::after { content: "”"; }
.footer-quote cite::before{content:"— ";}
.footer-quote cite {
    display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 17px;
    color: #eee2c9; font-style: normal;
}
.site-footer__content {
    padding: 31px 0 34px;
    background:
        linear-gradient(180deg, rgba(28, 20, 12, .35), rgba(28, 20, 12, .35)),
        url("../images/rust-bg.jpg") center / cover repeat;
}
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.15fr 1fr .8fr; gap: 54px; align-items: start; width: min(1480px, calc(100% - 44px)); margin-inline: auto; }
.footer-col h3 {
    margin: 0 0 20px; position: relative; padding-top: 2px; color: #f3e6d2;
    font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: .03em;
}
.footer-col h3::before {
    content: ""; position: absolute; left: 0; top: -10px; width: 100%; height: 1px; background: rgba(227, 205, 173, .32);
}
.footer-links,
.footer-contact__list { list-style: disc; margin: 0; padding-left: 20px; color: #f5ead6; }
.footer-links li,
.footer-contact__list li { margin: 0 0 10px; font-size: 18px; }
.footer-links a:hover,
.footer-contact a:hover { text-decoration: underline; }
.footer-contact__list { list-style: none; padding-left: 0; }
.footer-contact__list li { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-contact__icon {
    display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px;
    border-radius: 50%; background: rgba(255,255,255,.08); font-size: 16px;
}
.social-links { display: flex; gap: 16px; margin-top: 8px; }
.social-links a {
    display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px;
    border-radius: 50%; background: rgba(0, 0, 0, .18); box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: 700; color: #fff;
}
.site-footer__copyright { margin-top: 40px; text-align: center; font-size: 16px; color: rgba(255, 238, 212, .9); }
.content-page { padding: 48px 0 64px; }
.content-entry { padding: 28px 30px; }
.content-entry__header h1 { margin: 0 0 20px; color: var(--text-dark); font-size: 42px; line-height: 1.1; }
.content-entry__body { color: #000; font-size: 19px; line-height: 1.75; }
.content-entry__body p,
.content-entry__body li,
.content-entry__body ul,
.content-entry__body ol,
.content-entry__body blockquote,
.content-entry__body figcaption,
.content-entry__body table,
.content-entry__body td,
.content-entry__body th,
.content-entry__body cite,
.content-entry__body small { color: #000; }
.content-entry__body a { color: inherit; }
.content-entry__body h2,
.content-entry__body h3,
.content-entry__body h4,
.content-entry__body h5,
.content-entry__body h6 { color: #000; }

@media (max-width: 1320px) {
    .site-header__inner { width: min(var(--container-width), calc(100% - 22px)); }
    .container { width: min(var(--content-width), calc(100% - 28px)); }
    .main-nav__list { gap: 28px; }
    .hero__content h1 { font-size: 80px; }
}
@media (max-width: 1080px) {
    .site-header__inner { grid-template-columns: auto 1fr auto; gap: 18px; min-height: 90px; }
    .main-nav__list { gap: 18px; font-size: 12px; }
    .hero__panel { min-height: 840px; }
    .hero__content {
    pointer-events:auto; top: 96px; }
    .hero__content h1 { font-size: 70px; }
    .feature-card__media img { height: 250px; }
}
@media (max-width: 920px) {
    .container { width: min(var(--content-width), calc(100% - 24px)); }
    .site-header__inner { grid-template-columns: 1fr auto auto; }
    .mobile-nav-toggle { display: block; }
    .main-nav {
        position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; padding: 18px;
        background: linear-gradient(180deg, rgba(18, 28, 14, .97), rgba(31, 43, 22, .97)), url("../images/green-top.jpg") center / cover no-repeat;
        border: 1px solid rgba(255,255,255,.1); box-shadow: 0 10px 24px rgba(0,0,0,.35);
    }
    .main-nav.is-open { display: block; }
    .main-nav__list { flex-direction: column; align-items: flex-start; gap: 16px; }
    .hero__wrap { width: 100%; }
    .hero__panel { min-height: auto; padding-bottom: 300px; }
    .hero__content {
    pointer-events:auto; position: relative; inset: auto; padding: 42px 26px 0; max-width: 100%; }
    .hero__content h1 { max-width: 500px; font-size: 44px; }
    .hero__visual { position: absolute; right: -8px; bottom: 116px; width: 82%; }
    .events-panel { position: relative; left: auto; right: auto; bottom: auto; margin: 0 18px 0; }
    .feature-cards { grid-template-columns: 1fr; margin-top: 38px; }
    .event-grid, .gallery-strip, .footer-grid { grid-template-columns: 1fr; }
    .gallery-section__cta { text-align: left; }
}
@media (max-width: 640px) {
    .site-branding__logo img { width: 58px; height: 58px; }
    .site-branding__title { font-size: 32px; }
    .site-branding__tagline { font-size: 10px; }
    .lang-switch { display: none; }
    .hero__content {
    pointer-events:auto; padding-top: 30px; }
    .hero__content h1 { font-size: 36px; }
    .hero__panel { padding-bottom: 230px; }
    .hero__visual { width: 94%; bottom: 132px; }
    .events-panel { margin-inline: 10px; padding: 16px 16px 18px; }
    .event-card__overlay h3 { font-size: 21px; }
    .feature-card__media img { height: 190px; }
    .feature-card__body h2 { font-size: 24px; }
    .footer-quote p { font-size: 25px; }
    .footer-links li, .footer-contact__list li, .site-footer__copyright { font-size: 16px; }
}

.site-branding__logo .custom-logo-link{display:block;line-height:0}
.site-branding__logo .custom-logo{max-width:92px;width:auto;height:92px;object-fit:contain}
.site-branding__tagline{white-space:nowrap;max-width:none;font-size:12px;letter-spacing:.01em}
.site-header__inner{grid-template-columns:auto 1fr}
.hero__panel{min-height:920px}
.hero-slider{position:relative;height:100%}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease, visibility .45s ease;background-position:center center;background-size:cover;background-repeat:no-repeat}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.hero-slide__media{position:absolute;inset:0;z-index:1;width:100%;height:100%}.hero-slide__media img{width:100%;height:100%;display:block}
.hero-slide__media img{object-fit:cover;object-position:center center}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(92,71,43,.46) 0%, rgba(132,108,74,.18) 32%, rgba(0,0,0,.12) 100%);z-index:2;pointer-events:none}.hero-slide.is-active .hero-slide__media img{opacity:1}
.hero__content{z-index:4}
.hero-slider__nav{position:absolute;left:0;right:0;bottom:120px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;z-index:6;pointer-events:none}
.hero-slider__arrow,.hero-slider__dot{pointer-events:auto}
.hero-slider__arrow{width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(21,25,17,.42);color:#fff;font-size:36px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}
.hero-slider__dots{display:flex;gap:10px;align-items:center}
.hero-slider__dot{width:14px;height:14px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.24);cursor:pointer}
.hero-slider__dot.is-active{background:#f6f1e6}
.events-panel{background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.04)), url("../images/paper-bg.jpg") center/cover repeat;border-color:rgba(77,59,33,.36);box-shadow:0 14px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.45), inset 0 0 0 1px rgba(113,90,57,.08), inset 0 22px 24px rgba(255,255,255,.08), inset 0 -16px 22px rgba(100,73,37,.06)}
.events-panel::before,.paper-card::before,.content-entry::before{background:linear-gradient(180deg, rgba(255,255,255,.18), transparent 10%, transparent 88%, rgba(0,0,0,.06)),linear-gradient(90deg, rgba(77,53,19,.08), transparent 6%, transparent 94%, rgba(77,53,19,.08)),radial-gradient(circle at 18% 14%, rgba(255,255,255,.22), transparent 18%),radial-gradient(circle at 86% 78%, rgba(112,82,45,.08), transparent 18%) }
.paper-card,.content-entry{background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), url("../images/paper-bg.jpg") center/cover repeat;border-color:rgba(77,59,33,.34);box-shadow:0 10px 14px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.36), inset 0 0 0 1px rgba(116,89,55,.06), inset 0 -28px 30px rgba(93,73,40,.07)}
.gallery-strip__item{cursor:zoom-in}
.kchws-lightbox[hidden]{display:none}
.kchws-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.82);display:flex;align-items:center;justify-content:center;padding:30px;z-index:9999}
.kchws-lightbox__image{max-width:min(92vw,1400px);max-height:88vh;box-shadow:0 20px 40px rgba(0,0,0,.35);border:2px solid rgba(255,255,255,.1)}
.kchws-lightbox__close{position:absolute;top:20px;right:26px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.35);color:#fff;font-size:34px;line-height:1;cursor:pointer}
@media (max-width: 1100px){
 .site-header__inner{grid-template-columns:auto auto;gap:18px;min-height:96px}
 .main-nav{display:none}
 .main-nav.is-open{display:block;position:absolute;left:14px;right:14px;top:100%;background:rgba(20,28,16,.96);padding:18px;border:1px solid rgba(255,255,255,.12)}
 .main-nav__list{flex-direction:column;gap:16px}
 .mobile-nav-toggle{display:block}
 .site-branding__title{font-size:44px}
 .site-branding__tagline{white-space:normal;max-width:220px}
 .hero__panel{min-height:760px}
 .hero__content{left:24px;top:78px;max-width:420px}
 .hero__content h1{font-size:66px}
 .hero-slider__nav{bottom:132px;padding:0 22px}
 .feature-cards{grid-template-columns:1fr;max-width:820px}
}
@media (max-width: 768px){
 .container,.feature-cards,.gallery-section,.hero .container{width:min(100% - 24px, 100% - 24px)}
 .site-header__inner{min-height:84px;padding:12px 0}
 .site-branding__logo img,.site-branding__logo .custom-logo{height:62px;max-width:62px}
 .site-branding__title{font-size:34px}
 .site-branding__tagline{font-size:10px;white-space:normal;line-height:1.1}
 .hero{padding-bottom:54px}
 .hero__panel{min-height:620px}
 .hero-slide__media img{object-position:center center}
 .hero__content{left:18px;right:18px;top:48px;max-width:70%}
 .hero__content h1{font-size:48px;line-height:.95;margin-bottom:18px}
 .btn{padding:16px 26px;min-height:52px;font-size:14px}
 .events-panel{left:12px;right:12px;bottom:-54px;padding:16px}
 .event-grid{grid-template-columns:1fr;gap:10px}
 .feature-cards{margin-top:96px;gap:18px}
 .feature-card__media img{height:220px}
 .feature-card__body{min-height:auto;padding:18px 18px 22px}
 .gallery-strip{grid-template-columns:repeat(2,1fr)}
 .gallery-section__cta{text-align:center}
 .gallery-section__cta .btn{min-width:0;width:100%}
 .hero-slider__nav{bottom:84px;padding:0 16px}
 .hero-slider__arrow{width:40px;height:40px;font-size:28px}
 .hero-slider__dots{gap:8px}
}


/* v1.1.1 updates */
.events-panel,.paper-card,.content-entry{background-position:center center;background-size:cover;background-repeat:no-repeat;}
.site-branding__link{align-items:center;}
.site-branding__text{justify-content:center;}
.kchws-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.35);color:#fff;font-size:38px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.kchws-lightbox__nav--prev{left:26px;}
.kchws-lightbox__nav--next{right:26px;}
@media (max-width: 782px){
  .site-branding__logo{width:74px;height:74px;flex-basis:74px}
  .site-branding__logo img,.site-branding__logo .custom-logo{max-width:74px;max-height:74px}
  .site-branding__tagline{font-size:11px;white-space:normal}
  .kchws-lightbox__nav{width:44px;height:44px;font-size:30px}
  .kchws-lightbox__nav--prev{left:12px}.kchws-lightbox__nav--next{right:12px}
}


/* v1.1.2 updates */
.site-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  min-height:124px;
  padding:14px 0;
}
.site-branding{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  align-self:center;
  min-height:96px;
}
.site-branding__link{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:96px;
}
.site-branding__logo{
  width:auto;
  height:96px;
  flex:0 0 auto;
}
.site-branding__logo .custom-logo-link,
.site-branding__logo img,
.site-branding__logo .custom-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  width:auto;
  margin:0;
  padding:0;
  line-height:1;
}
.site-branding__logo img,
.site-branding__logo .custom-logo{
  max-height:var(--kchws-logo-height-desktop,74%);
  width:auto;
  object-fit:contain;
  object-position:center center;
}
.site-branding__text{
  justify-content:center;
}
.main-nav{
  flex:1 1 auto;
  width:auto;
  justify-self:auto;
}
.main-nav__list{
  justify-content:center;
}
.hero-slider,
.hero-slide,
.hero-slide__media,
.hero-slide__media img{
  width:100%;
  height:100%;
}
.hero-slide__media{
  z-index:1;
  background:#b9a58c;
}
.hero-slide__media img{
  object-fit:cover;
  object-position:center center;
  opacity:1 !important;
  visibility:visible !important;
}
.hero-slide.is-active{
  opacity:1;
  visibility:visible;
  z-index:2;
}
.hero-slide.is-active .hero-slide__media{
  z-index:1;
}
.hero-slide.is-active .hero__content{
  z-index:4;
}
@media (max-width: 1100px){
  .site-header__inner{
    min-height:96px;
  }
  .site-branding__logo{
    height:86px;
  }
}
@media (max-width: 782px){
  .site-header__inner{
    min-height:84px;
    gap:14px;
  }
  .site-branding{
    min-height:70px;
  }
  .site-branding__link{
    min-height:70px;
    gap:12px;
  }
  .site-branding__logo{
    height:70px;
  }
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    max-height:var(--kchws-logo-height-mobile,70%);
  }
}


/* v1.1.3 fixes */
.site-header__inner{
  display:grid !important;
  grid-template-columns:minmax(170px,240px) 1fr minmax(170px,240px);
  align-items:center !important;
  gap:24px;
}
.site-header__inner::after{
  content:"";
  display:block;
  width:100%;
  min-width:170px;
}
.site-branding{
  width:100%;
  min-height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.site-branding__link{
  width:100%;
  justify-content:center;
  align-items:center;
}
.site-branding__logo{
  width:100%;
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.site-branding__logo .custom-logo-link,
.site-branding__logo img,
.site-branding__logo .custom-logo{
  display:block !important;
  margin:0 auto !important;
}
.site-branding__logo img,
.site-branding__logo .custom-logo{
  height:clamp(42px, calc(110px * var(--kchws-logo-height-desktop, 74) / 100), 110px) !important;
  max-height:none !important;
  width:auto !important;
}
.main-nav{
  width:100%;
  justify-self:center;
}
.main-nav__list{
  justify-content:center;
}
.hero__panel,
.hero-slider,
.hero-slide{
  min-height:940px;
}
.hero-slider{
  position:relative;
}
.hero-slide{
  position:absolute;
  inset:0;
}
.hero-slide__media{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.hero-slide__media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}
@media (max-width: 1100px){
  .site-header__inner{
    grid-template-columns:minmax(120px,170px) 1fr auto;
  }
  .site-header__inner::after{display:none;}
  .site-branding{justify-content:flex-start;}
  .site-branding__link{justify-content:flex-start;}
  .site-branding__logo{width:auto;height:86px;}
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    height:clamp(34px, calc(86px * var(--kchws-logo-height-desktop, 74) / 100), 86px) !important;
  }
}
@media (max-width: 782px){
  .site-header__inner{
    grid-template-columns:1fr auto;
    gap:12px;
    min-height:84px;
  }
  .site-header__inner::after{display:none;}
  .site-branding{
    justify-content:flex-start;
    min-height:70px;
  }
  .site-branding__link{
    justify-content:flex-start;
    width:auto;
  }
  .site-branding__logo{height:70px;width:auto;}
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    height:clamp(28px, calc(70px * var(--kchws-logo-height-mobile, 70) / 100), 70px) !important;
  }
  .hero__panel,
  .hero-slider,
  .hero-slide{
    min-height:620px;
  }
}


/* v1.1.4 layout + submenu fixes */
:root{
  --kchws-header-height-desktop: 72px;
  --kchws-header-height-mobile: 64px;
}
.site-header__top-line,
.site-header__bottom-line{
  height:4px;
}
.site-header__inner{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:28px;
  min-height:var(--kchws-header-height-desktop);
  padding:8px 0;
  width:min(var(--container-width), calc(100% - 24px));
}
.site-branding{
  flex:0 0 auto;
  width:auto;
  min-height:0;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.site-branding__link{
  width:auto;
  min-height:0;
  gap:0;
  justify-content:center;
}
.site-branding__logo{
  width:auto;
  height:calc(var(--kchws-header-height-desktop) - 8px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.site-branding__logo .custom-logo-link,
.site-branding__logo img,
.site-branding__logo .custom-logo{
  display:block !important;
  width:auto !important;
  margin:0 auto !important;
  padding:0 !important;
  line-height:0;
}
.site-branding__logo img,
.site-branding__logo .custom-logo{
  height:calc((var(--kchws-header-height-desktop) - 8px) * var(--kchws-logo-height-desktop, 100) / 100) !important;
  max-height:calc(var(--kchws-header-height-desktop) - 8px) !important;
  width:auto !important;
  max-width:none !important;
  object-fit:contain;
  object-position:center center;
}
.site-branding__text{
  display:none;
}
.main-nav{
  flex:0 1 auto;
  width:auto;
  justify-self:auto;
  overflow:visible;
}
.main-nav__list{
  gap:34px;
  font-size:14px;
  justify-content:flex-start;
}
.main-nav__item{
  position:relative;
}
.main-nav__item > a{
  white-space:nowrap;
}
.main-nav__item.menu-item-has-children > a{
  padding-right:14px;
}
.main-nav__item.menu-item-has-children > a::before{
  content:"▾";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-54%);
  font-size:10px;
  opacity:.9;
}
.main-nav .sub-menu{
  list-style:none;
  margin:0;
  padding:10px 0;
  position:absolute;
  left:50%;
  top:calc(100% + 16px);
  transform:translateX(-50%);
  min-width:240px;
  background:linear-gradient(180deg, rgba(19,28,15,.98), rgba(30,42,21,.98)), url("../images/green-top.jpg") center / cover no-repeat;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 14px 24px rgba(0,0,0,.35);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, visibility .18s ease, top .18s ease;
  z-index:50;
}
.main-nav .sub-menu li{
  margin:0;
}
.main-nav .sub-menu a{
  display:block;
  padding:10px 18px;
  color:#f7f0e2;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.main-nav .sub-menu a:hover,
.main-nav .sub-menu .current-menu-item > a{
  background:rgba(255,255,255,.08);
}
.main-nav__item:hover > .sub-menu,
.main-nav__item:focus-within > .sub-menu{
  top:calc(100% + 10px);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.mobile-nav-toggle{
  margin-left:auto;
}
.hero-slider__nav{
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
  padding:0;
}
.hero-slider__arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.hero-slider__arrow--prev{left:22px;}
.hero-slider__arrow--next{right:22px;}
.hero-slider__dots{
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
}
@media (max-width: 1100px){
  :root{ --kchws-header-height-desktop: 66px; }
  .site-header__inner{
    justify-content:space-between !important;
    gap:16px;
  }
  .site-branding__logo{
    height:calc(var(--kchws-header-height-desktop) - 6px);
  }
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    height:calc((var(--kchws-header-height-desktop) - 6px) * var(--kchws-logo-height-desktop, 100) / 100) !important;
    max-height:calc(var(--kchws-header-height-desktop) - 6px) !important;
  }
  .main-nav{
    position:absolute;
    left:12px;
    right:12px;
    top:calc(100% + 8px);
    width:auto;
    display:none;
    padding:18px;
    background:linear-gradient(180deg, rgba(18,28,14,.98), rgba(31,43,22,.98)), url("../images/green-top.jpg") center / cover no-repeat;
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 10px 24px rgba(0,0,0,.35);
  }
  .main-nav.is-open{display:block;}
  .main-nav__list{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .main-nav .sub-menu{
    position:static;
    transform:none;
    min-width:0;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:block;
    margin:8px 0 4px 12px;
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
  }
  .main-nav .sub-menu a{
    padding:7px 0;
    font-size:12px;
    color:#ddd1b7;
  }
  .main-nav__item.menu-item-has-children > a::before{
    right:-14px;
  }
}
@media (max-width: 782px){
  .site-header__top-line,
  .site-header__bottom-line{height:3px;}
  .site-header__inner{
    min-height:var(--kchws-header-height-mobile);
    padding:6px 0;
    width:calc(100% - 18px);
  }
  .site-branding__logo{
    height:calc(var(--kchws-header-height-mobile) - 6px);
  }
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    height:calc((var(--kchws-header-height-mobile) - 6px) * var(--kchws-logo-height-mobile, 100) / 100) !important;
    max-height:calc(var(--kchws-header-height-mobile) - 6px) !important;
  }
  .hero-slider__arrow--prev{left:12px;}
  .hero-slider__arrow--next{right:12px;}
  .hero-slider__dots{bottom:14px;}
}


/* v1.1.5 mobile submenu + centering fixes */
.main-nav__item.menu-item-has-children{position:relative;}
.main-nav__item > .submenu-toggle{display:none;}
.hero-slider__arrow{top:calc(50% - 80px);transform:translateY(-50%);}
@media (max-width: 1100px){
  .main-nav__item.menu-item-has-children > a::before{display:none;}
  .main-nav__item.menu-item-has-children{width:100%;}
  .main-nav__item.menu-item-has-children > a{display:block;width:100%;padding-right:44px;}
  .main-nav__item > .submenu-toggle{
    display:flex;align-items:center;justify-content:center;
    position:absolute;top:-2px;right:0;
    width:34px;height:34px;padding:0;
    border:1px solid rgba(255,255,255,.16);
    border-radius:4px;
    background:rgba(255,255,255,.05);
    color:#f7f0e2;cursor:pointer;
    transition:transform .2s ease, background .2s ease, border-color .2s ease;
  }
  .main-nav__item > .submenu-toggle::before{content:"▾";font-size:16px;line-height:1;}
  .main-nav__item.is-submenu-open > .submenu-toggle{transform:rotate(180deg);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28);}
  .main-nav .sub-menu{display:none;margin:10px 0 4px 16px !important;padding:0 !important;}
  .main-nav__item.is-submenu-open > .sub-menu{display:block;}
  .main-nav .sub-menu a{padding:8px 0;font-size:12px;line-height:1.35;}
}
@media (max-width: 782px){
  .hero-slider__arrow{top:calc(50% - 58px);}
  .events-panel{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;transform:none !important;margin:0 auto !important;width:calc(100% - 24px) !important;max-width:none;}
  .main-nav{left:10px;right:10px;}
}


/* v1.1.6 mobile submenu + hero spacing fixes */
.main-nav__item > .submenu-toggle{display:none;}
@media (max-width: 1100px){
  .main-nav__item.menu-item-has-children{
    position:relative;
    width:100%;
  }
  .main-nav__item.menu-item-has-children > a{
    display:block;
    width:100%;
    padding-right:46px;
  }
  .main-nav__item.menu-item-has-children > a::before{
    display:none !important;
  }
  .main-nav__item > .submenu-toggle{
    display:flex !important;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:50%;
    right:0;
    width:36px;
    height:36px;
    transform:translateY(-50%);
    margin:0;
    padding:0;
    border:1px solid rgba(255,255,255,.16);
    border-radius:4px;
    background:rgba(255,255,255,.05);
    color:#f7f0e2;
    cursor:pointer;
    z-index:3;
  }
  .main-nav__item > .submenu-toggle::before{
    content:"▾";
    font-size:16px;
    line-height:1;
  }
  .main-nav__item.is-submenu-open > .submenu-toggle{
    background:rgba(255,255,255,.1);
    border-color:rgba(255,255,255,.28);
  }
  .main-nav__item.is-submenu-open > .submenu-toggle::before{
    content:"▴";
  }
  .main-nav .sub-menu{
    display:none !important;
    position:static !important;
    transform:none !important;
    min-width:0 !important;
    margin:10px 0 4px 16px !important;
    padding:0 !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .main-nav__item.is-submenu-open > .sub-menu{
    display:block !important;
  }
  .main-nav .sub-menu li{
    margin:0;
  }
  .main-nav .sub-menu a{
    display:block;
    padding:8px 0 !important;
    font-size:12px !important;
    line-height:1.35;
    color:#ddd1b7 !important;
  }
}
@media (max-width: 782px){
  .hero{padding-bottom:18px !important;}
  .hero__panel{min-height:0 !important;}
  .hero-slider,
  .hero-slide{height:520px !important; min-height:520px !important;}
  .hero-slide__media,
  .hero-slide__media img{height:100% !important;}
  .events-panel{margin:0 auto !important; width:calc(100% - 24px) !important; max-width:none;}
  .feature-cards{margin-top:26px !important;}
}


/* v1.1.7 mobile submenu arrow + event spacing fixes */
@media (max-width: 1100px){
  .main-nav__item.menu-item-has-children{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
  }

  .main-nav__item.menu-item-has-children > a{
    display:inline-block !important;
    width:auto !important;
    flex:0 0 auto;
    padding-right:0 !important;
  }

  .main-nav__item > .submenu-toggle{
    position:static !important;
    top:auto !important;
    right:auto !important;
    transform:none !important;
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    line-height:1 !important;
    color:#f7f0e2 !important;
    opacity:.95;
    flex:0 0 auto;
  }

  .main-nav__item > .submenu-toggle::before{
    content:"▾" !important;
    display:block;
    font-size:18px !important;
    line-height:1 !important;
  }

  .main-nav__item.is-submenu-open > .submenu-toggle::before{
    content:"▴" !important;
  }

  .main-nav__item.is-submenu-open > .submenu-toggle{
    background:transparent !important;
    border-color:transparent !important;
  }

  .main-nav .sub-menu{
    width:100% !important;
    margin:8px 0 4px 18px !important;
  }
}

@media (max-width: 782px){
  .hero{
    padding-bottom:0 !important;
  }

  .hero__panel{
    min-height:0 !important;
    height:auto !important;
    padding-bottom:0 !important;
  }

  .events-panel{
    margin:0 auto !important;
  }

  .feature-cards{
    margin-top:8px !important;
  }
}


/* v1.1.8 mobile events spacing + gallery + icon polish */
@media (max-width: 782px){
  .hero__panel{
    background: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
  }

  .hero-slider{
    margin-bottom: 32px !important;
  }

  .events-panel{
    margin: 0 auto 32px !important;
    width: calc(100% - 24px) !important;
  }

  .feature-cards{
    margin-top: 0 !important;
  }

  .gallery-strip{
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
  }

  .gallery-strip__item:nth-child(n+5){
    display: none !important;
  }
}

.section-heading__icon{
  font-size: 20px;
  line-height: 1;
}


/* v1.1.9 icons + gallery paper block + event meta */
.section-heading__icon{
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 22px;
  background: currentColor;
  color: #827147;
}
.section-heading--light .section-heading__icon{ color:#d6c8a3; }

.event-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  align-items:center;
  margin:0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:700;
  text-transform:uppercase;
  color:#f3e0ba;
  font-size: 15px;
  line-height:1.25;
}
.event-card__meta-item{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.event-card__meta-icon{
  width:16px;
  height:16px;
  display:inline-block;
  flex:0 0 16px;
  background-color: currentColor;
}
.event-card__meta-item--date .event-card__meta-icon{
  -webkit-mask:url("../images/icon-calendar.svg") center / contain no-repeat;
  mask:url("../images/icon-calendar.svg") center / contain no-repeat;
}
.event-card__meta-item--place .event-card__meta-icon{
  -webkit-mask:url("../images/icon-pin.svg") center / contain no-repeat;
  mask:url("../images/icon-pin.svg") center / contain no-repeat;
}
.event-card__overlay p{ display:none; }

.gallery-section{
  position: relative;
  padding: 20px 24px 24px;
  margin-bottom: 58px;
  width: min(1480px, calc(100% - 44px));
}
.gallery-section .section-heading{ margin-bottom:16px; }
.gallery-section__cta{ text-align:right; margin-top:16px; }
.gallery-section .btn{ min-width:220px; }
.gallery-strip{ grid-template-columns: repeat(4, 1fr); }
.gallery-strip__item img{ aspect-ratio: 1.38; }

@media (max-width: 782px){
  .events-panel{ margin: 20px auto 40px !important; }
  .gallery-section{
    padding: 16px 16px 18px;
    width: calc(100% - 24px);
    margin: 0 auto 34px;
  }
  .gallery-strip{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-top: 12px;
  }
  .gallery-strip__item img{ aspect-ratio: 1.18; }
  .gallery-section__cta{
    text-align: left;
    margin-top: 12px;
  }
  .gallery-section__cta .btn{
    width: 100%;
    min-width: 0;
  }
  .event-card__meta{
    gap: 6px 12px;
    font-size: 13px;
  }
}


/* v1.1.10 paw icon proportion fix */
.section-heading__icon{
  width: 20px !important;
  height: 18px !important;
  min-width: 20px;
  min-height: 18px;
  flex: 0 0 20px !important;
  display: inline-block;
  vertical-align: middle;
  background-color: currentColor;
}


/* v1.1.11 header/footer admin cleanup */
@media (min-width: 1101px){
  .site-header__inner{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:42px !important;
    min-height:56px !important;
    padding:4px 0 !important;
  }
  .site-header__inner::after{
    display:none !important;
    content:none !important;
  }
  .site-branding{
    flex:0 0 auto !important;
    width:auto !important;
    min-height:0 !important;
    margin:0 !important;
    justify-content:center !important;
  }
  .site-branding__link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
    min-height:0 !important;
  }
  .site-branding__logo{
    height:48px !important;
    width:auto !important;
    flex:0 0 auto !important;
  }
  .site-branding__logo .custom-logo-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    height:100% !important;
  }
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    display:block !important;
    width:auto !important;
    height:48px !important;
    max-height:48px !important;
    max-width:none !important;
    object-fit:contain !important;
    object-position:center center !important;
  }
  .main-nav{
    flex:0 0 auto !important;
    width:auto !important;
  }
  .main-nav__list{
    justify-content:center !important;
    align-items:center !important;
    gap:34px !important;
  }
  .main-nav__item > a{
    font-size:13px !important;
  }
}
@media (max-width: 1100px){
  .site-header__inner{
    min-height:62px !important;
  }
  .site-branding__logo{
    height:46px !important;
  }
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    height:46px !important;
    max-height:46px !important;
    width:auto !important;
    max-width:none !important;
  }
}


/* v1.1.12 final desktop header/menu/paper/lazy and events layout */
.site-header__top-line,
.site-header__bottom-line {
  background:
    linear-gradient(to bottom, rgba(0,0,0,.18), rgba(255,255,255,.08), rgba(0,0,0,.22)),
    var(--kchws-content-blocks-bg) center / cover no-repeat !important;
}
.events-panel,
.paper-card,
.content-entry,
.gallery-section{
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.05)),
    var(--kchws-content-blocks-bg) center / cover no-repeat !important;
}
.events-panel::before,
.paper-card::before,
.content-entry::before{
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), transparent 12%, transparent 88%, rgba(0,0,0,.05)),
    linear-gradient(90deg, rgba(0,0,0,.04), transparent 7%, transparent 93%, rgba(0,0,0,.04));
}

@media (min-width: 1101px){
  .site-header__inner{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:72px !important;
    min-height:172px !important;
    padding:8px 28px !important;
  }
  .site-branding,
  .site-branding__link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 !important;
  }
  .site-branding__logo{
    width:auto !important;
    height:150px !important;
    flex:0 0 auto !important;
  }
  .site-branding__logo .custom-logo-link,
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    width:auto !important;
    height:150px !important;
    max-width:none !important;
    max-height:150px !important;
    object-fit:contain !important;
    object-position:center center !important;
  }
  .main-nav{
    flex:0 1 auto !important;
    width:auto !important;
  }
  .main-nav__list{
    justify-content:center !important;
    align-items:center !important;
    gap:38px !important;
    font-size:15px !important;
  }
  .main-nav__item{
    position:relative;
  }
  .main-nav__item.menu-item-has-children{
    padding-bottom:20px;
    margin-bottom:-20px;
  }
  .main-nav__item.menu-item-has-children::after{
    content:"";
    position:absolute;
    left:-10px;
    right:-10px;
    top:100%;
    height:24px;
  }
  .main-nav__item > a{
    position:relative;
    z-index:2;
  }
  .main-nav .sub-menu{
    left:0 !important;
    top:calc(100% + 6px) !important;
    transform:none !important;
    min-width:260px;
    padding:12px 0 !important;
    z-index:120;
  }
  .main-nav__item:hover > .sub-menu,
  .main-nav__item:focus-within > .sub-menu{
    top:calc(100% + 2px) !important;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .main-nav .sub-menu a,
  .main-nav .sub-menu a:hover,
  .main-nav .sub-menu .current-menu-item > a{
    text-decoration:none !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .main-nav .sub-menu a::after,
  .main-nav .sub-menu a::before{
    display:none !important;
    content:none !important;
  }
  .hero__panel{
    min-height:900px;
  }
  .events-panel{
    bottom:-118px !important;
    left:clamp(34px, 2.6vw, 46px) !important;
    right:clamp(34px, 2.6vw, 46px) !important;
    padding:20px 28px 22px !important;
  }
  .feature-cards{
    margin-top:78px !important;
    margin-bottom:46px !important;
  }
}

@media (max-width: 1100px){
  .site-header__inner{
    min-height:132px !important;
    padding:8px 18px !important;
  }
  .site-branding__logo{
    width:auto !important;
    height:120px !important;
    flex:0 0 auto !important;
  }
  .site-branding__logo .custom-logo-link,
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    width:auto !important;
    height:120px !important;
    max-width:none !important;
    max-height:120px !important;
    object-fit:contain !important;
  }
}

@media (max-width: 782px){
  .events-panel{
    margin:26px auto 52px !important;
  }
}


/* v1.1.13 final logo controls, desktop dots, rounded paper blocks */
:root{
  --kchws-logo-height-desktop: 150px;
  --kchws-logo-height-mobile: 120px;
}

.events-panel,
.paper-card,
.content-entry,
.gallery-section{
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow:
    0 18px 30px rgba(0,0,0,.18),
    inset 0 2px 0 rgba(255,255,255,.34),
    inset 0 -18px 26px rgba(0,0,0,.05),
    inset 0 0 0 1px rgba(90,71,46,.18) !important;
}
.event-card,
.gallery-strip__item{
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow:
    0 10px 18px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.feature-card__media,
.event-card__media{
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.btn{
  border-radius: 10px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 10px 16px rgba(0,0,0,.16) !important;
}

@media (min-width: 1101px){
  .site-header__inner{
    min-height: calc(var(--kchws-logo-height-desktop, 150px) + 20px) !important;
    padding: 8px 28px !important;
    gap: 72px !important;
  }
  .site-branding__logo{
    width: auto !important;
    height: var(--kchws-logo-height-desktop, 150px) !important;
    flex: 0 0 auto !important;
  }
  .site-branding__logo .custom-logo-link,
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    display: block !important;
    width: auto !important;
    height: var(--kchws-logo-height-desktop, 150px) !important;
    max-width: none !important;
    max-height: var(--kchws-logo-height-desktop, 150px) !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
  .hero-slider__dots{
    bottom: 168px !important;
    z-index: 8 !important;
  }
}

@media (max-width: 1100px){
  .site-header__inner{
    min-height: calc(var(--kchws-logo-height-mobile, 120px) + 12px) !important;
    padding: 8px 18px !important;
  }
  .site-branding__logo{
    width: auto !important;
    height: var(--kchws-logo-height-mobile, 120px) !important;
    flex: 0 0 auto !important;
  }
  .site-branding__logo .custom-logo-link,
  .site-branding__logo img,
  .site-branding__logo .custom-logo{
    display: block !important;
    width: auto !important;
    height: var(--kchws-logo-height-mobile, 120px) !important;
    max-width: none !important;
    max-height: var(--kchws-logo-height-mobile, 120px) !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

/* v1.1.14 overrides */
.events-panel,
.paper-card,
.content-entry{
  background-image: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--kchws-content-blocks-bg) !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.section-heading__icon{
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-block;
  font-size: 0 !important;
}
.section-heading{display:flex;align-items:center;gap:12px;}
.section-heading h2{margin:0;}

.article-cards{margin-top:34px;margin-bottom:34px;}
.article-cards__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;}
.article-card .feature-card__media{display:block;}
.article-card .feature-card__media img{width:100%;aspect-ratio:1.45;object-fit:cover;display:block;}
.article-card__body{display:flex;flex-direction:column;gap:12px;}
.article-card__meta{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6d5e39;min-height:16px;}
.article-card h2 a{color:inherit;text-decoration:none;}
.article-card h2 a:hover{text-decoration:none;}

.gallery-section{padding:24px 22px 26px;}
.gallery-strip{display:grid !important;grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:12px !important;}
.gallery-strip__item img{width:100%;aspect-ratio:1.1;object-fit:cover;display:block;}
.gallery-section__cta{margin-top:18px;}
.gallery-section__cta .btn{min-width:260px;}

.gallery-page-template{display:grid;gap:28px;}
.gallery-page-groups{display:grid;gap:28px;}
.gallery-page-group{padding:24px 22px 26px;}
.gallery-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px;}
.gallery-page-grid__item{display:block;overflow:hidden;border-radius:18px;box-shadow:0 10px 18px rgba(0,0,0,.18);}
.gallery-page-grid__item img{width:100%;aspect-ratio:1.1;object-fit:cover;display:block;transition:transform .25s ease;}
.gallery-page-grid__item:hover img{transform:scale(1.04);}
.gallery-page-intro{padding:22px;}
.gallery-page-intro .content-entry__body > *:last-child{margin-bottom:0;}

@media (max-width: 1100px){
  .article-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
  .gallery-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width: 767px){
  .article-cards{margin-top:24px;margin-bottom:24px;}
  .article-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
  .article-card .feature-card__media img{aspect-ratio:1.05;}
  .gallery-section{padding:18px 16px 20px;}
  .gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
  .gallery-strip__item img{aspect-ratio:1.08;}
  .gallery-page-group{padding:18px 16px 20px;}
  .gallery-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
}


/* v1.1.15.2 updates */
.content-entry__body .table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0 1.5rem;
  padding-bottom: 8px;
}

.content-entry__body .table-scroll table {
  min-width: 720px;
  width: max-content;
  max-width: none;
  margin: 0;
}

.content-entry__body .table-scroll::-webkit-scrollbar {
  height: 10px;
}

.content-entry__body .table-scroll::-webkit-scrollbar-thumb {
  background: rgba(39, 33, 23, .35);
  border-radius: 999px;
}

.content-entry__body .table-scroll::-webkit-scrollbar-track {
  background: rgba(39, 33, 23, .08);
  border-radius: 999px;
}

.content-page--contact .content-entry {
  padding: 34px 34px 40px;
}

.contact-committee__empty {
  margin: 0;
  color: var(--text-muted);
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.committee-card {
  overflow: hidden;
  border-radius: 28px;
  position: relative;
  background: #ececec var(--kchws-content-blocks-bg) center center / cover no-repeat;
  border: 1px solid rgba(88, 82, 72, .22);
  box-shadow: 0 10px 28px rgba(34, 29, 22, .16), inset 0 1px 0 rgba(255,255,255,.72);
}

.committee-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,.14) 42%, rgba(255,255,255,.08));
  pointer-events: none;
}

.committee-card__media {
  background: rgba(255, 255, 255, .38);
  position: relative;
  z-index: 1;
}

.committee-card__media img,
.committee-card__placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.committee-card__placeholder {
  background: linear-gradient(180deg, rgba(255,255,255,.3), rgba(0,0,0,.08));
}

.committee-card__body {
  padding: 20px 20px 22px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.16));
  backdrop-filter: blur(0.5px);
}

.committee-card__body h2 {
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.05;
  text-transform: none;
}

.committee-card__position {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  color: #5b5448;
}

.committee-card__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.committee-card__meta li {
  display: grid;
  gap: 2px;
  color: #000;
}

.committee-card__meta strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.committee-card__meta a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (max-width: 1280px) {
  .committee-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .committee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .content-page--contact .content-entry {
    padding: 22px 18px 24px;
  }

  .committee-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .committee-card__body h2 {
    font-size: 24px;
  }

  .content-entry__body .table-scroll {
    margin-inline: -4px;
    padding-inline: 4px;
  }

  .content-entry__body .table-scroll table {
    min-width: 660px;
  }
}


/* v1.1.15.6 background controls */
.content-entry:not(.contact-page-entry){
  background-image: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)), var(--kchws-article-content-bg) !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.feature-card.paper-card,
.article-card.paper-card{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.feature-card.paper-card::before,
.article-card.paper-card::before{
  display:none !important;
}

.feature-card .feature-card__media{
  border: 1px solid rgba(90, 71, 46, .28);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 10px 14px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.18);
}

.feature-card__body{
  position: relative;
  background-image: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)), var(--kchws-block-body-bg, var(--kchws-default-block-body-bg));
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(90, 71, 46, .28);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 10px 14px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -12px 18px rgba(0,0,0,.04);
}

.feature-card__body::before{
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.10), transparent 30%, transparent 100%);
  pointer-events:none;
  border-radius: inherit;
}

.feature-card__body > *{
  position: relative;
  z-index: 1;
}

.article-card .feature-card__body{
  --kchws-block-body-bg: var(--kchws-article-content-bg);
}


/* v1.1.15.7 customizer layout tweaks */
.paper-card,
.content-entry{
  background-image: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--kchws-content-blocks-bg, var(--kchws-article-content-bg)) !important;
}
.article-cards .section-heading{margin-bottom:16px;}


/* v1.1.15.9 article section heading fix */
.article-cards .section-heading{
  position: relative;
  padding: 18px 22px 16px;
  margin-bottom: 20px;
  border-top: 0;
  border-radius: 22px;
  border: 1px solid rgba(90, 71, 46, .28);
  box-shadow: 0 14px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.35), inset 0 0 0 1px rgba(113,90,57,.08);
  background-image: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--kchws-title-blocks-bg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-cards .section-heading::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.24), transparent 14%, transparent 86%, rgba(0,0,0,.05)), linear-gradient(90deg, rgba(0,0,0,.05), transparent 7%, transparent 93%, rgba(0,0,0,.05));
  pointer-events:none;
}
.article-cards .section-heading::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:14px;
  border-top:2px solid rgba(103, 86, 57, .25);
}
.article-cards .section-heading > *{
  position:relative;
  z-index:1;
}
.article-cards .section-heading h2{
  color:#2e271d;
}
@media (max-width: 767px){
  .article-cards .section-heading{
    padding: 16px 16px 14px;
    margin-bottom: 16px;
    border-radius: 18px;
  }
  .article-cards .section-heading::after{
    left:14px;
    right:14px;
    top:12px;
  }
}


/* v1.1.16.5 section heading monogram cleanup */
.section-heading{
  border-top: none !important;
  padding-top: 0 !important;
  gap: 14px !important;
}
.section-heading__icon{
  width: 34px !important;
  height: 40px !important;
  min-width: 34px !important;
  min-height: 40px !important;
  flex: 0 0 34px !important;
  display: inline-block !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: transparent url("../images/monogram-shield-v5.png") center / auto 100% no-repeat !important;
  background-color: transparent !important;
  -webkit-mask: none !important;
  mask: none !important;
  box-shadow: none !important;
}
.section-heading__icon::before,
.section-heading__icon::after{
  content: none !important;
  display: none !important;
}
.article-cards .section-heading{
  padding: 22px 22px 18px !important;
  margin-bottom: 20px !important;
}
.article-cards .section-heading h2{
  line-height: 1.08;
}
.article-cards .section-heading::after{
  display: none !important;
  content: none !important;
}
@media (max-width: 767px){
  .section-heading__icon{
    width: 30px !important;
    height: 36px !important;
    min-width: 30px !important;
    min-height: 36px !important;
    flex-basis: 30px !important;
  }
  .article-cards .section-heading{
    padding: 20px 16px 16px !important;
  }
}


/* v1.1.16.6 global monogram image */
.kchws-monogram{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  line-height:0 !important;
  color:inherit !important;
  overflow:visible !important;
  -webkit-mask:none !important;
  mask:none !important;
}
.kchws-monogram::before,
.kchws-monogram::after{
  content:none !important;
  display:none !important;
}
.kchws-monogram img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.section-heading{
  border-top:none !important;
  padding-top:0 !important;
  gap:14px !important;
}
.section-heading__icon{
  width:36px !important;
  height:44px !important;
  min-width:36px !important;
  min-height:44px !important;
  flex:0 0 36px !important;
  background:none !important;
  background-image:none !important;
}
.content-entry__title-row{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin:0 0 20px;
}
.content-entry__header h1{
  margin:0;
}
.content-entry__title-icon{
  width:42px;
  height:52px;
  min-width:42px;
  flex:0 0 42px;
  margin-top:2px;
}
.article-title-with-monogram{
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.article-title__icon{
  width:28px;
  height:34px;
  min-width:28px;
  flex:0 0 28px;
  margin-top:2px;
}
.article-title-with-monogram a{
  color:inherit;
  text-decoration:none;
}
@media (max-width: 767px){
  .section-heading__icon{
    width:32px !important;
    height:40px !important;
    min-width:32px !important;
    min-height:40px !important;
    flex-basis:32px !important;
  }
  .content-entry__title-row{
    gap:12px;
  }
  .content-entry__title-icon{
    width:34px;
    height:42px;
    min-width:34px;
    flex-basis:34px;
  }
  .article-title__icon{
    width:24px;
    height:30px;
    min-width:24px;
    flex-basis:24px;
  }
}

/* v1.1.17.1 footer quote spacing reduced */

/* v1.1.17.2 quote bottom spacing matched top */


/* v1.1.17.3 updates */
.events-panel__empty{
  margin:8px 0 4px;
  font-size:18px;
  color:var(--text-muted);
}

.content-page--contact{
  display:grid;
  gap:22px;
}

.contact-page-heading{
  padding:18px 22px;
}

.contact-page-heading__inner{
  margin-bottom:0 !important;
}

.contact-page-heading .section-heading{
  align-items:center;
}

.contact-page-heading h1{
  margin:0;
  text-transform:uppercase;
  font-family:Arial, Helvetica, sans-serif;
  font-size:clamp(28px, 3.2vw, 44px);
  line-height:1.02;
  letter-spacing:.02em;
  color:#2e271d;
}

.contact-page-entry{
  padding:26px 28px 30px;
  background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(248,245,239,.7)) !important;
  border:1px solid rgba(90, 71, 46, .22);
  box-shadow:0 10px 14px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.42);
}

.contact-page-entry::before{
  display:none;
}

.contact-page-intro-body{
  margin-bottom:24px;
}

.contact-page-intro-body:empty{
  display:none;
}

.gallery-page-grid{
  grid-template-columns:repeat(10, minmax(0,1fr));
  gap:10px;
}

.gallery-page-grid__item{
  border-radius:14px;
}

.gallery-page-grid__item img{
  aspect-ratio:1 / 1;
}

@media (max-width: 1280px){
  .gallery-page-grid{
    grid-template-columns:repeat(8, minmax(0,1fr));
  }
}

@media (max-width: 1024px){
  .gallery-page-grid{
    grid-template-columns:repeat(6, minmax(0,1fr));
  }
}

@media (max-width: 767px){
  .contact-page-heading{
    padding:16px 16px;
  }

  .contact-page-entry{
    padding:18px 16px 22px;
  }

  .contact-page-heading h1{
    font-size:30px;
  }

  .gallery-page-grid{
    grid-template-columns:repeat(5, minmax(0,1fr));
    gap:8px;
  }
}


/* v1.1.17.4 updates */
.events-panel .section-heading h2 a{
  color:inherit;
  text-decoration:none;
}
.events-panel .section-heading h2 a:hover{
  text-decoration:none;
}

.content-page--contact,
.content-page--events{
  display:grid;
  gap:28px;
}

.contact-page-heading,
.events-page-heading{
  padding:22px;
}

.contact-page-heading .content-entry__title-row,
.events-page-heading .content-entry__title-row{
  align-items:center;
  margin-bottom:0;
}

.contact-page-copy{
  padding:22px 24px;
}

.contact-page-intro-body,
.events-page-intro-body{
  margin:0;
}

.contact-page-intro-body > *:last-child,
.events-page-intro-body > *:last-child{
  margin-bottom:0;
}

.contact-committee{
  display:grid;
  gap:22px;
}

.events-list-card{
  padding:24px 22px 26px;
}

.events-list-table-wrap{
  width:100%;
  overflow-x:auto;
}

.events-list-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
}

.events-list-table th,
.events-list-table td{
  padding:16px 14px;
  text-align:left;
  border-bottom:1px solid rgba(92, 74, 48, .16);
  vertical-align:middle;
}

.events-list-table th{
  font-size:14px;
  line-height:1.2;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#6d5e39;
}

.events-list-table tbody tr:last-child td{
  border-bottom:0;
}

.events-list-table td:first-child{
  font-weight:700;
  color:#2e271d;
}

.events-list-table td:last-child{
  width:1%;
  white-space:nowrap;
}

.events-list-empty{
  margin:4px 0 0;
  font-size:18px;
  color:var(--text-muted);
}

@media (max-width: 767px){
  .contact-page-heading,
  .events-page-heading{
    padding:18px 16px 20px;
  }

  .contact-page-copy,
  .events-list-card{
    padding:18px 16px 20px;
  }

  .events-list-table{
    min-width:620px;
  }
}


/* v1.1.17.5 updates */
.contact-page-heading,
.events-page-heading{
  padding:22px;
}

.contact-page-heading h1,
.events-page-heading h1{
  margin:0;
  color:var(--text-dark);
  font-size:42px;
  line-height:1.1;
  font-family:Georgia, "Times New Roman", serif;
  text-transform:none;
  letter-spacing:0;
}

.contact-page-copy{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}

.contact-page-copy::before{
  display:none !important;
}

.content-page--contact{
  background:transparent !important;
}

.events-list-card{
  background-image:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)), var(--kchws-article-content-bg) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

@media (max-width: 767px){
  .contact-page-heading h1,
  .events-page-heading h1{
    font-size:32px;
  }
}


/* v1.1.17.6 page/post heading block aligned with plugin heading */
.content-page{
  display:grid;
  gap:28px;
}

.entry-page-heading{
  padding:22px;
}

.entry-page-heading .content-entry__title-row{
  align-items:center;
  margin-bottom:0;
}

.entry-page-heading h1{
  margin:0;
  color:var(--text-dark);
  font-size:42px;
  line-height:1.1;
  font-family:Georgia, "Times New Roman", serif;
  text-transform:none;
  letter-spacing:0;
}

.entry-page-heading .content-entry__title-icon{
  width:34px;
  height:42px;
  min-width:34px;
  flex:0 0 34px;
  margin-top:0;
}

.entry-page-body{
  padding:28px 30px;
}

.entry-page-body .content-entry__body > *:first-child{
  margin-top:0;
}

.entry-page-body .content-entry__body > *:last-child{
  margin-bottom:0;
}

@media (max-width: 767px){
  .entry-page-heading{
    padding:18px 16px 20px;
  }

  .entry-page-heading .content-entry__title-row{
    gap:12px;
  }

  .entry-page-heading .content-entry__title-icon{
    width:30px;
    height:37px;
    min-width:30px;
    flex:0 0 30px;
  }

  .entry-page-heading h1{
    font-size:30px;
  }

  .entry-page-body{
    padding:18px 16px 20px;
  }
}


/* v1.1.17.7 global page heading unification */
.gallery-page-intro.entry-page-heading,
.events-page-heading.entry-page-heading{
  padding:22px;
}

.gallery-page-intro.entry-page-heading .content-entry__title-row,
.events-page-heading.entry-page-heading .content-entry__title-row{
  align-items:center;
  margin-bottom:0;
}

.gallery-page-intro.entry-page-heading h1,
.events-page-heading.entry-page-heading h1{
  margin:0;
  color:var(--text-dark);
  font-size:42px;
  line-height:1.1;
  font-family:Georgia, "Times New Roman", serif;
  text-transform:none;
  letter-spacing:0;
}

.gallery-page-intro.entry-page-heading .content-entry__title-icon,
.events-page-heading.entry-page-heading .content-entry__title-icon{
  width:34px;
  height:42px;
  min-width:34px;
  flex:0 0 34px;
  margin-top:0;
}

@media (max-width: 767px){
  .gallery-page-intro.entry-page-heading,
  .events-page-heading.entry-page-heading{
    padding:18px 16px 20px;
  }

  .gallery-page-intro.entry-page-heading .content-entry__title-row,
  .events-page-heading.entry-page-heading .content-entry__title-row{
    gap:12px;
  }

  .gallery-page-intro.entry-page-heading .content-entry__title-icon,
  .events-page-heading.entry-page-heading .content-entry__title-icon{
    width:30px;
    height:37px;
    min-width:30px;
    flex:0 0 30px;
  }

  .gallery-page-intro.entry-page-heading h1,
  .events-page-heading.entry-page-heading h1{
    font-size:30px;
  }
}


/* v1.1.17.8 content width unification */
body:not(.home) .content-page.container{
  width:min(1200px, calc(100% - 32px)) !important;
}

@media (max-width: 767px){
  body:not(.home) .content-page.container{
    width:min(1200px, calc(100% - 24px)) !important;
  }
}

.home .feature-cards,
.home .article-cards.container,
.home .gallery-section{
  width:min(1508px, calc(100% - 40px - clamp(34px, 2.6vw, 46px) - clamp(34px, 2.6vw, 46px))) !important;
}

@media (max-width: 782px){
  .home .feature-cards,
  .home .article-cards.container,
  .home .gallery-section{
    width:calc(100% - 24px) !important;
  }
}


/* v1.1.17.9 unified spacing around titled blocks */
body:not(.home) .content-page{
  gap:20px;
  padding-top:14px;
  padding-bottom:20px;
}

body:not(.home) .content-page > .entry-page-heading:first-child,
body:not(.home) .content-page > .gallery-page-intro.entry-page-heading:first-child,
body:not(.home) .content-page > .events-page-heading.entry-page-heading:first-child{
  margin-top:0;
}

body:not(.home) .content-page > .entry-page-heading:last-child,
body:not(.home) .content-page > .gallery-page-intro.entry-page-heading:last-child,
body:not(.home) .content-page > .events-page-heading.entry-page-heading:last-child{
  margin-bottom:0;
}

@media (max-width: 767px){
  body:not(.home) .content-page{
    gap:18px;
    padding-top:12px;
    padding-bottom:18px;
  }
}


/* v1.1.18.1 hero slider fixed-height restore
   Slider sa vrátil na stabilnú výšku, aby obsah pod ním neposkakoval pri zmene slidu. */
.hero__panel{
  min-height:920px;
  height:auto;
  overflow:visible;
}
.hero-slider{
  position:relative;
  height:100%;
  min-height:920px;
  overflow:hidden;
}
.hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  min-height:920px;
  opacity:0;
  visibility:hidden;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-slide.is-active{
  opacity:1;
  visibility:visible;
  z-index:2;
}
.hero-slide__media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:hidden;
  z-index:1;
}
.hero-slide__media img{
  display:block;
  width:100% !important;
  height:100% !important;
  max-width:none;
  object-fit:cover !important;
  object-position:center center !important;
}

@media (max-width: 1100px){
  .hero__panel,
  .hero-slider,
  .hero-slide{
    min-height:760px;
  }
}

@media (max-width: 782px){
  .hero__panel{
    min-height:0 !important;
  }
  .hero-slider,
  .hero-slide{
    height:520px !important;
    min-height:520px !important;
  }
  .hero-slide__media,
  .hero-slide__media img{
    height:100% !important;
  }
}

/* v1.1.18.2 hero slider description field */
.hero__content--has-description h1{
  margin-bottom:18px;
}
.hero__description{
  max-width:560px;
  margin:0 0 34px;
  color:#f6f1ea;
  font-family: Georgia, 'Times New Roman', serif;
  font-size:clamp(20px, 2vw, 34px);
  line-height:1.28;
  text-shadow:0 2px 0 rgba(0,0,0,.20), 0 7px 16px rgba(0,0,0,.22);
}
@media (max-width: 782px){
  .hero__content--has-description h1{
    margin-bottom:12px;
  }
  .hero__description{
    max-width:100%;
    margin-bottom:22px;
    font-size:clamp(17px, 4.4vw, 22px);
    line-height:1.3;
  }
}

/* v1.1.18.3 hero slider vertical content centering */
.hero-slide .hero__content{
  top:50% !important;
  bottom:auto !important;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}

.hero-slide .hero__content h1{
  flex:0 0 auto;
}

.hero-slide .hero__description,
.hero-slide .hero__content .btn{
  flex:0 0 auto;
}

@media (max-width: 782px){
  .hero-slide .hero__content{
    top:50% !important;
    transform:translateY(-50%);
  }
}

/* v1.1.18.4 homepage articles mobile + reusable articles page */
.article-cards .section-heading--with-link{
  display:flex;
  align-items:center;
  gap:14px;
}

.section-heading__more{
  margin-left:auto;
  color:#2e271d;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:800;
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
}

.section-heading__more:hover,
.section-heading__more:focus{
  text-decoration:none;
}

.articles-page-template{
  display:grid;
  gap:20px;
}

.articles-page-list{
  padding:24px 22px 26px;
}

.articles-page-grid.article-cards__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
}

.articles-page-card{
  height:100%;
  display:flex;
  flex-direction:column;
}

.articles-page-card .feature-card__media{
  flex:0 0 auto;
}

.articles-page-card .feature-card__body{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}

.articles-page-card .feature-card__body .btn{
  margin-top:auto;
  align-self:flex-start;
}

.articles-page-pagination{
  margin-top:28px;
}

.articles-page-pagination ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
}

.articles-page-pagination a,
.articles-page-pagination span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:10px 14px;
  border:1px solid rgba(90,71,46,.28);
  border-radius:999px;
  background:rgba(255,255,255,.34);
  color:#2e271d;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:800;
  text-decoration:none;
}

.articles-page-pagination .current{
  background:linear-gradient(180deg, var(--button-green), var(--button-green-dark));
  color:#f4ecdb;
}

.articles-page-empty{
  margin:0;
  color:var(--text-muted);
  font-size:18px;
}

@media (max-width: 1100px){
  .articles-page-grid.article-cards__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px;
  }
}

@media (max-width: 767px){
  .article-cards .section-heading--with-link{
    gap:12px;
  }

  .section-heading__more{
    font-size:12px;
  }

  .home .article-cards--articles .article-card:nth-child(n+3){
    display:none !important;
  }

  .home .article-cards--articles .article-cards__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    align-items:stretch;
  }

  .home .article-cards--articles .article-card{
    display:flex;
    flex-direction:column;
    height:100%;
  }

  .home .article-cards--articles .feature-card__media{
    flex:0 0 auto;
  }

  .home .article-cards--articles .feature-card__body{
    flex:1 1 auto;
    display:flex;
    flex-direction:column;
    padding:18px 18px 20px;
    min-height:0;
  }

  .home .article-cards--articles .article-card h2{
    font-size:22px;
    line-height:1.06;
  }

  .home .article-cards--articles .article-card__body p{
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
    margin-bottom:18px;
  }

  .home .article-cards--articles .article-card__body .btn{
    margin-top:auto;
  }

  .articles-page-list{
    padding:18px 16px 20px;
  }

  .articles-page-grid.article-cards__grid{
    grid-template-columns:1fr !important;
    gap:18px;
  }
}


/* v1.1.18.5 homepage articles equal height + wider mobile thumbnails */
.home .article-cards--articles .article-cards__grid{
  align-items:stretch;
  grid-auto-rows:1fr;
}

.home .article-cards--articles .article-card{
  display:grid;
  grid-template-rows:auto 1fr;
  height:100%;
  min-height:0;
}

.home .article-cards--articles .feature-card__media{
  display:block;
  min-height:0;
}

.home .article-cards--articles .feature-card__media img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:16 / 9 !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block;
}

.home .article-cards--articles .feature-card__body.article-card__body{
  height:100%;
  display:flex;
  flex-direction:column;
  min-height:0;
}

.home .article-cards--articles .article-card__meta{
  flex:0 0 auto;
}

.home .article-cards--articles .article-card h2{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.06;
  min-height:3.18em;
}

.home .article-cards--articles .article-card__body p{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:18px;
}

.home .article-cards--articles .article-card__body .btn{
  margin-top:auto;
}

@media (max-width:1100px){
  .home .article-cards--articles .article-card:nth-child(n+3){
    display:none !important;
  }

  .home .article-cards--articles .article-cards__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width:767px){
  .home .article-cards--articles .feature-card__body.article-card__body{
    padding:18px 18px 20px;
  }

  .home .article-cards--articles .article-card h2{
    font-size:22px;
    -webkit-line-clamp:3;
    min-height:3.18em;
  }

  .home .article-cards--articles .article-card__body p{
    -webkit-line-clamp:4;
  }
}

/* v1.1.18.6 homepage article card alignment + clean truncation */
.home .article-cards--articles,
.home .article-cards--articles *{
  box-sizing:border-box;
}

.home .article-cards--articles .article-cards__grid{
  width:100%;
  max-width:100%;
  min-width:0;
  justify-items:stretch;
  align-items:stretch;
  grid-auto-rows:1fr;
}

.home .article-cards--articles .article-card,
.home .article-cards--articles .feature-card__media,
.home .article-cards--articles .feature-card__body{
  width:100%;
  max-width:100%;
  min-width:0;
}

.home .article-cards--articles .article-card{
  overflow:hidden;
}

.home .article-cards--articles .feature-card__body.article-card__body{
  justify-content:flex-start;
}

.home .article-cards--articles .article-card h2{
  display:block !important;
  overflow:hidden !important;
  line-height:1.06;
  min-height:calc(3 * 1.06em);
  max-height:calc(3 * 1.06em);
  margin-bottom:12px;
}

.home .article-cards--articles .article-card h2 a{
  display:-webkit-box !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden !important;
  max-height:calc(3 * 1.06em);
  word-break:normal;
  overflow-wrap:break-word;
}

.home .article-cards--articles .article-card__body p{
  display:-webkit-box !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden !important;
  line-height:1.16;
  max-height:calc(4 * 1.16em);
  margin-bottom:18px;
  word-break:normal;
  overflow-wrap:break-word;
}

.home .article-cards--articles .article-card__body .btn{
  margin-top:auto;
  width:100%;
  max-width:100%;
}

@media (max-width:1100px){
  .home .article-cards--articles .article-cards__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:18px;
  }
}

@media (max-width:767px){
  .home .article-cards--articles .article-cards__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px;
  }

  .home .article-cards--articles .feature-card__body.article-card__body{
    padding:16px 16px 18px;
  }

  .home .article-cards--articles .article-card h2{
    font-size:clamp(21px, 6vw, 24px);
    line-height:1.04;
    min-height:calc(3 * 1.04em);
    max-height:calc(3 * 1.04em);
  }

  .home .article-cards--articles .article-card h2 a{
    max-height:calc(3 * 1.04em);
  }

  .home .article-cards--articles .article-card__body p{
    -webkit-line-clamp:3;
    max-height:calc(3 * 1.16em);
  }
}

/* v1.1.18.8 corrected from 1.1.18.6: homepage articles mobile title-only, 4 cards */
@media (max-width: 767px){
  .home .article-cards--articles .article-card:nth-child(-n+4){
    display:grid !important;
  }

  .home .article-cards--articles .article-card:nth-child(n+5){
    display:none !important;
  }

  .home .article-cards--articles .article-cards__grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
    grid-auto-rows:1fr;
  }

  .home .article-cards--articles .article-card{
    grid-template-rows:auto 1fr;
    height:100%;
  }

  .home .article-cards--articles .feature-card__body.article-card__body{
    min-height:230px;
    padding:16px 16px 18px;
    gap:10px;
  }

  .home .article-cards--articles .article-card h2{
    display:block !important;
    min-height:0 !important;
    max-height:none !important;
    margin-bottom:0;
    font-size:clamp(20px, 5.6vw, 23px);
    line-height:1.04;
  }

  .home .article-cards--articles .article-card h2 a{
    display:block !important;
    max-height:none !important;
    overflow:visible !important;
    -webkit-line-clamp:unset !important;
    -webkit-box-orient:initial !important;
    word-break:normal;
    overflow-wrap:break-word;
  }

  .home .article-cards--articles .article-card__body p{
    display:none !important;
  }

  .home .article-cards--articles .article-card__body .btn{
    margin-top:auto;
  }
}

/* v1.1.18.9 homepage article mobile typography + completed events section */
.home .article-cards--title-only .article-card{
  display:grid;
  grid-template-rows:auto 1fr;
  height:100%;
  min-height:0;
  overflow:hidden;
}

.home .article-cards--title-only .article-cards__grid{
  align-items:stretch;
  grid-auto-rows:1fr;
}

.home .article-cards--title-only .feature-card__media,
.home .article-cards--title-only .feature-card__body{
  width:100%;
  max-width:100%;
  min-width:0;
}

.home .article-cards--title-only .feature-card__media img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:16 / 9 !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block;
}

.home .article-cards--title-only .feature-card__body.article-card__body{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:190px;
}

.home .article-cards--title-only .article-card h2{
  display:block !important;
  min-height:0 !important;
  max-height:none !important;
  margin-bottom:0;
  line-height:1.06;
}

.home .article-cards--title-only .article-card h2 a{
  display:block !important;
  max-height:none !important;
  overflow:visible !important;
  -webkit-line-clamp:unset !important;
  -webkit-box-orient:initial !important;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.home .article-cards--title-only .article-card__body .btn{
  margin-top:auto;
  width:100%;
  max-width:100%;
}

@media (max-width: 767px){
  .home .article-cards--articles .article-card h2{
    font-size:clamp(17px, 4.8vw, 20px) !important;
    line-height:1.06 !important;
  }

  .home .article-cards--articles .article-card h2 a{
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
    text-wrap:balance;
  }

  .home .article-cards--title-only .article-cards__grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
    grid-auto-rows:1fr;
  }

  .home .article-cards--title-only .feature-card__body.article-card__body{
    min-height:210px;
    padding:16px 16px 18px;
    gap:10px;
  }

  .home .article-cards--title-only .article-card h2{
    font-size:clamp(17px, 4.8vw, 20px) !important;
    line-height:1.06 !important;
    text-wrap:balance;
  }
}

/* v1.1.19.0 upcoming events mobile layout + optional info button */
.events-list-table__no-link{
  color:var(--text-muted);
}

@media (max-width: 767px){
  .events-list-table-wrap{
    overflow-x:visible !important;
  }

  .events-list-table{
    min-width:0 !important;
    width:100% !important;
    border-collapse:separate;
    border-spacing:0;
  }

  .events-list-table thead{
    display:none;
  }

  .events-list-table tbody{
    display:grid;
    gap:14px;
  }

  .events-list-table tr{
    display:block;
    padding:14px 14px 16px;
    border:1px solid rgba(92, 74, 48, .16);
    border-radius:16px;
    background:rgba(255,255,255,.28);
    box-shadow:0 6px 14px rgba(0,0,0,.06);
  }

  .events-list-table th,
  .events-list-table td{
    border-bottom:0 !important;
  }

  .events-list-table td{
    display:grid;
    grid-template-columns:minmax(96px, 38%) minmax(0, 1fr);
    gap:10px;
    width:auto !important;
    padding:7px 0 !important;
    white-space:normal !important;
    vertical-align:top;
    color:var(--text-muted);
    overflow-wrap:anywhere;
  }

  .events-list-table td::before{
    content:attr(data-label);
    font-size:12px;
    line-height:1.25;
    letter-spacing:.04em;
    text-transform:uppercase;
    font-weight:800;
    color:#6d5e39;
  }

  .events-list-table td:first-child{
    display:block;
    padding-top:0 !important;
    padding-bottom:10px !important;
    font-size:20px;
    line-height:1.18;
    color:var(--text-dark);
  }

  .events-list-table td:first-child::before{
    display:none;
  }

  .events-list-table td:last-child{
    padding-bottom:0 !important;
  }

  .events-list-table td:last-child .btn{
    width:auto;
    max-width:100%;
    justify-self:start;
  }
}

/* v1.1.19.2 global title/content background controls */
.entry-page-heading,
.gallery-page-intro.entry-page-heading,
.events-page-heading.entry-page-heading,
.article-cards .section-heading{
  background-image:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--kchws-title-blocks-bg) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

/* Na úvodnej stránke je nadpis súčasťou celého bloku,
   preto sa Pozadie názvov aplikuje na celý panel akcií a celú galériu. */
.home .events-panel,
.home .gallery-section{
  background-image:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--kchws-title-blocks-bg) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

.home .events-panel .section-heading,
.home .gallery-section .section-heading{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

.home .events-panel .section-heading::before,
.home .events-panel .section-heading::after,
.home .gallery-section .section-heading::before,
.home .gallery-section .section-heading::after{
  display:none !important;
}

.entry-page-body,
.contact-page-copy,
.events-list-card,
.articles-page-intro,
.committee-card,
.content-entry:not(.entry-page-heading):not(.gallery-page-intro):not(.events-page-heading){
  background-image:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)), var(--kchws-content-blocks-bg, var(--kchws-article-content-bg)) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

.committee-card__body{
  background:linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.16));
}

/* Kontrola fontu v detailoch členov výboru: hodnoty dedia globálny font webu. */
.committee-card__meta,
.committee-card__meta li,
.committee-card__meta span,
.committee-card__meta a{
  font-family:inherit;
}


/* v1.1.19.3 contact bank info + responsive committee cards */
.contact-bank-info{
  padding:22px 24px;
  text-align:center;
  background-image:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)), var(--kchws-content-blocks-bg, var(--kchws-article-content-bg)) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

.contact-bank-info h2{
  margin:0 0 8px;
  color:var(--text-dark);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(26px, 2.4vw, 38px);
  line-height:1.12;
}

.contact-bank-info p{
  margin:0;
  color:var(--text-dark);
  font-size:clamp(18px, 1.5vw, 24px);
  line-height:1.35;
  text-align:center;
}

.committee-grid{
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.committee-card{
  min-width:0;
}

.committee-card__body,
.committee-card__body h2,
.committee-card__position,
.committee-card__meta,
.committee-card__meta li,
.committee-card__meta span,
.committee-card__meta a{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}

.committee-card__meta a{
  display:inline-block;
  max-width:100%;
}

@media (max-width: 1100px){
  .committee-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px){
  .committee-grid{
    grid-template-columns:1fr;
  }

  .contact-bank-info{
    padding:18px 16px 20px;
  }
}


/* v1.1.19.4 homepage event position + tablet/large-mobile navigation */
@media (min-width: 900px) and (max-width: 1100px){
  .site-header__inner{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:clamp(20px, 3vw, 36px) !important;
    min-height:132px !important;
    padding:8px 18px !important;
  }

  .site-branding,
  .site-branding__link{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    margin:0 !important;
    padding:0 !important;
  }

  .mobile-nav-toggle{
    display:none !important;
  }

  .main-nav,
  .main-nav.is-open{
    position:static !important;
    display:block !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:auto !important;
    flex:0 1 auto !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .main-nav__list{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:clamp(16px, 2.15vw, 24px) !important;
    margin:0 !important;
    padding:0 !important;
    font-size:12px !important;
    line-height:1 !important;
  }

  .main-nav__item,
  .main-nav__item.menu-item-has-children{
    position:relative !important;
    display:block !important;
    width:auto !important;
    flex:0 0 auto !important;
    padding-bottom:18px !important;
    margin-bottom:-18px !important;
  }

  .main-nav__item > a,
  .main-nav__item.menu-item-has-children > a{
    display:inline-flex !important;
    align-items:center !important;
    width:auto !important;
    white-space:nowrap !important;
    padding-right:14px !important;
  }

  .main-nav__item.menu-item-has-children > a::before{
    display:block !important;
    content:"▾" !important;
    position:absolute !important;
    right:0 !important;
    top:50% !important;
    transform:translateY(-54%) !important;
    font-size:10px !important;
    opacity:.9 !important;
  }

  .main-nav__item > .submenu-toggle{
    display:none !important;
  }

  .main-nav .sub-menu{
    list-style:none !important;
    display:block !important;
    position:absolute !important;
    left:0 !important;
    top:calc(100% + 8px) !important;
    transform:none !important;
    min-width:240px !important;
    width:auto !important;
    margin:0 !important;
    padding:12px 0 !important;
    background:linear-gradient(180deg, rgba(19,28,15,.98), rgba(30,42,21,.98)), var(--kchws-header-bg, url("../images/green-top.jpg")) center / cover no-repeat !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 14px 24px rgba(0,0,0,.35) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    z-index:120 !important;
  }

  .main-nav__item:hover > .sub-menu,
  .main-nav__item:focus-within > .sub-menu{
    top:calc(100% + 2px) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .main-nav .sub-menu a{
    display:block !important;
    padding:10px 18px !important;
    font-size:12px !important;
    line-height:1.25 !important;
    color:#f7f0e2 !important;
    text-decoration:none !important;
  }

  .home .events-panel{
    bottom:-154px !important;
  }
}

/* v1.1.19.6 slider pagination bullets only above upcoming events panel
   Do not move the upcoming events panel; adjust only the slide-count bullets. */
@media (max-width: 1100px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom: 198px !important;
    z-index: 10 !important;
  }
}

@media (max-width: 782px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom: 188px !important;
  }
}

@media (max-width: 640px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom: 176px !important;
  }
}


/* v1.1.19.7 mobile hero/event overlap + slider dots position
   Events panel keeps the preferred partial overlap on the mobile hero slider.
   Only pagination bullets are moved lower; arrows stay unchanged. */
@media (max-width: 782px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom:112px !important;
    z-index:10 !important;
  }

  .home .events-panel{
    position:relative !important;
    z-index:7 !important;
    margin:-72px auto 34px !important;
    width:calc(100% - 24px) !important;
    max-width:none !important;
  }
}

@media (max-width: 640px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom:104px !important;
  }

  .home .events-panel{
    margin-top:-64px !important;
    margin-bottom:32px !important;
  }
}

/* v1.1.19.8 slider pagination bullets fine tuning
   Keep upcoming events panel in its current overlap position; move only slide-count bullets lower. */
@media (max-width: 1100px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom:150px !important;
    z-index:10 !important;
  }
}

@media (max-width: 782px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom:72px !important;
    z-index:10 !important;
  }
}

@media (max-width: 640px){
  .home .hero-slider__nav .hero-slider__dots{
    bottom:66px !important;
  }
}

/* v1.1.19.9 contact page committee/support team updates */
.contact-support-heading h2{
  margin:0;
  color:var(--text-dark);
  font-size:42px;
  line-height:1.1;
  font-family:Georgia, "Times New Roman", serif;
  text-transform:none;
  letter-spacing:0;
}

.contact-support-grid{
  margin-top:0;
}

@media (max-width: 767px){
  .contact-support-heading h2{
    font-size:32px;
  }
}

/* v1.1.20.0 contact cards + global content background source */
/* Všetky staršie papierové obsahové bloky sa riadia nastavením:
   Pozadie webu -> Pozadie obsahu. */
.paper-card:not(.entry-page-heading):not(.gallery-page-intro):not(.events-page-heading),
.content-entry:not(.entry-page-heading):not(.gallery-page-intro):not(.events-page-heading),
.entry-page-body,
.contact-page-copy,
.contact-bank-info,
.events-list-card,
.articles-page-intro,
.committee-card{
  background-image:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)), var(--kchws-content-blocks-bg, var(--kchws-article-content-bg)) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

/* Bloky s názvom a monogramom ostávajú napojené na nastavenie:
   Pozadie webu -> Pozadie názvov. */
.entry-page-heading,
.gallery-page-intro.entry-page-heading,
.events-page-heading.entry-page-heading,
.article-cards .section-heading{
  background-image:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--kchws-title-blocks-bg) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

.home .events-panel,
.home .gallery-section{
  background-image:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--kchws-title-blocks-bg) !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

/* Kontakty: vyššie fotky pre portrétové zábery členov výboru aj podporného tímu. */
.committee-card__media{
  aspect-ratio:4 / 5;
  overflow:hidden;
}

.committee-card__media img,
.committee-card__placeholder{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center top;
}

/* Podporný tím: pri menšom počte členov sa karty nerozťahujú cez celú šírku,
   ale držia rovnakú kartu ako výbor. */
.contact-support-grid{
  grid-template-columns:repeat(auto-fill, minmax(280px, 320px)) !important;
  justify-content:center;
  align-items:stretch;
}

.contact-support-grid .committee-card{
  width:100%;
  max-width:320px;
}

@media (max-width:760px){
  .contact-support-grid{
    grid-template-columns:1fr !important;
  }

  .contact-support-grid .committee-card{
    max-width:none;
  }
}


/* v1.1.20.1 support team grid alignment
   Podporný tím drží rovnakú šírku kariet ako výbor, ale zarovnáva sa k ľavému okraju obsahu. */
.contact-support-grid{
  justify-content:start !important;
}

@media (min-width:761px){
  .contact-support-grid .committee-card{
    justify-self:stretch;
  }
}

/* v1.1.20.3 image handling refinements
   Obrázkové polia v Customizeri sa ukladajú ako attachment ID a tieto vizuálne úpravy
   odstránia jemné presvitanie pozadia po bokoch fotiek v kartách. */
.committee-card__media,
.feature-card__media,
.event-card__media,
.article-card .feature-card__media,
.articles-page-card .feature-card__media{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  line-height:0 !important;
}

.committee-card__media img,
.feature-card__media img,
.event-card__media img,
.article-card .feature-card__media img,
.articles-page-card .feature-card__media img{
  display:block !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  margin:0 !important;
  width:calc(100% + 2px) !important;
  max-width:none !important;
  min-width:calc(100% + 2px) !important;
  margin-left:-1px !important;
}

.committee-card__media img{
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
}

/* v1.1.20.4 remove visible image-edge borders on photo cards
   Jemné bočné linky pri fotkách spôsoboval hlavne border/inset rám karty.
   Karta ostáva so zaoblením a tieňom, ale bez viditeľnej linky okolo fotky. */
.committee-card,
.feature-card,
.event-card,
.article-card,
.articles-page-card{
  border:0 !important;
  outline:0 !important;
}

.committee-card{
  box-shadow:0 10px 28px rgba(34, 29, 22, .16) !important;
}

.feature-card,
.event-card,
.article-card,
.articles-page-card{
  box-shadow:0 12px 22px rgba(0,0,0,.16) !important;
}

.committee-card__media,
.feature-card__media,
.event-card__media,
.article-card .feature-card__media,
.articles-page-card .feature-card__media{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
}

.committee-card__media img,
.feature-card__media img,
.event-card__media img,
.article-card .feature-card__media img,
.articles-page-card .feature-card__media img{
  display:block !important;
  width:100% !important;
  min-width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  margin-left:0 !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  vertical-align:top !important;
}

.committee-card__body,
.feature-card__body,
.article-card__body{
  border-left:0 !important;
  border-right:0 !important;
}


/* v1.1.20.5 contact club address in contact page and footer */
.contact-bank-info__address{
  margin:0 0 16px;
  color:var(--text-dark);
  font-family:inherit;
  font-size:clamp(18px, 1.45vw, 23px);
  line-height:1.45;
  text-align:center;
}

.contact-bank-info__address + h2{
  margin-top:2px;
}

.footer-contact__list li.footer-contact__address{
  align-items:flex-start;
}

.footer-contact__address span:last-child{
  line-height:1.5;
}

/* v1.1.20.6 contact address first line emphasis */
.contact-bank-info__address strong{
  font-weight:700;
}

/* v1.1.20.7 title text readability on image backgrounds
   Jemný svetlý obrys/halo okolo textov v blokoch s monogramom.
   Pozadie ostáva nezmenené, zlepšuje sa len čitateľnosť nadpisu na obrázkovom pozadí. */
.entry-page-heading .content-entry__title-row h1,
.entry-page-heading .content-entry__title-row h2,
.gallery-page-intro.entry-page-heading .content-entry__title-row h1,
.gallery-page-intro.entry-page-heading .content-entry__title-row h2,
.events-page-heading.entry-page-heading .content-entry__title-row h1,
.events-page-heading.entry-page-heading .content-entry__title-row h2,
.section-heading h2,
.section-heading__more{
  text-shadow:
    1px 0 0 rgba(248, 241, 224, .95),
    -1px 0 0 rgba(248, 241, 224, .95),
    0 1px 0 rgba(248, 241, 224, .95),
    0 -1px 0 rgba(248, 241, 224, .95),
    1px 1px 0 rgba(248, 241, 224, .78),
    -1px 1px 0 rgba(248, 241, 224, .78),
    1px -1px 0 rgba(248, 241, 224, .78),
    -1px -1px 0 rgba(248, 241, 224, .78),
    0 0 7px rgba(248, 241, 224, .42);
}

/* v1.1.20.8 progressive rendering of homepage sections
   Hero slider and upcoming events stay immediate. Sections below them can skip
   off-screen rendering and are gently revealed shortly before entering view. */
.home .kchws-progressive-section{
  --kchws-section-intrinsic-size:760px;
  content-visibility:auto;
  contain-intrinsic-size:auto var(--kchws-section-intrinsic-size);
}

.home .kchws-progressive-section--features{
  --kchws-section-intrinsic-size:590px;
}

.home .kchws-progressive-section--articles{
  --kchws-section-intrinsic-size:720px;
}

.home .kchws-progressive-section--gallery{
  --kchws-section-intrinsic-size:470px;
}

.kchws-progressive-reveal-enabled .home .kchws-progressive-section{
  opacity:0;
  transform:translate3d(0, 22px, 0);
  transition:
    opacity .62s ease,
    transform .62s cubic-bezier(.22, 1, .36, 1);
  will-change:opacity, transform;
}

.kchws-progressive-reveal-enabled .home .kchws-progressive-section.is-visible{
  opacity:1;
  transform:translate3d(0, 0, 0);
  will-change:auto;
}

@media (max-width: 782px){
  .home .kchws-progressive-section--features{
    --kchws-section-intrinsic-size:1720px;
  }

  .home .kchws-progressive-section--articles{
    --kchws-section-intrinsic-size:980px;
  }

  .home .kchws-progressive-section--gallery{
    --kchws-section-intrinsic-size:760px;
  }
}

@media (prefers-reduced-motion: reduce){
  .kchws-progressive-reveal-enabled .home .kchws-progressive-section{
    opacity:1;
    transform:none;
    transition:none;
    will-change:auto;
  }
}

