
/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633
   Luxury responsive navigation for all public pages
   ========================================================== */

:root{
  --lg633-green:#0d2b22;
  --lg633-green-2:#12372b;
  --lg633-green-3:#184635;
  --lg633-cream:#f6f0e5;
  --lg633-cream-2:#fffaf2;
  --lg633-gold:#c9a55a;
  --lg633-gold-2:#ead79c;
  --lg633-red:#8e2930;
  --lg633-red-2:#a53a40;
  --lg633-ink:#183128;
  --lg633-muted:#7b756a;
  --lg633-line:rgba(201,165,90,.22);
  --lg633-shadow:0 18px 50px rgba(10,33,26,.16);
}

html{scroll-behavior:auto!important}

#lg1201Header.lg633-header{
  position:sticky!important;
  top:0!important;
  z-index:950!important;
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid rgba(201,165,90,.30)!important;
  background:
    linear-gradient(180deg,rgba(13,43,34,.985),rgba(10,36,28,.985))!important;
  box-shadow:0 10px 32px rgba(7,28,21,.16)!important;
  color:#fff!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}

#lg1201Header.lg633-header *,
#lg1201Header.lg633-header *::before,
#lg1201Header.lg633-header *::after{
  box-sizing:border-box;
}

.lg633-inner{
  width:min(1320px,calc(100% - 34px));
  min-height:76px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(180px,230px) minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
}

.lg633-brand{
  display:flex!important;
  align-items:center;
  gap:11px;
  min-width:0;
  color:#fff!important;
  text-decoration:none!important;
}

.lg633-brand img{
  display:block;
  width:auto;
  height:48px;
  max-width:190px;
  object-fit:contain;
}

.lg633-brand-fallback{
  display:none;
  font:700 25px/1 Georgia,"Times New Roman",serif;
  letter-spacing:.01em;
}

.lg633-brand-copy{
  display:none;
  min-width:0;
}
.lg633-brand-copy strong{
  display:block;
  color:#fff;
  font:700 17px/1.05 Georgia,serif;
}
.lg633-brand-copy small{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.58);
  font:800 8px/1 Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lg633-desktop-nav{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:3px;
}

.lg633-nav-link,
.lg633-nav-trigger{
  min-height:42px;
  padding:0 11px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:rgba(255,255,255,.82);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  text-decoration:none;
  font:800 12px/1 Arial,sans-serif;
  letter-spacing:.01em;
  cursor:pointer;
  white-space:nowrap;
  transition:
    background .18s ease,
    color .18s ease,
    transform .18s ease;
}

.lg633-nav-link:hover,
.lg633-nav-trigger:hover,
.lg633-nav-link:focus-visible,
.lg633-nav-trigger:focus-visible,
.lg633-nav-link.is-active,
.lg633-group.is-open>.lg633-nav-trigger{
  background:rgba(255,255,255,.075);
  color:#fff;
  outline:none;
}

.lg633-nav-link.is-active::after,
.lg633-group.is-active>.lg633-nav-trigger::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:4px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,transparent,var(--lg633-gold),transparent);
}

.lg633-nav-link,
.lg633-nav-trigger{position:relative}

.lg633-nav-icon{
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  color:var(--lg633-gold-2);
  flex:0 0 auto;
}

.lg633-nav-icon svg,
.lg633-drawer-icon svg,
.lg633-panel-icon svg,
.lg633-action-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.lg633-chevron{
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.66;
  transition:transform .18s ease;
}
.lg633-group.is-open .lg633-chevron{
  transform:rotate(225deg) translate(-1px,-1px);
}

.lg633-group{position:relative}

.lg633-panel{
  position:absolute;
  top:calc(100% + 15px);
  left:50%;
  transform:translate(-50%,-5px);
  width:330px;
  padding:10px;
  border:1px solid rgba(201,165,90,.30);
  border-radius:18px;
  background:rgba(255,250,242,.985);
  color:var(--lg633-ink);
  box-shadow:var(--lg633-shadow);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}

