
:root{
  --lgh-h-teal:#039397;
  --lgh-h-teal-dark:#027b7f;
  --lgh-h-navy:#0d3158;
  --lgh-h-gold:#c99a4a;
  --lgh-h-cream:#f7f1e5;
  --lgh-h-paper:#fffdf9;
  --lgh-h-muted:#72808d;
}

html.lgh-search-open,
body.lgh-search-open{overflow:hidden!important;}

body.lgh-hide-old-header > header:not(#lgh-premium-header),
body.lgh-hide-old-header #masthead:not(#lgh-premium-header),
body.lgh-hide-old-header header#site-header:not(#lgh-premium-header),
body.lgh-hide-old-header .site-header:not(#lgh-premium-header),
body.lgh-hide-old-header .main-header:not(#lgh-premium-header),
body.lgh-hide-old-header .elementor-location-header:not(#lgh-premium-header),
body.lgh-hide-old-header .header-area:not(#lgh-premium-header),
body.lgh-hide-old-header .header-wrapper:not(#lgh-premium-header),
body.lgh-hide-old-header .thim-header:not(#lgh-premium-header){
  display:none!important;
}

#lgh-premium-header,
#lgh-premium-header *,
#lgh-search-modal,
#lgh-search-modal *{box-sizing:border-box;}

#lgh-premium-header{
  --lgh-header-fg:var(--lgh-h-navy);
  --lgh-header-soft:rgba(13,49,88,.62);
  --lgh-header-icon-bg:rgba(255,255,255,.74);
  --lgh-header-icon-border:rgba(13,49,88,.10);
  --lgh-header-line:rgba(13,49,88,.10);

  position:fixed;
  inset:0 0 auto 0;
  z-index:99990;
  width:100%;
  padding:0;
  font-family:inherit;
  direction:ltr;
  pointer-events:none;
}

body.admin-bar #lgh-premium-header{top:32px;}

/* Homepage: the header becomes part of the hero itself. */
#lgh-premium-header.is-home:not(.is-scrolled){
  --lgh-header-fg:#ffffff;
  --lgh-header-soft:rgba(255,255,255,.70);
  --lgh-header-icon-bg:transparent;
  --lgh-header-icon-border:rgba(255,255,255,.24);
  --lgh-header-line:rgba(255,255,255,.24);
}

#lgh-premium-header .lgh-header-shell{
  width:100%;
  margin:0;
  border:0;
  border-bottom:1px solid var(--lgh-header-line);
  border-radius:0;
  background:rgba(255,253,249,.965);
  box-shadow:0 9px 30px rgba(13,49,88,.075);
  backdrop-filter:blur(18px) saturate(138%);
  -webkit-backdrop-filter:blur(18px) saturate(138%);
  overflow:visible;
  pointer-events:auto;
  transition:
    background .30s ease,
    box-shadow .30s ease,
    border-color .30s ease,
    backdrop-filter .30s ease;
}

#lgh-premium-header.is-home:not(.is-scrolled) .lgh-header-shell{
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

#lgh-premium-header.is-scrolled .lgh-header-shell{
  background:#F8F1E3!important;
  border-bottom-color:rgba(13,49,88,.10);
  box-shadow:0 10px 34px rgba(13,49,88,.085);
  backdrop-filter:blur(17px) saturate(125%);
  -webkit-backdrop-filter:blur(17px) saturate(125%);
}

#lgh-premium-header .lgh-header-row{
  width:min(1390px,calc(100% - 132px));
  min-height:104px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(200px,1fr) auto minmax(200px,1fr);
  align-items:center;
  gap:46px;
  padding:21px 0 5px;
}

/* English-only wordmark, styled like the reference header. */
#lgh-premium-header .lgh-brand{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  color:var(--lgh-header-fg);
}

#lgh-premium-header .lgh-brand-logo{
  display:flex;
  align-items:center;
  min-width:0;
}

#lgh-premium-header .lgh-logo-image{
  display:block;
  width:auto;
  height:auto;
  max-width:178px;
  max-height:63px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 2px 7px rgba(0,0,0,.05));
  transition:transform .25s ease,opacity .25s ease;
}
#lgh-premium-header .lgh-brand:hover .lgh-logo-image{
  transform:translateY(-1px) scale(1.015);
}

#lgh-premium-header .lgh-logo-wordmark{display:none;}



/* Desktop menu mirrors the reference: centered, clean, no pill/container. */
#lgh-premium-header .lgh-desktop-nav{
  display:flex;
  align-self:stretch;
  align-items:center;
  justify-content:center;
  flex-direction:row-reverse;
  gap:46px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

#lgh-premium-header .lgh-desktop-nav .lgh-nav-orbit{display:none;}

#lgh-premium-header .lgh-desktop-nav a{
  position:relative;
  display:flex;
  height:100%;
  align-items:center;
  justify-content:center;
  padding:7px 0 0;
  color:var(--lgh-header-fg);
  font-family:"Bodoni 72","Didot","Baskerville","Palatino Linotype","Book Antiqua",Georgia,serif;
  font-size:15px;
  font-weight:500;
  letter-spacing:.07em;
  text-decoration:none;
  text-transform:uppercase;
  transition:color .22s ease,opacity .22s ease,transform .22s ease;
}

#lgh-premium-header .lgh-desktop-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:22px;
  width:76%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent 0%,var(--lgh-h-gold) 18%,var(--lgh-h-teal) 82%,transparent 100%);
  transform:translateX(-50%) scaleX(.18);
  transform-origin:center;
  opacity:0;
  filter:drop-shadow(0 1px 3px rgba(3,147,151,.18));
  transition:transform .28s cubic-bezier(.2,.7,.25,1),opacity .22s ease;
}

#lgh-premium-header .lgh-desktop-nav a:hover,
#lgh-premium-header .lgh-desktop-nav a:focus-visible{
  color:var(--lgh-header-fg);
  opacity:.88;
  transform:translateY(-1px);
}




#lgh-premium-header .lgh-desktop-nav a::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:19px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--lgh-h-gold);
  box-shadow:0 0 0 4px rgba(201,154,74,.10);
  transform:translateX(-50%) scale(.35);
  opacity:0;
  transition:transform .24s ease,opacity .22s ease;
}

#lgh-premium-header .lgh-desktop-nav a:hover::after,
#lgh-premium-header .lgh-desktop-nav a:focus-visible::after{
  transform:translateX(-50%) scaleX(1);
  opacity:1;
}

#lgh-premium-header .lgh-desktop-nav a:hover::before,
#lgh-premium-header .lgh-desktop-nav a:focus-visible::before{
  transform:translateX(-50%) scale(1);
  opacity:1;
}

#lgh-premium-header .lgh-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
}

/* Search + cart look like subtle line icons on the transparent hero,
   then become premium light buttons after scrolling. */
#lgh-premium-header .lgh-icon-button{
  position:relative;
  display:inline-flex;
  width:46px;
  height:46px;
  flex:0 0 46px;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid var(--lgh-header-icon-border);
  border-radius:12px;
  background:var(--lgh-header-icon-bg);
  color:var(--lgh-header-fg);
  box-shadow:none;
  cursor:pointer;
  transition:
    color .22s ease,
    background .22s ease,
    border-color .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}

#lgh-premium-header.is-home:not(.is-scrolled) .lgh-icon-button{
  border-color:transparent;
  border-radius:8px;
}

#lgh-premium-header button.lgh-icon-button{
  appearance:none;
  -webkit-appearance:none;
}

#lgh-premium-header .lgh-icon-button svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-icon-button:hover{
  border-color:rgba(3,147,151,.30);
  background:#fff;
  color:var(--lgh-h-teal-dark);
  box-shadow:0 8px 20px rgba(13,49,88,.08);
  transform:translateY(-1px);
}

#lgh-premium-header.is-home:not(.is-scrolled) .lgh-icon-button:hover{
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.13);
  color:#fff;
  box-shadow:none;
}

#lgh-premium-header .lgh-icon-tooltip{
  position:absolute;
  left:50%;
  top:calc(100% + 8px);
  transform:translate(-50%,-2px);
  padding:5px 8px;
  border-radius:7px;
  background:var(--lgh-h-navy);
  color:#fff;
  font-size:9px;
  font-weight:700;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  transition:.16s ease;
  pointer-events:none;
}

#lgh-premium-header .lgh-icon-button:hover .lgh-icon-tooltip{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}

#lgh-premium-header .lgh-cart-count{
  position:absolute;
  top:-5px;
  right:-5px;
  display:none;
  min-width:17px;
  height:17px;
  align-items:center;
  justify-content:center;
  padding:0 4px;
  border:2px solid rgba(255,255,255,.96);
  border-radius:999px;
  background:var(--lgh-h-gold);
  color:#fff;
  font-size:8px;
  font-weight:850;
  line-height:1;
}

#lgh-premium-header.is-home:not(.is-scrolled) .lgh-cart-count{
  border-color:rgba(3,147,151,.95);
}

#lgh-premium-header .lgh-cart-count.is-visible{display:flex;}
#lgh-premium-header .lgh-menu-trigger{display:none;}

/* Home intentionally has no reserved header space: it visually belongs to the hero. */
#lgh-header-spacer{
  display:block;
  width:100%;
  height:90px;
  pointer-events:none;
}
body.home #lgh-header-spacer{height:0!important;}

/* Mobile dropdown stays premium and readable even while hero header is transparent. */
#lgh-premium-header .lgh-mobile-menu{
  position:absolute;
  top:calc(100% + 7px);
  left:34px;
  right:34px;
  width:auto;
  max-height:0;
  margin:0;
  border:1px solid transparent;
  border-radius:18px;
  background:rgba(255,253,249,.985);
  box-shadow:0 20px 55px rgba(13,49,88,.15);
  overflow:hidden;
  opacity:0;
  transform:translateY(-7px);
  transition:max-height .34s ease,opacity .22s ease,transform .22s ease,border-color .22s ease;
  pointer-events:none;
}

#lgh-premium-header .lgh-mobile-menu.is-open{
  max-height:620px;
  border-color:rgba(3,147,151,.13);
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

#lgh-premium-header .lgh-mobile-menu-inner{
  padding:18px;
  direction:rtl;
}

#lgh-premium-header .lgh-mobile-menu-kicker{
  margin-bottom:10px;
  color:var(--lgh-h-teal);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),"Montserrat","Helvetica Neue",Arial,sans-serif;
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  direction:ltr;
}

#lgh-premium-header .lgh-mobile-menu nav{
  display:grid;
  gap:4px;
}

#lgh-premium-header .lgh-mobile-menu nav a{
  display:flex;
  min-height:46px;
  align-items:center;
  justify-content:space-between;
  padding:0 13px;
  border-radius:11px;
  color:var(--lgh-h-navy);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),"Montserrat","Helvetica Neue",Arial,sans-serif;
  font-size:12px;
  font-weight:780;
  letter-spacing:.045em;
  direction:ltr;
  transition:background .2s ease,color .2s ease;
}

#lgh-premium-header .lgh-mobile-menu nav a:hover{
  background:rgba(3,147,151,.06);
  color:var(--lgh-h-teal-dark);
}

#lgh-premium-header .lgh-mobile-menu nav svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-mobile-cta{
  display:flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  margin-top:12px;
  border-radius:11px;
  background:var(--lgh-h-teal);
  color:#fff;
  font-size:12px;
  font-weight:800;
}

/* Smart search */
#lgh-search-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:clamp(66px,8vh,100px) 18px 30px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .24s ease,visibility .24s ease;
  font-family:inherit;
}
#lgh-search-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
#lgh-search-modal .lgh-search-backdrop{
  position:absolute;
  inset:0;
  background:rgba(9,31,52,.58);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
#lgh-search-modal .lgh-search-panel{
  position:relative;
  width:min(930px,100%);
  max-height:calc(100vh - 110px);
  overflow:auto;
  padding:30px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0,rgba(3,147,151,.10),transparent 27%),
    radial-gradient(circle at 0 100%,rgba(201,154,74,.11),transparent 25%),
    #fffdf9;
  box-shadow:0 34px 100px rgba(7,28,47,.26);
  direction:rtl;
}
#lgh-search-modal .lgh-search-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}
#lgh-search-modal .lgh-search-kicker{
  display:block;
  margin-bottom:6px;
  color:var(--lgh-h-teal);
  font-size:10px;
  font-weight:850;
  letter-spacing:.14em;
}
#lgh-search-modal h2{
  margin:0;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:clamp(27px,4vw,42px);
  font-weight:850;
  line-height:1.22;
}
#lgh-search-modal .lgh-search-top p{
  max-width:620px;
  margin:9px 0 0;
  color:var(--lgh-h-muted);
  font-size:13px;
  font-weight:600;
  line-height:1.8;
}
#lgh-search-modal .lgh-search-close{
  display:flex;
  width:42px;height:42px;flex:0 0 42px;
  align-items:center;justify-content:center;
  padding:0;
  border:1px solid rgba(13,49,88,.10);
  border-radius:13px;
  background:#fff;
  color:var(--lgh-h-navy);
  cursor:pointer;
}
#lgh-search-modal .lgh-search-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;}

#lgh-search-modal .lgh-search-tabs{
  display:flex;
  gap:7px;
  margin:22px 0 12px;
}
#lgh-search-modal .lgh-search-tabs button{
  min-height:38px;
  padding:0 17px;
  border:1px solid rgba(13,49,88,.08);
  border-radius:999px;
  background:#fff;
  color:rgba(13,49,88,.68);
  font-family:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
#lgh-search-modal .lgh-search-tabs button.is-active{
  border-color:var(--lgh-h-teal);
  background:var(--lgh-h-teal);
  color:#fff;
}

