html{scroll-behavior:smooth}.admin-bar .fixed.top-0{top:32px}@media(max-width:782px){.admin-bar .fixed.top-0{top:46px}}
.kefas-wp-content{max-width:980px;margin:0 auto;color:hsl(var(--muted-foreground));line-height:1.8}.kefas-wp-content h1,.kefas-wp-content h2,.kefas-wp-content h3{color:hsl(var(--foreground));font-family:var(--font-heading);margin:1.6rem 0 .8rem}.kefas-wp-content p{margin:0 0 1rem}.kefas-wp-content a{color:hsl(var(--primary));text-decoration:underline}.kefas-card-hover{transition:all .3s ease}.kefas-card-hover:hover{transform:translateY(-.5rem);border-color:hsl(var(--gold)/.45)}.kefas-logo-img{object-fit:cover}.kefas-mobile-menu{display:none}.kefas-mobile-menu.open{display:block}.kefas-lang-active{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.kefas-media-field{display:flex;gap:8px;align-items:center;max-width:900px}.kefas-media-field input[type=url],.kefas-media-field input[type=text]{flex:1}.kefas-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.kefas-admin-section{background:#fff;border:1px solid #dcdcde;border-radius:12px;padding:18px;margin:18px 0}.kefas-admin-section h2{margin-top:0}.kefas-admin-section label{font-weight:600;display:block;margin:0 0 6px}.kefas-admin-section input[type=text],.kefas-admin-section input[type=url],.kefas-admin-section textarea{width:100%;max-width:100%}.kefas-admin-section textarea{min-height:90px}@media(max-width:900px){.kefas-admin-grid{grid-template-columns:1fr}}

.kefas-sections-admin details summary{cursor:pointer;display:flex;align-items:center;gap:10px}.kefas-sections-admin details summary h2{margin:0}.kefas-sections-admin hr{border:0;border-top:1px solid #dcdcde;margin:22px 0}.sticky-save{position:sticky;bottom:0;background:#f0f0f1;padding:16px;border-top:1px solid #dcdcde;z-index:5}

.kefas-hero-bg-image{background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.85}.kefas-hero-bg-video{opacity:.75}.kefas-section-overlay{z-index:0}.kefas-bg-section>*:not(.kefas-section-overlay){position:relative;z-index:1}.kefas-admin-section select{width:100%;max-width:100%}.kefas-admin-section input[type=color]{width:70px;height:36px;padding:2px}

.kefas-hero-bg-image{z-index:0}.kefas-hero-bg-video{z-index:0}.kefas-hero-bg-overlay{z-index:1}.kefas-bg-section>.container{position:relative;z-index:10}

/* v1.0.3: Background reliability for every Home section */
.kefas-bg-section{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  isolation:isolate;
}
.kefas-bg-section > *:not(.kefas-section-overlay):not(.kefas-hero-bg-image):not(.kefas-hero-bg-video):not(.kefas-hero-bg-overlay){
  position:relative;
  z-index:2;
}
.kefas-section-overlay{
  z-index:1 !important;
}
.kefas-bg-section > .absolute:not(.kefas-section-overlay):not(.kefas-hero-bg-image):not(.kefas-hero-bg-video):not(.kefas-hero-bg-overlay){
  z-index:0;
}

/* Native WordPress menu support */
.kefas-desktop-menu .kefas-menu-list,
.kefas-desktop-menu .menu{
  display:flex;
  align-items:center;
  gap:1.5rem;
  list-style:none;
  margin:0;
  padding:0;
}
.kefas-desktop-menu li{margin:0;padding:0}
.kefas-desktop-menu a{
  font-size:.875rem;
  color:hsl(var(--muted-foreground));
  text-decoration:none;
  transition:color .2s ease;
}
.kefas-desktop-menu a:hover{color:hsl(var(--foreground))}
.kefas-mobile-menu-list .kefas-menu-list-mobile,
.kefas-mobile-menu-list .menu{
  display:block;
  list-style:none;
  margin:.5rem 0 0;
  padding:0;
}
.kefas-mobile-menu-list li{margin:0;padding:0}
.kefas-mobile-menu-list a{
  display:block;
  font-size:.875rem;
  color:hsl(var(--muted-foreground));
  padding:.25rem 0;
  text-decoration:none;
}
.kefas-mobile-menu-list a:hover{color:hsl(var(--foreground))}



/* v1.0.6: Hero title final sizing adjustment */
.kefas-hero-bg-real{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  z-index:0 !important;
}
.kefas-hero-bg-overlay{z-index:1 !important;}
.kefas-hero-centered{
  position:relative !important;
  z-index:10 !important;
}
.kefas-hero-title{
  font-size:clamp(2.25rem, 4.85vw, 4.85rem) !important;
  line-height:1.08 !important;
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  overflow-wrap:normal;
  text-wrap:balance;
}

/* Customizer preview is narrower because the left panel takes space. */
.wp-customizer .kefas-hero-title,
.customize-partial-edit-shortcut + .kefas-hero-title{
  font-size:clamp(2rem, 4.1vw, 4.25rem) !important;
}

@media(max-width:1024px){
  .kefas-hero-title{
    font-size:clamp(2.15rem, 6vw, 4rem) !important;
  }
}
@media(max-width:768px){
  .kefas-hero-title{
    font-size:clamp(1.95rem, 9vw, 3.3rem) !important;
  }
}
