*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#ffffff;color:#111}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font-family:inherit}

:root{
  --max:1280px;
  --tan:#d2ad63;
  --black:#0b0b0b;
  --black2:#121212;
  --gold:#d2ad63;
  --accent:#d2ad63;
  --line:rgba(255,255,255,.14);
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.55);
  --headerH:78px;
  --topbarH:40px;
  --anchorOffset:110px;
}

.wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto}

section[id]{scroll-margin-top:calc(var(--anchorOffset) + 18px)}

.topbar{background:var(--tan);color:#111;font-size:13px;line-height:1}
.topbar .wrap{display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:10px 0}
.pill{
  display:inline-flex;align-items:center;gap:10px;
  background:#111;color:#fff;border:1px solid rgba(0,0,0,.25);
  padding:8px 12px;border-radius:2px;font-weight:700;letter-spacing:.2px;white-space:nowrap;
}
.pill:hover{filter:brightness(1.05)}
.pill.same{background:#111;color:#fff;cursor:pointer}

.ig-row{display:flex;align-items:center;gap:10px;margin-right:auto}
.ig-text{font-weight:600}
.ig-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:inherit}
.ig-icon-btn svg{width:18px;height:18px}

.header{
  position:sticky;top:0;z-index:50;
  background:linear-gradient(to bottom, rgba(0,0,0,.92), rgba(0,0,0,.70));
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter:saturate(1.1);
}
.navrow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;min-height:var(--headerH)}