.lg633-panel::before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:13px;
  height:13px;
  transform:translateX(-50%) rotate(45deg);
  border-left:1px solid rgba(201,165,90,.30);
  border-top:1px solid rgba(201,165,90,.30);
  background:#fffaf2;
}

.lg633-group.is-open>.lg633-panel{
  transform:translate(-50%,0);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.lg633-panel-wide{
  width:590px;
  padding:12px;
}

.lg633-panel-right{
  left:auto;
  right:0;
  transform:translate(0,-5px);
}
.lg633-panel-right::before{
  left:auto;
  right:36px;
  transform:rotate(45deg);
}
.lg633-group.is-open>.lg633-panel-right{
  transform:translate(0,0);
}

.lg633-mega{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.lg633-panel-section{
  padding:10px;
  border-radius:13px;
  background:rgba(13,43,34,.035);
}

.lg633-panel-heading{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 8px;
  color:var(--lg633-green);
  font:900 9px/1 Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lg633-panel-icon{
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  color:var(--lg633-gold);
}

.lg633-panel a{
  min-height:37px;
  padding:0 10px;
  border-radius:9px;
  color:var(--lg633-ink)!important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  text-decoration:none!important;
  font:800 12px/1.15 Arial,sans-serif;
  transition:background .15s ease,color .15s ease,transform .15s ease;
}

.lg633-panel a::after{
  content:"›";
  color:var(--lg633-gold);
  font-size:17px;
  line-height:1;
}

.lg633-panel a:hover,
.lg633-panel a:focus-visible{
  background:#fff;
  color:var(--lg633-green)!important;
  transform:translateX(2px);
  outline:none;
}

.lg633-head-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

.lg633-live{
  min-height:40px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:rgba(255,255,255,.045);
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
}

.lg633-live-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c9a55a;
  box-shadow:0 0 0 4px rgba(201,165,90,.10);
}
.lg633-live.is-open .lg633-live-dot{
  background:#59b476;
  box-shadow:0 0 0 4px rgba(89,180,118,.13);
}
.lg633-live-copy strong{
  display:block;
  font:900 9px/1 Arial,sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.lg633-live-copy small{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.55);
  font:700 8px/1 Arial,sans-serif;
}

.lg633-reserve{
  min-height:43px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:linear-gradient(135deg,var(--lg633-red),var(--lg633-red-2));
  color:#fff!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none!important;
  font:900 12px/1 Arial,sans-serif;
  box-shadow:0 7px 18px rgba(142,41,48,.23);
  transition:transform .18s ease,box-shadow .18s ease;
}
.lg633-reserve:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(142,41,48,.30);
}

.lg633-reserve .lg633-action-icon{
  width:17px;
  height:17px;
}

.lg633-account{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:rgba(255,255,255,.045);
  color:var(--lg633-gold-2)!important;
  display:grid;
  place-items:center;
  text-decoration:none!important;
}
.lg633-account svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}