#lgh-search-modal .lgh-search-field-wrap{
  position:relative;
  display:flex;
  align-items:center;
}
#lgh-search-modal .lgh-search-field-icon{
  position:absolute;
  right:17px;
  display:flex;
  color:var(--lgh-h-teal);
}
#lgh-search-modal .lgh-search-field-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;}
#lgh-search-modal #lgh-smart-search-input{
  width:100%;
  height:58px;
  padding:0 50px 0 64px;
  border:1px solid rgba(3,147,151,.18);
  border-radius:16px;
  outline:none;
  background:#fff;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:15px;
  font-weight:650;
  box-shadow:0 9px 28px rgba(13,49,88,.055);
  direction:rtl;
}
#lgh-search-modal #lgh-smart-search-input:focus{
  border-color:rgba(3,147,151,.55);
  box-shadow:0 0 0 4px rgba(3,147,151,.07),0 12px 32px rgba(13,49,88,.07);
}
#lgh-search-modal .lgh-search-shortcut{
  position:absolute;
  left:13px;
  padding:5px 7px;
  border:1px solid rgba(13,49,88,.08);
  border-radius:7px;
  background:var(--lgh-h-cream);
  color:rgba(13,49,88,.52);
  font-size:9px;
  font-weight:850;
  letter-spacing:.08em;
}

#lgh-search-modal .lgh-search-state{margin-top:16px;}
#lgh-search-modal .lgh-search-intro{
  display:flex;
  min-height:94px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  border:1px dashed rgba(3,147,151,.18);
  border-radius:16px;
  background:rgba(3,147,151,.025);
  color:var(--lgh-h-muted);
  text-align:center;
}
#lgh-search-modal .lgh-search-intro-mark{
  color:var(--lgh-h-gold);
  font-size:11px;
  font-weight:850;
}
#lgh-search-modal .lgh-search-intro strong{color:var(--lgh-h-navy);font-size:14px;}
#lgh-search-modal .lgh-search-intro span:last-child{font-size:11px;}

#lgh-search-modal .lgh-search-results{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:15px;
}
#lgh-search-modal .lgh-search-result{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  min-height:100px;
  overflow:hidden;
  border:1px solid rgba(13,49,88,.075);
  border-radius:15px;
  background:#fff;
  color:var(--lgh-h-navy);
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#lgh-search-modal .lgh-search-result:hover{
  transform:translateY(-2px);
  border-color:rgba(3,147,151,.28);
  box-shadow:0 12px 28px rgba(13,49,88,.07);
}
#lgh-search-modal .lgh-search-result-media{
  min-height:100%;
  background:linear-gradient(135deg,rgba(3,147,151,.10),rgba(201,154,74,.12));
}
#lgh-search-modal .lgh-search-result-media img{display:block;width:100%;height:100%;object-fit:cover;}
#lgh-search-modal .lgh-search-result-placeholder{
  display:flex;width:100%;height:100%;align-items:center;justify-content:center;
  color:var(--lgh-h-teal);font-size:12px;font-weight:850;
}
#lgh-search-modal .lgh-search-result-body{padding:12px 13px;}
#lgh-search-modal .lgh-search-result-type{
  display:inline-flex;
  margin-bottom:5px;
  color:var(--lgh-h-teal-dark);
  font-size:9px;
  font-weight:850;
}
#lgh-search-modal .lgh-search-result-title{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 4px;
  color:var(--lgh-h-navy);
  font-size:13px;
  font-weight:850;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
#lgh-search-modal .lgh-search-result-excerpt{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:var(--lgh-h-muted);
  font-size:10.5px;
  font-weight:550;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
#lgh-search-modal .lgh-search-message{
  grid-column:1/-1;
  display:flex;
  min-height:92px;
  align-items:center;
  justify-content:center;
  padding:18px;
  border:1px dashed rgba(3,147,151,.18);
  border-radius:15px;
  color:var(--lgh-h-muted);
  font-size:12px;
  font-weight:650;
  text-align:center;
}

#lgh-search-modal .lgh-search-footer{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:18px;
  color:var(--lgh-h-teal);
  font-size:11px;
  font-weight:800;
}
#lgh-search-modal .lgh-search-footer a{color:inherit;text-decoration:none;}
#lgh-search-modal .lgh-search-footer span{width:3px;height:3px;border-radius:50%;background:var(--lgh-h-gold);}







/* v1.3.3: transparent header at page top */
#lgh-premium-header.is-home:not(.is-scrolled) .lgh-header-shell{
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Keep the original white-on-hero state before scrolling. */
#lgh-premium-header.is-home:not(.is-scrolled){
  --lgh-header-fg:#FFFFFF;
  --lgh-header-soft:rgba(255,255,255,.70);
  --lgh-header-icon-bg:transparent;
  --lgh-header-icon-border:rgba(255,255,255,.24);
  --lgh-header-line:rgba(255,255,255,.24);
}

/* v1.3.3: exact requested scroll background */
#lgh-premium-header.is-scrolled .lgh-header-shell{
  background:#F8F1E3!important;
  border-bottom-color:rgba(13,49,88,.10);
  box-shadow:0 10px 34px rgba(13,49,88,.085);
  backdrop-filter:blur(17px) saturate(125%);
  -webkit-backdrop-filter:blur(17px) saturate(125%);
}

@media (max-width:1120px){
  #lgh-premium-header .lgh-header-row{
    width:min(100% - 78px,1320px);
    grid-template-columns:minmax(175px,1fr) auto minmax(150px,1fr);
    min-height:94px;
    gap:30px;
    padding-top:18px;
  }
  #lgh-premium-header .lgh-desktop-nav{gap:32px;}
  #lgh-premium-header .lgh-desktop-nav a{
    font-family:"Bodoni 72","Didot","Baskerville","Palatino Linotype","Book Antiqua",Georgia,serif;
    font-size:13.5px;
    font-weight:500;
    letter-spacing:.06em;
  }
  #lgh-premium-header .lgh-logo-image{max-width:160px;max-height:56px;}
  #lgh-premium-header .lgh-icon-button{width:42px;height:42px;flex-basis:42px;}
  #lgh-premium-header .lgh-icon-button svg{width:20px;height:20px;}
}

@media (max-width:920px){
  #lgh-premium-header .lgh-header-row{
    width:calc(100% - 34px);
    min-height:78px;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:8px;
    padding:13px 0 3px;
  }

  #lgh-premium-header .lgh-brand{
    flex:1 1 auto;
    min-width:0;
  }

  #lgh-premium-header .lgh-brand-logo{
    min-width:0;
    max-width:100%;
  }

  #lgh-premium-header .lgh-logo-image{
    max-width:132px;
    max-height:47px;
  }

  #lgh-premium-header .lgh-desktop-nav{display:none;}

  #lgh-premium-header .lgh-header-actions{
    flex:0 0 auto;
    gap:5px;
  }

  #lgh-premium-header .lgh-menu-trigger{display:inline-flex;}

  #lgh-premium-header .lgh-icon-button{
    width:39px;
    height:39px;
    flex-basis:39px;
    border-radius:10px;
  }

  #lgh-premium-header .lgh-icon-button svg{
    width:19px;
    height:19px;
  }

  #lgh-premium-header .lgh-icon-tooltip{display:none;}

  #lgh-header-spacer{height:86px;}

  #lgh-premium-header .lgh-mobile-menu{
    left:12px;
    right:12px;
  }
}

@media (max-width:782px){
  body.admin-bar #lgh-premium-header{top:46px;}
}

@media (max-width:560px){
  #lgh-premium-header .lgh-header-row{
    width:calc(100% - 20px);
    min-height:71px;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:3px;
    padding:11px 0 2px;
  }

  #lgh-premium-header .lgh-brand{
    flex:1 1 auto;
    min-width:0;
  }

  #lgh-premium-header .lgh-brand-logo{
    min-width:0;
    max-width:100%;
  }

  #lgh-premium-header .lgh-logo-image{
    max-width:112px;
    max-height:40px;
  }

  #lgh-premium-header .lgh-header-actions{
    flex:0 0 auto;
    gap:3px;
  }

  #lgh-premium-header .lgh-icon-button{
    width:36px;
    height:36px;
    flex-basis:36px;
    border-radius:9px;
  }

  #lgh-premium-header .lgh-icon-button svg{
    width:18px;
    height:18px;
  }

  #lgh-premium-header .lgh-cart-count{
    top:-4px;
    right:-4px;
    min-width:16px;
    height:16px;
    font-size:7px;
  }

  #lgh-header-spacer{height:79px;}

  #lgh-premium-header .lgh-mobile-menu{
    top:calc(100% + 6px);
    left:8px;
    right:8px;
    border-radius:15px;
  }

  #lgh-premium-header .lgh-mobile-menu-inner{padding:14px;}
  #lgh-premium-header .lgh-mobile-menu nav a{min-height:43px;font-size:11.5px;}

  #lgh-search-modal{padding:56px 9px 14px;}
  #lgh-search-modal .lgh-search-panel{
    max-height:calc(100vh - 70px);
    padding:19px 14px 16px;
    border-radius:20px;
  }
  #lgh-search-modal .lgh-search-top{gap:12px;}
  #lgh-search-modal h2{font-size:26px;}
  #lgh-search-modal .lgh-search-top p{font-size:11px;line-height:1.65;}
  #lgh-search-modal .lgh-search-close{width:38px;height:38px;flex-basis:38px;border-radius:11px;}
  #lgh-search-modal .lgh-search-tabs{margin-top:16px;overflow-x:auto;padding-bottom:2px;}
  #lgh-search-modal .lgh-search-tabs button{min-height:35px;padding:0 14px;font-size:11px;white-space:nowrap;}
  #lgh-search-modal #lgh-smart-search-input{height:52px;padding-right:45px;padding-left:13px;font-size:13px;}
  #lgh-search-modal .lgh-search-shortcut{display:none;}
  #lgh-search-modal .lgh-search-results{grid-template-columns:1fr;gap:8px;}
  #lgh-search-modal .lgh-search-result{grid-template-columns:70px minmax(0,1fr);min-height:91px;}
  #lgh-search-modal .lgh-search-result-media{min-height:91px;}
  #lgh-search-modal .lgh-search-result-body{padding:10px 11px;}
}

@media (prefers-reduced-motion:reduce){
  #lgh-premium-header *,
  #lgh-search-modal *{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}


/* v1.3.6: compact sticky state only after scrolling */
#lgh-premium-header.is-scrolled .lgh-header-row{
  min-height:76px;
  padding-top:8px;
  padding-bottom:3px;
  transition:min-height .28s ease,padding .28s ease;
}

#lgh-premium-header.is-scrolled .lgh-logo-image{
  max-width:150px;
  max-height:52px;
  transition:max-width .28s ease,max-height .28s ease,transform .25s ease,opacity .25s ease;
}

#lgh-premium-header.is-scrolled .lgh-icon-button{
  width:40px;
  height:40px;
  flex-basis:40px;
}

#lgh-premium-header.is-scrolled .lgh-icon-button svg{
  width:19px;
  height:19px;
}

#lgh-premium-header.is-scrolled .lgh-desktop-nav a{
  padding-top:3px;
}

#lgh-premium-header.is-scrolled .lgh-desktop-nav a::after{
  bottom:13px;
}

#lgh-premium-header.is-scrolled .lgh-desktop-nav a::before{
  bottom:10px;
}

@media (max-width:1120px){
  #lgh-premium-header.is-scrolled .lgh-header-row{
    min-height:72px;
    padding-top:7px;
    padding-bottom:3px;
  }
  #lgh-premium-header.is-scrolled .lgh-logo-image{
    max-width:145px;
    max-height:49px;
  }
}

@media (max-width:920px){
  #lgh-premium-header.is-scrolled .lgh-header-row{
    min-height:62px;
    padding-top:5px;
    padding-bottom:2px;
  }
  #lgh-premium-header.is-scrolled .lgh-logo-image{
    max-width:118px;
    max-height:42px;
  }
  #lgh-premium-header.is-scrolled .lgh-icon-button{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
  #lgh-premium-header.is-scrolled .lgh-icon-button svg{
    width:18px;
    height:18px;
  }
}

@media (max-width:560px){
  #lgh-premium-header.is-scrolled .lgh-header-row{
    min-height:58px;
    padding-top:4px;
    padding-bottom:1px;
  }
  #lgh-premium-header.is-scrolled .lgh-logo-image{
    max-width:104px;
    max-height:37px;
  }
  #lgh-premium-header.is-scrolled .lgh-icon-button{
    width:34px;
    height:34px;
    flex-basis:34px;
  }
  #lgh-premium-header.is-scrolled .lgh-icon-button svg{
    width:17px;
    height:17px;
  }
}


/* v1.3.7: slightly slimmer sticky state */
#lgh-premium-header.is-scrolled .lgh-header-row{
  min-height:68px;
  padding-top:5px;
  padding-bottom:2px;
}

#lgh-premium-header.is-scrolled .lgh-logo-image{
  max-width:142px;
  max-height:48px;
}

#lgh-premium-header.is-scrolled .lgh-icon-button{
  width:38px;
  height:38px;
  flex-basis:38px;
}

#lgh-premium-header.is-scrolled .lgh-icon-button svg{
  width:18px;
  height:18px;
}

#lgh-premium-header.is-scrolled .lgh-desktop-nav a{
  padding-top:2px;
}

#lgh-premium-header.is-scrolled .lgh-desktop-nav a::after{
  bottom:10px;
}

#lgh-premium-header.is-scrolled .lgh-desktop-nav a::before{
  bottom:7px;
}

@media (max-width:1120px){
  #lgh-premium-header.is-scrolled .lgh-header-row{
    min-height:66px;
    padding-top:5px;
    padding-bottom:2px;
  }

  #lgh-premium-header.is-scrolled .lgh-logo-image{
    max-width:138px;
    max-height:46px;
  }
}

