:root{
  --bg:#ffffff;
  --surface:#f7f7f7;
  --surface-strong:#111111;
  --text:#141414;
  --text-soft:#555555;
  --border:#e7e1d3;
  --accent:#bb9b49;
  --accent-dark:#9c8038;
  --accent-contrast:#ffffff;
  --shadow:0 16px 40px rgba(0,0,0,.08);
  --radius:18px;
  --radius-sm:12px;
  --container:1200px;
  --space-1:12px;
  --space-2:16px;
  --space-3:24px;
  --space-4:32px;
  --space-5:48px;
  --space-6:72px;
  --sticky-offset:90px;
}

*,*::before,*::after{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body.homepage{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6;
  text-rendering:optimizeLegibility;
}

img,iframe{
  max-width:100%;
  display:block;
}

a{
  color:var(--accent-dark);
  text-underline-offset:2px;
}

a:hover,
a:focus-visible{
  color:var(--text);
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.skip-link:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  z-index:9999;
  background:#fff;
  color:#000;
  padding:10px 14px;
  border:2px solid var(--accent);
}

.container{
  width:min(calc(100% - 32px),var(--container));
  margin-inline:auto;
}

.narrow{
  max-width:860px;
  margin-inline:auto;
}

.centre{text-align:center}

.site-shell{overflow:hidden}

.section{
  padding:var(--space-6) 0;
}

.section--light{background:var(--surface)}

.section--dark{
  background:#111;
  color:#fff;
}

.section--dark a{color:#f1d48a}

.eyebrow{
  margin:0 0 12px;
  color:var(--accent-dark);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:1rem;
  line-height:1.35;
}

h1,h2,h3,h4{
  margin:0 0 14px;
  line-height:1.15;
  color:inherit;
}

h1{font-size:clamp(2rem,4vw,3.25rem)}
h2{font-size:clamp(1.55rem,2.8vw,2.35rem)}
h3{font-size:clamp(1.15rem,2vw,1.5rem)}
h4{font-size:1.1rem}

p{margin:0 0 16px}

.section-copy,
.section-note,
.contact-line{
  color:var(--text-soft);
}

.section--dark .section-copy,
.section--dark .section-note,
.section--dark .contact-line{
  color:rgba(255,255,255,.84);
}

/* HERO */
.hero{
  position:relative;
  min-height:clamp(560px,72vh,760px);
  display:grid;
  align-items:center;
  isolation:isolate;
  background:#000;
  overflow:hidden;
}

.hero__media,
.hero__overlay{
  position:absolute;
  inset:0;
}

.hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.hero__overlay{
  background:rgba(0,0,0,.48);
  z-index:1;
}

.hero__inner,
.hero__inner--centre{
  position:relative;
  z-index:2;
  min-height:clamp(560px,72vh,760px);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:48px 0;
}

.hero__brand-block,
.hero__branding{
  max-width:1100px;
  margin:0 auto;
  padding:24px 18px;
}

.hero__brand{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(2.4rem,6vw,5.4rem);
  line-height:1;
  font-weight:900;
  letter-spacing:.01em;
  white-space:nowrap;
  text-shadow:0 5px 24px rgba(0,0,0,.65);
}

.hero__lead,
.hero__slogan{
  margin:0;
  color:var(--accent);
  font-size:clamp(1.05rem,2vw,1.65rem);
  line-height:1.25;
  font-weight:900;
  text-shadow:0 3px 18px rgba(0,0,0,.75);
}

.hero__brand sup,
.hero__lead sup,
.hero__slogan sup{
  font-size:.34em;
  position:relative;
  top:-.8em;
}

.hero-intro,
.hero-after{
  background:#fff;
  padding:36px 0 30px;
  text-align:center;
}

.hero-intro__inner,
.hero-after .container{
  max-width:920px;
  margin-inline:auto;
}

.hero-intro h1,
.hero-after h1{
  margin:0 0 14px;
  color:#111;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.12;
  font-weight:900;
}

.hero-intro p,
.hero-after p,
.hero-after .hero__sublead,
.hero-after .hero__proof,
.hero-after .hero__strap{
  margin:0 auto 10px;
  max-width:760px;
  color:#333;
  font-size:1.05rem;
  line-height:1.55;
}

.hero__strap,
.hero-intro__strap{
  display:block;
  font-weight:900;
  color:#111!important;
}

/* TRUST */
.trust-strip{
  background:#111;
  color:#fff;
  padding:16px 0;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.trust-strip p{
  margin:0;
  font-weight:700;
}

.badge-band{
  padding:22px 0;
  background:#fff;
}

.badge-band__grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}

.badge-card{
  min-height:86px;
  background:linear-gradient(180deg,#fff 0%,#f8f5ed 100%);
  border:1px solid var(--border);
  border-radius:var(--radius-sm);
  box-shadow:var(--shadow);
  padding:14px 10px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.badge-card h2{
  margin:0 0 6px;
  font-size:.95rem;
  line-height:1.2;
}

.badge-card p{
  margin:0;
  font-size:.9rem;
  font-weight:700;
  color:var(--accent-dark);
}

/* BUTTONS */
.cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.cta-row--hero{margin-top:28px}

.cta-row--centre{
  justify-content:center;
  margin-top:24px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  font-size:.98rem;
  text-decoration:none;
  transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;
}

.btn:hover,
.btn:focus-visible{
  transform:translateY(-1px);
}

.btn--primary{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
}

.btn--primary:hover,
.btn--primary:focus-visible{
  background:var(--accent-dark);
  border-color:var(--accent-dark);
  color:#fff;
}

.btn--secondary{
  background:transparent;
  border-color:var(--accent);
  color:var(--accent-dark);
}

.btn--secondary:hover,
.btn--secondary:focus-visible{
  background:var(--accent);
  color:#fff;
}

.pill-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin-top:24px;
}

.pill-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  text-decoration:none;
  font-weight:700;
}

.pill-links a:hover,
.pill-links a:focus-visible{
  border-color:var(--accent);
  color:var(--accent-dark);
}

/* VIDEO */
.proof-video{
  margin:28px auto 0;
  max-width:720px;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}

.proof-video iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
}

/* LAYOUT */
.grid-two{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.grid-four{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.stack{
  display:grid;
  gap:18px;
}

.service-card,
.reason-card{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:22px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:var(--shadow);
}

.service-card--reverse{justify-content:space-between}

.service-card__body,
.reason-card__body{
  flex:1 1 auto;
}

.service-card h3,
.reason-card h4{
  margin-bottom:10px;
}

.service-card p,
.reason-card p{
  margin-bottom:0;
  color:var(--text-soft);
}

.service-card__icon,
.reason-card__icon{
  flex:0 0 52px;
  width:52px;
  height:52px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,var(--accent) 0 34%,transparent 35% 100%),
    linear-gradient(180deg,#fff 0%,#f2ecdd 100%);
  border:1px solid var(--border);
}

.feature-card,
.info-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:24px;
}

.feature-card--cta{padding:32px}

.info-card p:last-child,
.feature-card p:last-child{
  margin-bottom:0;
}

.section--dark .info-card{
  background:#1b1b1b;
  border-color:rgba(255,255,255,.08);
  box-shadow:none;
}

.bullet-list{
  margin:0;
  padding-left:20px;
}

.bullet-list li{margin-bottom:12px}

.bullet-list--tight li{margin-bottom:8px}

.subheading{
  color:var(--text-soft);
  margin-bottom:0;
}

.text-block{margin-top:40px}

/* LOCATIONS */
.service-locations{
  background:#111;
  color:#fff;
  padding:34px 0;
}

.service-locations h2{
  font-size:1.35rem;
  margin-bottom:16px;
}

.location-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.location-list a{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.04);
  text-decoration:none;
  font-weight:700;
}

.location-list a:hover,
.location-list a:focus-visible{
  border-color:var(--accent);
  color:#f1d48a;
}

/* FAQ */
.faq-list{
  max-width:900px;
  margin:32px auto 0;
  display:grid;
  gap:14px;
}

.faq-item{
  border:1px solid var(--border);
  border-radius:var(--radius-sm);
  background:#fff;
  overflow:hidden;
}

.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:18px 20px;
  font-weight:700;
  position:relative;
}