.lg633-menu-button{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(255,255,255,.055);
  color:#fff;
  cursor:pointer;
}
.lg633-menu-lines{
  width:18px;
  height:14px;
  margin:auto;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.lg633-menu-lines i{
  display:block;
  width:100%;
  height:1.5px;
  border-radius:99px;
  background:currentColor;
}

/* Mobile drawer */
.lg633-drawer{
  position:fixed;
  inset:0;
  z-index:2100;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  background:rgba(7,25,20,.55);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}

.lg633-drawer.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.lg633-drawer-panel{
  width:min(440px,100%);
  height:100%;
  margin-left:auto;
  overflow:auto;
  overscroll-behavior:contain;
  background:
    radial-gradient(circle at 100% 0,rgba(201,165,90,.12),transparent 33%),
    linear-gradient(180deg,#10382b,#0b2c22);
  color:#fff;
  transform:translateX(26px);
  transition:transform .24s ease;
  box-shadow:-18px 0 60px rgba(0,0,0,.22);
}
.lg633-drawer.is-open .lg633-drawer-panel{transform:translateX(0)}

.lg633-drawer-top{
  position:sticky;
  top:0;
  z-index:2;
  min-height:72px;
  padding:11px 14px;
  border-bottom:1px solid rgba(201,165,90,.18);
  background:rgba(13,43,34,.95);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  backdrop-filter:blur(13px);
}

.lg633-drawer-brand{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.lg633-drawer-brand img{
  height:42px;
  width:auto;
  max-width:170px;
}
.lg633-drawer-brand strong{
  display:none;
  font:700 20px/1 Georgia,serif;
}

.lg633-drawer-close{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:rgba(255,255,255,.055);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:24px;
  line-height:1;
}

.lg633-drawer-content{
  padding:16px 14px 28px;
}

.lg633-mobile-primary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:13px;
}

.lg633-mobile-primary a{
  min-height:50px;
  padding:0 11px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none!important;
  font:900 12px/1 Arial,sans-serif;
}
.lg633-mobile-primary .reserve{
  grid-column:1/-1;
  background:linear-gradient(135deg,var(--lg633-red),var(--lg633-red-2));
  color:#fff!important;
}
.lg633-mobile-primary .call{
  background:rgba(255,255,255,.06);
  color:#fff!important;
  border:1px solid rgba(255,255,255,.09);
}
.lg633-mobile-primary .whatsapp{
  background:#176d41;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.08);
}

.lg633-mobile-home{
  min-height:49px;
  margin-bottom:8px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:13px;
  background:rgba(255,255,255,.04);
  color:#fff!important;
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none!important;
  font:900 13px/1 Arial,sans-serif;
}

.lg633-drawer-icon{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  color:var(--lg633-gold-2);
  flex:0 0 auto;
}

.lg633-mobile-group{
  margin-top:7px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  overflow:hidden;
  background:rgba(255,255,255,.035);
}
.lg633-mobile-group summary{
  min-height:52px;
  padding:0 13px;
  list-style:none;
  display:grid;
  grid-template-columns:23px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  color:#fff;
  cursor:pointer;
  font:900 13px/1 Arial,sans-serif;
}
.lg633-mobile-group summary::-webkit-details-marker{display:none}
.lg633-mobile-group summary::after{
  content:"+";
  color:var(--lg633-gold-2);
  font:400 21px/1 Arial,sans-serif;
}
.lg633-mobile-group[open] summary::after{content:"−"}

.lg633-mobile-sub{
  padding:0 8px 8px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
}
.lg633-mobile-sub a{
  min-height:42px;
  padding:8px 10px;
  border-radius:10px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.82)!important;
  display:flex;
  align-items:center;
  text-decoration:none!important;
  font:800 12px/1.25 Arial,sans-serif;
}
.lg633-mobile-sub a:hover{background:rgba(255,255,255,.075);color:#fff!important}

.lg633-mobile-footer{
  margin-top:13px;
  padding:14px;
  border-radius:14px;
  background:rgba(201,165,90,.09);
  border:1px solid rgba(201,165,90,.16);
}
.lg633-mobile-footer small{
  display:block;
  color:rgba(255,255,255,.52);
  font:800 8px/1 Arial,sans-serif;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.lg633-mobile-footer strong{
  display:block;
  margin-top:5px;
  color:#fff;
  font:700 16px/1.15 Georgia,serif;
}
.lg633-mobile-footer p{
  margin:7px 0 0;
  color:rgba(255,255,255,.62);
  font:700 12px/1.5 Arial,sans-serif;
}
.lg633-mobile-footer a{
  display:inline-flex;
  margin-top:10px;
  color:var(--lg633-gold-2)!important;
  text-decoration:none!important;
  font:900 12px/1 Arial,sans-serif;
}

body.lg633-menu-open{overflow:hidden!important}

@media(max-width:1180px){
  .lg633-live{display:none}
  .lg633-inner{
    grid-template-columns:minmax(160px,200px) minmax(0,1fr) auto;
    gap:10px;
  }
  .lg633-nav-link,
  .lg633-nav-trigger{padding:0 8px}
}

@media(max-width:980px){
  #lg1201Header.lg633-header{
    position:sticky!important;
    top:0!important;
  }

  .lg633-inner{
    width:calc(100% - 16px);
    min-height:64px;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
  }

  .lg633-brand img{
    height:42px;
    max-width:170px;
  }

  .lg633-desktop-nav{display:none}
  .lg633-account{display:none}
  .lg633-live{display:none}

  .lg633-head-actions{
    gap:7px;
  }

  .lg633-reserve{
    min-height:42px;
    padding:0 12px;
    font-size:12px;
  }
  .lg633-reserve .lg633-action-icon{display:none}

  .lg633-menu-button{
    display:grid;
    place-items:center;
  }
}

@media(max-width:560px){
  .lg633-inner{
    width:calc(100% - 12px);
  }

  .lg633-brand img{
    height:39px;
    max-width:150px;
  }

  .lg633-reserve{
    min-width:78px;
    padding:0 10px;
  }
}

@media(max-width:380px){
  .lg633-mobile-sub{grid-template-columns:1fr}
  .lg633-reserve{display:none}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  .lg633-header *,
  .lg633-drawer,
  .lg633-drawer-panel{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}


/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.1
   Live Opening Status + Weekly Hours dropdown
   ========================================================== */

.lg633-status-group{
  position:relative;
  display:flex;
  align-items:center;
}

.lg633-live{
  position:relative;
  min-width:116px;
  min-height:42px;
  padding:0 12px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.045)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  text-align:center!important;
  text-decoration:none!important;
  cursor:pointer!important;
}

.lg633-live.is-open{
  border-color:rgba(89,180,118,.28)!important;
  background:rgba(89,180,118,.10)!important;
}

.lg633-live.is-closed{
  border-color:rgba(184,66,72,.38)!important;
  background:rgba(142,41,48,.18)!important;
}

.lg633-live.is-closed .lg633-live-dot{
  background:#d66d71!important;
  box-shadow:0 0 0 4px rgba(214,109,113,.12)!important;
}

.lg633-live-copy{
  text-align:center!important;
}

.lg633-live-copy strong{
  color:#fff!important;
  text-align:center!important;
}

.lg633-live-copy small{
  color:rgba(255,255,255,.62)!important;
  text-align:center!important;
  white-space:nowrap!important;
}

.lg633-hours-panel{
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  width:330px;
  transform:translate(-50%,-5px);
  padding:12px;
  border:1px solid rgba(201,165,90,.30);
  border-radius:18px;
  background:rgba(255,250,242,.99);
  color:var(--lg633-ink);
  box-shadow:var(--lg633-shadow);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  z-index:40;
}

.lg633-hours-panel::before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:13px;
  height:13px;
  transform:translateX(-50%) rotate(45deg);
  border-left:1px solid rgba(201,165,90,.30);
  border-top:1px solid rgba(201,165,90,.30);
  background:#fffaf2;
}

.lg633-status-group.is-open .lg633-hours-panel{
  transform:translate(-50%,0);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.lg633-hours-head{
  padding:5px 5px 10px;
  text-align:center;
  border-bottom:1px solid rgba(18,55,43,.08);
}

.lg633-hours-head small{
  display:block;
  color:var(--lg633-gold);
  font:900 8px/1 Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lg633-hours-head h3{
  margin:5px 0 0;
  color:var(--lg633-green);
  font:700 20px/1.1 Georgia,serif;
}

.lg633-hours-today{
  margin:10px 0 8px;
  padding:10px 11px;
  border-radius:11px;
  background:linear-gradient(135deg,var(--lg633-green),var(--lg633-green-2));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.lg633-hours-today span{
  font:800 11px/1.2 Arial,sans-serif;
}

.lg633-hours-today strong{
  color:var(--lg633-gold-2);
  font:900 12px/1 Arial,sans-serif;
  white-space:nowrap;
}

.lg633-hours-list{
  display:grid;
  gap:3px;
}

.lg633-hours-row{
  min-height:36px;
  padding:0 9px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#6e695f;
  font:800 11px/1 Arial,sans-serif;
}

.lg633-hours-row strong{
  color:var(--lg633-green);
  font-size:11px;
}

.lg633-hours-row.is-today{
  background:rgba(201,165,90,.10);
  color:var(--lg633-green);
}

.lg633-hours-link{
  min-height:39px;
  margin-top:9px;
  border-radius:10px;
  background:rgba(13,43,34,.06);
  color:var(--lg633-green)!important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  font:900 11px/1 Arial,sans-serif;
}

.lg633-hours-link:hover{
  background:rgba(13,43,34,.10);
}

@media(max-width:1180px){
  .lg633-status-group{display:none}
}



/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.2
   Mobile drawer open/click repair
   ========================================================== */

#lg1201Header.lg633-header{
  overflow:visible!important;
}

body > .lg633-drawer{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  min-height:100vh!important;
  z-index:99999!important;
}

body > .lg633-drawer .lg633-drawer-panel{
  height:100dvh!important;
  min-height:100vh!important;
}

@supports not (height:100dvh){
  body > .lg633-drawer,
  body > .lg633-drawer .lg633-drawer-panel{
    height:100vh!important;
  }
}

@media(max-width:980px){
  .lg633-menu-button{
    position:relative!important;
    z-index:4!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
}


/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.3
   Desktop dropdown hover/click hold repair
   ========================================================== */

@media(min-width:981px){
  .lg633-group{
    position:relative;
  }

  /*
   * Invisible hover bridge between the navigation trigger and the floating
   * dropdown. This prevents the menu from collapsing while the pointer
   * crosses the visual gap.
   */
  .lg633-group::after{
    content:"";
    position:absolute;
    left:-8px;
    right:-8px;
    top:100%;
    height:18px;
    background:transparent;
    pointer-events:auto;
  }

  .lg633-panel{
    top:calc(100% + 11px);
  }

  /*
   * Keep the open trigger and panel in a single interaction layer.
   */
  .lg633-group.is-open{
    z-index:70;
  }

  .lg633-group.is-open > .lg633-panel{
    pointer-events:auto!important;
  }
}


/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.4
   MY LA GLORIA Guest Account
   ========================================================== */

.lg633-account-group{
  position:relative;
  display:flex;
  align-items:center;
}

.lg633-account-trigger.lg633-nav-trigger{
  width:auto!important;
  min-width:46px!important;
  min-height:43px!important;
  padding:0 11px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.045)!important;
  color:var(--lg633-gold-2)!important;
  gap:7px!important;
}

.lg633-account-trigger.lg633-nav-trigger:hover,
.lg633-account-group.is-open>.lg633-account-trigger{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}

.lg633-account-trigger .lg633-account-icon{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.lg633-account-trigger .lg633-account-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.lg633-account-label{
  color:#fff;
  font:900 11px/1 Arial,sans-serif;
  white-space:nowrap;
}

.lg633-account-trigger .lg633-chevron{
  color:rgba(255,255,255,.56);
}

.lg633-account-panel{
  width:330px;
  padding:10px;
}

.lg633-account-hero{
  position:relative;
  overflow:hidden;
  padding:15px;
  border-radius:14px;
  background:
    radial-gradient(circle at 100% 0,rgba(201,165,90,.20),transparent 42%),
    linear-gradient(135deg,var(--lg633-green),var(--lg633-green-2));
  color:#fff;
}

.lg633-account-hero::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:-30px;
  width:92px;
  height:92px;
  border:1px solid rgba(201,165,90,.18);
  border-radius:50%;
}

.lg633-account-hero small{
  display:block;
  color:var(--lg633-gold-2);
  font:900 8px/1 Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lg633-account-hero strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font:700 20px/1.08 Georgia,serif;
}

.lg633-account-hero p{
  max-width:235px;
  margin:7px 0 0;
  color:rgba(255,255,255,.67);
  font:700 11px/1.45 Arial,sans-serif;
}

.lg633-account-primary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:9px;
}

.lg633-account-primary a{
  min-height:41px!important;
  padding:0 10px!important;
  border-radius:10px!important;
  justify-content:center!important;
  text-align:center!important;
  font-size:11px!important;
}

.lg633-account-primary a::after{
  display:none!important;
}

.lg633-account-primary .is-main{
  background:var(--lg633-green)!important;
  color:#fff!important;
}

.lg633-account-primary .is-alt{
  border:1px solid rgba(18,55,43,.12);
  background:#fff!important;
  color:var(--lg633-green)!important;
}

.lg633-account-links{
  margin-top:7px;
  padding:5px;
  border-radius:12px;
  background:rgba(13,43,34,.035);
}

.lg633-account-links a{
  min-height:38px;
}

.lg633-account-links .lg633-signout{
  color:#8e2930!important;
}

.lg633-account-links .lg633-signout::after{
  color:#8e2930;
}

.lg633-account-meta{
  padding:10px 8px 3px;
  color:#8a8174;
  text-align:center;
  font:800 8px/1.45 Arial,sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
}

/* Mobile My La Gloria card */
.lg633-mobile-account{
  margin:0 0 11px;
  padding:12px;
  border:1px solid rgba(201,165,90,.18);
  border-radius:15px;
  background:
    radial-gradient(circle at 100% 0,rgba(201,165,90,.13),transparent 38%),
    rgba(255,255,255,.045);
}

.lg633-mobile-account-head{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:center;
}

.lg633-mobile-account-avatar{
  width:34px;
  height:34px;
  border:1px solid rgba(201,165,90,.25);
  border-radius:11px;
  background:rgba(201,165,90,.10);
  color:var(--lg633-gold-2);
  display:grid;
  place-items:center;
}

.lg633-mobile-account-avatar svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}

.lg633-mobile-account-head small{
  display:block;
  color:var(--lg633-gold-2);
  font:900 8px/1 Arial,sans-serif;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.lg633-mobile-account-head strong{
  display:block;
  margin-top:4px;
  color:#fff;
  font:700 16px/1.1 Georgia,serif;
}

.lg633-mobile-account-copy{
  margin:9px 0 0;
  color:rgba(255,255,255,.60);
  font:700 11px/1.45 Arial,sans-serif;
}

.lg633-mobile-account-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-top:10px;
}

.lg633-mobile-account-actions a{
  min-height:41px;
  padding:0 9px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none!important;
  font:900 11px/1.1 Arial,sans-serif;
}

.lg633-mobile-account-actions .is-main{
  background:var(--lg633-gold);
  color:var(--lg633-green)!important;
}

.lg633-mobile-account-actions .is-alt{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:#fff!important;
}

.lg633-mobile-account-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
  margin-top:7px;
}