@media (max-width:920px){
  #lgh-premium-header.is-scrolled .lgh-header-row{
    min-height:58px;
    padding-top:3px;
    padding-bottom:1px;
  }

  #lgh-premium-header.is-scrolled .lgh-logo-image{
    max-width:112px;
    max-height:39px;
  }

  #lgh-premium-header.is-scrolled .lgh-icon-button{
    width:34px;
    height:34px;
    flex-basis:34px;
  }

  #lgh-premium-header.is-scrolled .lgh-icon-button svg{
    width:17px;
    height:17px;
  }
}

@media (max-width:560px){
  #lgh-premium-header.is-scrolled .lgh-header-row{
    min-height:54px;
    padding-top:2px;
    padding-bottom:1px;
  }

  #lgh-premium-header.is-scrolled .lgh-logo-image{
    max-width:98px;
    max-height:34px;
  }

  #lgh-premium-header.is-scrolled .lgh-icon-button{
    width:32px;
    height:32px;
    flex-basis:32px;
  }

  #lgh-premium-header.is-scrolled .lgh-icon-button svg{
    width:16px;
    height:16px;
  }
}


/* =========================================================
   v1.3.9 — precise sticky-only refinement
   Base: exact v1.3.7
   ========================================================= */

/* One logo element only; no crossfade layers, no stacked logos. */
#lgh-premium-header .lgh-brand-logo{
  position:relative;
  display:flex;
  align-items:center;
  min-height:0!important;
}

#lgh-premium-header .lgh-logo-image{
  display:block!important;
  position:static!important;
  opacity:1!important;
  visibility:visible!important;
  margin:0!important;
}

/* TOP / INITIAL FORM:
   Keep the v1.3.7 transparent header exactly full width.
   No box, no inset, no new radius. */
#lgh-premium-header:not(.is-scrolled) .lgh-header-shell{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  border-radius:0!important;
}

/* STICKY / SCROLLED FORM:
   Match the red guide: approximately 24px inset on both sides.
   This creates the compact premium "box" instead of full viewport width. */
#lgh-premium-header.is-scrolled{
  padding-left:24px;
  padding-right:24px;
}

#lgh-premium-header.is-scrolled .lgh-header-shell{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  border:1px solid rgba(13,49,88,.075)!important;
  border-radius:18px!important;
  overflow:visible!important;
  box-shadow:0 10px 34px rgba(13,49,88,.085)!important;
}

/* Preserve v1.3.7 compact sticky geometry, but make the inner row fit
   naturally inside the new boxed width. */
#lgh-premium-header.is-scrolled .lgh-header-row{
  width:calc(100% - 70px)!important;
  max-width:1390px;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Keep the sticky box away from screen edges on smaller devices while
   preserving the same single-line mobile composition. */
@media (max-width:920px){
  #lgh-premium-header.is-scrolled{
    padding-left:12px;
    padding-right:12px;
  }

  #lgh-premium-header.is-scrolled .lgh-header-shell{
    border-radius:15px!important;
  }

  #lgh-premium-header.is-scrolled .lgh-header-row{
    width:calc(100% - 24px)!important;
  }
}

@media (max-width:560px){
  #lgh-premium-header.is-scrolled{
    padding-left:8px;
    padding-right:8px;
  }

  #lgh-premium-header.is-scrolled .lgh-header-shell{
    border-radius:13px!important;
  }

  #lgh-premium-header.is-scrolled .lgh-header-row{
    width:calc(100% - 16px)!important;
  }
}


/* v1.3.10 — spacing refinement only */

/* Normal transparent header: slightly more breathing room from the top. */
#lgh-premium-header:not(.is-scrolled) .lgh-header-row{
  padding-top:25px!important;
}

/* Sticky boxed header: give the whole box a natural top margin. */
#lgh-premium-header.is-scrolled{
  padding-top:10px!important;
}

/* Keep admin-bar spacing correct. */
body.admin-bar #lgh-premium-header.is-scrolled{
  padding-top:10px!important;
}

@media (max-width:920px){
  #lgh-premium-header:not(.is-scrolled) .lgh-header-row{
    padding-top:16px!important;
  }

  #lgh-premium-header.is-scrolled{
    padding-top:8px!important;
  }
}

@media (max-width:560px){
  #lgh-premium-header:not(.is-scrolled) .lgh-header-row{
    padding-top:14px!important;
  }

  #lgh-premium-header.is-scrolled{
    padding-top:6px!important;
  }
}


/* v1.3.11 — tiny normal-header refinement only */

/* Slightly more top breathing room than v1.3.10. */
#lgh-premium-header:not(.is-scrolled) .lgh-header-row{
  padding-top:28px!important;
}

/* Slightly smaller menu titles, preserving the same premium typeface and spacing. */
#lgh-premium-header .lgh-desktop-nav a{
  font-size:14px!important;
}

@media (max-width:1120px){
  #lgh-premium-header:not(.is-scrolled) .lgh-header-row{
    padding-top:21px!important;
  }

  #lgh-premium-header .lgh-desktop-nav a{
    font-size:12.75px!important;
  }
}

@media (max-width:920px){
  #lgh-premium-header:not(.is-scrolled) .lgh-header-row{
    padding-top:18px!important;
  }
}

@media (max-width:560px){
  #lgh-premium-header:not(.is-scrolled) .lgh-header-row{
    padding-top:16px!important;
  }
}


/* v1.3.12 — smaller premium menu titles only */
#lgh-premium-header .lgh-desktop-nav a{
  font-size:13px!important;
}

@media (max-width:1120px){
  #lgh-premium-header .lgh-desktop-nav a{
    font-size:12px!important;
  }
}


/* v1.3.13 — sticky/scrolled design is now the only header design */
#lgh-premium-header{
  padding-top:10px!important;
  padding-left:24px!important;
  padding-right:24px!important;
}

#lgh-premium-header .lgh-header-shell{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  border:1px solid rgba(13,49,88,.075)!important;
  border-radius:18px!important;
  overflow:visible!important;
  box-shadow:0 10px 34px rgba(13,49,88,.085)!important;
}

#lgh-premium-header .lgh-header-row{
  min-height:68px!important;
  padding-top:5px!important;
  padding-bottom:2px!important;
  width:calc(100% - 70px)!important;
  max-width:1390px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

#lgh-premium-header .lgh-logo-image{
  max-width:142px!important;
  max-height:48px!important;
}

#lgh-premium-header .lgh-icon-button{
  width:38px!important;
  height:38px!important;
  flex-basis:38px!important;
}

#lgh-premium-header .lgh-icon-button svg{
  width:18px!important;
  height:18px!important;
}

@media (max-width:920px){
  #lgh-premium-header{
    padding-top:8px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }

  #lgh-premium-header .lgh-header-shell{
    border-radius:15px!important;
  }

  #lgh-premium-header .lgh-header-row{
    min-height:58px!important;
    padding-top:3px!important;
    padding-bottom:1px!important;
    width:calc(100% - 24px)!important;
  }

  #lgh-premium-header .lgh-logo-image{
    max-width:112px!important;
    max-height:39px!important;
  }

  #lgh-premium-header .lgh-icon-button{
    width:34px!important;
    height:34px!important;
    flex-basis:34px!important;
  }
}

@media (max-width:560px){
  #lgh-premium-header{
    padding-top:6px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }

  #lgh-premium-header .lgh-header-shell{
    border-radius:13px!important;
  }

  #lgh-premium-header .lgh-header-row{
    min-height:54px!important;
    padding-top:2px!important;
    padding-bottom:1px!important;
    width:calc(100% - 16px)!important;
  }

  #lgh-premium-header .lgh-logo-image{
    max-width:98px!important;
    max-height:34px!important;
  }

  #lgh-premium-header .lgh-icon-button{
    width:32px!important;
    height:32px!important;
    flex-basis:32px!important;
  }
}


/* ==========================================================
   v1.3.14 — Premium Courses Mega Menu
   Mirrors the Smart Search visual language without search UI.
   ========================================================== */

#lgh-premium-header .lgh-desktop-nav{
  position:relative;
  overflow:visible!important;
}

#lgh-premium-header .lgh-nav-item{
  position:relative;
  display:flex;
  align-self:stretch;
  align-items:center;
  justify-content:center;
}

#lgh-premium-header .lgh-courses-nav-item > .lgh-nav-link{
  height:100%;
}

/* Invisible bridge between title and popup so hover never flickers. */
#lgh-premium-header .lgh-courses-nav-item::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:170px;
  height:18px;
  transform:translateX(-50%);
  background:transparent;
  pointer-events:auto;
}

#lgh-premium-header .lgh-courses-mega{
  position:absolute;
  top:100%;
  left:50%;
  z-index:120;
  width:min(980px,calc(100vw - 72px));
  padding-top:12px;
  direction:rtl;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  transition:opacity .20s ease,visibility .20s ease;
}

#lgh-premium-header .lgh-courses-nav-item:hover .lgh-courses-mega,
#lgh-premium-header .lgh-courses-nav-item:focus-within .lgh-courses-mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

#lgh-premium-header .lgh-courses-mega-panel{
  position:relative;
  overflow:hidden;
  padding:23px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(3,147,151,.10),transparent 27%),
    radial-gradient(circle at 0 100%,rgba(201,154,74,.11),transparent 25%),
    #fffdf9;
  box-shadow:0 28px 80px rgba(7,28,47,.22);
  transform:translateY(-8px) scale(.99);
  transform-origin:50% 0;
  transition:transform .25s cubic-bezier(.2,.7,.25,1);
}

#lgh-premium-header .lgh-courses-nav-item:hover .lgh-courses-mega-panel,
#lgh-premium-header .lgh-courses-nav-item:focus-within .lgh-courses-mega-panel{
  transform:translateY(0) scale(1);
}

#lgh-premium-header .lgh-courses-mega-panel::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent,var(--lgh-h-gold),var(--lgh-h-teal),transparent);
  opacity:.9;
}

#lgh-premium-header .lgh-courses-mega-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:24px;
  padding:2px 3px 17px;
  border-bottom:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-courses-mega-copy{
  min-width:0;
}

#lgh-premium-header .lgh-courses-mega-kicker{
  display:block;
  margin-bottom:5px;
  color:var(--lgh-h-teal);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),Arial,sans-serif;
  font-size:9px;
  font-weight:850;
  letter-spacing:.13em;
}

#lgh-premium-header .lgh-courses-mega-copy h3{
  margin:0;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:24px;
  font-weight:800;
  line-height:1.35;
}

#lgh-premium-header .lgh-courses-mega-copy p{
  max-width:650px;
  margin:7px 0 0;
  color:var(--lgh-h-muted);
  font-family:inherit;
  font-size:11.5px;
  font-weight:600;
  line-height:1.75;
}

#lgh-premium-header .lgh-courses-mega-facts{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:6px;
}

#lgh-premium-header .lgh-courses-mega-facts span{
  display:inline-flex;
  min-height:31px;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid rgba(13,49,88,.075);
  border-radius:999px;
  background:#fff;
  color:rgba(13,49,88,.68);
  font-family:inherit;
  font-size:9.5px;
  font-weight:750;
  white-space:nowrap;
  box-shadow:0 4px 14px rgba(13,49,88,.035);
}

#lgh-premium-header .lgh-courses-mega-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:14px;
}

#lgh-premium-header .lgh-course-mega-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  min-height:105px!important;
  height:auto!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(13,49,88,.075);
  border-radius:14px!important;
  background:#fff;
  color:var(--lgh-h-navy)!important;
  text-decoration:none!important;
  text-transform:none!important;
  letter-spacing:0!important;
  opacity:1!important;
  transform:none!important;
  box-shadow:none;
  direction:ltr;
  transition:transform .20s ease,border-color .20s ease,box-shadow .20s ease!important;
}

#lgh-premium-header .lgh-course-mega-card::before,
#lgh-premium-header .lgh-course-mega-card::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-course-mega-card:hover,
#lgh-premium-header .lgh-course-mega-card:focus-visible{
  transform:translateY(-2px)!important;
  border-color:rgba(3,147,151,.28);
  box-shadow:0 11px 26px rgba(13,49,88,.07);
  opacity:1!important;
}

#lgh-premium-header .lgh-course-mega-body{
  min-width:0;
  padding:11px 12px 10px 13px;
  direction:rtl;
  text-align:right;
}

#lgh-premium-header .lgh-course-mega-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:4px;
  color:var(--lgh-h-teal-dark);
  font-family:inherit;
  font-size:8.5px;
  font-weight:850;
}

#lgh-premium-header .lgh-course-mega-index{
  color:rgba(13,49,88,.34);
  font-family:"Bodoni 72","Didot",Georgia,serif;
  font-size:10px;
  font-weight:600;
  letter-spacing:.08em;
}

#lgh-premium-header .lgh-course-mega-title{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 4px;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:12.5px;
  font-weight:800;
  line-height:1.48;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

#lgh-premium-header .lgh-course-mega-excerpt{
  display:-webkit-box;
  overflow:hidden;
  color:var(--lgh-h-muted);
  font-family:inherit;
  font-size:9.4px;
  font-weight:550;
  line-height:1.5;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

#lgh-premium-header .lgh-course-mega-media{
  display:flex;
  min-height:105px;
  align-items:stretch;
  justify-content:stretch;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(3,147,151,.10),rgba(201,154,74,.12));
}

#lgh-premium-header .lgh-course-mega-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:105px;
  object-fit:cover;
  transition:transform .30s ease;
}

#lgh-premium-header .lgh-course-mega-card:hover .lgh-course-mega-media img{
  transform:scale(1.045);
}

