.maestros-shell{--shell-brand:#1e5ad2;--shell-ink:#151d37;--shell-paper:#f7f4ea;--shell-header-bg:#fff}

/* Approved Maestros shell. The editorial layouts and per-artist palettes remain untouched. */
.maestros-shell .maestros-header{height:132px;padding-inline:clamp(24px,4.2vw,68px);grid-template-columns:minmax(230px,285px) minmax(500px,1fr) 142px;gap:24px;background:var(--shell-header-bg)}
.maestros-shell .maestros-brand{width:auto;height:auto;gap:17px}
.maestros-shell .maestros-brand .logo-mark{width:58px;height:58px;flex:0 0 auto}
.maestros-wordmark{display:flex;min-width:0;flex-direction:column;color:var(--shell-ink);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:25px;font-weight:800;line-height:.78;letter-spacing:-.065em;text-transform:uppercase}
.maestros-wordmark span:last-child{margin-left:14px}
.maestros-shell .site-nav{gap:13px;justify-content:center}
.maestros-shell .site-nav a{min-height:54px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;color:var(--shell-ink);font-size:15px;font-weight:800;letter-spacing:.02em;transition:color .18s ease}
.maestros-shell .site-nav a.active{color:var(--shell-ink)}
.maestros-shell .header-contact{min-height:54px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--shell-brand);background:var(--shell-header-bg);color:var(--shell-brand);font-size:14px;font-weight:800;letter-spacing:.025em;transition:background-color .18s ease,color .18s ease}
.maestros-shell .site-nav a:focus-visible,.maestros-shell .header-contact:focus-visible,.maestros-shell .menu-button:focus-visible,.maestros-footer a:focus-visible{outline:3px solid var(--second);outline-offset:3px}
.maestros-shell .site-nav a:hover{color:var(--shell-brand)}
.maestros-shell .header-contact:hover{border-color:var(--shell-brand);background:var(--shell-brand);color:var(--shell-header-bg)}

.maestros-loader{position:fixed;z-index:4000;inset:0;display:grid;place-items:center;background:var(--shell-paper);color:var(--shell-brand);opacity:1;visibility:visible;transition:opacity .28s ease,visibility 0s linear .28s}
.maestros-loader.is-complete{opacity:0;visibility:hidden;pointer-events:none}
.maestros-loader-inner{display:flex;align-items:center;gap:27px}
.maestros-loader-mark{width:118px;height:118px;overflow:visible;fill:currentColor}
.maestros-loader-mark rect{opacity:0;transform:scale(.6);transform-box:fill-box;transform-origin:center;animation:maestros-logo-piece .22s cubic-bezier(.2,.8,.2,1) forwards}
.maestros-loader-mark rect:nth-child(1){animation-delay:.06s}.maestros-loader-mark rect:nth-child(2){animation-delay:.14s}.maestros-loader-mark rect:nth-child(3){animation-delay:.22s}.maestros-loader-mark rect:nth-child(4){animation-delay:.30s}.maestros-loader-mark rect:nth-child(5){animation-delay:.38s}.maestros-loader-mark rect:nth-child(6){animation-delay:.46s}.maestros-loader-mark rect:nth-child(7){animation-delay:.54s}
.maestros-loader-name{display:flex;flex-direction:column;color:var(--shell-ink);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:31px;font-weight:800;line-height:.78;letter-spacing:-.065em;text-transform:uppercase;opacity:0;transform:translateX(-10px);animation:maestros-name-in .3s ease .64s forwards}
.maestros-loader-name b:last-child{margin-left:17px}
@keyframes maestros-logo-piece{to{opacity:1;transform:scale(1)}}
@keyframes maestros-name-in{to{opacity:1;transform:none}}