.lg633-mobile-account-links a{
  min-height:39px;
  padding:7px 9px;
  border-radius:9px;
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.75)!important;
  display:flex;
  align-items:center;
  text-decoration:none!important;
  font:800 10px/1.25 Arial,sans-serif;
}

.lg633-mobile-account-links a.lg633-signout{
  color:#f2b1b4!important;
}

@media(max-width:1240px) and (min-width:981px){
  .lg633-account-label{display:none}
  .lg633-account-trigger.lg633-nav-trigger{
    width:43px!important;
    min-width:43px!important;
    padding:0!important;
  }
  .lg633-account-trigger .lg633-chevron{display:none}
}

@media(max-width:980px){
  .lg633-account-group{display:none!important}
}


/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.7
   SINGLE NAVIGATION / LEGACY DUPLICATE CLEANUP
   ========================================================== */

/*
 * When V633 is active, legacy navigation shells are retired.
 * The Global Top Header / information bar is intentionally NOT targeted.
 */
body.lg633-navigation-active .lg532-header,
body.lg633-navigation-active header[class*="lg532-header"],
body.lg633-navigation-active .lg554-header,
body.lg633-navigation-active header[class*="lg554-header"],
body.lg633-navigation-active .lg532-mobile-shade,
body.lg633-navigation-active .lg532-mobile-drawer,
body.lg633-navigation-active [data-lg554-shade],
body.lg633-navigation-active [data-lg554-drawer]{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

/* Never hide the new V633 header even if an old class remains in markup. */
body.lg633-navigation-active #lg1201Header.lg633-header{
  display:block!important;
  visibility:visible!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
}



