@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

@font-face {
    font-family: 'Grenadine MVB ExBd';
    src: url('../fonts/GrenadineMVB-ExBd.eot');
    src: url('../fonts/GrenadineMVB-ExBd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GrenadineMVB-ExBd.woff2') format('woff2'),
        url('../fonts/GrenadineMVB-ExBd.woff') format('woff'),
        url('../fonts/GrenadineMVB-ExBd.ttf') format('truetype'),
        url('../fonts/GrenadineMVB-ExBd.svg#GrenadineMVB-ExBd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-Cn.eot');
    src: url('../fonts/HelveticaNeueLTPro-Cn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTPro-Cn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Cn.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-Cn.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/
:root{
  --parrot:   #00ff00;
  --primary-color:   #00ff00;
  --purple:   #9601dd;
  --green-p:  #2c8c12;   /* green panel */
  --white:    #ffffff;
  --black:    #000000;
  --nav-h:    162px;

    --body-font:'Helvetica Neue';
    --Myriad-font: 'Myriad Pro';
    --mvb-font:'Grenadine MVB ExBd';
    --fh: 'Helvetica Neue';
    --fm: 'Myriad Pro';
}
::selection{
    color: var(--white);
    background-color: var(--primary-color);
}
/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}

body,*{margin: 0;padding: 0; font-family: var(--body-font); font-size: 24px; color: var(--black-color); -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-weight: 400; }
body.overflow-hidden{overflow: hidden;}
.wood-overlay{ position: fixed;top: 0; left: 0; right: 0; bottom: 0;z-index: 3; background: #313136a3; opacity: 0; pointer-events: none; transition:all .5s ease ; -webkit-transition:all .5s ease ; -moz-transition:all .5s ease ; -ms-transition:all .5s ease ; -o-transition:all .5s ease ; }
.wood-overlay.open{opacity: 1;pointer-events: all;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/
/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0;font-weight: 400;}

/* Specific Header Settings */
h1,.h1 {font-size:60px;line-height: 1.2;}
h2,.h2 {font-size:48px;}
h3,.h3 {font-size:40px;}
h4,.h4 {font-size:30px;}
h5,.h5 {font-size: 24px;}
h6,.h6 {font-size: 20px;}

/* Create the Default Paragraphs */
p {margin-bottom: 25px; line-height: 1.5;}


/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

.f-color-parrot{color: var(--primary-color);}
.f-helvetica-pro *,.f-helvetica-pro{font-family: 'Helvetica Neue LT Pro'; line-height: 1.3;}
.f-color-white,.f-color-white *{color: var(--white);}
.gmvb-font{font-family: var(--mvb-font);}
.myriod-font{font-family: 'Myriad Pro';}
.f-16{font-size: 16px;}
.t-uppercase{text-transform: uppercase;}
.t-shadow{text-shadow:2px 2px 3px #000000}
.f-light{font-weight: 300;}
.gradient-text {
      font-size: 115px; /* Adjust as needed */
      font-weight: bold;
        background: linear-gradient(1800deg, #2b4386 -120%, #FFFFFF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; 
      color: transparent; /* fallback */
      letter-spacing: 2;
      line-height: 1;
    }

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none;transition: 0.5s; display: inline-block;color:var(--primary-color);}
a:hover{opacity: 0.6;}


/* 5. Forms
------------------------------------------------------------------------------*/
input{font-family: var(--body-font);}
input[type='submit']{ font-family: var(--body-font); -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{font-family: var(--body-font);-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
textarea{overflow:auto;font-family: var(--body-font);}
::-webkit-input-placeholder{ color: var(--black-color);}
:-moz-placeholder{ color: var(--black-color);}
::-moz-placeholder{ color: var(--black-color)}
:-ms-input-placeholder{ color: var(--black-color)}
::-ms-input-placeholder{ color: var(--black-color)}


/* container */
.container{max-width: 1690px; width: 100%; padding-left: 15px; padding-right: 15px; margin: 0 auto;}
.left-container{width: 100%;padding-right: calc((100% - 1690px) / 2);}
.small-container{max-width: 1360px; padding-left: 15px; padding-right: 15px; margin: 0 auto}
.row{display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 50%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}

.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}

.row-reverse{flex-direction: row-reverse;}

.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.d-none{display: none;}


/*transition effect*/

.unlisted{list-style:none;margin: 0;padding: 0;}

/* Common CSS */
/* body.logged-in{padding-top: 32px;} */
section{position: relative;padding-top: 80px;padding-bottom: 80px;}
.bg-set{background-repeat: no-repeat;background-position: center;background-size: cover;}
.btn,aside,header,header .header-bootom,header .header-bootom .d-flex,header .header-bootom .menu-area ul,header .header-top,header .header-top .tagline,header .header-top .h-tel,.nav-logo img{ transition:all .4s ease ; -webkit-transition:all .4s ease ; -moz-transition:all .4s ease ; -ms-transition:all .4s ease ; -o-transition:all .4s ease ; }

/* ── Buttons ─────────────────────────────────────── */
.btn{background: var(--white);color: var(--purple);text-transform: uppercase;padding: 20px 60px;border-radius: 5px;border: 1px solid var(--white);font-weight: bold;opacity: 1 !important}
.btn:hover{background: var(--purple);color: var(--white);}
.btn-green {
  display: inline-block;
  padding: 17px 44px;
  background: var(--parrot);
  color: var(--black);
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: opacity .2s;
}
.btn-green:hover { opacity: .86; }
a.btn.t-uppercase.f-helvetica-pro.btn-green {}

.btn-parrot {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--black-color);
    letter-spacing: 2px;
    opacity: 1 !important;
}

.btn-parrot:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--black);
}

/* ═══════════════════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════════════════ */
#site-header {
  position: fixed; top: 0; left: 0;
  width: 100%;
  padding: 15px 0;
  background: var(--black);
  z-index: 1000;
  transition: height .3s, box-shadow .3s;
}
#site-header.shrunk {
  padding: 10px 0;
  box-shadow: 0 2px 18px rgba(150,1,221,.45);
}