#lgh-premium-header .lgh-course-mega-placeholder{
  display:flex;
  width:100%;
  min-height:105px;
  align-items:center;
  justify-content:center;
  color:var(--lgh-h-teal);
  font-family:inherit;
  font-size:11px;
  font-weight:850;
}

#lgh-premium-header .lgh-courses-mega-empty{
  grid-column:1/-1;
  display:flex;
  min-height:95px;
  align-items:center;
  justify-content:center;
  border:1px dashed rgba(3,147,151,.18);
  border-radius:14px;
  color:var(--lgh-h-muted);
  font-size:11px;
  font-weight:650;
}

#lgh-premium-header .lgh-courses-mega-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:14px;
  padding:14px 3px 1px;
  border-top:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-courses-mega-note{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
  color:var(--lgh-h-muted);
  font-family:inherit;
  text-align:right;
}

#lgh-premium-header .lgh-courses-mega-note strong{
  color:var(--lgh-h-navy);
  font-size:11px;
  font-weight:800;
}

#lgh-premium-header .lgh-courses-mega-note span{
  font-size:9.5px;
  font-weight:600;
}

#lgh-premium-header .lgh-courses-mega-cta{
  display:inline-flex!important;
  width:auto!important;
  height:39px!important;
  min-height:39px!important;
  flex:0 0 auto;
  align-items:center!important;
  justify-content:center!important;
  gap:8px;
  padding:0 15px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--lgh-h-teal)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:10.5px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-decoration:none!important;
  box-shadow:0 8px 19px rgba(3,147,151,.16);
  transform:none!important;
  opacity:1!important;
  transition:background .20s ease,transform .20s ease,box-shadow .20s ease!important;
}

#lgh-premium-header .lgh-courses-mega-cta::before,
#lgh-premium-header .lgh-courses-mega-cta::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-courses-mega-cta svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-courses-mega-cta:hover{
  background:var(--lgh-h-teal-dark)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 10px 22px rgba(3,147,151,.20);
}

@media (max-width:1120px){
  #lgh-premium-header .lgh-courses-mega{
    width:min(900px,calc(100vw - 48px));
  }

  #lgh-premium-header .lgh-courses-mega-panel{
    padding:19px;
  }

  #lgh-premium-header .lgh-courses-mega-copy h3{
    font-size:21px;
  }

  #lgh-premium-header .lgh-course-mega-card{
    grid-template-columns:minmax(0,1fr) 74px!important;
  }
}

/* Desktop hover mega-menu only. Mobile keeps the clean existing burger menu. */
@media (max-width:920px){
  #lgh-premium-header .lgh-courses-mega{
    display:none!important;
  }
}


/* ==========================================================
   v1.3.15 — Course card readability refinement
   ========================================================== */

/* With the small "دورة" tag removed, the index sits quietly by itself. */
#lgh-premium-header .lgh-course-mega-meta{
  justify-content:flex-start!important;
  min-height:14px;
  margin-bottom:5px!important;
}

#lgh-premium-header .lgh-course-mega-index{
  font-size:10.5px!important;
  opacity:.72;
}

/* Larger, clearer titles. */
#lgh-premium-header .lgh-course-mega-title{
  font-size:14px!important;
  line-height:1.55!important;
  margin-bottom:6px!important;
  -webkit-line-clamp:2;
}

/* Larger, more readable descriptions while keeping the cards compact. */
#lgh-premium-header .lgh-course-mega-excerpt{
  font-size:10.8px!important;
  line-height:1.65!important;
  -webkit-line-clamp:2;
}

/* Give the text area a touch more breathing room. */
#lgh-premium-header .lgh-course-mega-body{
  padding:13px 14px 12px 14px!important;
}

/* Slightly taller cards to support the improved typography without crowding. */
#lgh-premium-header .lgh-course-mega-card{
  min-height:112px!important;
}

#lgh-premium-header .lgh-course-mega-media,
#lgh-premium-header .lgh-course-mega-media img,
#lgh-premium-header .lgh-course-mega-placeholder{
  min-height:112px!important;
}

@media (max-width:1120px){
  #lgh-premium-header .lgh-course-mega-title{
    font-size:13.2px!important;
  }

  #lgh-premium-header .lgh-course-mega-excerpt{
    font-size:10.2px!important;
  }
}


/* ==========================================================
   v1.3.16 — CONTACT premium mega menu
   ========================================================== */
#lgh-premium-header .lgh-contact-nav-item{
  position:relative;
}

#lgh-premium-header .lgh-contact-nav-item::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:180px;
  height:18px;
  transform:translateX(-50%);
  background:transparent;
  pointer-events:auto;
}

#lgh-premium-header .lgh-contact-mega{
  position:absolute;
  top:100%;
  left:50%;
  z-index:125;
  width:min(940px,calc(100vw - 72px));
  padding-top:12px;
  direction:rtl;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  transition:opacity .20s ease,visibility .20s ease;
}

#lgh-premium-header .lgh-contact-nav-item:hover .lgh-contact-mega,
#lgh-premium-header .lgh-contact-nav-item:focus-within .lgh-contact-mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

#lgh-premium-header .lgh-contact-mega-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.48fr);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.75);
  border-radius:24px;
  background:#fffdf9;
  box-shadow:0 28px 80px rgba(7,28,47,.22);
  transform:translateY(-8px) scale(.99);
  transform-origin:50% 0;
  transition:transform .25s cubic-bezier(.2,.7,.25,1);
}

#lgh-premium-header .lgh-contact-nav-item:hover .lgh-contact-mega-panel,
#lgh-premium-header .lgh-contact-nav-item:focus-within .lgh-contact-mega-panel{
  transform:translateY(0) scale(1);
}

#lgh-premium-header .lgh-contact-mega-panel::before{
  content:"";
  position:absolute;
  inset:0 24px auto;
  z-index:3;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent,var(--lgh-h-gold),var(--lgh-h-teal),transparent);
}

#lgh-premium-header .lgh-contact-mega-intro{
  padding:28px 26px 24px;
  background:
    radial-gradient(circle at 12% 14%,rgba(201,154,74,.13),transparent 28%),
    radial-gradient(circle at 88% 86%,rgba(3,147,151,.10),transparent 30%),
    linear-gradient(145deg,#fbf5e9,#fffdf9 55%,#f6fbfa);
  border-left:1px solid rgba(13,49,88,.07);
}

#lgh-premium-header .lgh-contact-mega-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--lgh-h-teal);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),Arial,sans-serif;
  font-size:9px;
  font-weight:850;
  letter-spacing:.13em;
}

#lgh-premium-header .lgh-contact-mega-intro h3{
  margin:0;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:25px;
  font-weight:850;
  line-height:1.35;
}

#lgh-premium-header .lgh-contact-mega-intro > p{
  margin:9px 0 19px;
  color:var(--lgh-h-muted);
  font-family:inherit;
  font-size:11.5px;
  font-weight:600;
  line-height:1.8;
}

#lgh-premium-header .lgh-contact-direct{
  display:grid;
  gap:8px;
}

#lgh-premium-header .lgh-contact-direct a{
  display:flex!important;
  height:auto!important;
  min-height:55px!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:2px;
  padding:9px 12px!important;
  border:1px solid rgba(13,49,88,.07);
  border-radius:12px!important;
  background:rgba(255,255,255,.76);
  color:var(--lgh-h-navy)!important;
  text-decoration:none!important;
  text-transform:none!important;
  letter-spacing:0!important;
  opacity:1!important;
  transform:none!important;
  transition:border-color .2s ease,background .2s ease,transform .2s ease!important;
}

#lgh-premium-header .lgh-contact-direct a::before,
#lgh-premium-header .lgh-contact-direct a::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-contact-direct a:hover{
  border-color:rgba(3,147,151,.25);
  background:#fff;
  transform:translateY(-1px)!important;
}

#lgh-premium-header .lgh-contact-direct-label{
  color:var(--lgh-h-teal-dark);
  font-size:8.5px;
  font-weight:800;
}

#lgh-premium-header .lgh-contact-direct strong{
  color:var(--lgh-h-navy);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  direction:ltr;
}

#lgh-premium-header .lgh-contact-socials{
  display:flex;
  gap:8px;
  margin-top:17px;
}

#lgh-premium-header .lgh-contact-social{
  display:inline-flex!important;
  width:40px!important;
  height:40px!important;
  min-height:40px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border:1px solid rgba(13,49,88,.08);
  border-radius:11px!important;
  background:#fff;
  color:var(--lgh-h-navy)!important;
  box-shadow:0 6px 16px rgba(13,49,88,.04);
  opacity:1!important;
  transform:none!important;
  transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease!important;
}

#lgh-premium-header .lgh-contact-social::before,
#lgh-premium-header .lgh-contact-social::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-contact-social:hover{
  color:#fff!important;
  background:var(--lgh-h-teal)!important;
  border-color:var(--lgh-h-teal)!important;
  transform:translateY(-2px)!important;
}

#lgh-premium-header .lgh-contact-social svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-contact-social[aria-label="Facebook"] svg{
  fill:currentColor;
  stroke:none;
}

#lgh-premium-header .lgh-contact-signature{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:15px;
  margin-top:20px;
  padding-top:14px;
  border-top:1px solid rgba(13,49,88,.07);
}

#lgh-premium-header .lgh-contact-signature span{
  color:var(--lgh-h-muted);
  font-size:9.5px;
  font-weight:650;
}

#lgh-premium-header .lgh-contact-signature strong{
  color:var(--lgh-h-teal);
  font-family:"Bodoni 72","Didot",Georgia,serif;
  font-size:17px;
  font-weight:600;
}

#lgh-premium-header .lgh-contact-form-wrap{
  padding:25px 26px 23px;
  background:
    radial-gradient(circle at 100% 0,rgba(3,147,151,.07),transparent 26%),
    #fffdf9;
}

#lgh-premium-header .lgh-contact-form-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:15px;
  margin-bottom:14px;
}

#lgh-premium-header .lgh-contact-form-head span{
  color:var(--lgh-h-teal);
  font-size:9px;
  font-weight:850;
}

#lgh-premium-header .lgh-contact-form-head strong{
  color:var(--lgh-h-navy);
  font-size:19px;
  font-weight:850;
}

#lgh-premium-header .lgh-contact-honeypot{
  position:absolute!important;
  left:-99999px!important;
  opacity:0!important;
  pointer-events:none!important;
}

#lgh-premium-header .lgh-contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

#lgh-premium-header .lgh-contact-field{
  display:grid;
  gap:5px;
  min-width:0;
}

#lgh-premium-header .lgh-contact-field > span{
  color:rgba(13,49,88,.67);
  font-family:inherit;
  font-size:9px;
  font-weight:750;
}

#lgh-premium-header .lgh-contact-field input,
#lgh-premium-header .lgh-contact-field textarea{
  width:100%;
  margin:0;
  border:1px solid rgba(13,49,88,.10);
  border-radius:11px;
  outline:none;
  background:#fff;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:11px;
  font-weight:600;
  box-shadow:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}

#lgh-premium-header .lgh-contact-field input{
  height:43px;
  padding:0 12px;
}

#lgh-premium-header .lgh-contact-field textarea{
  min-height:93px;
  resize:vertical;
  padding:10px 12px;
  line-height:1.55;
}

#lgh-premium-header .lgh-contact-field input:focus,
#lgh-premium-header .lgh-contact-field textarea:focus{
  border-color:rgba(3,147,151,.45);
  box-shadow:0 0 0 3px rgba(3,147,151,.06);
}

#lgh-premium-header .lgh-contact-message-field{
  margin-top:10px;
}

#lgh-premium-header .lgh-contact-form-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:12px;
}

#lgh-premium-header .lgh-contact-form-status{
  min-height:18px;
  color:var(--lgh-h-muted);
  font-size:9.5px;
  font-weight:650;
  line-height:1.4;
}

#lgh-premium-header .lgh-contact-form-status.is-success{
  color:var(--lgh-h-teal-dark);
}

#lgh-premium-header .lgh-contact-form-status.is-error{
  color:#a44a4a;
}

#lgh-premium-header .lgh-contact-submit{
  display:inline-flex;
  min-width:138px;
  height:42px;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:0;
  border-radius:11px;
  background:var(--lgh-h-teal);
  color:#fff;
  font-family:inherit;
  font-size:11px;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(3,147,151,.16);
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease,opacity .2s ease;
}

#lgh-premium-header .lgh-contact-submit:hover{
  background:var(--lgh-h-teal-dark);
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(3,147,151,.20);
}

#lgh-premium-header .lgh-contact-submit:disabled{
  cursor:wait;
  opacity:.66;
}

#lgh-premium-header .lgh-contact-submit svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media (max-width:920px){
  #lgh-premium-header .lgh-contact-mega{
    display:none!important;
  }
}

/* ==========================================================
   v1.3.16 — Courses title row
   Number on the LEFT, same line as a larger title.
   ========================================================== */

#lgh-premium-header .lgh-course-mega-meta{
  display:none!important;
}

#lgh-premium-header .lgh-course-mega-title-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:13px;
  width:100%;
  margin-bottom:7px;
  direction:ltr;
}

#lgh-premium-header .lgh-course-mega-title-row .lgh-course-mega-index{
  grid-column:1;
  margin-top:3px;
  color:#039397!important;
  opacity:1!important;
  font-family:"Bodoni 72","Didot",Georgia,serif;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.2;
  letter-spacing:.08em;
  direction:ltr;
}

#lgh-premium-header .lgh-course-mega-title-row .lgh-course-mega-title{
  grid-column:2;
  min-width:0;
  margin:0!important;
  color:var(--lgh-h-navy);
  font-size:15.5px!important;
  line-height:1.48!important;
  text-align:right;
  direction:rtl;
  -webkit-line-clamp:2;
}

