
:root{
  --paper:#f7f2ea; --ink:#302822; --red:#a91618; --black:#101010;
  --card:#fff; --soft:#f1efec; --line:#e1dbd3; --green:#4b5d4b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.48}
a{color:inherit}
.promo-bar{background:var(--green);color:#fff;text-align:center;font-size:12px;font-weight:800;letter-spacing:.04em;padding:8px 14px}
.promo-bar a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.utility{background:#2c241f;color:#fff;text-align:center;padding:7px 16px;font-size:11px}
.wrap{max-width:940px;margin:auto;padding:0 24px}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;padding:68px 0 74px}
.kicker{color:var(--red);font-size:12px;letter-spacing:.14em;font-weight:900;text-transform:uppercase;margin-bottom:11px}
h1{font-size:56px;line-height:.97;letter-spacing:-.045em;margin:0 0 18px;font-weight:900}
.lead{font-size:16px;max-width:540px;margin:0 0 20px}
.hero-img{width:100%;border-radius:10px;display:block;aspect-ratio:1.03/1;object-fit:cover}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 13px}
.btn{display:inline-block;padding:12px 17px;border-radius:4px;text-decoration:none;font-weight:800;font-size:13px;border:1px solid #171717}
.btn.red{background:var(--red);border-color:var(--red);color:#fff}
.btn.black{background:#111;color:#fff}
.btn.white{background:#fff;color:#111}
.promo-link{margin-top:10px;display:inline-flex;gap:9px;align-items:center;color:var(--red);font-weight:900;text-decoration:none;font-size:14px}
.promo-link span{border-bottom:1px solid currentColor}
.section{padding:18px 0 52px}
.section h2{font-size:36px;line-height:1.05;letter-spacing:-.035em;margin:0 0 22px}
.cards2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 3px 11px rgba(0,0,0,.04)}
.service-card img{width:100%;height:245px;object-fit:cover;display:block}
.card-body{padding:20px}
.card-body h3{font-size:22px;line-height:1.15;margin:0 0 12px}
.card-body p{font-size:14px;margin:0 0 18px}
.local-band{background:#0e0e0e;color:#fff;border-radius:8px;padding:28px 28px;margin:14px 0 26px}
.local-band h2{font-size:33px;margin:0 0 9px}
.local-band p{margin:0;max-width:820px}
.info-shell{background:#f0eeee;border-radius:8px;padding:25px}
.info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
.info-card{background:#fff;border:1px solid #ddd7d0;border-radius:6px;padding:18px;min-height:238px}
.mini{color:var(--red);font-size:10px;letter-spacing:.13em;font-weight:900;text-transform:uppercase;margin-bottom:9px}
.info-card h3{font-size:18px;line-height:1.2;margin:0 0 10px}
.info-card p{font-size:13px}
.info-card a{color:var(--red);font-weight:800;text-decoration:none}
.stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}
.stat{background:#f2f1ef;border-radius:5px;padding:12px}
.stat b{display:block;font-size:20px}
.stat small{font-size:10px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.why{background:#fff;border:1px solid #ddd6ce;border-top:3px solid var(--red);border-radius:5px;padding:16px;min-height:150px}
.why h3{font-size:15px;margin:0 0 8px}
.why p{font-size:12px;margin:0}
.reviews{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
.review{background:#121212;color:#fff;border-radius:7px;padding:22px;min-height:180px}
.review.red{background:#ad171a}
.stars{letter-spacing:3px;font-size:12px;margin-bottom:10px}
.quote{font-size:19px;line-height:1.05;font-weight:900;text-transform:uppercase}
.author{font-size:11px;margin-top:28px;opacity:.85}
.gallery{display:grid;grid-template-columns:1.1fr .8fr 1.1fr;gap:14px;align-items:start}
.gallery img{width:100%;border-radius:7px;display:block;object-fit:cover;height:210px}
.gallery img.mid{height:170px;margin-top:65px}
.cta{background:#f0eeee;border-radius:8px;padding:28px;display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px}
.cta h2{margin:0 0 6px;font-size:31px}
.cta p{margin:0;max-width:580px}
.footer{background:#101010;color:#fff;margin-top:28px;padding:30px 0}
.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer b{font-size:18px}
.footer a{color:#fff}
.note{font-size:11px;color:#766d65;margin-top:8px}
@media(max-width:760px){
  .hero{grid-template-columns:1fr;gap:28px;padding-top:42px}
  h1{font-size:43px}
  .cards2,.info-grid,.why-grid,.reviews{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr 1fr}
  .gallery img.mid{margin-top:0;height:210px}
  .cta,.footer-inner{display:block}
  .cta .actions{margin-top:18px}
}


/* ===== AAHR GLOBAL HEADER / FOOTER ===== */
.global-site-header{
  background:#f7f2ea;
  border-bottom:1px solid #ddd7cf;
}
.global-header-inner{
  max-width:1040px;
  margin:0 auto;
  padding:12px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.global-logo{
  flex:0 0 auto;
  display:block;
  text-decoration:none;
}
.global-logo img{
  width:82px;
  height:auto;
  display:block;
}
.global-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  flex-wrap:wrap;
}
.global-nav a{
  color:#2f2823;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.global-nav a:hover{
  color:#a9171b;
}
.global-nav .book-nav{
  background:#a9171b;
  color:#fff;
  padding:10px 12px;
  border-radius:4px;
}
.global-nav .book-nav:hover{
  color:#fff;
  background:#881216;
}
.global-footer{
  background:#30261f;
  color:#fff;
  margin-top:0;
}
.global-footer-inner{
  max-width:1040px;
  margin:0 auto;
  padding:48px 28px 42px;
  display:grid;
  grid-template-columns:1.5fr .8fr .8fr .8fr;
  gap:42px;
}
.global-footer-logo{
  width:155px;
  height:auto;
  display:block;
  margin-bottom:18px;
}
.global-footer h3{
  color:#fff;
  font-size:14px;
  margin:0 0 15px;
}
.global-footer p{
  color:#fff;
  font-size:12px;
  line-height:1.65;
  margin:0 0 12px;
}
.global-footer a{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  margin:0 0 10px;
}
.global-footer a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.global-footer-bottom{
  border-top:1px solid rgba(255,255,255,.17);
  max-width:1040px;
  margin:0 auto;
  padding:16px 28px 22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  color:#ddd2ca;
  font-size:10px;
}
.global-footer-bottom a{
  display:inline;
  font-size:10px;
  color:#ddd2ca;
}
@media(max-width:900px){
  .global-header-inner{
    align-items:flex-start;
  }
  .global-nav{
    gap:14px;
  }
  .global-footer-inner{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:700px){
  .global-header-inner{
    display:block;
  }
  .global-logo img{
    margin-bottom:14px;
  }
  .global-nav{
    justify-content:flex-start;
  }
}
@media(max-width:520px){
  .global-footer-inner{
    grid-template-columns:1fr;
  }
}