.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: 100%; margin: 0 auto;
  padding: 0;
}

.nav-logo img {
  width: 170px; object-fit: contain;
  transition: height .3s;
}
#site-header.shrunk .nav-logo img {width: 120px; }

header .menu-main-menu-container,.footer-inner .menu-main-menu-container{width: calc(100% - 300px);}
.nav-links {display: flex; align-items: center; gap: 52px; justify-content: space-between;}

.nl {
  font-family: 'Helvetica Neue LT Pro';
  font-size: 24px; font-weight: 500;
  letter-spacing: 1px; color: var(--white);
  transition: color .2s;
  position: relative;
  text-transform: uppercase;
}
/* .nl::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--parrot);
  transition: width .25s;
} */
.nl:hover, .nl.active { color: var(--parrot); }
.nl:hover::after, .nl.active::after { width: 100%; }

.burger {
  display: none; flex-direction: column; gap: 6px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.burger span {
  display: block; width: 26px; height: 2px;
  background: var(--white); transition: all .3s;
}


/* ═══════════════════════════════════════════════════════
   HERO
   — full purple wash left ~55%, blurred photo right
   ═══════════════════════════════════════════════════════ */
.hero {
  position: relative; width: 100%;
  padding: 230px 0 80px;
  overflow: hidden;
}

.hero-bg-photo {
  position: absolute; inset: 0; z-index: 0;
}
.hero-bg-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%;
  filter: blur(0px) brightness(.9);
}
.hero .btn{margin-top: 55px;}
/* Purple overlay: solid left, fades right */
.hero-purple-wash {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to right,
    rgba(150,7,219,1)   0%,
    rgba(150,7,219,1)   0,
    rgba(150,7,219,.85) 25%,
    rgba(150,7,219,.5)  43%,
    rgba(150,7,219,.1)  48%,
    rgba(150,7,219,0)   100%
  )
}

.hero-content {
  position: relative; z-index: 2;
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px;
}

.hero-left { flex: 0 0 auto; max-width: 770px; }