.faq-item summary::-webkit-details-marker{display:none}

.faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:var(--accent-dark);
  font-size:1.25rem;
  line-height:1;
}

.faq-item[open] summary::after{content:"–"}

.faq-item p{
  margin:0;
  padding:0 20px 18px;
  color:var(--text-soft);
}

/* TESTIMONIALS */
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:start;
  margin-top:32px;
}

.testimonial-card{
  min-height:260px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:16px;
  text-align:center;
}

.testimonial-card__photo{
  width:76px;
  height:76px;
  margin:0 auto 10px;
}

.testimonial-card__photo img{
  width:76px;
  height:76px;
  object-fit:cover;
  border-radius:50%;
}

.testimonial-card__quote{
  margin:0 0 10px;
  color:var(--text);
  font-size:.92rem;
  line-height:1.45;
}

.testimonial-card__quote-preview{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0 0 10px;
  font-size:.92rem;
  line-height:1.45;
}

.testimonial-card__details{
  margin:8px 0 10px;
}

.testimonial-card__details summary{
  cursor:pointer;
  color:var(--accent-dark);
  font-weight:900;
  font-size:.9rem;
}

.testimonial-card__details blockquote{
  margin:10px 0 0;
  font-size:.92rem;
  line-height:1.5;
}

.testimonial-card__footer h3{
  margin:8px 0 2px;
  font-size:.98rem;
}