/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.8
   GLOBAL SINGLE-NAVIGATION ENFORCEMENT
   ========================================================== */

/*
 * Events historically places the saved top information bar and the obsolete
 * navigation inside one iframe. Keep only the compact information bar visible.
 */
#lg1219EventsTopbar,
iframe[src*="/embed/topbar.php"][title*="information"],
iframe[src*="/embed/topbar.php"][title*="account bar"]{
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  overflow:hidden!important;
}

/*
 * Any old core-helper navigation still present beside V633 is retired.
 * Global information/top bars are NOT included in these selectors.
 */
body.lg633-navigation-active .lg532-header:not(#lg1201Header),
body.lg633-navigation-active header:has(.lg532-nav):not(#lg1201Header),
body.lg633-navigation-active header:has([data-lg532-toggle]):not(#lg1201Header),
body.lg633-navigation-active .lg554-header:not(#lg1201Header),
body.lg633-navigation-active header:has(.lg554-nav):not(#lg1201Header),
body.lg633-navigation-active header:has([data-lg554-toggle]):not(#lg1201Header),
body.lg633-navigation-active .lg532-mobile-shade,
body.lg633-navigation-active .lg532-mobile-drawer,
body.lg633-navigation-active [data-lg554-shade],
body.lg633-navigation-active [data-lg554-drawer]{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

@media(max-width:700px){
  #lg1219EventsTopbar,
  iframe[src*="/embed/topbar.php"][title*="information"],
  iframe[src*="/embed/topbar.php"][title*="account bar"]{
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
  }
}


/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.9
   FORCE CURRENT NAVIGATION ON DIRECT-SHELL PAGES
   ========================================================== */

#lg1201Header.lg633-header[data-lg633-version="6339"]{
  display:block!important;
}


/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.10
   NO-FLASH FINAL
   ========================================================== */

/*
 * The actual no-flash rule is also emitted as tiny render-blocking CSS
 * from public_header(). These rules remain here as a second layer.
 */
body.lg633-navigation-active .lg532-nav-wrap:not(#lg1201Header),
body.lg633-navigation-active header.lg532-nav-wrap:not(#lg1201Header){
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

#lg1201Header.lg633-header[data-lg633-version="63319"]{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}


/* ==========================================================
   LA GLORIA PUBLIC NAVIGATION V633.11
   SERVER-RENDERED CANONICAL MOUNT
   ========================================================== */

#lg1201Header.lg633-header[data-lg633-version="63319"]{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}


/* ==========================================================
   LA GLORIA V633.19
   RUNTIME-ORIGIN CANONICAL NAVIGATION
   ========================================================== */

#lg1201Header{height:76px;min-height:76px;max-height:76px}
#lg1201Header.lg633-header,
#lg1201Header.lg633-header .lg633-inner{
  height:76px!important;
  min-height:76px!important;
  max-height:76px!important;
}
@media(max-width:980px){
  #lg1201Header{height:64px;min-height:64px;max-height:64px}
  #lg1201Header.lg633-header,
  #lg1201Header.lg633-header .lg633-inner{
    height:64px!important;
    min-height:64px!important;
    max-height:64px!important;
  }
}
