/*
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.7
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:32px}

/* 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:188px 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:164px;
  max-width:none;
  max-height:none;
  height:auto;
}

.kcc-brand__concept-logo{
  display:block;
  width:148px;
  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:var(--kcc-blue)}
.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;
  top:100%;
  left:-22px;
  min-width:270px;
  padding:7px 0;
  background:#fff;
  border:1px solid rgba(8,47,79,.07);
  border-top:0;
  border-radius:0 0 9px 9px;
  box-shadow:0 16px 32px rgba(8,47,79,.075);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.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 a{display:block;padding:11px 18px;color:var(--kcc-navy);font-size:14px;text-decoration:none}
.kcc-menu .sub-menu a:hover,.kcc-menu .sub-menu a:focus-visible{background:#f4f8fb;color:var(--kcc-blue)}
.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-blue);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:.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: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-radius:0;background:transparent;gap:5px;padding:10px}
.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:168px 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:146px}
  .kcc-brand__kea{font-size:43px}
  .kcc-menu{gap:17px}
  .kcc-menu>li>a{font-size:14px}
  .kcc-header .kcc-book-button{padding-inline:18px;font-size:13px}
}

/* Search overlay */
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,.58);backdrop-filter:blur(4px)}
.kcc-search-panel__box{position:relative;z-index:1;width:min(900px,100%);padding:52px;background:#fff;border-radius:14px;box-shadow:0 26px 80px rgba(8,47,79,.25)}
.kcc-search-panel__close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:var(--kcc-blue-pale);font-size:25px;color:var(--kcc-navy)}
.kcc-search-panel h2{margin:0 0 10px;font-family:var(--kcc-serif);font-size:clamp(38px,5vw,58px);font-weight:400;line-height:1.05;color:var(--kcc-navy);letter-spacing:-.035em}
.kcc-search-panel p{margin:0 0 28px;color:var(--kcc-muted)}
.kcc-search-form{display:flex;gap:8px;padding:5px;border:1px solid #b8ccd6;border-radius:9px}
.kcc-search-form input{flex:1;min-width:0;height:54px;padding:0 16px;border:0;outline:0;color:var(--kcc-navy)}
.kcc-search-form button{min-width:120px;border:0;border-radius:6px;background:var(--kcc-blue);color:#fff;font-weight:700}

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

/* Hero */
.kcc-hero{padding:76px 0 86px;background:linear-gradient(115deg,#fff 0 56%,var(--kcc-yellow-soft) 56% 100%);overflow:hidden}
.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:510px;border-radius:18px;overflow:hidden;background:var(--kcc-blue);box-shadow:var(--kcc-shadow)}
.kcc-hero__visual img{position:absolute;inset:0;width:100%;height:100%;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}
.kcc-hero__caption span{font-size:13px;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;min-height:440px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:16px;background:var(--kcc-navy);color:#fff;text-decoration:none}
.kcc-room img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}
.kcc-room:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(8,47,79,.87))}
.kcc-room__body{position:relative;z-index:1}
.kcc-room h3{margin:0 0 10px;color:#fff;font-size:42px}
.kcc-room p{max-width:530px;margin:0 0 20px;color:rgba(255,255,255,.8)}
.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}

/* 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)}

/* 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-breadcrumbs{margin:0 0 32px;color:var(--kcc-muted);font-size:13px}
.kcc-breadcrumbs a{color:var(--kcc-blue);text-decoration:none}
.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 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-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]{padding:12px 20px;border:0;border-radius:999px;background:var(--kcc-blue);color:#fff;font-weight:700}

/* Footer */
.kcc-footer{background:var(--kcc-navy);color:#fff}
.kcc-footer__top{display:grid;grid-template-columns:1.1fr .75fr .75fr;gap:60px;padding:62px 0 48px}
.kcc-footer h2,.kcc-footer h3{color:#fff}
.kcc-footer__brand h2{margin:0 0 12px;font-size:35px}
.kcc-footer__brand p{max-width:480px;margin:0;color:rgba(255,255,255,.72)}
.kcc-footer__nav h3,.kcc-footer__contact h3{margin:0 0 16px;font-family:var(--kcc-sans);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.kcc-footer__nav a,.kcc-footer__contact a{display:block;margin:7px 0;color:rgba(255,255,255,.82);font-size:14px;text-decoration:none}
.kcc-footer__bottom{display:flex;justify-content:space-between;gap:30px;padding:20px 0 24px;border-top:1px solid rgba(255,255,255,.14);font-size:12px;color:rgba(255,255,255,.6)}
.kcc-footer__bottom-links{display:flex;gap:20px;flex-wrap:wrap}
.kcc-footer__bottom a{color:inherit}

/* 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:16px}
  .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:78px;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:430px}.kcc-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kcc-content-grid{grid-template-columns:1fr;gap:38px}.kcc-sidebar{position:static}.kcc-footer__top{grid-template-columns:1fr 1fr}.kcc-footer__brand{grid-column:1/-1}
  .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:20px;overflow:auto}
.kcc-mobile-panel[hidden]{display:none}
.kcc-mobile-panel__top{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--kcc-line)}
.kcc-mobile-panel__close{width:44px;height:44px;border:0;border-radius:50%;background:var(--kcc-blue-pale);color:var(--kcc-navy);font-size:24px}
.kcc-mobile-menu,.kcc-mobile-menu ul{list-style:none;margin:0;padding:0}
.kcc-mobile-menu{padding-top:18px}
.kcc-mobile-menu>li>a{display:block;padding:15px 0;border-bottom:1px solid var(--kcc-line);color:var(--kcc-navy);font-family:var(--kcc-serif);font-size:27px;text-decoration:none}
.kcc-mobile-menu .sub-menu{padding:5px 0 12px 16px;border-bottom:1px solid var(--kcc-line)}
.kcc-mobile-menu .sub-menu a{display:block;padding:8px 0;color:var(--kcc-muted);text-decoration:none}
.kcc-mobile-panel .kcc-book-button{display:flex;margin-top:22px}
@media(max-width:760px){
  body{font-size:16px}.kcc-shell{width:calc(100% - 34px)}.admin-bar .kcc-header{top:46px}
  main#content{padding-top:12px}
  .kcc-header__inner{min-height:76px;gap:12px}.kcc-brand{margin:0}.kcc-brand .custom-logo,.kcc-brand__concept-logo{width:68px}.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:5px}.kcc-search-toggle,.kcc-menu-toggle{width:42px;height:42px}
  .kcc-hero{padding:50px 0 58px;background:#fff}.kcc-hero h1{font-size:49px}.kcc-hero__intro{font-size:17px}.kcc-hero__visual{min-height:340px;border-radius:12px}.kcc-hero__caption{left:20px;right:20px;bottom:19px}.kcc-hero__caption strong{font-size:23px}.kcc-hero__badge{display:none}
  .kcc-section{padding:64px 0}.kcc-section__head{display:block}.kcc-section__head h2{font-size:39px;margin-bottom:13px}.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{min-height:340px;padding:25px}.kcc-room h3{font-size:34px}
  .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:38px 0 42px}.kcc-page-hero h1{font-size:47px}.kcc-content-wrap{padding:48px 0 68px}.kcc-prose h2{font-size:32px}.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__box{padding:48px 20px 25px}.kcc-search-form{display:block}.kcc-search-form input,.kcc-search-form button{width:100%;height:52px}.kcc-search-form button{margin-top:5px}
  .kcc-footer__top{grid-template-columns:1fr;gap:30px;padding:46px 0 36px}.kcc-footer__brand{grid-column:auto}.kcc-footer__bottom{display:block}.kcc-footer__bottom-links{margin-top:10px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