.testimonial-card__footer p{
  margin:0;
  font-size:.88rem;
  color:var(--text-soft);
}

.pager{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.pager__link{
  min-width:44px;
  min-height:44px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  font-weight:700;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.pager__link:hover,
.pager__link:focus-visible,
.pager__link.is-active{
  border-color:var(--accent);
  background:var(--accent);
  color:#fff;
}

/* STICKY CTA */
.sticky-cta,
.sticky-cta-desktop{
  position:fixed;
  z-index:999;
  display:flex;
  gap:10px;
}

.sticky-cta{
  left:0;
  right:0;
  bottom:0;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:rgba(17,17,17,.96);
  justify-content:center;
  border-top:1px solid rgba(255,255,255,.08);
}

.sticky-cta__btn,
.sticky-cta-desktop__btn{
  flex:1 1 0;
  min-width:0;
  min-height:46px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--accent);
  color:#fff;
  border:1px solid var(--accent);
}

.sticky-cta__btn:hover,
.sticky-cta__btn:focus-visible,
.sticky-cta-desktop__btn:hover,
.sticky-cta-desktop__btn:focus-visible{
  background:var(--accent-dark);
  border-color:var(--accent-dark);
  color:#fff;
}

.sticky-cta-desktop{
  right:18px;
  bottom:18px;
  flex-direction:column;
  width:180px;
}

/* BACK TO TOP */
.toTop,
#toTop{
  position:fixed;
  right:18px;
  bottom:108px;
  z-index:9998;
  width:46px;
  height:46px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  border:2px solid var(--accent);
  text-decoration:none;
  font-size:0;
  box-shadow:0 8px 22px rgba(0,0,0,.22);
}

.toTop::before,
#toTop::before{
  content:"↑";
  font-size:22px;
  font-weight:900;
  line-height:1;
}

.toTop:hover,
.toTop:focus,
#toTop:hover,
#toTop:focus{
  background:var(--accent);
  color:#111;
}

.gtm-noscript{
  display:none;
  visibility:hidden;
}

/* RESPONSIVE */
@media (min-width:1025px){
  .sticky-cta{display:none}
  body.homepage{padding-bottom:0}
}