.brand{display:flex;align-items:center;gap:14px;min-width:300px}
.brand-text h1{font-family:"Playfair Display",serif;font-weight:700;letter-spacing:.6px;font-size:26px;line-height:1.05;color:#fff}
.brand-text h1 .h{color:#fff}
.brand-text h1 .n{color:#fff}

.navlinks{display:flex;align-items:center;justify-content:flex-end;gap:26px;flex:1}
.navlinks a,
.navlinks button{
  color:#ffffff;
  font-size:13px;
  letter-spacing:1.4px;
  text-transform:uppercase;
  padding:8px 0;
  position:relative;
  background:transparent;
  border:0;
  cursor:pointer;
  opacity:.92;
}
.navlinks a:hover,.navlinks button:hover{opacity:1}
.navlinks a.active{opacity:1}
.navlinks a.active:after,
.navlinks a:hover:after,
.navlinks button:hover:after{
  content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--accent);opacity:.95
}

.burger{
  display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.20);border-radius:4px;color:#fff;cursor:pointer;
  align-items:center;justify-content:center;
}
.burger span{width:20px;height:2px;background:#fff;display:block;position:relative}
.burger span:before,.burger span:after{content:"";position:absolute;left:0;width:20px;height:2px;background:#fff}
.burger span:before{top:-6px}
.burger span:after{top:6px}

.hero{
  position:relative;
  height:calc(100vh - var(--topbarH) - var(--headerH));
  min-height:680px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#000;
}
.hero-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.18), rgba(0,0,0,.78)),
    url("images/hero.webp");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transform:scale(1.01);
  filter:saturate(1.05) contrast(1.05);
}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0,0,0,.30), rgba(0,0,0,.72))}
.hero-inner{position:relative;text-align:center;padding:90px 0 80px;width:min(980px, calc(100% - 48px));color:#fff}

.seal{
  width:150px;height:150px;border-radius:50%;
  margin:0 auto 22px;
  border:3px solid rgba(255,255,255,.25);
  box-shadow:0 0 0 10px rgba(255,255,255,.06);
  display:grid;place-items:center;position:relative;background:rgba(0,0,0,.12);
}
.seal:before{content:"";position:absolute;inset:10px;border-radius:50%;border:1px solid rgba(255,255,255,.18)}
.seal span{font-family:"Playfair Display",serif;font-size:54px;letter-spacing:2px;color:#fff;text-shadow:0 8px 30px rgba(0,0,0,.55)}

.hero h2{
  font-family:"Playfair Display",serif;font-weight:700;letter-spacing:2px;font-size:72px;line-height:1.02;
  text-transform:uppercase;text-shadow:0 10px 40px rgba(0,0,0,.62);
}
.hero h2 .accent{color:var(--accent)}
.hero .sub{
  margin-top:14px;color:rgba(255,255,255,.74);text-transform:uppercase;letter-spacing:4px;font-size:15px;
  display:flex;align-items:center;justify-content:center;gap:18px;
}
.hero .sub:before,.hero .sub:after{
  content:"";width:86px;height:2px;background:linear-gradient(to right, rgba(210,173,99,0), rgba(210,173,99,.95));
}
.hero .sub:after{background:linear-gradient(to left, rgba(210,173,99,0), rgba(210,173,99,.95))}
.cta{
  margin-top:30px;display:inline-flex;align-items:center;justify-content:center;
  padding:14px 34px;border-radius:2px;background:var(--accent);color:#111;font-weight:900;
  letter-spacing:2px;text-transform:uppercase;border:1px solid rgba(0,0,0,.25);
  box-shadow:0 18px 40px rgba(0,0,0,.35);cursor:pointer;
}
.cta:hover{filter:brightness(1.03)}
.cta:active{transform:translateY(1px)}

main{background:#fff}
.section{padding:70px 0}
.section-title{
  font-family:"Playfair Display",serif;
  letter-spacing:1.2px;text-transform:uppercase;
  font-size:36px;text-align:center;color:#0f172a;
}
.section-sub{
  margin:10px auto 0;
  width:min(860px, calc(100% - 48px));
  color:rgba(15,23,42,.72);
  text-align:center;line-height:1.7;font-size:14px;
}

.gallery-grid{
  margin:28px auto 0;
  width:min(1100px, calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:14px;
}

.tcard{
  grid-column:span 4;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.12);
  background:#ffffff;
  position:relative;
  cursor:pointer;
  padding:0;
  display:block;
  min-height:240px;
  box-shadow:0 10px 22px rgba(2,6,23,.06);
  transition:transform .12s ease, filter .12s ease, box-shadow .12s ease;
}
.tcard:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 16px 32px rgba(2,6,23,.10)}
.tcard:active{transform:translateY(-1px)}
.tcard img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.pricing-grid{
  margin:28px auto 0;
  width:min(1100px, calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  align-items:stretch;
}
.plan{
  border:1px solid rgba(15,23,42,.12);
  border-radius:14px;
  padding:18px;
  background:#ffffff;
  box-shadow:0 8px 20px rgba(2,6,23,.06);
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:280px;
  will-change:transform,opacity;
}
.planTop{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.planName{
  font-family:"Playfair Display",serif;
  letter-spacing:.8px;
  text-transform:uppercase;
  font-size:22px;
  color:#0f172a;
}
.planPrice{
  font-weight:900;
  color:#0f172a;
  font-size:20px;
  white-space:nowrap;
}
.planDesc{color:rgba(15,23,42,.72);line-height:1.7;font-size:13px}
.plan ul{padding-left:18px;color:rgba(15,23,42,.80);line-height:1.7;font-size:13px;display:flex;flex-direction:column;gap:6px}
.planBtnRow{margin-top:auto;display:flex;justify-content:flex-end}
.planBtn{
  padding:10px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.25);
  background:var(--accent);color:#111;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;
  cursor:pointer;font-size:12px;
  transition:transform .12s ease, filter .12s ease;
}
.planBtn:hover{filter:brightness(1.03);transform:translateY(-1px)}

.footer{
  background:var(--black);
  color:#fff;
  padding:56px 0 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.footer-grid{
  width:min(1200px, calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.25fr 1fr 1.25fr 1.6fr;
  gap:28px;
  align-items:start;
}
.f-title{
  font-family:"Playfair Display",serif;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:22px;
  color:var(--accent);
  margin-bottom:14px;
}
.f-text{color:rgba(255,255,255,.72);line-height:1.7;font-size:13px}
.f-links{display:flex;flex-direction:column;gap:8px}
.f-links a{color:rgba(255,255,255,.72);font-size:13px}
.f-links a:hover{color:#fff}
.hours{display:flex;flex-direction:column;gap:10px}
.hrow{
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:rgba(255,255,255,.74);
  font-size:13px;
}
.hrow b{color:rgba(255,255,255,.88);font-weight:800;letter-spacing:.8px}
.hrow span{white-space:nowrap}

.f-phone{color:rgba(255,255,255,.85)}

.inquiry-card{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  border-radius:10px;
  padding:16px;
  justify-self:end;
  width:100%;
  max-width:420px;
  margin-left:auto;
}
.inquiry-title{
  font-family:"Playfair Display",serif;
  color:var(--accent);
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:18px;
  margin-bottom:10px;
}
.mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.mini-grid .full{grid-column:1/-1}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-size:11px;text-transform:uppercase;letter-spacing:1.4px;color:rgba(255,255,255,.70)}
.field input,.field textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.35);
  color:#fff;
  padding:10px 10px;
  border-radius:8px;
  outline:none;
  font-size:13px;
}
.field textarea{min-height:84px;resize:vertical}


.f-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}
.opt-inline{color:rgba(255,255,255,.62);font-size:11px;line-height:1.45;max-width:260px}

.f-btn{
  padding:10px 14px;border-radius:8px;border:1px solid rgba(0,0,0,.25);
  background:var(--accent);color:#111;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;
  cursor:pointer;font-size:12px;
}
.f-btn:disabled{opacity:.6;cursor:not-allowed}
.f-status{margin-top:10px;color:rgba(255,255,255,.78);font-size:12px;min-height:16px}

.map-box{
  margin-top:14px;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
}

.copyright{
  margin-top:24px;
  border-top:1px solid rgba(255,255,255,.08);
  padding:16px 0 18px;
  color:rgba(255,255,255,.50);
  font-size:12px;
  text-align:center;
}


.modalOverlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.66);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:1000;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.modalOverlay.open{display:flex}


.modal{
  width:min(860px,100%);
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(2,6,23,.12);
  box-shadow:0 30px 80px rgba(0,0,0,.40);
  max-height:calc(100vh - 40px);
  display:flex;
  flex-direction:column;
}
.modalTop{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid rgba(15,23,42,.12);
  background:#ffffff;
  flex:0 0 auto;
}
.modalTop h3{
  font-family:"Playfair Display",serif;
  font-size:18px;
  letter-spacing:.6px;
  color:#0f172a;
}
.xbtn{
  width:38px;height:38px;border-radius:10px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  color:#0f172a;
  font-size:18px;
}
.modalBody{
  padding:16px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  flex:1 1 auto;
}

.modalSectionTitle{font-weight:900;color:#0f172a;margin-bottom:10px}

.plansGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:16px;
}
.planPick{
  border:1px solid rgba(15,23,42,.14);
  border-radius:14px;
  padding:14px;
  background:#fff;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  gap:10px;
  transition:transform .08s ease, border-color .08s ease, background .08s ease;
  min-height:150px;
  position:relative;
  text-align:left;
}
.planPick:hover{transform:translateY(-1px)}
.planPick.selected{
  background:rgba(210,173,99,.16);
  border-color:rgba(210,173,99,.85);
  box-shadow:0 10px 26px rgba(2,6,23,.10);
}
.pickTop{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.pickName{font-weight:900;color:#0f172a;text-transform:uppercase;letter-spacing:1.2px;font-size:13px}
.pickPrice{font-weight:900;color:#0f172a;font-size:13px;white-space:nowrap}
.pickDesc{font-size:12px;color:rgba(15,23,42,.72);line-height:1.6}
.pickBullets{padding-left:18px;font-size:12px;color:rgba(15,23,42,.80);line-height:1.6;display:flex;flex-direction:column;gap:4px}

.formGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:12px;
}
.formGrid .full{grid-column:1/-1}
.mfield{display:flex;flex-direction:column;gap:6px}
.mfield label{font-size:11px;text-transform:uppercase;letter-spacing:1.4px;color:rgba(15,23,42,.65)}
.mfield input,.mfield textarea{
  width:100%;
  border:1px solid rgba(15,23,42,.16);
  background:#fff;
  color:#0f172a;
  padding:11px 10px;
  border-radius:10px;
  outline:none;
  font-size:14px;
}
.mfield textarea{min-height:100px;resize:vertical}

/* UPDATED: full-width submit button support */
.submitRow{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:10px}
.submitRow.full{justify-content:stretch}
.mBtn{
  padding:12px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.25);
  background:var(--accent);color:#111;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;
  cursor:pointer;font-size:12px;
}
.fullBtn{width:100%;display:block}
.mBtn:disabled{opacity:.6;cursor:not-allowed}
.mStatus{margin-top:10px;font-size:13px;color:rgba(15,23,42,.75);min-height:18px}


.formNote{margin-top:10px;color:rgba(15,23,42,.70);font-size:12px;line-height:1.6}

.featuresGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:14px;
}
.feat{
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  border-radius:12px;
  padding:12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:52px;
  transition:transform .08s ease, border-color .08s ease, background .08s ease;
}
.feat:hover{transform:translateY(-1px)}
.feat.selected{
  background:rgba(210,173,99,.14);
  border-color:rgba(210,173,99,.70);
}
.featName{font-weight:800;color:#0f172a;font-size:13px}


.featMark{
  display:grid;
  place-items:center;
  position:relative;
  width:22px;
  height:22px;
  flex:0 0 22px;
}
.featMark .dot{
  width:22px;height:22px;border-radius:50%;
  border:2px solid rgba(15,23,42,.22);
  background:transparent;
}
.featMark .check{
  position:absolute;
  font-weight:900;
  font-size:14px;
  color:#0f172a;
  opacity:0;
  transform:scale(.9);
}
.feat.selected .featMark .dot{
  border-color:rgba(210,173,99,.95);
  background:rgba(210,173,99,.18);
}
.feat.selected .featMark .check{opacity:1}

.lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:1200;
}
.lightbox.open{display:flex}
.lightbox-inner{
  position:relative;
  width:min(980px,100%);
  background:#0b0b0b;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(0,0,0,.55);
  display:grid;
  place-items:center;
}
.lb-img{
  width:100%;
  height:auto;
  display:block;
  max-height:82vh;
  object-fit:contain;
  background:#0b0b0b;
}
.lb-close{
  position:absolute;
  top:10px;
  right:10px;
  width:40px;
  height:40px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.35);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size:20px;
}
.lb-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.35);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size:26px;
  line-height:1;
}
.lb-prev{left:10px}
.lb-next{right:10px}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.reveal.in{
  opacity:1;
  transform:translateY(0);
}
.slide-left{transform:translateX(-24px);opacity:0}
.slide-right{transform:translateX(24px);opacity:0}
.slide-left.in,.slide-right.in{transform:translateX(0);opacity:1}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal,.slide-left,.slide-right{transition:none;transform:none;opacity:1}
  .tcard,.planBtn,.cta{transition:none}
}

