
/* ==========================================================
   APPROVED SITE-WIDE HEADER + FOOTER
   ========================================================== */
:root{
  --pr-maroon:#7b3436;
  --pr-maroon-dark:#542224;
  --pr-gold:#b8975b;
  --pr-cream:#fffaf2;
  --pr-line:#d9c8b3;
  --pr-ink:#2b2723;
}
body{margin:0}
.pr-master-header{
  position:sticky;
  top:0;
  z-index:999;
  background:var(--pr-cream);
  border-bottom:1px solid rgba(184,151,91,.35);
  box-shadow:0 3px 15px rgba(45,25,18,.05);
}
.pr-master-inner{
  width:min(1180px,92%);
  min-height:108px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:30px;
}
.pr-master-brand{
  margin-right:auto;
  display:flex;
  align-items:center;
  gap:12px;
  color:inherit;
  text-decoration:none;
  flex:0 0 auto;
}
.pr-master-monogram{
  width:96px;
  height:86px;
  display:block;
  object-fit:contain;
  background:transparent;
  border:0;
  padding:0;
  box-shadow:none;
}
.pr-master-wordmark{
  width:276px;
  display:flex;
  flex-direction:column;
  line-height:1;
}
.pr-master-wordmark strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  font-weight:400;
  letter-spacing:.045em;
  color:var(--pr-maroon);
  white-space:nowrap;
}
.pr-master-limited{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
}
.pr-master-limited i{
  height:1px;
  flex:1;
  background:var(--pr-gold);
}
.pr-master-limited b{
  padding-left:.55em;
  color:var(--pr-gold);
  font:700 10px Arial,Helvetica,sans-serif;
  letter-spacing:.55em;
}
.pr-master-nav{
  display:flex;
  align-items:center;
  gap:27px;
}
.pr-master-nav a{
  position:relative;
  padding:44px 0 41px;
  color:var(--pr-ink);
  text-decoration:none;
  text-transform:uppercase;
  font:700 12px Arial,Helvetica,sans-serif;
  letter-spacing:.045em;
  white-space:nowrap;
}
.pr-master-nav a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:29px;
  height:2px;
  background:var(--pr-maroon);
  transform:scaleX(0);
  transition:transform .2s ease;
}
.pr-master-nav a:hover,
.pr-master-nav a.active{color:var(--pr-maroon)}
.pr-master-nav a:hover::after,
.pr-master-nav a.active::after{transform:scaleX(1)}
.pr-master-phone{
  min-width:188px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:var(--pr-cream)!important;
  background:var(--pr-maroon);
  border:1px solid var(--pr-maroon);
  text-decoration:none;
  font:700 14px Arial,Helvetica,sans-serif;
}
.pr-master-phone span{color:#e7c995;font-size:18px}
.pr-master-menu{
  display:none;
  border:0;
  background:transparent;
  color:var(--pr-maroon);
  font-size:29px;
  cursor:pointer;
}

/* Approved footer: no logo */
.pr-master-footer{
  padding:44px 0 20px;
  color:var(--pr-cream);
  background:var(--pr-maroon-dark);
}
.pr-master-footer-inner{
  width:min(1180px,92%);
  margin:auto;
}
.pr-master-footer-top{
  border-top:1px solid var(--pr-gold);
  padding:31px 25px 27px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
}
.pr-master-footer h3{
  margin:0 0 18px;
  color:var(--pr-cream);
  font:400 22px Georgia,"Times New Roman",serif;
}
.pr-master-footer-links{
  display:grid;
  gap:8px;
}
.pr-master-footer a{
  color:var(--pr-cream);
  text-decoration:none;
}
.pr-master-footer a:hover{color:#e7c995}
.pr-master-footer p{margin:0 0 7px}
.pr-master-footer-bottom{
  border-top:1px solid var(--pr-gold);
  padding:16px 25px 0;
  display:flex;
  justify-content:space-between;
  gap:30px;
  font:400 13px Arial,Helvetica,sans-serif;
}
@media(max-width:1100px){
  .pr-master-inner{gap:20px}
  .pr-master-monogram{width:82px;height:76px}
  .pr-master-wordmark{width:220px}
  .pr-master-wordmark strong{font-size:23px}
  .pr-master-nav{gap:18px}
  .pr-master-phone{min-width:165px;font-size:12px}
}
@media(max-width:900px){
  .pr-master-inner{min-height:88px}
  .pr-master-monogram{width:72px;height:66px}
  .pr-master-wordmark{width:205px}
  .pr-master-wordmark strong{font-size:21px}
  .pr-master-menu{display:block}
  .pr-master-phone{display:none}
  .pr-master-nav{
    position:absolute;
    top:100%;
    left:0;right:0;
    display:none;
    padding:10px 5% 16px;
    background:var(--pr-cream);
    border-top:1px solid var(--pr-line);
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .pr-master-nav.open{display:flex}
  .pr-master-nav a{padding:13px 0}
  .pr-master-nav a::after{bottom:7px}
}
@media(max-width:600px){
  .pr-master-brand{gap:8px}
  .pr-master-monogram{width:62px;height:58px}
  .pr-master-wordmark{width:170px}
  .pr-master-wordmark strong{font-size:18px}
  .pr-master-limited b{font-size:8px;letter-spacing:.42em}
  .pr-master-footer-top{grid-template-columns:1fr;gap:28px;padding-inline:10px}
  .pr-master-footer-bottom{display:block;padding-inline:10px}
  .pr-master-footer-bottom span{display:block;margin-top:7px}
}
