/* ELIE v5.1.74 — identity footer restoration, clean top actions and frame-rate lock */
:root{
  --elie-branding-clearance:clamp(72px,8.4vh,104px);
  --elie-dock-bottom:var(--elie-branding-clearance);
}

/* Restore the site identity and copyright below the five home instruments. */
.home-screen .site-branding{
  display:flex!important;
  left:50%!important;
  right:auto!important;
  bottom:max(5px,var(--safe-bottom))!important;
  transform:translateX(-50%)!important;
  z-index:22!important;
  gap:2px!important;
  opacity:.94!important;
}
.home-screen .site-branding .site-mark-link{width:clamp(34px,3.2vw,56px)!important}
.home-screen .site-branding .site-copyright-new{width:clamp(116px,10.5vw,188px)!important}
.home-screen :is(.home-badge-launch,.home-myra-launch,.home-info,.home-passport-launch,.kadim-stone-launch){z-index:25!important}

/* Bring the signal orb closer to the badge without allowing contact. */
.home-screen .home-myra-launch{
  left:calc(clamp(24px,3.2vw,62px) + var(--elie-dock-orb) + clamp(9px,.8vw,15px))!important;
}

/* Support is removed from the public interface. */
.menu-support-launch,.home-support-launch,.mobile-menu-support{display:none!important}

/* Career + Share are one centered block above the three right-side menu buttons. */
.top-actions-dock{
  position:absolute!important;
  left:var(--top-actions-center-x,82%)!important;
  right:auto!important;
  top:clamp(5px,.65vh,10px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(7px,.55vw,11px)!important;
  width:max-content!important;
  min-width:0!important;
  transform:translateX(-50%)!important;
  z-index:64!important;
  opacity:0;
  pointer-events:none;
}
.top-actions-dock.is-positioned{opacity:1;pointer-events:auto}
.top-actions-dock .career,
.top-actions-dock .home-share-launch{
  position:relative!important;
  left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  margin:0!important;
  transform:none!important;
}
.top-actions-dock .career{width:clamp(224px,19vw,350px)!important}
.top-actions-dock .home-share-launch{width:clamp(92px,7.4vw,132px)!important;min-width:0!important}

@media (max-width:1450px){
  :root{--elie-branding-clearance:clamp(62px,8vh,82px)}
  .home-screen .home-myra-launch{left:calc(18px + var(--elie-dock-orb) + 9px)!important}
  .home-screen .site-branding .site-mark-link{width:32px!important}
  .home-screen .site-branding .site-copyright-new{width:108px!important}
}

@media (orientation:landscape) and (pointer:coarse){
  :root{--elie-branding-clearance:max(42px,calc(var(--safe-bottom) + 38px));--elie-dock-bottom:var(--elie-branding-clearance)}
  .home-screen .home-myra-launch{left:calc(max(8px,var(--safe-left)) + var(--elie-dock-orb) + 7px)!important}
  .home-screen .site-branding{bottom:max(2px,var(--safe-bottom))!important;gap:0!important}
  .home-screen .site-branding .site-mark-link{width:24px!important}
  .home-screen .site-branding .site-copyright-new{width:82px!important}
  .top-actions-dock{top:max(2px,var(--safe-top))!important;gap:5px!important}
  .top-actions-dock .career{width:clamp(94px,21vw,150px)!important}
  .top-actions-dock .home-share-launch{width:70px!important;height:34px!important;min-height:34px!important}
}

@media (orientation:portrait){
  :root{--elie-branding-clearance:max(58px,calc(var(--safe-bottom) + 54px));--elie-dock-bottom:var(--elie-branding-clearance)}
  .home-screen :is(.home-badge-launch,.home-myra-launch,.home-passport-launch,.kadim-stone-launch){bottom:var(--elie-dock-bottom)!important}
  .home-screen .site-branding .site-mark-link{width:27px!important}
  .home-screen .site-branding .site-copyright-new{width:94px!important}
}