.maestros-footer{padding:0;background:var(--shell-brand);color:#fff}
.maestros-footer-invite{min-height:235px;padding:52px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:45px;border-bottom:1px solid rgba(255,255,255,.36)}
.maestros-footer-invite p{max-width:760px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4.4vw,66px);line-height:.96;letter-spacing:-.045em}
.maestros-footer-invite a{flex:0 0 auto;min-height:54px;padding:0 23px;display:inline-flex;align-items:center;border:1px solid #fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.maestros-footer-grid{padding:58px var(--pad);display:grid;grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(145px,.72fr));gap:clamp(32px,5vw,80px)}
.maestros-footer-brand{max-width:315px}
.maestros-footer-lockup{display:inline-flex;align-items:center;gap:16px}
.maestros-footer-lockup svg{width:58px;height:58px;fill:#fff}
.maestros-footer-lockup>span{display:flex;flex-direction:column;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:24px;font-weight:800;line-height:.79;letter-spacing:-.06em;text-transform:uppercase}
.maestros-footer-lockup b:last-child{margin-left:12px}
.maestros-footer-brand p{margin-top:25px;font-size:14px;line-height:1.55}
.maestros-footer-grid nav{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.maestros-footer-grid nav strong{margin-bottom:9px;color:var(--second);font-size:10px;letter-spacing:.11em;text-transform:uppercase}
.maestros-footer-grid nav a{min-height:28px;font-size:12px;font-weight:700;line-height:1.35;text-transform:uppercase}
.maestros-footer-bottom{padding:25px var(--pad) 30px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid rgba(255,255,255,.36);font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.maestros-footer a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}

@media(max-width:1180px){
  .maestros-shell .maestros-header{grid-template-columns:230px 1fr 125px;gap:14px}.maestros-shell .site-nav{gap:7px}.maestros-shell .site-nav a{padding-inline:5px;font-size:13px}.maestros-shell .header-contact{padding-inline:11px;font-size:12px}
  .maestros-footer-grid{grid-template-columns:1.2fr repeat(3,1fr);gap:35px}
}
@media(max-width:820px){
  .maestros-shell .maestros-header{height:96px;padding-inline:20px;grid-template-columns:1fr auto}.maestros-shell .maestros-brand .logo-mark{width:54px;height:54px}.maestros-wordmark{font-size:23px}.maestros-shell .site-nav,.maestros-shell .header-contact{display:none}.maestros-shell .menu-button{display:flex;width:52px;height:52px;border-color:var(--shell-brand)}
  .maestros-shell .mobile-nav{inset:96px 0 0;padding:24px;background:var(--shell-paper)}.maestros-shell .mobile-nav.open{display:flex}.maestros-shell .mobile-nav a{min-height:58px;padding:15px 0;display:flex;align-items:center;border:0;border-bottom:1px solid rgba(21,29,55,.18);color:var(--shell-ink)}.maestros-shell .mobile-nav a.active{color:var(--shell-ink)}.maestros-shell .mobile-nav a:hover{color:var(--shell-brand)}.maestros-shell .mobile-nav a:last-child{width:max-content;min-height:50px;margin-top:24px;padding:0 20px;border:1px solid var(--shell-brand);color:var(--shell-brand)}.maestros-shell .mobile-nav a:last-child:hover{background:var(--shell-brand);color:var(--shell-header-bg)}
  .maestros-footer-invite{padding:46px 22px;align-items:flex-start;flex-direction:column}.maestros-footer-grid{padding:50px 22px;grid-template-columns:1fr 1fr}.maestros-footer-brand{grid-column:1/-1}.maestros-footer-bottom{padding:24px 22px;flex-direction:column}.maestros-loader-inner{gap:18px}.maestros-loader-mark{width:90px;height:90px}.maestros-loader-name{font-size:25px}
}
@media(max-width:480px){
  .maestros-shell .maestros-header{height:88px}.maestros-shell .mobile-nav{inset:88px 0 0}.maestros-shell .maestros-brand{gap:12px}.maestros-shell .maestros-brand .logo-mark{width:48px;height:48px}.maestros-wordmark{font-size:20px}.maestros-footer-grid{grid-template-columns:1fr}.maestros-footer-brand{grid-column:1}.maestros-footer-invite p{font-size:38px}.maestros-loader-inner{flex-direction:column}.maestros-loader-name{align-items:center}.maestros-loader-name b:last-child{margin-left:0}
}
@media(prefers-reduced-motion:reduce){
  .maestros-loader-mark rect,.maestros-loader-name{animation:none;opacity:1;transform:none}.maestros-loader,.maestros-shell .site-nav a,.maestros-shell .header-contact{transition:none}
}