.hero-h1 {
  font-family: var(--mvb-font);
  font-size: 60px; font-weight: 900;
  line-height: 1.2; color: var(--white);
  text-transform: uppercase; margin-bottom: 24px;
}
.hero-date { color: var(--white); font-weight: 300; }
.hero-h1, .hero-h1 *,.text-shadow ,.text-shadow *{
    text-shadow: 0px 4px 2px #000;
}
.para-text-shadow,.para-text-shadow *{ text-shadow:2px 3px 3px #045f00}
.sched-head * {
    text-shadow: 4px 4px 2px #045f00;
}
.hero-p {
  font-family: var(--fm);
  font-size: 15px; line-height: 1.65;
  color: var(--white); margin-bottom: 14px;
}

.hero-bullets {
  font-family: var(--fm);
  font-size: 14px; line-height: 1.9;
  color: var(--white); margin-bottom: 38px;
}
.hero-bullets span { display: inline-block; margin-right: 4px; }

.hero-right { flex: 0 0 auto; width: 780px; display: flex; justify-content: flex-end; }
.hero-klk   { width: 100%; height: auto; object-fit: contain; }
.detail ul { display: flex; flex-wrap: wrap; column-gap: 20px; padding-left: 20px; }
.detail ul li {margin-right: 10px;}
/* ═══════════════════════════════════════════════════════
   FESTIVAL HIGHLIGHTS
   ═══════════════════════════════════════════════════════ */
.schedule {
  position: relative; width: 100%; overflow: hidden;
  padding: 70px 0 110px;
  background: var(--black);
}
.sched-bg { position: absolute; inset: 0; z-index: 0; opacity: 45%;}
.sched-bg img { width: 100%; height: 100%; object-fit: cover; }

.sched-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(0,0,0,.76);
}

.sched-content {
  position: relative; z-index: 2; margin: 0 auto;
}

.sched-head { text-align: center; margin-bottom: 30px; }

.sched-title {
  font-size: 34px;
  color: var(--parrot); letter-spacing: 2.5px;
  text-transform: uppercase; margin-bottom: 0;
}
.sched-loc {
  font-size: 64px;
  color: var(--white); letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -5px;
}
.sched-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ── Cards ── */
.sched-cards { display: flex; gap: 80px; }
.sched-cards .sched-card{width: 45%;}
.sched-cards .sched-item{width: 55%;}

.sched-card {
  position: relative; width: 100%; height: 280px; overflow: hidden;
}
.sched-card img {
  width: 100%; height: 100%; object-fit: cover;
}
.sc-overlay {
  position: absolute; inset: 0;
  background: rgba(40,40,110,.85);
}
.sc-time { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 80px; font-weight: 300; letter-spacing: 2px; }

/* ── Details ── */
.sched-details { display: flex; flex-direction: column; gap: 60px; padding-top: 10px; }

.sched-act {
  font-size: 18px; font-weight: 900; color: var(--white);
  letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 14px;
}
.sched-cards .sched-item h4{text-transform: uppercase;margin-bottom: 10px;}

/* ═══════════════════════════════════════════════════════
   WHAT IS KLK  (row 1: green left | video right)
   ═══════════════════════════════════════════════════════ */
.klk-row1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
padding:0;
}

/* Green left — radial gradient: dark #047004 edges → bright #0ec00e center-right */
.klk-green {
  position: relative;
  background:
    radial-gradient(ellipse at 62% 48%,
      #1ad41a  0%,
      #0baa0b 25%,
      #059605 50%,
      #047004 80%,
      #035503 100%
    );
  display: flex; align-items: center;
  min-height: 480px; overflow: hidden;
}
.klk-green-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  gap: 4vw; padding: 50px 40px 50px 130px;
  width: 100%;
	padding-right: 3.2vw;
}
.klk-brand {
  flex: 0 0 auto; width: 220px; height: auto;
  object-fit: contain;
}
.klk-green-text { flex: 1; }

.klk-h2 {
  font-family: var(--fh);
  font-size: 24px; font-weight: 900; color: var(--white);
  text-transform: uppercase; letter-spacing: .5px;
  margin-bottom: 16px; line-height: 1.2;
}
.klk-p {
  font-family: var(--fm);
  font-size: 14.5px; line-height: 1.72; color: var(--white);
}
.klk-green .lead-detail {
    margin-top: 32px;
}
/* Video right */
.klk-video-wrap {
  position: relative; overflow: hidden;
  min-height: 480px;
	padding:35px
}
.klk-video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
	position:relative;
	z-index:1;
}
.klk-video-wrap::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.65); z-index: 1;
  pointer-events: none;
}

.vid-play-btn {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer; z-index: 3;
  transition: opacity .2s;
}
.vid-play-btn.hidden { display: none; }
.vid-play-btn svg { width: 72px; height: 72px; }
.vid-play-btn:hover svg { opacity: .85; }