#lgh-premium-header .lgh-course-mega-excerpt{
  font-size:11px!important;
  line-height:1.65!important;
}

@media (max-width:1120px){
  #lgh-premium-header .lgh-course-mega-title-row .lgh-course-mega-title{
    font-size:14.2px!important;
  }

  #lgh-premium-header .lgh-course-mega-title-row .lgh-course-mega-index{
    font-size:11px!important;
  }
}


/* ==========================================================
   v1.3.17 — Contact label readability refinement
   ========================================================== */

/* "رسالة مباشرة" */
#lgh-premium-header .lgh-contact-form-head span{
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:.01em;
}

/* Form labels: الاسم الكامل، البريد الإلكتروني، رقم الهاتف، الموضوع، الرسالة */
#lgh-premium-header .lgh-contact-field > span{
  font-size:11.5px!important;
  font-weight:800!important;
  line-height:1.4!important;
  color:rgba(13,49,88,.78)!important;
}

/* Give the labels slightly more air from their fields. */
#lgh-premium-header .lgh-contact-field{
  gap:7px!important;
}

/* Keep the remaining Arabic signature neat after removing "Looghati". */
#lgh-premium-header .lgh-contact-signature{
  justify-content:flex-start!important;
}

#lgh-premium-header .lgh-contact-signature span{
  font-size:10.5px!important;
}


/* ==========================================================
   v1.3.18 — SERVICES premium mega menu
   Built directly on v1.3.17
   ========================================================== */
#lgh-premium-header .lgh-services-nav-item{
  position:relative;
}

#lgh-premium-header .lgh-services-nav-item > .lgh-nav-link{
  height:100%;
}

/* Hover bridge prevents flicker between SERVICES and the panel. */
#lgh-premium-header .lgh-services-nav-item::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:180px;
  height:18px;
  transform:translateX(-50%);
  background:transparent;
  pointer-events:auto;
}

#lgh-premium-header .lgh-services-mega{
  position:absolute;
  top:100%;
  left:50%;
  z-index:123;
  width:min(960px,calc(100vw - 72px));
  padding-top:12px;
  direction:rtl;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  transition:opacity .20s ease,visibility .20s ease;
}

#lgh-premium-header .lgh-services-nav-item:hover .lgh-services-mega,
#lgh-premium-header .lgh-services-nav-item:focus-within .lgh-services-mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

#lgh-premium-header .lgh-services-mega-panel{
  position:relative;
  overflow:hidden;
  padding:23px;
  border:1px solid rgba(255,255,255,.74);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(3,147,151,.105),transparent 28%),
    radial-gradient(circle at 0 100%,rgba(201,154,74,.12),transparent 26%),
    #fffdf9;
  box-shadow:0 28px 80px rgba(7,28,47,.22);
  transform:translateY(-8px) scale(.99);
  transform-origin:50% 0;
  transition:transform .25s cubic-bezier(.2,.7,.25,1);
}

#lgh-premium-header .lgh-services-nav-item:hover .lgh-services-mega-panel,
#lgh-premium-header .lgh-services-nav-item:focus-within .lgh-services-mega-panel{
  transform:translateY(0) scale(1);
}

#lgh-premium-header .lgh-services-mega-panel::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent,var(--lgh-h-gold),var(--lgh-h-teal),transparent);
  opacity:.92;
}

#lgh-premium-header .lgh-services-mega-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:24px;
  padding:2px 3px 17px;
  border-bottom:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-services-mega-copy{
  min-width:0;
}

#lgh-premium-header .lgh-services-mega-kicker{
  display:block;
  margin-bottom:5px;
  color:var(--lgh-h-teal);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),Arial,sans-serif;
  font-size:9px;
  font-weight:850;
  letter-spacing:.13em;
}

#lgh-premium-header .lgh-services-mega-copy h3{
  margin:0;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:24px;
  font-weight:850;
  line-height:1.35;
}

#lgh-premium-header .lgh-services-mega-copy p{
  max-width:670px;
  margin:7px 0 0;
  color:var(--lgh-h-muted);
  font-family:inherit;
  font-size:11.5px;
  font-weight:600;
  line-height:1.75;
}

#lgh-premium-header .lgh-services-mega-facts{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:6px;
}

#lgh-premium-header .lgh-services-mega-facts span{
  display:inline-flex;
  min-height:31px;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid rgba(13,49,88,.075);
  border-radius:999px;
  background:#fff;
  color:rgba(13,49,88,.68);
  font-family:inherit;
  font-size:9.5px;
  font-weight:750;
  white-space:nowrap;
  box-shadow:0 4px 14px rgba(13,49,88,.035);
}

#lgh-premium-header .lgh-services-mega-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

#lgh-premium-header .lgh-service-mega-card{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  min-height:132px;
  align-items:start;
  gap:13px;
  padding:18px 18px 16px;
  overflow:hidden;
  border:1px solid rgba(13,49,88,.075);
  border-radius:17px;
  background:rgba(255,255,255,.95);
  direction:ltr;
  text-align:right;
  box-shadow:0 7px 20px rgba(13,49,88,.025);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}

#lgh-premium-header .lgh-service-mega-card::after{
  content:"";
  position:absolute;
  right:0;
  top:18px;
  bottom:18px;
  width:2px;
  border-radius:999px 0 0 999px;
  background:linear-gradient(180deg,var(--lgh-h-gold),var(--lgh-h-teal));
  opacity:.22;
  transition:opacity .22s ease;
}

#lgh-premium-header .lgh-service-mega-card:hover{
  transform:translateY(-3px);
  border-color:rgba(3,147,151,.24);
  background:#fff;
  box-shadow:0 14px 30px rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-service-mega-card:hover::after{
  opacity:.9;
}

#lgh-premium-header .lgh-service-mega-icon{
  display:flex;
  width:50px;
  height:50px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(3,147,151,.13);
  border-radius:16px;
  background:
    radial-gradient(circle at 30% 25%,rgba(255,232,163,.34),transparent 42%),
    rgba(3,147,151,.055);
  color:var(--lgh-h-navy);
  box-shadow:0 7px 18px rgba(13,49,88,.045);
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease;
}

#lgh-premium-header .lgh-service-mega-card:hover .lgh-service-mega-icon{
  border-color:rgba(3,147,151,.26);
  background:var(--lgh-h-teal);
  color:#fff;
  transform:translateY(-1px);
}

#lgh-premium-header .lgh-service-mega-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-service-mega-content{
  min-width:0;
  direction:rtl;
  text-align:right;
}

#lgh-premium-header .lgh-service-mega-content strong{
  display:block;
  margin:0 0 7px;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:15px;
  font-weight:850;
  line-height:1.48;
}

#lgh-premium-header .lgh-service-mega-content > span{
  display:block;
  color:var(--lgh-h-muted);
  font-family:inherit;
  font-size:11px;
  font-weight:550;
  line-height:1.72;
}

#lgh-premium-header .lgh-services-mega-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:14px;
  padding:14px 3px 1px;
  border-top:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-services-mega-note{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
  color:var(--lgh-h-muted);
  font-family:inherit;
  text-align:right;
}

#lgh-premium-header .lgh-services-mega-note strong{
  color:var(--lgh-h-navy);
  font-size:11px;
  font-weight:800;
}

#lgh-premium-header .lgh-services-mega-note span{
  font-size:9.5px;
  font-weight:600;
}

#lgh-premium-header .lgh-services-mega-cta{
  display:inline-flex!important;
  width:auto!important;
  height:39px!important;
  min-height:39px!important;
  flex:0 0 auto;
  align-items:center!important;
  justify-content:center!important;
  gap:8px;
  padding:0 15px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--lgh-h-teal)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:10.5px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-decoration:none!important;
  box-shadow:0 8px 19px rgba(3,147,151,.16);
  transform:none!important;
  opacity:1!important;
  transition:background .20s ease,transform .20s ease,box-shadow .20s ease!important;
}

#lgh-premium-header .lgh-services-mega-cta::before,
#lgh-premium-header .lgh-services-mega-cta::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-services-mega-cta svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-services-mega-cta:hover{
  background:var(--lgh-h-teal-dark)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 10px 22px rgba(3,147,151,.20);
}

@media (max-width:1120px){
  #lgh-premium-header .lgh-services-mega{
    width:min(890px,calc(100vw - 48px));
  }

  #lgh-premium-header .lgh-services-mega-panel{
    padding:19px;
  }

  #lgh-premium-header .lgh-services-mega-copy h3{
    font-size:21px;
  }

  #lgh-premium-header .lgh-service-mega-card{
    grid-template-columns:50px minmax(0,1fr);
    min-height:126px;
    gap:11px;
    padding:15px;
  }

  #lgh-premium-header .lgh-service-mega-icon{
    width:44px;
    height:44px;
    border-radius:14px;
  }

  #lgh-premium-header .lgh-service-mega-icon svg{
    width:22px;
    height:22px;
  }

  #lgh-premium-header .lgh-service-mega-content strong{
    font-size:14px;
  }

  #lgh-premium-header .lgh-service-mega-content > span{
    font-size:10.2px;
  }
}

/* Desktop hover mega-menu only. Mobile keeps the existing burger menu unchanged. */
@media (max-width:920px){
  #lgh-premium-header .lgh-services-mega{
    display:none!important;
  }
}


/* ==========================================================
   v1.3.19 — BLOG premium editorial mega-menu
   ========================================================== */

#lgh-premium-header .lgh-blog-nav-item{
  position:relative;
}

#lgh-premium-header .lgh-blog-nav-item > .lgh-nav-link{
  height:100%;
}

/* Hover bridge prevents flicker between BLOG and its editorial panel. */
#lgh-premium-header .lgh-blog-nav-item::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:180px;
  height:18px;
  transform:translateX(-50%);
  background:transparent;
  pointer-events:auto;
}

#lgh-premium-header .lgh-blog-mega{
  position:absolute;
  top:100%;
  left:50%;
  z-index:124;
  width:min(1010px,calc(100vw - 72px));
  padding-top:12px;
  direction:rtl;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  transition:opacity .20s ease,visibility .20s ease;
}

#lgh-premium-header .lgh-blog-nav-item:hover .lgh-blog-mega,
#lgh-premium-header .lgh-blog-nav-item:focus-within .lgh-blog-mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

#lgh-premium-header .lgh-blog-mega-panel{
  position:relative;
  overflow:hidden;
  padding:23px;
  border:1px solid rgba(255,255,255,.74);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(3,147,151,.095),transparent 28%),
    radial-gradient(circle at 0 100%,rgba(201,154,74,.13),transparent 27%),
    #fffdf9;
  box-shadow:0 28px 80px rgba(7,28,47,.22);
  transform:translateY(-8px) scale(.99);
  transform-origin:50% 0;
  transition:transform .25s cubic-bezier(.2,.7,.25,1);
}

#lgh-premium-header .lgh-blog-nav-item:hover .lgh-blog-mega-panel,
#lgh-premium-header .lgh-blog-nav-item:focus-within .lgh-blog-mega-panel{
  transform:translateY(0) scale(1);
}

#lgh-premium-header .lgh-blog-mega-panel::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent,var(--lgh-h-gold),var(--lgh-h-teal),transparent);
  opacity:.92;
}

#lgh-premium-header .lgh-blog-mega-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:24px;
  padding:2px 3px 17px;
  border-bottom:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-blog-mega-copy{
  min-width:0;
  text-align:right;
}

#lgh-premium-header .lgh-blog-mega-kicker{
  display:block;
  margin-bottom:5px;
  color:var(--lgh-h-teal);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),Arial,sans-serif;
  font-size:9px;
  font-weight:850;
  letter-spacing:.13em;
}

#lgh-premium-header .lgh-blog-mega-copy h3{
  margin:0;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:24px;
  font-weight:850;
  line-height:1.35;
}

#lgh-premium-header .lgh-blog-mega-copy p{
  max-width:650px;
  margin:7px 0 0;
  color:var(--lgh-h-muted);
  font-family:inherit;
  font-size:11.5px;
  font-weight:600;
  line-height:1.75;
}

#lgh-premium-header .lgh-blog-mega-categories{
  display:flex;
  max-width:340px;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:6px;
}

#lgh-premium-header .lgh-blog-mega-categories a{
  display:inline-flex!important;
  width:auto!important;
  min-height:31px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 11px!important;
  border:1px solid rgba(3,147,151,.15)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--lgh-h-teal-dark)!important;
  font-family:inherit!important;
  font-size:9.5px!important;
  font-weight:750!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-decoration:none!important;
  box-shadow:0 4px 14px rgba(13,49,88,.035);
  transition:background .20s ease,color .20s ease,border-color .20s ease,transform .20s ease!important;
}

#lgh-premium-header .lgh-blog-mega-categories a::before,
#lgh-premium-header .lgh-blog-mega-categories a::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-blog-mega-categories a:hover,
#lgh-premium-header .lgh-blog-mega-categories a:focus-visible{
  border-color:var(--lgh-h-teal)!important;
  background:var(--lgh-h-teal)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

#lgh-premium-header .lgh-blog-mega-content{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);
  gap:13px;
  margin-top:14px;
}

#lgh-premium-header .lgh-blog-featured{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 43%;
  min-height:320px!important;
  overflow:hidden;
  border:1px solid rgba(13,49,88,.075)!important;
  border-radius:19px!important;
  background:#fff!important;
  color:inherit!important;
  text-decoration:none!important;
  direction:ltr;
  box-shadow:0 8px 22px rgba(13,49,88,.025);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease!important;
}

#lgh-premium-header .lgh-blog-featured::before,
#lgh-premium-header .lgh-blog-featured::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-blog-featured:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(3,147,151,.25)!important;
  box-shadow:0 16px 34px rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-blog-featured-media{
  position:relative;
  min-width:0;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(3,147,151,.13),rgba(201,154,74,.15));
}