@media (max-width:1100px){
  .badge-band__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:1024px){
  .grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sticky-cta-desktop{display:none}
  body.homepage{padding-bottom:82px}
}

@media (max-width:767px){
  .section{padding:56px 0}

  .hero{
    min-height:520px;
  }

  .hero__inner,
  .hero__inner--centre{
    min-height:520px;
    padding:38px 0;
  }

  .hero__brand{
    font-size:clamp(2rem,12vw,3.2rem);
    white-space:nowrap;
  }

  .hero__lead,
  .hero__slogan{
    font-size:clamp(1rem,5vw,1.25rem);
  }

  .hero-intro,
  .hero-after{
    padding:28px 0 24px;
  }

  .grid-two,
  .grid-four,
  .testimonial-grid{
    grid-template-columns:1fr;
  }

  .badge-band{
    padding:18px 0;
  }

  .badge-band__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .badge-card{
    min-height:74px;
    padding:12px 8px;
  }

  .badge-card h2{font-size:.86rem}
  .badge-card p{font-size:.82rem}

  .service-card,
  .reason-card,
  .service-card--reverse{
    flex-direction:row;
  }

  .cta-row{
    flex-direction:column;
    align-items:stretch;
  }

  .btn{width:100%}

  .location-list{gap:10px}

  .eyebrow{
    font-size:.9rem;
    letter-spacing:.05em;
  }

  .testimonial-card{
    min-height:auto;
  }

  .toTop,
  #toTop{
    right:14px;
    bottom:92px;
    width:42px;
    height:42px;
  }
}

@media (max-width:420px){
  .hero__brand{
    font-size:clamp(1.85rem,10vw,2.6rem);
    letter-spacing:0;
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    animation:none!important;
    transition:none!important;
  }
}
/* FINAL HERO VISUAL MATCH */
.hero{
  min-height:clamp(620px,78vh,820px);
  height:auto;
}

.hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.hero__overlay{
  background:rgba(0,0,0,.52);
}

.hero__center{
  position:relative;
  z-index:2;
  min-height:clamp(620px,78vh,820px);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:64px 16px;
}

.hero__branding{
  max-width:1100px;
  margin:0 auto;
}

.hero__brand{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(3rem,6vw,5.6rem);
  line-height:1;
  font-weight:900;
  letter-spacing:.01em;
  white-space:nowrap;
  text-shadow:0 5px 24px rgba(0,0,0,.65);
}

.hero__slogan{
  margin:0 0 34px;
  color:#bb9b49;
  font-size:clamp(1.2rem,2.2vw,1.8rem);
  line-height:1.25;
  font-weight:900;
  text-shadow:0 3px 18px rgba(0,0,0,.75);
}

.hero__slogan sup{
  font-size:.45em;
  position:relative;
  top:-.75em;
}

.hero__cta-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}

.hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:54px;
  padding:13px 24px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
  line-height:1;
}

.hero__btn--primary{
  background:#bb9b49;
  border:2px solid #bb9b49;
  color:#fff;
}

.hero__btn--outline{
  background:rgba(0,0,0,.2);
  border:2px solid #bb9b49;
  color:#fff;
}

.hero__btn:hover,
.hero__btn:focus-visible{
  background:#9c8038;
  border-color:#9c8038;
  color:#fff;
}

.hero-after{
  padding:36px 0 30px;
}

.hero-after h1{
  max-width:860px;
  margin:0 auto 14px;
}

@media (max-width:767px){
  .hero,
  .hero__center{
    min-height:560px;
  }

  .hero__brand{
    font-size:clamp(2.1rem,10vw,3.4rem);
    white-space:nowrap;
  }

  .hero__slogan{
    font-size:clamp(1rem,4.5vw,1.25rem);
    margin-bottom:24px;
  }

  .hero__cta-row{
    gap:12px;
  }

  .hero__btn{
    width:100%;
    max-width:320px;
  }
}