.vid-label {
  position: absolute; bottom: 28px; left: 0; right: 0;
  display: flex; align-items: baseline; justify-content: center;
  gap: 18px; z-index: 2; pointer-events: none;
}
.vid-active {
  font-family: var(--fh);
  font-size: 22px; font-weight: 900; color: var(--white);
  letter-spacing: 3px; text-transform: uppercase;
}
.vid-by {
  font-family: var(--fm);
  font-size: 20px; font-style: italic; color: var(--white);
  letter-spacing: 1px;
}
/* ═══════════════════════════════════════════════════════
   WHAT TO BRING  (row 2: runner photo left | purple right)
   ═══════════════════════════════════════════════════════ */
.klk-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%; padding:0;
}

.klk-runner {
  position: relative; overflow: hidden; min-height: 480px;
}
.klk-runner-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
}

.klk-bring {
  position: relative;
  /* Purple gradient: darker top-left edge → brighter center-right, matches PSD */
  background:
    radial-gradient(ellipse at 65% 55%,
      #be00f0  0%,
      #9a00dc 35%,
      #8800c8 70%,
      #700099 100%
    );
  display: flex; align-items: center;
  min-height: 480px;
  overflow: hidden;
}
/* Grain texture overlay for authentic purple panel look */
.klk-bring::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.klk-bring-inner {
  position: relative; z-index: 1;
  padding: 60px 80px 60px 120px;
}

.bring-h2 {
  font-family: var(--fh);
  font-size: 34px; font-weight: 900; color: var(--white);
  text-transform: uppercase; letter-spacing: .5px;
  line-height: 1.15; margin-bottom: 36px;
}
.bring-list {
  display: flex; flex-direction: column; gap: 16px;
}
.bring-list li {
  font-family: var(--fm);
  font-size: 15px; line-height: 1.55;
  color: var(--white); padding-left: 20px;
  position: relative;
}
.bring-list li::before {
  content: '•'; position: absolute; left: 0;
  color: var(--white); font-size: 17px; top: 0;
}
.em-green { font-style: normal; font-weight: 700; color: var(--parrot); }
.klk-bring-inner h2 {
    line-height: 1.2;
	margin-bottom:40px;
}
.klk-bring-inner .detail em {
    font-style: normal !important;
    color: var(--primary-color);
}
/* ═══════════════════════════════════════════════════════
   REGISTER TO JOIN
   ═══════════════════════════════════════════════════════ */
.register {
  position: relative; width: 100%; overflow: hidden;
	padding:0;
}

.reg-content {
  position: relative; margin: 0 auto;
  display: flex;
  min-height: 576px; gap: 50px;
	overflow:hidden;
}

.reg-img-wrap { flex: 0 0 auto;
    display: flex;
    align-items: end; }
.reg-img      { width: 100%; height: auto; object-fit: contain;
    margin-bottom: -20px; }

.reg-text { flex: 1; }
.register .reg-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.reg-content .detail {
    margin: 15px 0 15px;
	max-width:800px;
}
.reg-content h2 span.reg-date {
    font-size: 29px;
    font-style: italic;
    margin-left: 70px;
    text-shadow: none;
    font-weight: 300;
}
.reg-h2 {
  font-family: var(--fh);
  font-size: 40px; font-weight: 900;
  color: var(--parrot); text-transform: uppercase;
  letter-spacing: .5px; margin-bottom: 22px;
  display: flex; align-items: baseline;
  gap: 22px; flex-wrap: wrap; line-height: 1.1;
}
.reg-date {
  font-size: 16px; font-weight: 600;
  color: var(--parrot); letter-spacing: 1.5px;
  white-space: nowrap;
}
.reg-p {
  font-family: var(--fm);
  font-size: 15px; line-height: 1.75;
  color: rgba(255,255,255,.9);
  max-width: 680px; margin-bottom: 34px;
}
.register::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; }
.register .container { position: relative; z-index: 1; }
.register::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(https://klkfest.com/wp-content/uploads/2026/06/register-bg-overlay.png); background-repeat: no-repeat; background-position: center; background-size: cover; }
/* ═══════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════ */
.site-footer {
  background: var(--black);
  display: flex; align-items: center;
  padding: 30px 0 40px;
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
}
.footer-logo img { width: 170px; object-fit: contain; }
.footer-nav      { display: flex; align-items: center; gap: 44px; justify-content: space-between;}
.footer-nav li,.footer-nav{list-style: none !important;}
.footer-nav a {
  font-family: 'Helvetica Neue LT Pro';
  font-size: 24px; letter-spacing: .8px;
  color: var(--white); transition: color .2s;
  text-transform: uppercase;
}
.footer-nav a:hover { color: var(--parrot); }