#lgh-premium-header .lgh-blog-featured-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.2,.65,.25,1);
}

#lgh-premium-header .lgh-blog-featured:hover .lgh-blog-featured-media img{
  transform:scale(1.045);
}

#lgh-premium-header .lgh-blog-featured-placeholder{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,var(--lgh-h-teal),var(--lgh-h-navy));
  color:#fff;
  font-size:30px;
  font-weight:850;
}

#lgh-premium-header .lgh-blog-featured-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(13,49,88,.28));
  pointer-events:none;
}

#lgh-premium-header .lgh-blog-featured-category{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--lgh-h-teal-dark);
  font-size:9.5px;
  font-weight:800;
  backdrop-filter:blur(8px);
  box-shadow:0 7px 18px rgba(13,49,88,.09);
}

#lgh-premium-header .lgh-blog-featured-body{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:23px 21px 20px;
  direction:rtl;
  text-align:right;
}

#lgh-premium-header .lgh-blog-featured-eyebrow{
  margin-bottom:7px;
  color:var(--lgh-h-gold);
  font-size:9.5px;
  font-weight:850;
}

#lgh-premium-header .lgh-blog-featured-body > strong{
  display:-webkit-box;
  overflow:hidden;
  color:var(--lgh-h-navy);
  font-size:18px;
  font-weight:850;
  line-height:1.48;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

#lgh-premium-header .lgh-blog-featured-excerpt{
  display:-webkit-box;
  overflow:hidden;
  margin-top:8px;
  color:var(--lgh-h-muted);
  font-size:10.5px;
  font-weight:550;
  line-height:1.72;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

#lgh-premium-header .lgh-blog-featured-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin-top:12px;
  color:rgba(13,49,88,.55);
  font-size:9px;
  font-weight:650;
}

#lgh-premium-header .lgh-blog-featured-meta i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--lgh-h-gold);
}

#lgh-premium-header .lgh-blog-featured-read{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:7px;
  margin-top:auto;
  padding-top:15px;
  color:var(--lgh-h-teal-dark);
  font-size:10.5px;
  font-weight:850;
}

#lgh-premium-header .lgh-blog-featured-read svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .22s ease;
}

#lgh-premium-header .lgh-blog-featured:hover .lgh-blog-featured-read svg{
  transform:translateX(-3px);
}

#lgh-premium-header .lgh-blog-recent{
  min-width:0;
  padding:17px;
  border:1px solid rgba(13,49,88,.07);
  border-radius:19px;
  background:rgba(255,255,255,.72);
}

#lgh-premium-header .lgh-blog-recent-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
  padding:0 2px 10px;
  border-bottom:1px solid rgba(13,49,88,.07);
}

#lgh-premium-header .lgh-blog-recent-head span{
  color:var(--lgh-h-navy);
  font-size:11px;
  font-weight:850;
}

#lgh-premium-header .lgh-blog-recent-head strong{
  color:var(--lgh-h-teal);
  font-size:9px;
  font-weight:800;
}

#lgh-premium-header .lgh-blog-recent-list{
  display:grid;
  gap:7px;
}

#lgh-premium-header .lgh-blog-recent-card{
  display:grid!important;
  grid-template-columns:26px minmax(0,1fr) 70px;
  min-height:61px!important;
  align-items:center;
  gap:9px;
  padding:7px 7px 7px 8px!important;
  border:1px solid transparent!important;
  border-radius:13px!important;
  background:transparent!important;
  color:inherit!important;
  text-decoration:none!important;
  direction:ltr;
  transition:background .20s ease,border-color .20s ease,transform .20s ease!important;
}

#lgh-premium-header .lgh-blog-recent-card::before,
#lgh-premium-header .lgh-blog-recent-card::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-blog-recent-card:hover{
  border-color:rgba(3,147,151,.13)!important;
  background:#fff!important;
  transform:translateX(-2px)!important;
}

#lgh-premium-header .lgh-blog-recent-index{
  color:rgba(3,147,151,.68);
  font-family:Georgia,serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:.05em;
}

#lgh-premium-header .lgh-blog-recent-body{
  min-width:0;
  direction:rtl;
  text-align:right;
}

#lgh-premium-header .lgh-blog-recent-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px;
  margin-bottom:3px;
  color:rgba(13,49,88,.48);
  font-size:8px;
  font-weight:700;
}

#lgh-premium-header .lgh-blog-recent-meta > span:first-child{
  color:var(--lgh-h-teal-dark);
}

#lgh-premium-header .lgh-blog-recent-meta i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:var(--lgh-h-gold);
}

#lgh-premium-header .lgh-blog-recent-body > strong{
  display:-webkit-box;
  overflow:hidden;
  color:var(--lgh-h-navy);
  font-size:11.2px;
  font-weight:800;
  line-height:1.48;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

#lgh-premium-header .lgh-blog-recent-media{
  display:flex;
  width:70px;
  height:50px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:10px;
  background:rgba(3,147,151,.08);
  color:var(--lgh-h-teal);
  font-size:18px;
  font-weight:800;
}

#lgh-premium-header .lgh-blog-recent-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

#lgh-premium-header .lgh-blog-recent-card:hover .lgh-blog-recent-media img{
  transform:scale(1.055);
}

#lgh-premium-header .lgh-blog-mega-empty{
  margin-top:14px;
  padding:34px 20px;
  border:1px dashed rgba(3,147,151,.22);
  border-radius:17px;
  color:var(--lgh-h-muted);
  font-size:11px;
  font-weight:650;
  text-align:center;
}

#lgh-premium-header .lgh-blog-mega-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:14px;
  padding:14px 3px 1px;
  border-top:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-blog-mega-note{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
  color:var(--lgh-h-muted);
  text-align:right;
}

#lgh-premium-header .lgh-blog-mega-note strong{
  color:var(--lgh-h-navy);
  font-size:11px;
  font-weight:800;
}

#lgh-premium-header .lgh-blog-mega-note span{
  font-size:9.5px;
  font-weight:600;
}

#lgh-premium-header .lgh-blog-mega-cta{
  display:inline-flex!important;
  width:auto!important;
  height:39px!important;
  min-height:39px!important;
  flex:0 0 auto;
  align-items:center!important;
  justify-content:center!important;
  gap:8px;
  padding:0 15px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--lgh-h-teal)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:10.5px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-decoration:none!important;
  box-shadow:0 8px 19px rgba(3,147,151,.16);
  transform:none!important;
  opacity:1!important;
  transition:background .20s ease,transform .20s ease,box-shadow .20s ease!important;
}

#lgh-premium-header .lgh-blog-mega-cta::before,
#lgh-premium-header .lgh-blog-mega-cta::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-blog-mega-cta svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-blog-mega-cta:hover{
  background:var(--lgh-h-teal-dark)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 10px 22px rgba(3,147,151,.20);
}

@media(max-width:1120px){
  #lgh-premium-header .lgh-blog-mega{
    width:min(930px,calc(100vw - 48px));
  }

  #lgh-premium-header .lgh-blog-mega-panel{
    padding:19px;
  }

  #lgh-premium-header .lgh-blog-mega-copy h3{
    font-size:21px;
  }

  #lgh-premium-header .lgh-blog-mega-content{
    grid-template-columns:minmax(0,1fr) 315px;
  }

  #lgh-premium-header .lgh-blog-featured{
    grid-template-columns:minmax(0,1fr) 41%;
    min-height:300px!important;
  }

  #lgh-premium-header .lgh-blog-featured-body > strong{
    font-size:16px;
  }

  #lgh-premium-header .lgh-blog-recent-card{
    grid-template-columns:24px minmax(0,1fr) 62px;
  }

  #lgh-premium-header .lgh-blog-recent-media{
    width:62px;
  }
}

/* Desktop hover mega-menu only. Mobile keeps existing burger navigation. */
@media(max-width:920px){
  #lgh-premium-header .lgh-blog-mega{
    display:none!important;
  }
}


/* ==========================================================
   v1.3.20 — BLOG compact editorial layout + scroll archive
   ========================================================== */

/* Header becomes one compact line: title on the right, 3 category pills on left. */
#lgh-premium-header .lgh-blog-mega-head{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:1px 3px 11px!important;
}

#lgh-premium-header .lgh-blog-mega-copy p{
  display:none!important;
}

#lgh-premium-header .lgh-blog-mega-copy h3{
  margin:0!important;
  font-size:23px!important;
  line-height:1.28!important;
}

#lgh-premium-header .lgh-blog-mega-kicker{
  margin-bottom:3px!important;
}

#lgh-premium-header .lgh-blog-mega-categories{
  max-width:none!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
}

/* Main content is intentionally shorter. */
#lgh-premium-header .lgh-blog-mega-content{
  align-items:start!important;
  margin-top:12px!important;
}

/* Remove inherited nav-link whitespace around the featured article.
   This is the blank space marked at the top and bottom in the screenshot. */
#lgh-premium-header .lgh-blog-featured{
  min-height:250px!important;
  height:250px!important;
  margin:0!important;
  padding:0!important;
  line-height:normal!important;
  align-items:stretch!important;
}

#lgh-premium-header .lgh-blog-featured-media{
  min-height:250px!important;
  height:250px!important;
  align-self:stretch!important;
}

#lgh-premium-header .lgh-blog-featured-media img{
  height:250px!important;
}

#lgh-premium-header .lgh-blog-featured-body{
  height:250px!important;
  min-height:0!important;
  padding:15px 18px 14px!important;
}

#lgh-premium-header .lgh-blog-featured-eyebrow{
  margin-bottom:5px!important;
}

#lgh-premium-header .lgh-blog-featured-body > strong{
  font-size:16.5px!important;
  line-height:1.42!important;
  -webkit-line-clamp:3!important;
}

#lgh-premium-header .lgh-blog-featured-excerpt{
  margin-top:6px!important;
  font-size:10px!important;
  line-height:1.62!important;
  -webkit-line-clamp:2!important;
}

#lgh-premium-header .lgh-blog-featured-meta{
  margin-top:8px!important;
}

#lgh-premium-header .lgh-blog-featured-read{
  padding-top:8px!important;
}

/* Recent side is the same compact height as featured article.
   Exactly 3 rows are visible; remaining posts stay available by vertical scroll. */
#lgh-premium-header .lgh-blog-recent{
  display:flex!important;
  height:250px!important;
  min-height:250px!important;
  flex-direction:column!important;
  overflow:hidden!important;
  padding:12px 12px 10px!important;
}

#lgh-premium-header .lgh-blog-recent-head{
  flex:0 0 auto!important;
  margin-bottom:7px!important;
  padding:0 2px 8px!important;
}

#lgh-premium-header .lgh-blog-recent-list{
  position:relative;
  display:block!important;
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-inline-end:5px!important;
  padding-bottom:2px!important;
  scrollbar-width:thin;
  scrollbar-color:rgba(3,147,151,.48) rgba(13,49,88,.06);
  overscroll-behavior:contain;
  scroll-behavior:smooth;
}

#lgh-premium-header .lgh-blog-recent-list::-webkit-scrollbar{
  width:5px;
}

#lgh-premium-header .lgh-blog-recent-list::-webkit-scrollbar-track{
  border-radius:999px;
  background:rgba(13,49,88,.055);
}

#lgh-premium-header .lgh-blog-recent-list::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:linear-gradient(180deg,var(--lgh-h-gold),var(--lgh-h-teal));
}

#lgh-premium-header .lgh-blog-recent-card{
  min-height:61px!important;
  margin:0 0 6px!important;
  padding:6px 6px 6px 7px!important;
}

#lgh-premium-header .lgh-blog-recent-card:last-child{
  margin-bottom:0!important;
}

/* A subtle lower fade hints that the archive continues below. */
#lgh-premium-header .lgh-blog-recent::after{
  content:"";
  position:absolute;
  right:13px;
  bottom:9px;
  left:13px;
  height:16px;
  border-radius:0 0 12px 12px;
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.82));
  pointer-events:none;
  opacity:.72;
}

/* Required because the fade is positioned inside the recent panel. */
#lgh-premium-header .lgh-blog-recent{
  position:relative!important;
}

/* Keep the footer compact too. */
#lgh-premium-header .lgh-blog-mega-footer{
  margin-top:11px!important;
  padding-top:11px!important;
}

@media(max-width:1120px){
  #lgh-premium-header .lgh-blog-mega-copy h3{
    font-size:20px!important;
  }

  #lgh-premium-header .lgh-blog-featured,
  #lgh-premium-header .lgh-blog-featured-media,
  #lgh-premium-header .lgh-blog-featured-media img,
  #lgh-premium-header .lgh-blog-featured-body,
  #lgh-premium-header .lgh-blog-recent{
    height:240px!important;
    min-height:240px!important;
  }

  #lgh-premium-header .lgh-blog-mega-categories a{
    min-height:29px!important;
    padding:0 9px!important;
    font-size:9px!important;
  }
}


/* ==========================================================
   v1.3.21 — BLOG recent list: exactly 3 visible rows + scroll
   ========================================================== */

/* The recent panel stays aligned to the compact featured article. */
#lgh-premium-header .lgh-blog-recent{
  height:250px!important;
  min-height:250px!important;
  padding:12px 12px 10px!important;
}

/* Header consumes only its real content height. */
#lgh-premium-header .lgh-blog-recent-head{
  flex:0 0 auto!important;
  min-height:0!important;
  height:auto!important;
  margin:0 0 7px!important;
  padding:0 2px 8px!important;
}