@media (max-width: 980px){
  .hero h2{font-size:54px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .inquiry-card{justify-self:stretch;max-width:none}
  .pricing-grid{grid-template-columns:1fr}
  .plansGrid{grid-template-columns:1fr}
  .featuresGrid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr;gap:12px}
  .tcard{grid-column:auto}
}


@media (max-width: 820px){
  :root{--headerH:74px;--topbarH:40px;--anchorOffset:120px}
  .wrap{width:min(var(--max),calc(100% - 32px))}
  .burger{display:flex}

  .navlinks{
    position:absolute;left:0;right:0;top:100%;
    background:rgba(5,5,5,.96);
    border-bottom:1px solid rgba(255,255,255,.10);
    padding:14px 20px 18px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .navlinks.open{display:flex}
  .navlinks a,.navlinks button{width:100%;padding:10px 0;text-align:left}
  .navlinks a.active:after,.navlinks a:hover:after,.navlinks button:hover:after{display:none}

  .hero{min-height:620px}
  .hero h2{font-size:44px}
  .hero .sub{font-size:14px;letter-spacing:3px}
  .hero .sub:before,.hero .sub:after{width:54px}

  .gallery-grid{
    width:min(1100px, calc(100% - 24px));
    display:flex;
    overflow:auto;
    scroll-snap-type:x mandatory;
    gap:12px;
    padding-bottom:6px;
  }
  .tcard{
    flex:0 0 88%;
    min-height:260px;
    scroll-snap-align:center;
  }

  .formGrid{grid-template-columns:1fr}
  .featuresGrid{grid-template-columns:1fr}

  .lb-nav{display:none}

  .topbar .wrap{
    gap:10px;
    padding:8px 0;
    justify-content:space-between;
  }
  .ig-row{
    margin-right:0;
    gap:8px;
    min-width:0;
  }
  .ig-text{
    font-size:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:52vw;
  }

  
  .pill{
    display:inline-flex;
    padding:7px 10px;
    font-size:11px;
    letter-spacing:.2px;
  }

  
  .topbar a.pill.same[href^="tel:"]{
    display:none;
  }

  #openQuoteTop{
    margin-left:auto;
    white-space:nowrap;
    display:inline-flex;
  }
}

@media (max-width: 520px){
  .brand-text h1{font-size:22px}
  .hero h2{font-size:38px}
  .seal{width:128px;height:128px}
  .seal span{font-size:48px}
  .footer-grid{grid-template-columns:1fr}
}


.brand-text h1,
.brand-text h1 .h,
.brand-text h1 .n{
  color:#ffffff !important;
}


@media (max-width: 820px){
  .featuresGrid{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
  }
  .feat{
    padding:10px;
    min-height:44px;
    font-size:12px;
  }
  .featName{
    font-size:12px;
  }
}

#plansOverlay .modalBody > button,
#quoteOverlay .modalBody > button,
#plansOverlay .modalBody > .xbtn,
#quoteOverlay .modalBody > .xbtn{
  display:none !important;
}



