/* Shared additions on top of each template's own styles:
   injected burger nav, mobile overlay menu, form banner, small fixes. */

.amd-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.06);cursor:pointer;flex:0 0 auto}
.amd-burger span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:transform .22s ease,opacity .18s ease}
body.amd-menu-open .amd-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.amd-menu-open .amd-burger span:nth-child(2){opacity:0}
body.amd-menu-open .amd-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.amd-mobile-menu{position:fixed;inset:0;z-index:998;background:rgba(10,10,10,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow-y:auto;opacity:0;transition:opacity .2s ease}
.amd-mobile-menu.open{opacity:1}
.amd-mobile-inner{padding:20px 26px 40px;min-height:100%}
.amd-mobile-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}
.amd-mobile-brand{color:#fff;font-weight:900;font-size:18px;letter-spacing:.04em;text-transform:uppercase}
.amd-menu-close{width:44px;height:44px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-size:17px;line-height:1;cursor:pointer}
.amd-mobile-links{display:flex;flex-direction:column}
.amd-mobile-links a{color:rgba(255,255,255,.88);font-size:24px;font-weight:800;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12);text-decoration:none;letter-spacing:-.01em}
.amd-mobile-links a.active{color:#f6b501}
body.amd-menu-open{overflow:hidden}

/* compact header wherever the burger is active: logo + burger only
   (nav links and the Contact CTA live inside the burger menu) */
@media (max-width:900px){
  .amd-burger{display:flex}
  header .nav,header.header .nav{padding:12px 16px;gap:12px}
  .brand > span:not(.brand-mark){display:none}
  header .nav > .btn,header .nav > a.btn,header.header .nav > a.btn{display:none}
  .brand-logo{height:42px}
  .brand .brand-mark{width:42px;height:42px}
}
@media (min-width:901px){
  .amd-mobile-menu{display:none}
}

/* form success banner */
.amd-sent-banner{position:fixed;left:50%;bottom:26px;transform:translate(-50%,80px);background:#0d0d0d;color:#fff;border:1px solid #f6b501;border-radius:14px;padding:15px 22px;font-weight:800;z-index:999;box-shadow:0 18px 50px rgba(0,0,0,.35);transition:transform .3s ease;max-width:calc(100vw - 40px)}
.amd-sent-banner.show{transform:translate(-50%,0)}

/* honeypot */
.amd-hp-field{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}

/* real images inside mockup placeholder panels */
.image-panel.has-img img,.product-img.has-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.image-panel.has-img:before,.image-panel.has-img:after,.product-img.has-img:after{display:none}
.image-panel.has-img .badge{z-index:2}
.brand-logo{height:46px;border-radius:10px;display:block}

/* guard against stray horizontal scroll on small screens */
html,body{overflow-x:clip}
/* WP admin bar offset for sticky headers */
body.admin-bar header{top:32px}
@media screen and (max-width:782px){body.admin-bar header{top:46px}}

/* ===== Canonical site chrome (identical on every page; styled after the
   Product Lines mockup header the client picked) ===== */
.sh-header{position:sticky;top:0;z-index:20;background:rgba(0,0,0,.88);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}
.sh-nav{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.sh-brand{display:block;text-decoration:none}
.sh-brand img{width:156px;height:auto;display:block;border-radius:3px}
.sh-links{display:flex;gap:24px;align-items:center;font-family:Mulish,Arial,Helvetica,sans-serif;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.sh-links a{color:#e9e9e9;text-decoration:none;transition:color .15s ease}
.sh-links a:hover,.sh-links a.active{color:#f6b501}
.sh-cta{display:inline-flex;align-items:center;justify-content:center;background:#f6b501;color:#080808;padding:13px 22px;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 16px 34px rgba(246,181,1,.18);text-decoration:none;white-space:nowrap;font-family:Mulish,Arial,Helvetica,sans-serif;font-size:14px;transition:.2s ease}
.sh-cta:hover{transform:translateY(-2px);background:#ffd34d}

.sh-footer{background:#0d0d0d;color:rgba(255,255,255,.72);padding:46px 24px;font-family:Mulish,Arial,Helvetica,sans-serif;border-top:1px solid rgba(255,255,255,.08)}
.sh-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:30px}
.sh-footer h4{color:#fff;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em;font-size:14px}
.sh-footer a{display:block;margin:8px 0;color:inherit;text-decoration:none}
.sh-footer a:hover{color:#f6b501}
.sh-footer img{width:140px;height:auto;border-radius:3px;margin-bottom:12px}
.sh-footer p{margin:0 0 8px;line-height:1.6}

@media (max-width:900px){
  .sh-links{display:none}
  .sh-cta{display:none}
  .sh-brand img{width:128px}
  .sh-nav{padding:12px 16px;gap:12px}
  .sh-footer-grid{grid-template-columns:1fr}
}

/* ===== Sitewide typography (Product Lines style: Play headings, Mulish body) ===== */
body{font-family:Mulish,Arial,Helvetica,sans-serif !important}
h1,h2,h3,h4{font-family:Play,Arial,Helvetica,sans-serif !important}
.btn,button,input,select,textarea{font-family:Mulish,Arial,Helvetica,sans-serif}

/* defend canonical chrome against page-level `nav{display:none}` mobile rules */
nav.sh-nav{display:flex !important}
nav.amd-mobile-links{display:flex !important}

/* PSS: real images in placeholder panels */
.team-photo.has-img{position:relative;overflow:hidden}
.team-photo.has-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.team-photo.has-img .badge{position:absolute;z-index:2}
.logo-placeholder.has-logo{background:#fff;display:grid;place-items:center;padding:10px}
.logo-placeholder.has-logo img{max-height:62px;max-width:85%;object-fit:contain}

/* PSS nav density: six long labels — keep on one line, burger below 1200px */
.sh-links{white-space:nowrap;flex-wrap:nowrap;gap:16px;font-size:13px;letter-spacing:.04em}
.sh-nav{max-width:1320px;gap:18px}
@media (max-width:1199px){
  .sh-links{display:none}
  .sh-cta{display:none}
  .amd-burger{display:flex}
}
@media (min-width:901px) and (max-width:1199px){
  .amd-mobile-menu{display:block}
}
