/*
Theme Name: Kea Community Centre
Theme URI: https://www.keacommunitycentre.org.uk/
Author: MiHi Digital
Description: Bespoke accessible WordPress theme for Kea Community Centre, designed as a separate but complementary companion to the Kea Parish Council website.
Version: 0.2.35
Text Domain: kea-community-centre
*/

:root{
  --kcc-navy:#082f4f;
  --kcc-blue:#145d96;
  --kcc-blue-bright:#1978b9;
  --kcc-blue-pale:#eaf4f9;
  --kcc-yellow:#f4d42b;
  --kcc-gold:#d1b24a;
  --kcc-yellow-soft:#fff8cf;
  --kcc-ink:#243946;
  --kcc-muted:#607582;
  --kcc-line:#d9e4e9;
  --kcc-bg:#fbfaf6;
  --kcc-white:#fff;
  --kcc-serif:"Libre Caslon Text",Georgia,"Times New Roman",serif;
  --kcc-sans:"Miranda Sans","Helvetica Neue",Arial,sans-serif;
  --kcc-radius:12px;
  --kcc-shadow:0 18px 46px rgba(8,47,79,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--kcc-bg);color:var(--kcc-ink);font-family:var(--kcc-sans);font-size:17px;line-height:1.68}
a{color:inherit}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.kcc-shell{width:min(1240px,calc(100% - 64px));margin-inline:auto}
.kcc-skip-link{position:fixed;top:12px;left:12px;z-index:99999;padding:10px 15px;background:var(--kcc-navy);color:#fff;text-decoration:none;transform:translateY(-180%)}
.kcc-skip-link:focus{transform:none}
main#content{padding-top:0}

/* All page content now sits directly beneath the site header. */

/* Header — sister-site treatment aligned with Kea Parish Council */
.kcc-header{
  position:sticky;
  top:0;
  z-index:1000;
  overflow:visible;
  background:#fff;
  border-bottom:1px solid rgba(8,47,79,.08);
  transition:box-shadow .25s ease,border-color .25s ease;
}
.kcc-header.is-scrolled{
  border-bottom-color:rgba(8,47,79,.11);
  box-shadow:0 12px 34px rgba(8,47,79,.055);
}
.admin-bar .kcc-header{top:32px}
.kcc-header__inner{
  width:min(1360px,calc(100% - 56px));
  min-height:86px;
  display:grid;
  grid-template-columns:202px minmax(0,1fr) 228px;
  gap:28px;
  align-items:center;
}
.kcc-brand{
  position:relative;
  z-index:3;
  justify-self:start;
  display:inline-flex;
  align-items:flex-start;
  min-width:0;
  margin:4px 0 -44px;
  padding-left:6px;
  color:var(--kcc-navy);
  line-height:1;
  text-decoration:none;
  overflow:visible;
}
.kcc-brand .custom-logo{
  display:block;
  width:176px;
  max-width:none;
  max-height:none;
  height:auto;
}

.kcc-brand__concept-logo{
  display:block;
  width:158px;
  max-height:none;
  height:auto;
  object-fit:contain;
}
.kcc-brand__fallback{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1}
.kcc-brand__kea{
  display:block;
  margin:0 0 5px;
  color:var(--kcc-navy);
  font-family:var(--kcc-serif);
  font-size:48px;
  font-weight:400;
  line-height:.78;
  letter-spacing:-.055em;
}
.kcc-brand__sub{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--kcc-navy);
  font-family:var(--kcc-sans);
  font-size:10px;
  font-weight:700;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase;
  white-space:nowrap;
}
.kcc-brand__sub i{
  display:block;
  width:7px;
  height:7px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--kcc-gold);
}
.kcc-nav{justify-self:center;margin:0}
.kcc-menu,.kcc-menu ul{list-style:none;margin:0;padding:0}
.kcc-menu{display:flex;align-items:center;justify-content:center;gap:clamp(22px,2vw,34px)}
.kcc-menu>li{position:relative;display:flex;align-items:center;height:86px}
.kcc-menu>li>a{
  display:flex;
  align-items:center;
  gap:9px;
  height:86px;
  padding:0;
  color:var(--kcc-navy);
  font-size:16px;
  font-weight:400;
  line-height:1;
  letter-spacing:-.015em;
  text-decoration:none;
  white-space:nowrap;
  transition:color .2s ease;
}
.kcc-menu>li>a:hover,
.kcc-menu>li>a:focus-visible,
.kcc-menu>li.current-menu-item>a,
.kcc-menu>li.current-menu-ancestor>a{color:#0f4f7f}
.kcc-menu>.menu-item-has-children>a:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.kcc-menu .sub-menu{
  position:absolute;
  z-index:40;
  top:100%;
  left:-20px;
  min-width:270px;
  padding:8px 0;
  background:var(--kcc-navy);
  border:0;
  border-radius:0 0 12px 12px;
  box-shadow:0 20px 44px rgba(8,47,79,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(7px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}
.kcc-menu li:hover>.sub-menu,.kcc-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.kcc-menu .sub-menu li+li{border-top:1px solid rgba(255,255,255,.12)}
.kcc-menu .sub-menu a{display:block;padding:12px 20px;border-radius:0;color:#fff;font-size:16px;font-weight:400;line-height:1.25;letter-spacing:-.015em;text-decoration:none;transition:background-color .18s ease,color .18s ease}
.kcc-menu .sub-menu a:hover,.kcc-menu .sub-menu a:focus-visible{background:rgba(255,255,255,.14);color:var(--kcc-yellow)}
.kcc-menu .sub-menu .current-menu-item>a{background:rgba(255,255,255,.14);color:var(--kcc-yellow)}
.kcc-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.kcc-book-button,.kcc-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border:0;border-radius:999px;background:var(--kcc-yellow);color:var(--kcc-navy);font-size:14px;font-weight:700;text-decoration:none;transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}
.kcc-header .kcc-book-button{
  min-height:52px;
  padding:0 24px;
  background:var(--kcc-yellow);
  color:var(--kcc-navy);
  font-weight:700;
  box-shadow:none;
}
.kcc-header .kcc-book-button:before{display:none}
.kcc-header .kcc-book-button:hover,.kcc-header .kcc-book-button:focus-visible{background:#e8c823;color:var(--kcc-navy);transform:translateY(-1px)}
.kcc-book-button{background:var(--kcc-yellow);color:var(--kcc-navy)}
.kcc-book-button:hover,.kcc-book-button:focus-visible{background:#e8c823;transform:translateY(-1px)}
.kcc-button:hover,.kcc-button:focus-visible{background:#e8c823;color:var(--kcc-navy);transform:translateY(-1px)}
.kcc-button--outline{background:transparent;color:var(--kcc-navy);border:1px solid #9fb7c4}
.kcc-button--outline:hover,.kcc-button--outline:focus-visible{background:var(--kcc-blue-pale);color:var(--kcc-navy)}
.kcc-search-toggle,.kcc-menu-toggle{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(8,47,79,.04);
  border-radius:50%;
  background:var(--kcc-blue-pale);
  color:var(--kcc-navy);
  transition:background-color .18s ease,color .18s ease;
}
.kcc-search-toggle:hover,.kcc-search-toggle:focus-visible{background:#dceef6;color:var(--kcc-blue)}
.kcc-search-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.kcc-menu-toggle{display:none;border:0;border-radius:0;background:transparent;gap:5px;padding:8px;box-shadow:none}
.kcc-menu-toggle span{display:block;width:25px;height:2px;background:currentColor}

/* Final header controls: Community Centre identity */
.kcc-header .kcc-book-button{
  min-height:46px;
  padding:0 20px;
  background:#f4d42b;
  color:#082f4f;
  border:0;
  box-shadow:none;
}
.kcc-header .kcc-book-button:hover,.kcc-header .kcc-book-button:focus-visible{background:#e8c823;color:#082f4f}
.kcc-header .kcc-search-toggle{
  width:42px;
  height:42px;
  border:1px solid rgba(8,47,79,.06);
  border-radius:50%;
  background:#eaf4f9;
  color:#082f4f;
}

@media(max-width:1240px) and (min-width:1121px){
  .kcc-header__inner{min-height:82px;grid-template-columns:178px minmax(0,1fr) 206px;gap:16px}
  .kcc-menu>li,.kcc-menu>li>a{height:82px}
  .kcc-brand{margin:4px 0 -36px;padding-left:2px}
  .kcc-brand .custom-logo,.kcc-brand__concept-logo{width:154px}
  .kcc-brand__kea{font-size:43px}
  .kcc-menu{gap:17px}
  .kcc-menu>li>a{font-size:14px}
  .kcc-menu .sub-menu a{font-size:14px}
  .kcc-header .kcc-book-button{padding-inline:18px;font-size:13px}
}

/* Search overlay — compact Community Centre treatment */
body.kcc-search-open{overflow:hidden}
.kcc-search-panel{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:24px}
.kcc-search-panel[hidden]{display:none}
.kcc-search-panel__backdrop{position:absolute;inset:0;border:0;background:rgba(8,47,79,.5);backdrop-filter:blur(5px)}
.kcc-search-panel__box{position:relative;z-index:1;width:min(720px,100%);padding:40px 42px 42px;background:#fff;border:1px solid rgba(8,47,79,.08);border-radius:16px;box-shadow:0 24px 70px rgba(8,47,79,.2)}
.kcc-search-panel__close{position:absolute;right:16px;top:16px;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--kcc-blue-pale);color:var(--kcc-navy);font-size:22px;line-height:1;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.kcc-search-panel__close:hover,.kcc-search-panel__close:focus-visible{background:#dceef6;color:var(--kcc-blue);transform:rotate(4deg)}
.kcc-search-panel .kcc-eyebrow{margin-bottom:11px;font-size:11px;letter-spacing:.12em}
.kcc-search-panel h2{max-width:560px;margin:0 0 10px;font-family:var(--kcc-serif);font-size:clamp(32px,3.5vw,42px);font-weight:400;line-height:1.08;color:var(--kcc-navy);letter-spacing:-.025em}
.kcc-search-panel__box>p:not(.kcc-eyebrow){max-width:560px;margin:0 0 24px;color:var(--kcc-muted);font-size:15px;line-height:1.6}
.kcc-search-form{display:flex;align-items:stretch;gap:7px;padding:5px;background:#f8fbfc;border:1px solid #c9d9e1;border-radius:10px;transition:border-color .18s ease,box-shadow .18s ease}
.kcc-search-form:focus-within{border-color:rgba(20,93,150,.5);box-shadow:0 0 0 3px rgba(20,93,150,.08)}
.kcc-search-form input{flex:1;min-width:0;height:50px;padding:0 14px;border:0;outline:0;background:transparent;color:var(--kcc-navy);font-size:15px}
.kcc-search-form input::placeholder{color:#7b8e99;opacity:1}
.kcc-search-form button{min-width:112px;padding:0 20px;border:0;border-radius:999px;background:var(--kcc-yellow);color:var(--kcc-navy);font-size:14px;font-weight:700;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.kcc-search-form button:hover,.kcc-search-form button:focus-visible{background:#e8c823;color:var(--kcc-navy);transform:translateY(-1px)}

/* Shared */
.kcc-eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--kcc-navy);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.kcc-eyebrow:before{content:"";width:26px;height:2px;background:var(--kcc-yellow)}

/* Homepage kicker colour consistency */
.home .kcc-hero .kcc-eyebrow,
.home .kcc-section--spaces .kcc-eyebrow,
.home .kcc-section--events .kcc-eyebrow,
.home .kcc-event-card__type{color:var(--kcc-navy);}
h1,h2,h3{color:var(--kcc-navy);font-family:var(--kcc-serif);font-weight:400;letter-spacing:-.025em}
.kcc-section{padding:92px 0}
.kcc-section--blue{background:var(--kcc-blue-pale)}
.kcc-section--navy{background:var(--kcc-navy);color:#fff}
.kcc-section--navy h2,.kcc-section--navy h3{color:#fff}
.kcc-section--navy .kcc-eyebrow{width:max-content;padding:5px 9px;border-radius:999px;background:var(--kcc-yellow);color:var(--kcc-navy)}
.kcc-section--navy .kcc-eyebrow:before{display:none}
.kcc-section__head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:38px}
.kcc-section__head h2{max-width:760px;margin:0;font-size:clamp(38px,4.5vw,58px);line-height:1.06}
.kcc-section__head p{max-width:520px;margin:0;color:var(--kcc-muted)}

.kcc-section--spaces .kcc-section__head>div{flex:1 1 auto;min-width:0}
.kcc-section--spaces .kcc-eyebrow{margin-bottom:22px}
.kcc-section--spaces .kcc-section__head h2{max-width:none;font-size:clamp(38px,3vw,48px);line-height:1.08}
@media (min-width:981px){.kcc-section--spaces .kcc-section__head h2{white-space:nowrap}}
.kcc-link{display:inline-flex;align-items:center;gap:11px;color:var(--kcc-blue);font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}
.kcc-link:hover,.kcc-link:focus-visible{color:var(--kcc-navy)}

.kcc-prose .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:0;border-radius:999px;background:var(--kcc-yellow);color:var(--kcc-navy);font-size:14px;font-weight:700;text-decoration:none;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.kcc-prose .wp-block-button__link:hover,.kcc-prose .wp-block-button__link:focus-visible{background:#e8c823;color:var(--kcc-navy);transform:translateY(-1px)}
.kcc-prose .is-style-outline>.wp-block-button__link{background:transparent;color:var(--kcc-navy);border:1px solid #9fb7c4}
.kcc-prose .is-style-outline>.wp-block-button__link:hover,.kcc-prose .is-style-outline>.wp-block-button__link:focus-visible{background:var(--kcc-blue-pale);color:var(--kcc-navy)}

/* Hero */
.kcc-hero{padding:76px 0 86px;background:linear-gradient(115deg,#fff 0 56%,var(--kcc-yellow-soft) 56% 100%);overflow:hidden}
.kcc-hero .kcc-eyebrow{margin-bottom:22px}
.kcc-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:70px;align-items:center}
.kcc-hero h1{max-width:780px;margin:0;font-size:clamp(54px,6.3vw,84px);line-height:.98;letter-spacing:-.045em}
.kcc-hero__intro{max-width:690px;margin:26px 0 31px;color:#526b79;font-size:20px;line-height:1.55}
.kcc-hero__actions{display:flex;gap:13px;flex-wrap:wrap}
.kcc-hero__visual{position:relative;min-height:540px;border-radius:18px;overflow:hidden;background:transparent;box-shadow:var(--kcc-shadow)}
.kcc-hero__visual img{position:absolute;inset:-1px;width:calc(100% + 2px);height:calc(100% + 2px);max-width:none;display:block;object-fit:cover}
.kcc-hero__visual:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(8,47,79,.78))}
.kcc-hero__placeholder{position:absolute;inset:0;display:grid;place-items:center;padding:42px;text-align:center;color:#fff;background:radial-gradient(circle at 25% 25%,#2d80b7 0 10%,transparent 11%),linear-gradient(135deg,var(--kcc-blue),var(--kcc-navy))}
.kcc-hero__placeholder .kcc-brand__mark{width:120px;height:120px;margin:auto;font-size:24px;border-width:11px}
.kcc-hero__caption{position:absolute;z-index:2;left:30px;right:30px;bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:20px;color:#fff}
.kcc-hero__caption strong{display:block;font-family:var(--kcc-serif);font-size:28px;font-weight:400;line-height:1.18}
.kcc-hero__caption span{display:block;padding-bottom:7px;font-size:13px;line-height:1.25;opacity:.8}
.kcc-hero__badge{min-width:100px;padding:13px 15px;border-radius:10px;background:var(--kcc-yellow);color:var(--kcc-navy);text-align:center}
.kcc-hero__badge strong{font-family:var(--kcc-sans);font-size:24px;font-weight:800}
.kcc-hero__badge span{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;opacity:1}

/* Cards */
.kcc-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.kcc-card{position:relative;display:flex;flex-direction:column;min-height:310px;padding:30px;background:#fff;border:1px solid var(--kcc-line);border-radius:var(--kcc-radius);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.kcc-card:hover,.kcc-card:focus-within{transform:translateY(-4px);border-color:#b7ccd7;box-shadow:var(--kcc-shadow)}
.kcc-card__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:auto;border-radius:50%;background:var(--kcc-yellow);color:var(--kcc-navy);font-weight:800}
.kcc-card h3{margin:36px 0 11px;font-size:31px;line-height:1.08}
.kcc-card p{margin:0;color:var(--kcc-muted);font-size:15px;line-height:1.6}
.kcc-card__arrow{position:absolute;right:26px;top:28px;color:var(--kcc-blue);font-size:21px}
.kcc-room-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.kcc-room{position:relative;display:grid;grid-template-rows:310px 1fr;overflow:hidden;border-radius:16px;background:var(--kcc-navy);color:#fff;text-decoration:none;box-shadow:0 10px 30px rgba(8,47,79,.08);transition:transform .2s ease,box-shadow .2s ease}
.kcc-room img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.kcc-room:hover,.kcc-room:focus-visible{transform:translateY(-3px);box-shadow:0 16px 36px rgba(8,47,79,.14)}
.kcc-room:hover img,.kcc-room:focus-visible img{transform:scale(1.025)}
.kcc-room__body{position:relative;z-index:1;padding:30px 32px 34px;background:var(--kcc-navy)}
.kcc-room h3{margin:0 0 10px;color:#fff;font-size:38px;line-height:1.08}
.kcc-room p{max-width:530px;margin:0 0 20px;color:rgba(255,255,255,.82)}
.kcc-room__facts{display:flex;gap:10px;flex-wrap:wrap}
.kcc-room__facts span{padding:8px 10px;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:12px}


/* Homepage upcoming events — visual preview now, ready for Hallmaster data later */
.kcc-section--events{position:relative;overflow:hidden;padding-top:102px;background:linear-gradient(115deg,#d7e5ee 0 38%,var(--kcc-blue-pale) 38% 100%)}
.kcc-section--events:before{display:none}
.kcc-section--events .kcc-shell{position:relative;z-index:1}
.kcc-events-head{align-items:end}
.kcc-events-head__aside{max-width:470px;padding-bottom:5px}
.kcc-events-head__aside p{margin:0;color:#496171;line-height:1.6}
.kcc-events-cta{display:flex;justify-content:flex-start;margin-top:30px}
.kcc-event-feed-note{margin:18px 4px 0;color:#607582;font-size:12px;line-height:1.55}
.kcc-event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.kcc-event-card{display:grid;grid-template-columns:84px minmax(0,1fr);min-height:196px;overflow:hidden;border:1px solid rgba(8,47,79,.09);border-radius:16px;background:#fff;color:var(--kcc-navy);text-decoration:none;box-shadow:0 12px 30px rgba(8,47,79,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.kcc-event-card:hover,.kcc-event-card:focus-visible{transform:translateY(-4px);border-color:rgba(8,47,79,.15);box-shadow:0 18px 38px rgba(8,47,79,.1)}
.kcc-event-card__date{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 10px;background:var(--kcc-yellow);text-align:center}
.kcc-event-card__date:after{content:"";position:absolute;top:20px;right:0;bottom:20px;width:1px;background:rgba(8,47,79,.1)}
.kcc-event-card__date strong{display:block;max-width:64px;font-size:14px;font-weight:800;line-height:1.05;letter-spacing:.03em}
.kcc-event-card__date span{display:block;margin-top:10px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(8,47,79,.76);opacity:1}
.kcc-event-card__body{display:flex;flex-direction:column;justify-content:center;padding:26px 26px 24px}
.kcc-event-card__type{display:block;margin:0 0 12px;color:var(--kcc-navy);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.kcc-event-card h3{margin:0 0 10px;font-size:23px;line-height:1.08;letter-spacing:-.02em}
.kcc-event-card p{margin:0;color:#5d7381;font-size:15px;line-height:1.5}

/* Booking band */
.kcc-book-band{position:relative;overflow:hidden;padding:54px 0;background:var(--kcc-yellow)}
.kcc-book-band:after{content:"";position:absolute;right:-90px;top:-120px;width:330px;height:330px;border:70px solid rgba(20,93,150,.08);border-radius:50%}
.kcc-book-band__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.kcc-book-band h2{margin:0 0 8px;font-size:42px}
.kcc-book-band p{margin:0;color:#405663}
.kcc-book-band .kcc-button{background:var(--kcc-navy);color:#fff}
.kcc-book-band .kcc-button:hover,.kcc-book-band .kcc-button:focus-visible{background:#062842;color:#fff}

/* Activity/news */
.kcc-list{display:grid;gap:0;border-top:1px solid var(--kcc-line)}
.kcc-list__item{display:grid;grid-template-columns:160px 1fr auto;gap:30px;align-items:center;padding:24px 0;border-bottom:1px solid var(--kcc-line);text-decoration:none}
.kcc-list__meta{color:var(--kcc-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.kcc-list__item h3{margin:0 0 5px;font-size:25px}
.kcc-list__item p{margin:0;color:var(--kcc-muted);font-size:14px}
.kcc-list__item>span:last-child{color:var(--kcc-blue);font-size:22px}

/* Inner pages */
.kcc-page-hero{padding:58px 0 62px;background:#fff;border-bottom:1px solid var(--kcc-line)}
.kcc-page-hero h1{max-width:920px;margin:0;font-size:clamp(50px,6vw,76px);line-height:1.02}
.kcc-page-hero__intro{max-width:780px;margin:20px 0 0;color:var(--kcc-muted);font-size:19px}
.kcc-content-wrap{padding:68px 0 96px}
.kcc-content-grid{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:78px;align-items:start}
.kcc-prose h2{margin:1.4em 0 .45em;font-size:38px;line-height:1.1}
.kcc-prose h3{margin:1.45em 0 .4em;font-size:27px}
.kcc-prose p,.kcc-prose ul,.kcc-prose ol{margin:0 0 1.2em}
.kcc-prose ul,.kcc-prose ol{padding-left:0;list-style-position:outside}
.kcc-prose li{margin-left:0;padding-left:.08em}
.kcc-prose a{color:var(--kcc-blue)}
.kcc-prose table{width:100%;border-collapse:collapse;margin:28px 0}
.kcc-prose th,.kcc-prose td{padding:13px;border-bottom:1px solid var(--kcc-line);text-align:left}
.kcc-prose th{background:var(--kcc-blue-pale);color:var(--kcc-navy)}
.kcc-legal-wrap .kcc-shell{width:min(1240px,calc(100% - 64px))}
.kcc-legal-prose{max-width:920px;font-size:16px;line-height:1.72}
.kcc-legal-prose>p:first-child{margin-top:0}
.kcc-policy-date{margin:0 0 30px!important;padding:13px 16px;border-left:3px solid var(--kcc-yellow);background:var(--kcc-blue-pale);color:var(--kcc-muted);font-size:13px}
.kcc-legal-prose h2{margin-top:1.55em;font-size:34px}
.kcc-legal-prose h3{font-size:23px}
.kcc-legal-prose code{padding:.1em .35em;border-radius:4px;background:#eef4f7;color:var(--kcc-navy);font-size:.9em}
.kcc-legal-prose table{font-size:14px;line-height:1.45}
.kcc-legal-prose th{font-size:12px;text-transform:uppercase;letter-spacing:.05em}

.kcc-sidebar{position:sticky;top:132px;padding:26px;background:#fff;border:1px solid var(--kcc-line);border-radius:12px}
.kcc-sidebar h3{margin:0 0 13px;font-size:24px}
.kcc-sidebar p{margin:0 0 13px;color:var(--kcc-muted);font-size:14px}
.kcc-sidebar .kcc-button{width:100%;margin-top:8px}

/* Facilities */
.kcc-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.kcc-feature{padding:25px;background:#fff;border:1px solid var(--kcc-line);border-radius:10px}
.kcc-feature strong{display:block;margin-bottom:5px;color:var(--kcc-navy)}
.kcc-feature span{display:block;color:var(--kcc-muted);font-size:14px}
.kcc-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:34px 0;border:1px solid var(--kcc-line);border-radius:12px;overflow:hidden;background:#fff}
.kcc-stat{padding:24px;border-right:1px solid var(--kcc-line)}
.kcc-stat:last-child{border-right:0}
.kcc-stat strong{display:block;font-family:var(--kcc-serif);font-size:31px;color:var(--kcc-navy);font-weight:400}
.kcc-stat span{font-size:12px;color:var(--kcc-muted);text-transform:uppercase;letter-spacing:.08em}

/* Hallmaster */
.kcc-hallmaster{margin-top:34px;border:1px solid var(--kcc-line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:var(--kcc-shadow)}
.kcc-hallmaster iframe{display:block;width:100%;min-height:780px;border:0;background:#fff}
.kcc-notice{padding:22px 24px;border-left:4px solid var(--kcc-yellow);background:var(--kcc-yellow-soft);color:#405663}
.kcc-notice strong{color:var(--kcc-navy)}

/* Documents */
.kcc-filter{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 28px}
.kcc-filter a{padding:9px 13px;border:1px solid var(--kcc-line);border-radius:999px;background:#fff;color:var(--kcc-navy);font-size:13px;text-decoration:none}
.kcc-filter a.is-active,.kcc-filter a:hover{background:var(--kcc-navy);border-color:var(--kcc-navy);color:#fff}
.kcc-docs{border-top:1px solid var(--kcc-line)}
.kcc-doc{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:23px 2px;border-bottom:1px solid var(--kcc-line)}
.kcc-doc h3{margin:0 0 5px;font-family:var(--kcc-sans);font-size:17px;font-weight:700;letter-spacing:0}
.kcc-doc__meta{color:var(--kcc-muted);font-size:13px}
.kcc-doc a{color:var(--kcc-blue);font-size:13px;font-weight:700;text-decoration:none}

/* Regular users */
.kcc-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.kcc-activity{padding:25px;background:#fff;border:1px solid var(--kcc-line);border-radius:11px}
.kcc-activity__day{display:inline-block;margin-bottom:15px;padding:6px 9px;border-radius:999px;background:var(--kcc-yellow-soft);color:var(--kcc-navy);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.kcc-activity h3{margin:0 0 8px;font-size:26px}
.kcc-activity p{margin:0 0 10px;color:var(--kcc-muted);font-size:14px}
.kcc-activity__contacts{padding-top:10px;border-top:1px solid var(--kcc-line);font-size:13px}
.kcc-activity__contacts a{color:var(--kcc-blue)}

/* Contact */
.kcc-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:start}
.kcc-contact-card{padding:32px;border-radius:14px;background:var(--kcc-navy);color:#fff}
.kcc-contact-card h2{margin:0 0 18px;color:#fff;font-size:39px}
.kcc-contact-card a{color:#fff}
.kcc-contact-list{display:grid;gap:15px;margin-top:26px}
.kcc-contact-list div{padding-top:15px;border-top:1px solid rgba(255,255,255,.16)}
.kcc-contact-list small{display:block;color:rgba(255,255,255,.65);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.kcc-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.kcc-form__full{grid-column:1/-1}
.kcc-form label{display:block;margin-bottom:6px;color:var(--kcc-navy);font-size:13px;font-weight:700}
.kcc-form input,.kcc-form textarea{width:100%;padding:13px 14px;border:1px solid #b8ccd6;border-radius:7px;background:#fff;color:var(--kcc-ink)}
.kcc-form textarea{min-height:170px;resize:vertical}
.kcc-form input:focus,.kcc-form textarea:focus{outline:3px solid rgba(244,212,43,.45);border-color:var(--kcc-blue)}
.kcc-form__hp{position:absolute;left:-9999px}
.kcc-alert{margin-bottom:22px;padding:14px 16px;border-radius:8px;background:#eaf7ee;color:#245535}
.kcc-alert--error{background:#fff0ef;color:#8b2e28}

/* Search */
.kcc-search-results{display:grid;gap:14px}
.kcc-search-card{padding:24px;background:#fff;border:1px solid var(--kcc-line);border-radius:10px;text-decoration:none}
.kcc-search-card h2{margin:0 0 6px;font-size:28px}
.kcc-search-card p{margin:0;color:var(--kcc-muted);font-size:14px}
.kcc-search-card mark{padding:.05em .2em;background:var(--kcc-yellow);color:inherit;border-radius:2px}

/* Trustee area */
.kcc-trustee-gate{max-width:680px;padding:34px;background:#fff;border:1px solid var(--kcc-line);border-radius:14px}
.kcc-trustee-gate .login-username,.kcc-trustee-gate .login-password{margin-bottom:14px}
.kcc-trustee-gate input[type=text],.kcc-trustee-gate input[type=password]{width:100%;padding:12px;border:1px solid var(--kcc-line);border-radius:6px}
.kcc-trustee-gate input[type=submit]{min-height:50px;padding:0 22px;border:0;border-radius:999px;background:var(--kcc-yellow);color:var(--kcc-navy);font-size:14px;font-weight:700;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.kcc-trustee-gate input[type=submit]:hover,.kcc-trustee-gate input[type=submit]:focus-visible{background:#e8c823;color:var(--kcc-navy);transform:translateY(-1px)}

/* Footer */
.kcc-footer{background:var(--kcc-navy);color:#fff}
.kcc-footer__main{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:90px;padding:68px 0 50px;align-items:start}
.kcc-footer h2{color:#fff}
.kcc-footer__kicker{margin:0 0 15px;color:var(--kcc-yellow);font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}
.kcc-footer__brand h2{max-width:600px;margin:0 0 17px;font-size:clamp(34px,3.4vw,48px);line-height:1.05}
.kcc-footer__brand>p:last-child{max-width:580px;margin:0;color:rgba(255,255,255,.7);font-size:16px;line-height:1.65}
.kcc-footer__contact{justify-self:end;width:min(100%,360px)}
.kcc-footer__contact>a:not(.kcc-button){display:block;width:max-content;max-width:100%;margin:0 0 7px;color:#fff;font-size:16px;text-decoration:none}
.kcc-footer__contact>a:not(.kcc-button):hover,.kcc-footer__contact>a:not(.kcc-button):focus-visible{color:var(--kcc-yellow)}
.kcc-footer__address{margin:15px 0 21px;color:rgba(255,255,255,.68);font-size:14px;line-height:1.55}
.kcc-footer__button{min-height:46px;padding-inline:20px}
.kcc-footer__primary{display:flex;align-items:center;gap:clamp(22px,3vw,42px);padding:24px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.kcc-footer__primary a{color:rgba(255,255,255,.84);font-size:14px;font-weight:400;line-height:1.2;text-decoration:none}
.kcc-footer__primary a:hover,.kcc-footer__primary a:focus-visible{color:var(--kcc-yellow)}
.kcc-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:20px 0 24px;font-size:12px;color:rgba(255,255,255,.58)}
.kcc-footer__copyright{display:flex;gap:18px;flex-wrap:wrap}
.kcc-footer__bottom-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-end}
.kcc-footer__bottom a{color:inherit;text-decoration:none}
.kcc-cookie-settings{margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;cursor:pointer}
.kcc-cookie-settings:hover,.kcc-cookie-settings:focus-visible{color:#fff;text-decoration:underline}
.kcc-footer__bottom a:hover,.kcc-footer__bottom a:focus-visible{color:#fff}

/* Cookie choices */
.kcc-cookie-banner{position:fixed;z-index:5000;left:20px;right:20px;bottom:20px;max-width:1040px;margin:auto;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:var(--kcc-navy);color:#fff;box-shadow:0 22px 70px rgba(8,47,79,.28)}
.kcc-cookie-banner[hidden]{display:none}
.kcc-cookie-banner__inner{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:24px 26px}
.kcc-cookie-banner strong{display:block;margin-bottom:6px;font-family:var(--kcc-serif);font-size:24px;font-weight:400}
.kcc-cookie-banner p{max-width:610px;margin:0;color:rgba(255,255,255,.74);font-size:14px;line-height:1.55}
.kcc-cookie-banner__actions{display:grid;grid-template-columns:auto auto;gap:8px;align-items:center}
.kcc-cookie-banner__actions .kcc-button{min-height:42px;padding-inline:15px;font-size:12px}
.kcc-cookie-banner__actions .kcc-cookie-reject{border:1px solid rgba(255,255,255,.34);background:transparent;color:#fff}
.kcc-cookie-banner__actions .kcc-cookie-reject:hover,.kcc-cookie-banner__actions .kcc-cookie-reject:focus-visible{background:rgba(255,255,255,.08);color:#fff}
.kcc-cookie-banner__actions>a{grid-column:1/-1;justify-self:end;color:rgba(255,255,255,.72);font-size:12px}
.kcc-cookie-banner__actions>a:hover,.kcc-cookie-banner__actions>a:focus-visible{color:#fff}

/* 404 */
.kcc-404{text-align:center;padding:100px 0 120px}
.kcc-404 h1{margin:0 0 18px;font-size:clamp(54px,8vw,92px)}
.kcc-404 p{max-width:580px;margin:0 auto 28px;color:var(--kcc-muted)}

/* Responsive */
@media(max-width:1120px){
  main#content{padding-top:0}
  .kcc-header__inner{width:calc(100% - 56px);grid-template-columns:1fr auto;min-height:88px}
  .kcc-brand{margin:0;padding-left:0}
  .kcc-nav{display:none}.kcc-header>.kcc-shell .kcc-book-button{display:none}.kcc-menu-toggle{display:grid}.kcc-brand .custom-logo,.kcc-brand__concept-logo{width:82px;max-width:none;max-height:none}.kcc-brand__kea{font-size:42px}.kcc-brand__sub{font-size:9px}
  .kcc-hero__grid{grid-template-columns:1fr;gap:40px}.kcc-hero__visual{min-height:455px}.kcc-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kcc-event-grid{grid-template-columns:1fr}.kcc-event-card{grid-template-columns:120px 1fr;min-height:170px}
  .kcc-content-grid{grid-template-columns:1fr;gap:38px}.kcc-sidebar{position:static}.kcc-footer__main{grid-template-columns:1fr 1fr;gap:50px}.kcc-footer__contact{justify-self:stretch}
  .kcc-mobile-nav{display:block}
}
@media(min-width:1121px){.kcc-mobile-panel{display:none!important}}
.kcc-mobile-panel{position:fixed;inset:0;z-index:2500;background:#fff;padding:18px 20px 26px;overflow-y:auto;overscroll-behavior:contain}
.kcc-mobile-panel[hidden]{display:none}
.kcc-mobile-panel__top{position:sticky;top:-18px;z-index:2;display:flex;justify-content:space-between;align-items:center;min-height:76px;margin:0 -2px;padding:10px 2px 14px;background:#fff;border-bottom:1px solid var(--kcc-line)}
.kcc-mobile-panel__top .kcc-brand{margin:0;padding:0}
.kcc-mobile-panel__top .kcc-brand__concept-logo{width:76px}
.kcc-mobile-panel__close{width:42px;height:42px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--kcc-blue-pale);color:var(--kcc-navy);font-size:24px;line-height:1}
.kcc-mobile-menu,.kcc-mobile-menu ul{list-style:none;margin:0;padding:0}
.kcc-mobile-menu{padding-top:10px}
.kcc-mobile-menu>li{position:relative;border-bottom:1px solid var(--kcc-line)}
.kcc-mobile-menu>li>a{display:block;padding:15px 48px 15px 0;color:var(--kcc-navy);font-family:var(--kcc-serif);font-size:24px;line-height:1.15;text-decoration:none}
.kcc-mobile-submenu-toggle{position:absolute;top:8px;right:0;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:var(--kcc-navy);font-size:0}
.kcc-mobile-submenu-toggle:before{content:"";width:9px;height:9px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}
.kcc-mobile-submenu-toggle[aria-expanded="true"]:before{transform:translateY(2px) rotate(225deg)}
.kcc-mobile-menu .sub-menu{margin:0 0 12px;padding:5px 0 7px 16px;background:transparent;border:0;border-left:2px solid var(--kcc-yellow);border-radius:0}
.kcc-mobile-menu .sub-menu[hidden]{display:none}
.kcc-mobile-menu .sub-menu li+li{border-top:1px solid rgba(8,47,79,.08)}
.kcc-mobile-menu .sub-menu a{display:block;padding:10px 10px;color:var(--kcc-navy);font-size:15px;font-weight:400;line-height:1.35;text-decoration:none}
.kcc-mobile-menu .sub-menu a:hover,.kcc-mobile-menu .sub-menu a:focus-visible,.kcc-mobile-menu .sub-menu .current-menu-item>a{color:var(--kcc-blue)}
.kcc-mobile-panel .kcc-book-button{display:flex;margin-top:22px}
@media(max-width:760px){
  .kcc-legal-wrap .kcc-shell{width:calc(100% - 34px)}.kcc-legal-prose{max-width:none;font-size:15px}.kcc-legal-prose h2{font-size:30px}.kcc-legal-prose table{display:block;overflow-x:auto}
  .kcc-cookie-banner{left:12px;right:12px;bottom:12px;border-radius:13px}.kcc-cookie-banner__inner{grid-template-columns:1fr;gap:18px;padding:20px}.kcc-cookie-banner__actions{grid-template-columns:1fr}.kcc-cookie-banner__actions .kcc-button{width:100%}.kcc-cookie-banner__actions>a{grid-column:auto;justify-self:start}
  body{font-size:16px}.kcc-shell{width:calc(100% - 34px)}.admin-bar .kcc-header{top:46px}
  main#content{padding-top:0}
  .kcc-header__inner{min-height:76px;gap:12px}.kcc-brand{margin:0}.kcc-brand .custom-logo,.kcc-brand__concept-logo{width:72px}.kcc-brand__mark{width:50px;height:50px;border-width:5px}.kcc-brand__words strong{font-size:20px}.kcc-brand__words span{font-size:9px}.kcc-header__actions{gap:4px}.kcc-search-toggle{width:42px;height:42px}.kcc-menu-toggle{width:42px;height:42px;border:0!important;background:transparent!important;box-shadow:none!important;padding:8px}
  .kcc-hero{padding:30px 0 54px;background:#fff}.kcc-hero__grid{gap:30px}.kcc-hero__visual{grid-row:1;min-height:350px;border-radius:12px}.kcc-hero__grid>div:first-child{grid-row:2}.kcc-hero .kcc-eyebrow{margin-bottom:16px}.kcc-hero h1{font-size:43px;line-height:1}.kcc-hero__intro{font-size:16px}.kcc-hero__caption{left:20px;right:20px;bottom:19px}.kcc-hero__caption strong{font-size:21px;line-height:1.2}.kcc-hero__badge{display:none}
  .kcc-section{padding:60px 0}.kcc-section__head{display:block}.kcc-section__head h2{font-size:35px;margin-bottom:13px}.kcc-section--spaces .kcc-eyebrow{margin-bottom:18px}.kcc-section--spaces .kcc-section__head h2{font-size:35px;white-space:normal}.kcc-section--events{padding-top:68px;background:linear-gradient(115deg,#d7e5ee 0 34%,var(--kcc-blue-pale) 34% 100%)}.kcc-card-grid,.kcc-room-grid,.kcc-feature-grid,.kcc-contact-grid,.kcc-activity-grid{grid-template-columns:1fr}.kcc-card{min-height:260px}.kcc-room{grid-template-rows:240px 1fr}.kcc-room__body{padding:24px 25px 27px}.kcc-room h3{font-size:31px}
  .kcc-events-head__aside{display:block;max-width:none;padding-bottom:0}.kcc-event-card{grid-template-columns:78px 1fr;min-height:154px}.kcc-event-card__date{padding:18px 8px}.kcc-event-card__date strong{font-size:14px}.kcc-event-card__date span{font-size:9px}.kcc-event-card__body{padding:20px 18px}.kcc-event-card h3{font-size:22px}.kcc-event-card p{font-size:14px}.kcc-events-cta{margin-top:22px}.kcc-book-band__inner{grid-template-columns:1fr;gap:22px}.kcc-book-band h2{font-size:34px}.kcc-book-band .kcc-button{justify-self:start}
  .kcc-list__item{grid-template-columns:1fr auto;gap:8px 20px}.kcc-list__meta{grid-column:1/-1}.kcc-list__item>span:last-child{grid-column:2;grid-row:2}
  .kcc-page-hero{padding:36px 0 40px}.kcc-page-hero h1{font-size:41px;line-height:1.04}.kcc-content-wrap{padding:46px 0 66px}.kcc-prose h2{font-size:30px}.kcc-stat-row{grid-template-columns:repeat(2,1fr)}.kcc-stat:nth-child(2){border-right:0}.kcc-stat:nth-child(-n+2){border-bottom:1px solid var(--kcc-line)}
  .kcc-hallmaster iframe{min-height:680px}.kcc-doc{grid-template-columns:1fr;gap:8px}.kcc-form{grid-template-columns:1fr}.kcc-form__full{grid-column:auto}
  .kcc-search-panel{align-items:flex-start;padding:18px}.kcc-search-panel__box{margin-top:8vh;padding:34px 20px 22px;border-radius:13px}.kcc-search-panel__close{right:12px;top:12px;width:38px;height:38px;font-size:21px}.kcc-search-panel h2{padding-right:34px;font-size:30px;line-height:1.1}.kcc-search-panel__box>p:not(.kcc-eyebrow){margin-bottom:20px;font-size:14px}.kcc-search-form{display:block;padding:5px}.kcc-search-form input,.kcc-search-form button{width:100%;height:48px}.kcc-search-form button{margin-top:5px}
  .kcc-footer__main{grid-template-columns:1fr;gap:34px;padding:48px 0 34px}.kcc-footer__brand h2{font-size:32px}.kcc-footer__contact{width:100%}.kcc-footer__primary{align-items:flex-start;flex-direction:column;gap:0;padding:12px 0}.kcc-footer__primary a{width:100%;padding:10px 0}.kcc-footer__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-top:18px}.kcc-footer__bottom-links{order:1;margin:0;justify-content:flex-start;gap:10px 16px}.kcc-footer__copyright{order:2;gap:7px 14px}.kcc-footer__copyright span{display:block}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

