/* v3.3.2 Header & Footer Professional Polish */
.kcl-header--polished{
  width:min(1180px, calc(100% - 32px));
  margin:18px auto 0;
  min-height:72px;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  border:1px solid rgba(201,162,39,.22);
  border-radius:999px;
  background:rgba(5,5,5,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 60px rgba(0,0,0,.42);
  position:sticky;
  top:14px;
  z-index:1000;
}
.kcl-header--polished .kcl-brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  height:46px;
  width:92px;
}
.kcl-header--polished .kcl-brand img{
  max-height:46px !important;
  max-width:92px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain;
  display:block;
}
.kcl-header--polished .kcl-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex:1 1 auto;
}
.kcl-header--polished .kcl-nav a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
  font-size:.84rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:11px 14px;
  border-radius:999px;
  transition:.22s ease;
  white-space:nowrap;
}
.kcl-header--polished .kcl-nav a:hover,
.kcl-header--polished .kcl-nav .kcl-primary-link{
  color:#f6e5a8;
  background:rgba(201,162,39,.10);
}
.kcl-header--polished .kcl-track-link{
  flex:0 0 auto;
  color:#f4dd8b;
  text-decoration:none;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
  border:1px solid rgba(201,162,39,.48);
  border-radius:999px;
  padding:12px 17px;
  background:rgba(201,162,39,.06);
  transition:.22s ease;
  white-space:nowrap;
}
.kcl-header--polished .kcl-track-link:hover{
  background:rgba(201,162,39,.14);
  transform:translateY(-1px);
}
.kcl-header--polished .kcl-menu-toggle{display:none;}
.kcl-footer--polished{
  margin-top:90px;
  padding:44px 20px;
  border-top:1px solid rgba(201,162,39,.20);
  background:linear-gradient(180deg,rgba(10,10,10,.96),#030303);
}
.kcl-footer--polished .kcl-footer-inner{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:26px;
}
.kcl-footer--polished .kcl-footer-brand-block{display:flex;align-items:center;gap:16px;}
.kcl-footer--polished .kcl-footer-logo{
  width:66px !important;
  height:auto !important;
  object-fit:contain;
  display:block;
}
.kcl-footer--polished .kcl-footer-tagline{
  margin:0;
  color:#fff;
  font-family:'Playfair Display',serif;
  font-size:1.05rem;
}
.kcl-footer--polished .kcl-footer-social{
  text-align:center;
  display:grid;
  gap:4px;
}
.kcl-footer--polished .kcl-footer-social span,
.kcl-footer--polished .kcl-footer-copy{
  color:rgba(255,255,255,.55);
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.kcl-footer--polished .kcl-footer-social a{
  color:#e7d28b;
  text-decoration:none;
  font-weight:700;
}
.kcl-footer--polished .kcl-footer-copy{text-align:right;margin:0;}
@media(max-width:900px){
  .kcl-header--polished{
    width:calc(100% - 22px);
    margin-top:10px;
    border-radius:24px;
    padding:12px 14px;
    flex-wrap:wrap;
  }
  .kcl-header--polished .kcl-brand{height:40px;width:80px;}
  .kcl-header--polished .kcl-brand img{max-height:40px !important;max-width:80px !important;}
  .kcl-header--polished .kcl-menu-toggle{
    display:grid;
    gap:5px;
    background:transparent;
    border:1px solid rgba(201,162,39,.34);
    border-radius:999px;
    padding:11px 13px;
    order:3;
  }
  .kcl-header--polished .kcl-menu-toggle span{width:19px;height:2px;background:#e7d28b;display:block;border-radius:3px;}
  .kcl-header--polished .kcl-track-link{margin-left:auto;font-size:.72rem;padding:10px 12px;}
  .kcl-header--polished .kcl-nav{
    display:none;
    flex-basis:100%;
    order:4;
    flex-direction:column;
    align-items:stretch;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .kcl-header--polished .kcl-nav.is-open{display:flex;}
  .kcl-header--polished .kcl-nav a{text-align:center;padding:13px 12px;}
  .kcl-footer--polished .kcl-footer-inner{grid-template-columns:1fr;text-align:center;}
  .kcl-footer--polished .kcl-footer-brand-block{justify-content:center;flex-direction:column;gap:10px;}
  .kcl-footer--polished .kcl-footer-copy{text-align:center;}
}