/* IMPORTANT:
   Make the scrolling viewport a fixed 192px high.
   With 3 rows at 60px + 2 gaps at 6px, exactly 3 posts remain visible.
*/
#lgh-premium-header .lgh-blog-recent-list{
  display:block!important;
  flex:0 0 192px!important;
  height:192px!important;
  min-height:192px!important;
  max-height:192px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:0 5px 0 0!important;
  margin:0!important;
  scrollbar-gutter:stable;
}

/* Stop any inherited grid/flex stretching from turning one post into a giant row. */
#lgh-premium-header .lgh-blog-recent-card{
  display:grid!important;
  grid-template-columns:26px minmax(0,1fr) 70px!important;
  grid-template-rows:60px!important;
  align-items:center!important;
  width:100%!important;
  height:60px!important;
  min-height:60px!important;
  max-height:60px!important;
  margin:0 0 6px!important;
  padding:5px 6px 5px 7px!important;
  overflow:hidden!important;
}

/* Ensure content within each row never expands the card. */
#lgh-premium-header .lgh-blog-recent-index,
#lgh-premium-header .lgh-blog-recent-body,
#lgh-premium-header .lgh-blog-recent-media{
  align-self:center!important;
  min-height:0!important;
  max-height:50px!important;
}

#lgh-premium-header .lgh-blog-recent-body{
  overflow:hidden!important;
}

#lgh-premium-header .lgh-blog-recent-body > strong{
  display:-webkit-box!important;
  overflow:hidden!important;
  font-size:11.2px!important;
  line-height:1.42!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}

#lgh-premium-header .lgh-blog-recent-meta{
  margin-bottom:2px!important;
  line-height:1.2!important;
}

#lgh-premium-header .lgh-blog-recent-media{
  width:70px!important;
  height:50px!important;
  max-height:50px!important;
}

/* Don't let the decorative fade cover the third row. */
#lgh-premium-header .lgh-blog-recent::after{
  height:10px!important;
  bottom:7px!important;
  opacity:.44!important;
}

/* Tablet compact equivalent: still 3 visible rows. */
@media(max-width:1120px){
  #lgh-premium-header .lgh-blog-recent{
    height:240px!important;
    min-height:240px!important;
  }

  #lgh-premium-header .lgh-blog-recent-list{
    flex-basis:182px!important;
    height:182px!important;
    min-height:182px!important;
    max-height:182px!important;
  }

  #lgh-premium-header .lgh-blog-recent-card{
    grid-template-columns:24px minmax(0,1fr) 62px!important;
    grid-template-rows:56px!important;
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    margin-bottom:6px!important;
  }

  #lgh-premium-header .lgh-blog-recent-media{
    width:62px!important;
    height:46px!important;
    max-height:46px!important;
  }
}


/* ==========================================================
   v1.3.22 — SERVICES compact header refinement
   ========================================================== */

/* Description removed in PHP. Keep title + 3 fact pills on the same visual line. */
#lgh-premium-header .lgh-services-mega-head{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:1px 3px 11px!important;
}

#lgh-premium-header .lgh-services-mega-copy p{
  display:none!important;
}

#lgh-premium-header .lgh-services-mega-kicker{
  margin-bottom:3px!important;
}

#lgh-premium-header .lgh-services-mega-copy h3{
  font-size:23px!important;
  line-height:1.28!important;
}

#lgh-premium-header .lgh-services-mega-facts{
  max-width:none!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:6px!important;
}

#lgh-premium-header .lgh-services-mega-grid{
  margin-top:11px!important;
}

#lgh-premium-header .lgh-services-mega-footer{
  margin-top:11px!important;
  padding-top:11px!important;
}

@media(max-width:1120px){
  #lgh-premium-header .lgh-services-mega-copy h3{
    font-size:20px!important;
  }

  #lgh-premium-header .lgh-services-mega-facts span{
    min-height:29px!important;
    padding:0 9px!important;
    font-size:9px!important;
  }
}


/* ==========================================================
   v1.3.22 — ABOUT premium mega-menu
   Content based on the live Looghati About page.
   ========================================================== */

#lgh-premium-header .lgh-about-nav-item{
  position:relative;
}

#lgh-premium-header .lgh-about-nav-item > .lgh-nav-link{
  height:100%;
}

#lgh-premium-header .lgh-about-nav-item::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:180px;
  height:18px;
  transform:translateX(-50%);
  background:transparent;
  pointer-events:auto;
}

#lgh-premium-header .lgh-about-mega{
  position:absolute;
  top:100%;
  left:50%;
  z-index:121;
  width:min(980px,calc(100vw - 72px));
  padding-top:12px;
  direction:rtl;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  transition:opacity .20s ease,visibility .20s ease;
}

#lgh-premium-header .lgh-about-nav-item:hover .lgh-about-mega,
#lgh-premium-header .lgh-about-nav-item:focus-within .lgh-about-mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

#lgh-premium-header .lgh-about-mega-panel{
  position:relative;
  overflow:hidden;
  padding:22px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(3,147,151,.10),transparent 29%),
    radial-gradient(circle at 0 100%,rgba(201,154,74,.13),transparent 28%),
    #fffdf9;
  box-shadow:0 28px 80px rgba(7,28,47,.22);
  transform:translateY(-8px) scale(.99);
  transform-origin:50% 0;
  transition:transform .25s cubic-bezier(.2,.7,.25,1);
}

#lgh-premium-header .lgh-about-nav-item:hover .lgh-about-mega-panel,
#lgh-premium-header .lgh-about-nav-item:focus-within .lgh-about-mega-panel{
  transform:translateY(0) scale(1);
}

#lgh-premium-header .lgh-about-mega-panel::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent,var(--lgh-h-gold),var(--lgh-h-teal),transparent);
  opacity:.92;
}

#lgh-premium-header .lgh-about-mega-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:1px 3px 11px;
  border-bottom:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-about-mega-copy{
  min-width:0;
  text-align:right;
}

#lgh-premium-header .lgh-about-mega-kicker{
  display:block;
  margin-bottom:3px;
  color:var(--lgh-h-teal);
  font-family:var(--e-global-typography-primary-font-family,"Montserrat"),Arial,sans-serif;
  font-size:9px;
  font-weight:850;
  letter-spacing:.13em;
}

#lgh-premium-header .lgh-about-mega-copy h3{
  margin:0;
  color:var(--lgh-h-navy);
  font-family:inherit;
  font-size:23px;
  font-weight:850;
  line-height:1.28;
}

#lgh-premium-header .lgh-about-mega-facts{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:6px;
}

#lgh-premium-header .lgh-about-mega-facts span{
  display:inline-flex;
  min-height:31px;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid rgba(3,147,151,.13);
  border-radius:999px;
  background:#fff;
  color:var(--lgh-h-teal-dark);
  font-family:inherit;
  font-size:9.5px;
  font-weight:750;
  white-space:nowrap;
  box-shadow:0 4px 14px rgba(13,49,88,.035);
}

#lgh-premium-header .lgh-about-mega-grid{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(330px,.97fr);
  gap:12px;
  margin-top:12px;
}

#lgh-premium-header .lgh-about-founder{
  position:relative;
  display:grid!important;
  grid-template-columns:68px minmax(0,1fr);
  min-height:278px!important;
  align-items:start;
  gap:15px;
  padding:20px!important;
  overflow:hidden;
  border:1px solid rgba(13,49,88,.075)!important;
  border-radius:19px!important;
  background:
    radial-gradient(circle at 15% 10%,rgba(255,232,163,.21),transparent 28%),
    #fff!important;
  color:inherit!important;
  direction:ltr;
  text-align:right;
  text-decoration:none!important;
  box-shadow:0 8px 22px rgba(13,49,88,.025);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}

#lgh-premium-header .lgh-about-founder::before,
#lgh-premium-header .lgh-about-founder::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-about-founder:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(3,147,151,.24)!important;
  box-shadow:0 15px 31px rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-about-founder-mark{
  display:flex;
  width:62px;
  height:62px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(3,147,151,.14);
  border-radius:19px;
  background:
    radial-gradient(circle at 28% 25%,rgba(255,232,163,.38),transparent 42%),
    rgba(3,147,151,.055);
  color:var(--lgh-h-navy);
  box-shadow:0 8px 20px rgba(13,49,88,.04);
  transition:background .22s ease,color .22s ease,transform .22s ease;
}

#lgh-premium-header .lgh-about-founder:hover .lgh-about-founder-mark{
  background:var(--lgh-h-teal);
  color:#fff;
  transform:translateY(-1px);
}

#lgh-premium-header .lgh-about-founder-mark svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-about-founder-body{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  direction:rtl;
  text-align:right;
}

#lgh-premium-header .lgh-about-founder-eyebrow{
  margin-bottom:4px;
  color:var(--lgh-h-gold);
  font-size:9.5px;
  font-weight:850;
}

#lgh-premium-header .lgh-about-founder-body > strong{
  color:var(--lgh-h-navy);
  font-size:19px;
  font-weight:850;
  line-height:1.4;
}

#lgh-premium-header .lgh-about-founder-body > em{
  margin-top:3px;
  color:var(--lgh-h-teal-dark);
  font-size:10.5px;
  font-style:normal;
  font-weight:750;
}

#lgh-premium-header .lgh-about-founder-copy{
  margin-top:9px;
  color:var(--lgh-h-muted);
  font-size:10.5px;
  font-weight:550;
  line-height:1.72;
}

#lgh-premium-header .lgh-about-founder-facts{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:11px;
}

#lgh-premium-header .lgh-about-founder-facts span{
  display:inline-flex;
  min-height:25px;
  align-items:center;
  padding:0 8px;
  border:1px solid rgba(13,49,88,.07);
  border-radius:999px;
  background:rgba(247,243,232,.65);
  color:rgba(13,49,88,.66);
  font-size:8.5px;
  font-weight:700;
}

#lgh-premium-header .lgh-about-founder-read{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:7px;
  margin-top:auto;
  padding-top:12px;
  color:var(--lgh-h-teal-dark);
  font-size:10.5px;
  font-weight:850;
}

#lgh-premium-header .lgh-about-founder-read svg,
#lgh-premium-header .lgh-about-pillar-arrow svg,
#lgh-premium-header .lgh-about-mega-cta svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#lgh-premium-header .lgh-about-founder:hover .lgh-about-founder-read svg{
  transform:translateX(-3px);
}

#lgh-premium-header .lgh-about-pillars{
  display:grid;
  gap:8px;
}

#lgh-premium-header .lgh-about-pillar{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) 22px;
  min-height:83px!important;
  align-items:center;
  gap:10px;
  padding:12px 13px!important;
  border:1px solid rgba(13,49,88,.07)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.82)!important;
  color:inherit!important;
  direction:ltr;
  text-decoration:none!important;
  box-shadow:0 5px 16px rgba(13,49,88,.025);
  transition:transform .20s ease,border-color .20s ease,background .20s ease!important;
}

#lgh-premium-header .lgh-about-pillar::before,
#lgh-premium-header .lgh-about-pillar::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-about-pillar:hover{
  transform:translateX(-3px)!important;
  border-color:rgba(3,147,151,.22)!important;
  background:#fff!important;
}

#lgh-premium-header .lgh-about-pillar-no{
  color:rgba(3,147,151,.72);
  font-family:Georgia,serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:.05em;
}

#lgh-premium-header .lgh-about-pillar-body{
  min-width:0;
  direction:rtl;
  text-align:right;
}

#lgh-premium-header .lgh-about-pillar-body strong{
  display:block;
  margin-bottom:3px;
  color:var(--lgh-h-navy);
  font-size:12.5px;
  font-weight:850;
}

#lgh-premium-header .lgh-about-pillar-body span{
  display:-webkit-box;
  overflow:hidden;
  color:var(--lgh-h-muted);
  font-size:9.7px;
  font-weight:550;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

#lgh-premium-header .lgh-about-pillar-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(3,147,151,.72);
  transition:transform .20s ease,color .20s ease;
}

#lgh-premium-header .lgh-about-pillar:hover .lgh-about-pillar-arrow{
  color:var(--lgh-h-teal);
  transform:translateX(-2px);
}

#lgh-premium-header .lgh-about-mega-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:11px;
  padding:11px 3px 1px;
  border-top:1px solid rgba(13,49,88,.075);
}

#lgh-premium-header .lgh-about-mega-note{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
  color:var(--lgh-h-muted);
  text-align:right;
}

#lgh-premium-header .lgh-about-mega-note strong{
  color:var(--lgh-h-navy);
  font-size:11px;
  font-weight:800;
}

#lgh-premium-header .lgh-about-mega-note span{
  font-size:9.5px;
  font-weight:600;
}

#lgh-premium-header .lgh-about-mega-cta{
  display:inline-flex!important;
  width:auto!important;
  height:39px!important;
  min-height:39px!important;
  flex:0 0 auto;
  align-items:center!important;
  justify-content:center!important;
  gap:8px;
  padding:0 15px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--lgh-h-teal)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:10.5px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-decoration:none!important;
  box-shadow:0 8px 19px rgba(3,147,151,.16);
  transition:background .20s ease,transform .20s ease,box-shadow .20s ease!important;
}

#lgh-premium-header .lgh-about-mega-cta::before,
#lgh-premium-header .lgh-about-mega-cta::after{
  display:none!important;
  content:none!important;
}

#lgh-premium-header .lgh-about-mega-cta:hover{
  background:var(--lgh-h-teal-dark)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 10px 22px rgba(3,147,151,.20);
}

