/* SuelosMeister v0.5.1 — mobile reception and direct territorial access. */
.sm-mobile-header-identity{display:none}

.sm-home-zone{width:min(620px,100%);min-height:60px;margin:1.35rem 0 0;padding:10px 10px 10px 18px;display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.58);border-radius:16px;background:linear-gradient(112deg,rgba(8,9,7,.82),rgba(26,27,23,.68));color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.18);backdrop-filter:blur(14px);transition:border-color .2s,background .2s,transform .2s}
.sm-home-zone>span{min-width:0;display:grid;gap:2px}
.sm-home-zone small{color:var(--sm-luxury-orange,#f39200);font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.sm-home-zone strong{font:600 .9rem/1.15 Georgia,serif;letter-spacing:.005em}
.sm-home-zone em{color:rgba(255,255,255,.64);font:.58rem/1.25 Arial,sans-serif;font-style:normal}
.sm-home-zone>b{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--sm-luxury-orange,#f39200);color:#111;font-size:1.12rem;transition:transform .2s}
.sm-home-zone:hover,.sm-home-zone:focus-visible{border-color:var(--sm-luxury-orange,#f39200);background:rgba(8,9,7,.93);transform:translateY(-2px)}
.sm-home-zone:hover>b,.sm-home-zone:focus-visible>b{transform:translateX(2px)}

@media(max-width:920px){
  .sm-header-inner{width:calc(100% - 24px);height:76px;display:grid;grid-template-columns:78px minmax(0,1fr) 48px;align-items:center;gap:8px}
  .sm-header-inner>.sm-brand{grid-column:1;min-width:0;margin:0}
  .sm-header-inner>.sm-brand>a,.sm-header-inner>.sm-brand>.custom-logo-link{width:78px;min-width:0;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}
  .sm-header-inner>.sm-brand img,.sm-header-inner>.sm-brand .custom-logo{width:76px;height:36px;object-fit:contain;object-position:left center}
  .sm-header-inner>.sm-brand span,.sm-header-territory-label{display:none!important}
  .sm-header-inner>.sm-header-actions{display:none!important}
  .sm-mobile-header-identity{grid-column:2;display:grid;justify-items:center;align-content:center;gap:4px;min-width:0;color:#fff;text-align:center;line-height:1}
  .sm-mobile-header-identity strong{font:600 clamp(1rem,4.5vw,1.2rem)/1 Georgia,serif;letter-spacing:-.025em;white-space:nowrap}
  .sm-mobile-header-identity small{max-width:100%;overflow:hidden;color:#c7c3b9;font:700 clamp(.4rem,1.65vw,.51rem)/1.1 Arial,sans-serif;letter-spacing:.045em;white-space:nowrap;text-transform:uppercase}
  .sm-header-inner>.sm-menu-toggle{grid-column:3;justify-self:end;margin:0;width:48px;height:48px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.045);color:#fff}
  .sm-header-inner>.sm-menu-toggle span:not(.screen-reader-text){width:21px;margin:5px auto;background:currentColor}
  .sm-home-conversion-hero .sm-hero-content{padding-top:124px}
  .sm-home-zone{min-height:56px;margin-top:.8rem;padding:8px 8px 8px 14px;border-radius:14px;grid-template-columns:minmax(0,1fr) 40px}
  .sm-home-zone>b{width:40px;height:40px;border-radius:11px}
  .sm-home-zone strong{font-size:.8rem}
  .sm-home-zone em{font-size:.53rem}
}

@media(max-width:360px){
  .sm-header-inner{width:calc(100% - 18px);grid-template-columns:66px minmax(0,1fr) 44px;gap:5px}
  .sm-header-inner>.sm-brand>a,.sm-header-inner>.sm-brand>.custom-logo-link{width:66px}
  .sm-header-inner>.sm-brand img,.sm-header-inner>.sm-brand .custom-logo{width:64px;height:32px}
  .sm-mobile-header-identity{gap:3px}
  .sm-mobile-header-identity strong{font-size:.94rem}
  .sm-mobile-header-identity small{font-size:.36rem;letter-spacing:.025em}
  .sm-header-inner>.sm-menu-toggle{width:44px;height:44px;border-radius:12px}
  .sm-home-conversion-hero .sm-hero-content{padding-top:100px}
  .sm-home-zone{margin-top:.5rem;min-height:50px;padding:6px 6px 6px 12px;grid-template-columns:minmax(0,1fr) 38px}
  .sm-home-zone>b{width:38px;height:38px}
  .sm-home-zone em{display:none}
}
