
:root{
  --deep:#002f08;
  --green:#006b12;
  --green2:#008a1a;
  --gold:#e7c35b;
  --gold2:#ffe48a;
  --cream:#fbfff2;
  --soft:#eef7e8;
  --red:#b60000;
  --text:#102014;
  --muted:#445544;
  --line:#d8e1cf;
  --shadow:0 24px 70px rgba(0,0,0,.32);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:
    radial-gradient(circle at top left,rgba(14,153,45,.9),transparent 34%),
    radial-gradient(circle at top right,rgba(255,224,112,.18),transparent 28%),
    linear-gradient(135deg,#004b0b,#001f05 72%);
  color:#fff;
  line-height:1.55;
}
a{text-decoration:none;color:inherit}
a:focus-visible{outline:3px solid var(--gold2);outline-offset:4px}
img{max-width:100%;height:auto}
ul{padding-left:20px}
li{margin:7px 0}
.skip-link{
  position:absolute;left:-9999px;top:8px;z-index:999;
  background:#fff;color:#003d08;padding:10px 14px;border-radius:8px;font-weight:900;
}
.skip-link:focus{left:8px}

.page{width:min(1500px,100%);margin:auto;padding:18px}

.luxury-top{
  display:grid;
  grid-template-columns:150px minmax(420px,1fr) minmax(340px,405px) minmax(270px,315px);
  gap:20px;
  align-items:center;
  min-height:355px;
  padding:32px 24px;
  border-radius:28px;
  background:
    radial-gradient(circle at 8% 16%,rgba(69,208,89,.45),transparent 30%),
    radial-gradient(circle at 66% 40%,rgba(255,224,112,.13),transparent 35%),
    linear-gradient(135deg,#008319 0%,#00590d 42%,#002d07 100%);
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}
.luxury-top:after{
  content:"";
  position:absolute;
  inset:auto -10% 0 -10%;
  height:110px;
  background:repeating-linear-gradient(170deg,rgba(255,224,112,.16) 0,rgba(255,224,112,.16) 1px,transparent 1px,transparent 13px);
  opacity:.32;
  transform:skewY(-4deg);
}
.logo-card,.brand-block,.cred-card,.appt-card{position:relative;z-index:1;min-width:0}

.logo-card{
  width:145px;
  height:245px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.9);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.logo-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.brand-block h1{
  font-family:Georgia,serif;
  font-size:58px;
  line-height:.94;
  letter-spacing:-1.5px;
  text-shadow:0 6px 20px rgba(0,0,0,.35);
}
.brand-block .tm{font-size:24px;vertical-align:top;margin-left:4px}
.brand-sub{
  margin-top:18px;
  color:#fff;
  font-size:27px;
  font-weight:900;
  line-height:1.15;
}
.gold-line{
  margin-top:24px;
  width:min(390px,100%);
  height:2px;
  background:linear-gradient(90deg,transparent,var(--gold2),transparent);
}
.cred-card{display:flex;justify-content:center}
.cred-card img{
  width:100%;
  max-width:405px;
  border-radius:22px;
  box-shadow:0 18px 45px rgba(0,0,0,.42);
}
.appt-card{
  justify-self:end;
  width:100%;
  max-width:315px;
  padding:18px 16px;
  border:2px solid rgba(255,224,112,.78);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(0,64,12,.96),rgba(0,32,7,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.35);
}
.appt-inner{
  display:grid;
  grid-template-columns:66px 1fr;
  gap:13px;
  align-items:center;
}
.appt-card img{
  width:66px;
  height:66px;
  object-fit:cover;
  border-radius:16px;
  border:3px solid rgba(255,224,112,.75);
}
.appt-label{font-size:18px;font-weight:900;color:#fff}
.appt-phone{
  display:block;color:#fff;font-size:22px;font-weight:900;line-height:1.1;margin:5px 0 10px;
}
.appt-card small{
  display:block;color:#fff;font-size:13px;font-weight:800;line-height:1.35;opacity:.96;
}
.nav{
  margin-top:18px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.26);
  border-bottom:1px solid rgba(255,255,255,.26);
}
.nav a{
  padding:16px 30px;
  font-weight:900;
  font-size:17px;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.24);
}
.nav a:last-child{border-right:0}
.nav a.active{color:#fff200}

.hero{
  padding:72px 24px 60px;
  text-align:center;
}
.eyebrow{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  border:1px solid rgba(255,224,112,.75);
  color:var(--gold2);
  font-weight:900;
  letter-spacing:.5px;
  background:rgba(0,0,0,.16);
  margin-bottom:18px;
}
.hero h2{
  font-family:Georgia,serif;
  font-size:58px;
  line-height:1.02;
  max-width:1080px;
  margin:0 auto 18px;
  text-shadow:0 8px 28px rgba(0,0,0,.35);
}
.hero p{
  max-width:960px;
  margin:0 auto;
  font-size:23px;
  font-weight:800;
  color:#f4fff0;
}
.hero-actions{
  margin-top:30px;
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}
.btn{
  display:inline-block;
  padding:15px 28px;
  border-radius:999px;
  font-size:19px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.btn-primary{background:linear-gradient(#ffe48a,#d5a827);color:#16320d}
.btn-secondary{border:2px solid rgba(255,224,112,.78);color:#fff;background:rgba(0,40,8,.72)}

.luxury-main{
  background:var(--cream);
  color:var(--text);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 70px rgba(0,0,0,.28);
}
.trust-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:linear-gradient(90deg,#fff9dd,#fff0af);
  border-bottom:1px solid #e7d68a;
}
.trust-item{
  padding:24px 18px;
  text-align:center;
  border-right:1px solid #e7d68a;
  font-weight:900;
  color:#00620d;
  font-size:19px;
}
.trust-item:last-child{border-right:0}

.section{padding:54px 52px}
.section h2,.section-title{
  font-family:Georgia,serif;
  color:#00620d;
  font-size:40px;
  text-align:center;
  margin-bottom:16px;
}
.section-lead{
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
  font-size:20px;
  font-weight:700;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.two-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.card,.service-card,.story-card{
  padding:28px;
  background:linear-gradient(180deg,#ffffff,#f2faed);
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 10px 26px rgba(0,0,0,.09);
}
.card h3,.service-card h3,.story-card h3{
  color:#b60000;
  font-size:23px;
  margin-bottom:10px;
}
.card p,.service-card p,.story-card p{
  font-size:17px;
  font-weight:700;
}
.card ul{margin-top:8px}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--line);
}
.split-box{
  padding:48px 52px;
  background:linear-gradient(90deg,#fbfff2,#f0f8ea);
  border-right:1px solid var(--line);
}
.split-box:last-child{border-right:0}
.split-box h2{
  font-family:Georgia,serif;
  color:#b60000;
  font-size:34px;
  margin-bottom:15px;
}
.split-box h3{
  color:#00620d;
  font-size:23px;
  margin:18px 0 8px;
}
.split-box p{
  font-size:19px;
  font-weight:700;
  margin-bottom:14px;
}
.checklist{
  list-style:none;
  padding-left:0;
  margin-top:12px;
}
.checklist li{
  position:relative;
  padding-left:34px;
  margin:10px 0;
  font-size:18px;
  font-weight:800;
}
.checklist li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  width:21px;
  height:21px;
  border-radius:50%;
  background:#007a16;
  color:white;
  text-align:center;
  line-height:21px;
  font-size:14px;
  font-weight:900;
}
.highlight{
  background:linear-gradient(90deg,#f3faee,#eaf7e4);
  color:#111;
  padding:46px 60px;
  text-align:center;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.highlight h2{
  color:#00620d;
  font-family:Georgia,serif;
  font-size:38px;
  margin-bottom:16px;
}
.highlight p{
  max-width:1120px;
  margin:0 auto 15px;
  font-size:20px;
  font-weight:700;
}
.cta-strip{
  padding:42px 24px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,224,112,.18),transparent 40%),
    linear-gradient(135deg,#004c0d,#002605);
  color:white;
}
.cta-strip h2{
  font-family:Georgia,serif;
  font-size:42px;
  margin-bottom:14px;
}
.cta-strip p{
  font-size:20px;
  font-weight:800;
  margin-bottom:24px;
}
.photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.photo-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.09);
  text-align:center;
}
.photo-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  border-radius:14px;
  background:#e8efe2;
}
.photo-card p{
  margin-top:10px;
  color:#00620d;
  font-weight:900;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.contact-card{
  padding:30px;
  background:linear-gradient(180deg,#ffffff,#f2faed);
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 10px 26px rgba(0,0,0,.09);
}
.contact-card h3{
  color:#b60000;
  font-size:25px;
  margin-bottom:12px;
}
.phone-link{
  color:#d30000;
  font-size:24px;
  font-weight:900;
  display:inline-block;
  margin:4px 8px 4px 0;
}
.map-link{
  display:inline-block;
  margin-top:12px;
  padding:10px 18px;
  background:linear-gradient(#0f8a1f,#006b12);
  color:white;
  font-size:17px;
  font-weight:900;
  border-radius:8px;
  box-shadow:0 6px 16px rgba(0,0,0,.18);
}
.email-link{
  color:#004d99;
  font-size:22px;
  font-weight:900;
  text-decoration:underline;
  word-break:break-word;
}
.faq details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:18px 20px;
  margin:12px auto;
  max-width:980px;
  box-shadow:0 6px 16px rgba(0,0,0,.06);
}
.faq summary{
  color:#00620d;
  font-size:19px;
  font-weight:900;
  cursor:pointer;
}
.faq p{
  margin-top:10px;
  font-size:17px;
  font-weight:700;
}
.footer{
  padding:32px 40px;
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr 1.1fr;
  gap:30px;
  font-size:17px;
  color:white;
}
.footer-title{
  grid-column:1/-1;
  text-align:center;
  font-size:20px;
  font-weight:900;
  color:#fff200;
  padding-bottom:10px;
}

@media(max-width:1280px){
  .luxury-top{
    grid-template-columns:135px minmax(360px,1fr) minmax(300px,360px) minmax(245px,290px);
    gap:16px;
    padding:28px 18px;
  }
  .logo-card{width:130px;height:225px}
  .brand-block h1{font-size:50px}
  .brand-sub{font-size:23px}
  .cred-card img{max-width:360px}
  .appt-card{max-width:290px;padding:16px 14px}
  .appt-inner{grid-template-columns:60px 1fr;gap:12px}
  .appt-card img{width:60px;height:60px}
  .appt-phone{font-size:20px}
  .appt-card small{font-size:12px}
}
@media(max-width:1050px){
  .luxury-top{
    grid-template-columns:1fr;
    text-align:center;
  }
  .logo-card{margin:auto}
  .gold-line{margin-left:auto;margin-right:auto}
  .appt-card{justify-self:center}
  .service-grid,.split,.trust-row,.two-grid,.contact-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid #e7d68a}
  .split-box{border-right:0;border-bottom:1px solid var(--line)}
  .photo-grid{grid-template-columns:1fr 1fr}
  .footer{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .page{padding:10px}
  .luxury-top{padding:22px 18px}
  .logo-card{width:145px;height:230px}
  .brand-block h1{font-size:43px}
  .brand-sub{font-size:22px}
  .hero{padding:44px 14px}
  .hero h2{font-size:38px}
  .hero p{font-size:18px}
  .nav{display:grid;grid-template-columns:1fr 1fr}
  .nav a{text-align:center;padding:12px 8px;font-size:15px}
  .section,.split-box,.highlight{padding:32px 22px}
  .section h2,.section-title,.cta-strip h2{font-size:31px}
  .photo-grid{grid-template-columns:1fr}
  .footer{grid-template-columns:1fr;font-size:16px}
}


/* Blog, Reviews, and Conversion Enhancements */
.review-strip{
  padding:34px 28px;
  background:linear-gradient(90deg,#fff9dd,#fff0af);
  color:#102014;
  border-top:1px solid #e7d68a;
  border-bottom:1px solid #e7d68a;
  text-align:center;
}
.review-strip h2{
  font-family:Georgia,serif;
  color:#00620d;
  font-size:34px;
  margin-bottom:12px;
}
.review-strip p{
  max-width:900px;
  margin:0 auto 18px;
  font-size:18px;
  font-weight:800;
}
.review-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}
.review-btn{
  display:inline-block;
  padding:12px 22px;
  border-radius:999px;
  background:#006b12;
  color:#fff;
  font-size:17px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}
.review-btn.alt{
  background:#b60000;
}
.blog-meta{
  text-align:center;
  color:#445544;
  font-size:15px;
  font-weight:800;
  margin-top:-16px;
  margin-bottom:28px;
}
.blog-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.blog-card{
  padding:28px;
  background:linear-gradient(180deg,#fff,#f2faed);
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 10px 26px rgba(0,0,0,.09);
}
.blog-card h3{
  color:#b60000;
  font-size:23px;
  margin-bottom:10px;
}
.blog-card p{
  color:#102014;
  font-size:17px;
  font-weight:700;
  margin-bottom:16px;
}
.blog-card a{
  color:#00620d;
  font-weight:900;
  text-decoration:underline;
}
.article-body{
  max-width:960px;
  margin:0 auto;
}
.article-body h2{
  text-align:left;
  font-size:34px;
  margin-top:28px;
}
.article-body h3{
  color:#b60000;
  font-size:24px;
  margin:24px 0 10px;
}
.article-body p{
  font-size:19px;
  font-weight:700;
  margin:0 0 16px;
}
.article-body ul{
  font-size:18px;
  font-weight:700;
  margin:0 0 20px 18px;
}
.post-nav{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-top:34px;
}
.post-nav a{
  color:#00620d;
  font-weight:900;
  text-decoration:underline;
}
.sticky-cta{
  position:fixed;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  z-index:999;
  display:flex;
  gap:10px;
  padding:10px;
  border-radius:999px;
  background:rgba(0,47,8,.92);
  border:1px solid rgba(255,224,112,.65);
  box-shadow:0 12px 35px rgba(0,0,0,.35);
  backdrop-filter:blur(8px);
}
.sticky-cta a{
  display:inline-block;
  padding:10px 17px;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
}
.sticky-cta .sticky-text{
  background:linear-gradient(#ffe48a,#d5a827);
  color:#16320d;
}
.sticky-cta .sticky-call{
  color:#fff;
  border:1px solid rgba(255,224,112,.55);
}
@media(max-width:1050px){
  .blog-list{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .blog-list{grid-template-columns:1fr}
  .sticky-cta{
    width:calc(100% - 20px);
    justify-content:center;
    bottom:8px;
  }
  .sticky-cta a{
    flex:1;
    text-align:center;
    padding:10px 8px;
  }
  body{padding-bottom:68px}
}


/* Public Review Profile Cards */
.review-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  max-width:1120px;
  margin:22px auto 0;
}
.review-stat{
  background:rgba(255,255,255,.72);
  border:1px solid #e7d68a;
  border-radius:16px;
  padding:18px 14px;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.review-stat strong{
  display:block;
  color:#00620d;
  font-size:18px;
  margin-bottom:5px;
}
.review-stat span{
  display:block;
  color:#102014;
  font-size:16px;
  font-weight:900;
}
.review-note{
  max-width:980px;
  margin:18px auto 0;
  color:#445544;
  font-size:14px;
  font-weight:800;
}
@media(max-width:1050px){
  .review-stats{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .review-stats{grid-template-columns:1fr}
}

/* Header clipping fix */
.brand-block{
  overflow:visible;
}
.brand-block h1{
  max-width:100%;
  overflow-wrap:normal;
}
.cred-card,
.appt-card{
  min-width:0;
}


/* Footer/sticky CTA bottom spacing fix */
body{
  padding-bottom:96px;
}

.footer{
  padding-bottom:118px;
}

@media(max-width:700px){
  body{
    padding-bottom:88px;
  }

  .footer{
    padding-bottom:104px;
  }
}
