/* Parquet Teruel v5.1.1 — contextual mobile header and Option 2 menu */
.ph511-mobile-mark,.ph511-mobile-title{display:none}
.ph511-mark-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:38px;height:38px;gap:2px}
.ph511-mark-grid i{display:block;background:linear-gradient(135deg,#c79648,#9a6828)}
.ph511-mark-grid i:nth-child(2){transform:translateY(5px)}
.ph511-mark-grid i:nth-child(3){transform:translateY(-5px)}

@media(max-width:1080px){
  .ph5-header-inner{grid-template-columns:48px minmax(0,1fr) 48px;gap:10px}
  .ph5-logo{display:none}
  .ph511-mobile-mark{display:grid;width:48px;height:48px;place-items:center;text-decoration:none}
  .ph511-mobile-title{display:grid;min-width:0;place-items:center;align-content:center;text-align:center}
  .ph511-mobile-title strong{color:var(--ink);font:400 19px/1 var(--serif);letter-spacing:.025em;white-space:nowrap}
  .ph511-mobile-title span{display:block;max-width:100%;margin-top:5px;overflow:hidden;color:var(--muted);font:500 10px/1 var(--sans);text-overflow:ellipsis;white-space:nowrap}
  .ph5-menu-toggle{justify-self:end}
  .ph5-mobile-scroll{padding:16px 20px 120px}
  .ph5-mobile-brand{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:8px;min-height:56px;padding-bottom:14px;border-bottom:1px solid var(--line);color:var(--ink)}
  .ph5-mobile-brand .ph511-mark-grid{width:34px;height:34px;justify-self:start}
  .ph5-mobile-brand strong{justify-self:center;font:400 19px/1 var(--serif);letter-spacing:.02em;white-space:nowrap}
  .ph5-mobile-brand button{justify-self:end}
  .ph5-mobile-budget{margin-top:14px;border-color:rgba(170,121,47,.34);border-radius:7px}
  .ph5-mobile-budget>div>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid rgba(170,121,47,.44);border-radius:50%;color:var(--gold)}
  .ph5-mobile-nav>a{grid-template-columns:34px minmax(0,1fr) 20px;padding:0 4px}
  .ph5-mobile-nav>a>b{justify-self:end;color:var(--muted);font:400 24px/1 var(--serif)}
  .ph5-mobile-contact a:first-child{color:#8e5e22}
  .ph5-mobile-contact a:last-child{background:#fff;color:#087b35}
  .ph5-mobile-contact a:last-child:before{content:"◉";margin-right:9px;color:var(--wa);font-size:19px}
}

@media(max-width:380px){
  .ph5-header-inner{width:calc(100% - 20px);grid-template-columns:44px minmax(0,1fr) 44px;gap:6px}
  .ph511-mobile-title strong{font-size:17px}
  .ph511-mobile-title span{font-size:9px}
  .ph511-mark-grid{width:34px;height:34px}
  .ph5-mobile-scroll{padding-inline:14px}
  .ph5-mobile-brand strong{font-size:17px}
}