@media(max-width:1120px){
  #lgh-premium-header .lgh-about-mega{
    width:min(930px,calc(100vw - 48px));
  }

  #lgh-premium-header .lgh-about-mega-panel{
    padding:19px;
  }

  #lgh-premium-header .lgh-about-mega-copy h3{
    font-size:20px;
  }

  #lgh-premium-header .lgh-about-mega-facts span{
    min-height:29px;
    padding:0 9px;
    font-size:9px;
  }

  #lgh-premium-header .lgh-about-mega-grid{
    grid-template-columns:minmax(0,1fr) 315px;
  }

  #lgh-premium-header .lgh-about-founder{
    grid-template-columns:60px minmax(0,1fr);
    min-height:262px!important;
    padding:17px!important;
  }

  #lgh-premium-header .lgh-about-founder-mark{
    width:54px;
    height:54px;
  }

  #lgh-premium-header .lgh-about-founder-body > strong{
    font-size:17px;
  }

  #lgh-premium-header .lgh-about-pillar{
    min-height:79px!important;
  }
}

/* Desktop/tablet hover mega only; mobile remains the existing burger menu. */
@media(max-width:920px){
  #lgh-premium-header .lgh-about-mega{
    display:none!important;
  }
}


/* ==========================================================
   v1.3.23 — Unified premium fact pills
   COURSES / SERVICES / ABOUT
   ========================================================== */

/* ---------- COURSES compact header ---------- */
#lgh-premium-header .lgh-courses-mega-head{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:1px 3px 11px!important;
}

#lgh-premium-header .lgh-courses-mega-copy p{
  display:none!important;
}

#lgh-premium-header .lgh-courses-mega-kicker{
  margin-bottom:3px!important;
}

#lgh-premium-header .lgh-courses-mega-copy h3{
  font-size:23px!important;
  line-height:1.28!important;
}

#lgh-premium-header .lgh-courses-mega-facts{
  max-width:none!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:6px!important;
}

#lgh-premium-header .lgh-courses-mega-grid{
  margin-top:11px!important;
}

#lgh-premium-header .lgh-courses-mega-footer{
  margin-top:11px!important;
  padding-top:11px!important;
}

/* ---------- Shared fact-pill design ---------- */
#lgh-premium-header .lgh-courses-mega-facts span,
#lgh-premium-header .lgh-services-mega-facts span,
#lgh-premium-header .lgh-about-mega-facts span{
  position:relative!important;
  display:inline-flex!important;
  min-height:31px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 11px!important;
  overflow:hidden!important;
  border:1px solid rgba(3,147,151,.14)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--lgh-h-teal-dark)!important;
  font-family:inherit!important;
  font-size:9.5px!important;
  font-weight:780!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 4px 14px rgba(13,49,88,.035)!important;
  transition:
    transform .20s ease,
    background .20s ease,
    color .20s ease,
    border-color .20s ease,
    box-shadow .20s ease!important;
  cursor:default!important;
}

/* subtle gold-to-teal sweep */
#lgh-premium-header .lgh-courses-mega-facts span::before,
#lgh-premium-header .lgh-services-mega-facts span::before,
#lgh-premium-header .lgh-about-mega-facts span::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  border-radius:inherit!important;
  background:linear-gradient(
    105deg,
    rgba(255,232,163,.34) 0%,
    rgba(3,147,151,.11) 100%
  )!important;
  opacity:0!important;
  transform:translateX(22%)!important;
  transition:opacity .20s ease,transform .24s ease!important;
  pointer-events:none!important;
}

/* keep text above sweep */
#lgh-premium-header .lgh-courses-mega-facts span,
#lgh-premium-header .lgh-services-mega-facts span,
#lgh-premium-header .lgh-about-mega-facts span{
  isolation:isolate!important;
}

/* premium hover — same across all three menus */
#lgh-premium-header .lgh-courses-mega-facts span:hover,
#lgh-premium-header .lgh-services-mega-facts span:hover,
#lgh-premium-header .lgh-about-mega-facts span:hover{
  border-color:rgba(3,147,151,.36)!important;
  background:var(--lgh-h-teal)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 9px 21px rgba(3,147,151,.16)!important;
}

#lgh-premium-header .lgh-courses-mega-facts span:hover::before,
#lgh-premium-header .lgh-services-mega-facts span:hover::before,
#lgh-premium-header .lgh-about-mega-facts span:hover::before{
  opacity:.25!important;
  transform:translateX(0)!important;
}

/* tiny active press state */
#lgh-premium-header .lgh-courses-mega-facts span:active,
#lgh-premium-header .lgh-services-mega-facts span:active,
#lgh-premium-header .lgh-about-mega-facts span:active{
  transform:translateY(0)!important;
  box-shadow:0 5px 13px rgba(3,147,151,.10)!important;
}

/* Ensure the three headers share the same compact rhythm. */
#lgh-premium-header .lgh-services-mega-head,
#lgh-premium-header .lgh-about-mega-head{
  align-items:center!important;
  gap:18px!important;
  padding:1px 3px 11px!important;
}

#lgh-premium-header .lgh-services-mega-facts,
#lgh-premium-header .lgh-about-mega-facts{
  max-width:none!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:6px!important;
}

@media(max-width:1120px){
  #lgh-premium-header .lgh-courses-mega-copy h3{
    font-size:20px!important;
  }

  #lgh-premium-header .lgh-courses-mega-facts span,
  #lgh-premium-header .lgh-services-mega-facts span,
  #lgh-premium-header .lgh-about-mega-facts span{
    min-height:29px!important;
    padding:0 9px!important;
    font-size:9px!important;
  }
}


/* ==========================================================
   v1.3.24 — About dropdown premium founder refinement
   ========================================================== */

#lgh-premium-header .lgh-about-mega-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr)!important;
  gap:16px!important;
  margin-top:14px!important;
}

#lgh-premium-header .lgh-about-founder,
#lgh-premium-header .lgh-about-pillar{
  position:relative!important;
  overflow:hidden!important;
}

#lgh-premium-header .lgh-about-founder{
  grid-template-columns:132px minmax(0,1fr)!important;
  min-height:312px!important;
  gap:18px!important;
  padding:22px 22px 21px!important;
  border-color:rgba(3,147,151,.12)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 14% 18%,rgba(255,232,163,.34),transparent 24%),
    radial-gradient(circle at 85% 14%,rgba(3,147,151,.10),transparent 27%),
    linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(248,249,247,.94) 100%)!important;
  box-shadow:0 16px 34px rgba(13,49,88,.045)!important;
}

#lgh-premium-header .lgh-about-founder::after{
  content:""!important;
  position:absolute!important;
  inset:auto -40px -48px auto!important;
  width:180px!important;
  height:180px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(3,147,151,.10) 0%,rgba(3,147,151,0) 72%)!important;
  pointer-events:none!important;
  display:block!important;
}

#lgh-premium-header .lgh-about-founder:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(3,147,151,.28)!important;
  box-shadow:0 22px 42px rgba(13,49,88,.09)!important;
}

#lgh-premium-header .lgh-about-founder-mark{
  position:relative!important;
  width:124px!important;
  height:262px!important;
  align-self:stretch!important;
  border:none!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,232,163,.55),transparent 28%),
    linear-gradient(180deg,rgba(3,147,151,.16) 0%,rgba(3,147,151,.05) 100%)!important;
  box-shadow:inset 0 0 0 1px rgba(3,147,151,.12),0 14px 32px rgba(13,49,88,.08)!important;
  transition:transform .24s ease, box-shadow .24s ease!important;
}

#lgh-premium-header .lgh-about-founder-mark::before{
  content:""!important;
  position:absolute!important;
  inset:10px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(255,255,255,.18))!important;
  opacity:.72!important;
  pointer-events:none!important;
}

#lgh-premium-header .lgh-about-founder:hover .lgh-about-founder-mark{
  transform:translateY(-2px)!important;
  box-shadow:inset 0 0 0 1px rgba(3,147,151,.18),0 18px 38px rgba(13,49,88,.11)!important;
}

#lgh-premium-header .lgh-about-founder-portrait-shell{
  position:absolute!important;
  inset:8px 8px 0 8px!important;
  border-radius:22px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 50% 16%,rgba(255,232,163,.40),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,0) 42%),
    linear-gradient(180deg,rgba(3,147,151,.07) 0%,rgba(255,255,255,.03) 100%)!important;
}

#lgh-premium-header .lgh-about-founder-portrait{
  position:relative!important;
  z-index:1!important;
  width:116%!important;
  max-width:none!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  transform:translateY(2px)!important;
  filter:drop-shadow(0 12px 18px rgba(13,49,88,.16))!important;
}

#lgh-premium-header .lgh-about-founder-body{
  gap:0!important;
}

#lgh-premium-header .lgh-about-founder-eyebrow{
  margin-bottom:5px!important;
  font-size:10.5px!important;
  font-weight:880!important;
}

#lgh-premium-header .lgh-about-founder-body > strong{
  font-size:22px!important;
  line-height:1.34!important;
}

#lgh-premium-header .lgh-about-founder-body > em{
  margin-top:5px!important;
  font-size:12.3px!important;
  font-weight:820!important;
  line-height:1.55!important;
}

#lgh-premium-header .lgh-about-founder-copy{
  margin-top:11px!important;
  font-size:11.9px!important;
  line-height:1.86!important;
  color:#526173!important;
}

#lgh-premium-header .lgh-about-founder-facts{
  gap:7px!important;
  margin-top:13px!important;
}

#lgh-premium-header .lgh-about-founder-facts span{
  min-height:28px!important;
  padding:0 10px!important;
  font-size:9.2px!important;
  font-weight:770!important;
  border-color:rgba(3,147,151,.12)!important;
  background:rgba(248,241,227,.7)!important;
  color:#405368!important;
}

#lgh-premium-header .lgh-about-founder-read{
  margin-top:auto!important;
  padding-top:14px!important;
  font-size:11.3px!important;
  font-weight:860!important;
}

#lgh-premium-header .lgh-about-pillars{
  gap:12px!important;
}

#lgh-premium-header .lgh-about-pillar{
  min-height:97px!important;
  gap:12px!important;
  padding:15px 15px!important;
  border-color:rgba(3,147,151,.10)!important;
  border-radius:18px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.97) 0%,rgba(249,249,247,.92) 100%)!important;
  box-shadow:0 10px 24px rgba(13,49,88,.035)!important;
}

#lgh-premium-header .lgh-about-pillar::after{
  content:""!important;
  position:absolute!important;
  inset:auto -26px -26px auto!important;
  width:92px!important;
  height:92px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,232,163,.18) 0%,rgba(255,232,163,0) 72%)!important;
  pointer-events:none!important;
  display:block!important;
}

#lgh-premium-header .lgh-about-pillar:hover{
  transform:translateX(-4px)!important;
  border-color:rgba(3,147,151,.24)!important;
  box-shadow:0 16px 28px rgba(13,49,88,.07)!important;
}

#lgh-premium-header .lgh-about-pillar-no{
  align-self:start!important;
  margin-top:3px!important;
  color:var(--lgh-h-teal)!important;
  font-size:11.5px!important;
  font-weight:800!important;
}

#lgh-premium-header .lgh-about-pillar-body strong{
  margin-bottom:5px!important;
  font-size:14.2px!important;
  line-height:1.34!important;
}

#lgh-premium-header .lgh-about-pillar-body span{
  font-size:10.8px!important;
  line-height:1.7!important;
  -webkit-line-clamp:3!important;
}

#lgh-premium-header .lgh-about-pillar-arrow{
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  background:rgba(3,147,151,.07)!important;
}

#lgh-premium-header .lgh-about-pillar:hover .lgh-about-pillar-arrow{
  background:rgba(3,147,151,.12)!important;
}

#lgh-premium-header .lgh-about-mega-note strong{
  font-size:15px!important;
}

#lgh-premium-header .lgh-about-mega-note span{
  font-size:11px!important;
}

@media(max-width:1120px){
  #lgh-premium-header .lgh-about-mega-grid{
    grid-template-columns:1fr!important;
  }
  #lgh-premium-header .lgh-about-founder{
    grid-template-columns:108px minmax(0,1fr)!important;
    min-height:unset!important;
  }
  #lgh-premium-header .lgh-about-founder-mark{
    width:104px!important;
    height:214px!important;
  }
  #lgh-premium-header .lgh-about-founder-body > strong{
    font-size:20px!important;
  }
  #lgh-premium-header .lgh-about-founder-body > em{
    font-size:11.5px!important;
  }
  #lgh-premium-header .lgh-about-founder-copy{
    font-size:11.2px!important;
  }
  #lgh-premium-header .lgh-about-pillar-body strong{
    font-size:13.4px!important;
  }
  #lgh-premium-header .lgh-about-pillar-body span{
    font-size:10.3px!important;
  }
}


/* ==========================================================
   v1.3.25 — About founder card without portrait
   ========================================================== */
#lgh-premium-header .lgh-about-founder{
  display:block!important;
  min-height:292px!important;
  padding:24px 25px 22px!important;
}

#lgh-premium-header .lgh-about-founder-body{
  width:100%!important;
  height:100%!important;
}

/* Retire portrait-only styling from v1.3.24. */
#lgh-premium-header .lgh-about-founder-mark,
#lgh-premium-header .lgh-about-founder-portrait-shell,
#lgh-premium-header .lgh-about-founder-portrait{
  display:none!important;
}

#lgh-premium-header .lgh-about-founder-eyebrow{
  font-size:10.8px!important;
}

#lgh-premium-header .lgh-about-founder-body > strong{
  font-size:23px!important;
}

#lgh-premium-header .lgh-about-founder-body > em{
  font-size:12.5px!important;
}

#lgh-premium-header .lgh-about-founder-copy{
  max-width:620px!important;
  font-size:12px!important;
  line-height:1.88!important;
}

#lgh-premium-header .lgh-about-founder-facts{
  margin-top:15px!important;
}

#lgh-premium-header .lgh-about-founder-read{
  margin-top:20px!important;
  padding-top:0!important;
}

@media(max-width:1120px){
  #lgh-premium-header .lgh-about-founder{
    min-height:unset!important;
    padding:20px!important;
  }
}
