
*{box-sizing:border-box;margin:0;padding:0;}
:root{
  --ink:#1A1A1A;--cream:#FAF7F3;--sand:#E4DDD3;--stone:#96805F;
  --gold:#96805F;--gold2:#B29879;--gold3:#D8CFC2;
  --dark:#211D18;--darker:#171310;
  --serif:'Spectral',Georgia,serif;
  --sans:'DM Sans',sans-serif;
}
html{scroll-behavior:smooth;}
body{font-family:var(--sans);background:var(--darker);color:var(--cream);overflow-x:hidden;font-weight:300;}
nav{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 3.5rem;background:rgba(10,9,6,0.97);border-bottom:1px solid rgba(212,175,90,0.12);position:sticky;top:0;z-index:100;}
.nav-brand{display:flex;flex-direction:column;gap:2px;}
.nav-brand-top{display:flex;align-items:center;gap:0.6rem;}
.nav-brand-name{font-family:var(--serif);font-size:1.1rem;letter-spacing:0.08em;color:var(--cream);}
.nav-brand-tag{font-size:0.58rem;letter-spacing:0.35em;text-transform:uppercase;color:var(--gold2);font-weight:400;}
.nav-icon{height:30px;width:auto;display:block;}
.footer-top{display:flex;align-items:center;gap:0.5rem;}
.footer-icon{height:22px;width:auto;display:block;opacity:0.85;}
.footer-brand{font-family:var(--serif);font-size:0.95rem;color:rgba(247,243,236,0.55);}
.nav-links{display:flex;gap:3rem;list-style:none;}
.nav-links a{font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(247,243,236,0.45);text-decoration:none;transition:color 0.3s;font-weight:400;}
.nav-links a:hover{color:var(--gold2);}
.nav-btn{font-size:0.65rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--ink);background:var(--gold2);border:none;padding:0.65rem 1.8rem;cursor:pointer;font-family:var(--sans);font-weight:500;text-decoration:none;display:inline-block;transition:background 0.25s;}
.nav-btn:hover{background:var(--gold3);}
.hero{min-height:93vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden;}
.hero-left{padding:5.5rem 3.5rem 4rem;display:flex;flex-direction:column;justify-content:center;background:var(--darker);position:relative;z-index:2;}
.hero-left::after{content:'';position:absolute;right:-1px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(212,175,90,0.4) 30%,rgba(212,175,90,0.4) 70%,transparent);}
.hero-right{position:relative;overflow:hidden;background:#1a1610;}
.hero-right img{width:100%;height:100%;object-fit:cover;opacity:0.78;display:block;filter:saturate(0.85) contrast(1.05);}
.hero-right-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,9,6,0.55) 0%,transparent 40%),linear-gradient(to top,rgba(10,9,6,0.45) 0%,transparent 50%);}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.6rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold2);margin-bottom:2.2rem;font-weight:400;}
.hero-badge::before{content:'';display:block;width:28px;height:1px;background:var(--gold2);}
.hero-h1{font-family:var(--serif);font-size:clamp(2.6rem,5vw,4.4rem);font-weight:400;line-height:1.08;color:var(--cream);margin-bottom:1.8rem;}
.hero-h1 em{font-style:italic;color:var(--gold2);}
.hero-p{font-size:0.92rem;color:rgba(247,243,236,0.52);max-width:380px;line-height:1.9;margin-bottom:2.8rem;font-weight:300;}
.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:3.5rem;}
.btn-gold{background:var(--gold2);color:var(--ink);border:none;padding:1rem 2.4rem;font-family:var(--sans);font-size:0.7rem;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,transform 0.15s;}
.btn-gold:hover{background:var(--gold3);transform:translateY(-2px);}
.btn-line{color:rgba(247,243,236,0.6);background:transparent;border:1px solid rgba(212,175,90,0.3);padding:1rem 2.4rem;font-family:var(--sans);font-size:0.7rem;font-weight:400;letter-spacing:0.18em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color 0.2s,color 0.2s;}
.btn-line:hover{border-color:var(--gold2);color:var(--gold2);}
.hero-stats{display:flex;gap:2.5rem;padding-top:2.2rem;border-top:1px solid rgba(212,175,90,0.15);}
.hstat-num{font-family:var(--serif);font-size:1.8rem;color:var(--gold2);line-height:1;margin-bottom:0.2rem;}
.hstat-lbl{font-size:0.6rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(247,243,236,0.38);font-weight:400;}
.hero-img-caption{position:absolute;bottom:1.5rem;left:1.5rem;font-size:0.58rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(247,243,236,0.4);}
.marquee-bar{background:var(--gold2);padding:0.7rem 0;overflow:hidden;display:flex;white-space:nowrap;}
.marquee-inner{display:flex;animation:marquee 22s linear infinite;}
.marquee-item{font-size:0.6rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--ink);font-weight:500;padding:0 2.5rem;display:flex;align-items:center;gap:1rem;}
.marquee-item::after{content:'◆';font-size:0.35rem;opacity:0.5;}
@keyframes marquee{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
.about{display:grid;grid-template-columns:1fr 1fr;min-height:65vh;}
.about-img-col{position:relative;overflow:hidden;background:#1a1610;min-height:440px;}
.about-img-col img{width:100%;height:100%;object-fit:cover;opacity:0.75;display:block;}
.about-img-overlay{position:absolute;inset:0;background:linear-gradient(to right,transparent 55%,rgba(10,9,6,0.65) 100%);}
.about-text{background:var(--dark);padding:4.5rem 3.5rem;display:flex;flex-direction:column;justify-content:center;}
.eyebrow{font-size:0.6rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold2);margin-bottom:1.2rem;font-weight:400;}
.section-h2{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.8rem);font-weight:400;color:var(--cream);line-height:1.18;margin-bottom:1.4rem;}
.about-p{font-size:0.88rem;color:rgba(247,243,236,0.48);line-height:1.9;margin-bottom:0.9rem;font-weight:300;}
.feats{margin-top:1.8rem;display:flex;flex-direction:column;gap:0.85rem;}
.feat{display:flex;align-items:flex-start;gap:0.9rem;font-size:0.82rem;color:rgba(247,243,236,0.55);font-weight:300;}
.feat-dot{width:1px;height:13px;background:var(--gold2);flex-shrink:0;margin-top:4px;}
.services-section{background:var(--cream);color:var(--ink);padding:5.5rem 3.5rem;}
.svc-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;gap:2rem;flex-wrap:wrap;}
.svc-header .eyebrow{color:var(--gold);}
.svc-h2{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;color:var(--ink);line-height:1.1;}
.svc-sub{font-size:0.88rem;color:var(--stone);max-width:280px;line-height:1.8;font-weight:300;text-align:right;}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(158,144,128,0.2);}
.svc-card{background:var(--cream);padding:2.4rem;transition:background 0.3s;position:relative;overflow:hidden;}
.svc-card:hover{background:var(--sand);}
.svc-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform 0.3s;transform-origin:left;}
.svc-card:hover::after{transform:scaleX(1);}
.svc-num{font-family:var(--serif);font-size:0.72rem;color:var(--gold);margin-bottom:1.3rem;font-style:italic;}
.svc-title{font-family:var(--serif);font-size:1.35rem;font-weight:700;color:var(--ink);margin-bottom:0.85rem;}
.svc-desc{font-size:0.82rem;color:var(--stone);line-height:1.9;font-weight:300;}
.svc-link{display:inline-block;margin-top:1.4rem;font-size:0.62rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);font-weight:500;text-decoration:none;border-bottom:1px solid rgba(184,144,42,0.3);padding-bottom:2px;}
.gallery-section{background:var(--darker);padding:5rem 0 0;}
.gallery-header{padding:0 3.5rem 2.8rem;}
.gallery-eyebrow{font-size:0.6rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold2);margin-bottom:0.9rem;font-weight:400;}
.gallery-h2{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;color:var(--cream);}
.filter-tabs{display:flex;gap:0.6rem;margin-top:1.5rem;flex-wrap:wrap;}
.ftab{font-size:0.6rem;letter-spacing:0.18em;text-transform:uppercase;padding:0.45rem 1.1rem;border:1px solid rgba(212,175,90,0.2);color:rgba(247,243,236,0.4);cursor:pointer;transition:all 0.2s;background:transparent;font-family:var(--sans);}
.ftab.active,.ftab:hover{border-color:var(--gold2);color:var(--gold2);}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;}
.g-item{position:relative;overflow:hidden;background:#1a1610;aspect-ratio:1;}
.g-item.tall{aspect-ratio:0.65;}
.g-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease,filter 0.4s;filter:brightness(0.82) saturate(0.88);}
.g-item:hover img{transform:scale(1.06);filter:brightness(0.98) saturate(1.05);}
.g-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,9,6,0.85) 0%,transparent 55%);opacity:0;transition:opacity 0.35s;}
.g-item:hover .g-overlay{opacity:1;}
.g-label{position:absolute;bottom:1rem;left:1rem;right:1rem;}
.g-cat{font-size:0.52rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold2);display:block;margin-bottom:0.2rem;transform:translateY(6px);opacity:0;transition:all 0.3s;}
.g-name{font-family:var(--serif);font-size:0.9rem;color:var(--cream);transform:translateY(6px);opacity:0;transition:all 0.3s 0.05s;}
.g-item:hover .g-cat,.g-item:hover .g-name{transform:translateY(0);opacity:1;}
.process-section{background:var(--dark);padding:5.5rem 3.5rem;}
.process-h2{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;color:var(--cream);margin-bottom:3.5rem;}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(212,175,90,0.12);}
.step{padding:2.2rem 2rem 2.2rem 0;border-right:1px solid rgba(212,175,90,0.08);}
.step:last-child{border-right:none;padding-right:0;}
.step-n{font-family:var(--serif);font-size:3.2rem;color:rgba(212,175,90,0.1);line-height:1;margin-bottom:1rem;font-weight:700;}
.step-title{font-family:var(--serif);font-size:1.05rem;color:var(--cream);margin-bottom:0.65rem;font-weight:400;}
.step-desc{font-size:0.78rem;color:rgba(247,243,236,0.38);line-height:1.9;font-weight:300;}
.testimonial{background:var(--cream);padding:5.5rem 3.5rem;text-align:center;}
.test-inner{max-width:680px;margin:0 auto;}
.test-mark{font-family:var(--serif);font-size:4.5rem;color:var(--gold2);line-height:0.5;margin-bottom:1.8rem;opacity:0.35;}
.test-quote{font-family:var(--serif);font-size:clamp(1.2rem,2.2vw,1.85rem);font-style:italic;color:var(--ink);line-height:1.55;margin-bottom:1.8rem;font-weight:400;}
.test-div{width:36px;height:1px;background:var(--gold);margin:0 auto 1rem;}
.test-author{font-size:0.62rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--stone);font-weight:400;}
.contact-section{display:grid;grid-template-columns:1fr 1.2fr;min-height:68vh;}
.contact-left{background:var(--ink);color:var(--cream);padding:5rem 3.5rem;display:flex;flex-direction:column;justify-content:center;}
.contact-right{background:var(--cream);padding:5rem 3.5rem;}
.contact-h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;line-height:1.15;margin-bottom:1.8rem;}
.contact-p{font-size:0.86rem;color:rgba(247,243,236,0.48);line-height:1.9;margin-bottom:2.5rem;font-weight:300;}
.cdetail{display:flex;flex-direction:column;gap:1.2rem;}
.cd{display:flex;flex-direction:column;gap:0.2rem;}
.cd-lbl{font-size:0.56rem;letter-spacing:0.25em;text-transform:uppercase;color:rgba(247,243,236,0.28);font-weight:400;}
.cd-val{font-size:0.86rem;color:var(--gold2);font-weight:300;}
.cd-val a{color:var(--gold2);text-decoration:none;}
.areas{display:flex;flex-wrap:wrap;gap:0.45rem;margin-top:2.2rem;}
.area-pill{font-size:0.58rem;letter-spacing:0.12em;text-transform:uppercase;padding:0.3rem 0.8rem;border:1px solid rgba(212,175,90,0.22);color:rgba(247,243,236,0.42);}
.form-h3{font-family:var(--serif);font-size:1.35rem;color:var(--ink);margin-bottom:1.4rem;font-weight:400;}
.fl{display:flex;flex-direction:column;gap:0.3rem;margin-bottom:1rem;}
.fl label{font-size:0.56rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--stone);font-weight:400;}
.fl input,.fl select,.fl textarea{border:none;border-bottom:1px solid rgba(158,144,128,0.28);background:transparent;font-family:var(--sans);font-size:0.88rem;color:var(--ink);padding:0.55rem 0;outline:none;transition:border-color 0.25s;font-weight:300;width:100%;appearance:none;border-radius:0;}
.fl input:focus,.fl select:focus,.fl textarea:focus{border-bottom-color:var(--gold);}
.fl textarea{resize:none;}
.fl-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}
.submit-btn{width:100%;background:var(--ink);color:var(--cream);border:none;padding:1.05rem;font-family:var(--sans);font-size:0.68rem;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;cursor:pointer;margin-top:0.4rem;transition:background 0.25s;}
.submit-btn:hover{background:var(--gold);}
.fstep{font-size:0.55rem;letter-spacing:0.24em;text-transform:uppercase;color:var(--gold);font-weight:500;margin:1.6rem 0 0.9rem;padding-bottom:0.5rem;border-bottom:1px solid rgba(178,152,121,0.25);}
.fstep:first-of-type{margin-top:0.2rem;}
.fl-opt{text-transform:none;letter-spacing:0.02em;color:rgba(158,144,128,0.8);font-size:0.58rem;}
.file-input{font-size:0.75rem !important;padding:0.5rem 0 !important;color:var(--stone) !important;}
.file-input::file-selector-button{font-family:var(--sans);font-size:0.6rem;letter-spacing:0.14em;text-transform:uppercase;padding:0.5rem 1rem;margin-right:0.8rem;border:1px solid rgba(158,144,128,0.4);background:transparent;color:var(--ink);cursor:pointer;border-radius:0;}
.file-input::file-selector-button:hover{border-color:var(--gold);color:var(--gold);}
.trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:2.2rem;padding:2.6rem 3.5rem;background:var(--dark);border-top:1px solid rgba(178,152,121,0.14);border-bottom:1px solid rgba(178,152,121,0.14);}
.trust-item{font-size:0.6rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(247,243,236,0.62);font-weight:400;display:flex;align-items:center;gap:0.6rem;}
.trust-item::before{content:'';width:5px;height:5px;background:var(--gold2);border-radius:50%;flex-shrink:0;}
@media(max-width:760px){.trust-strip{gap:1.1rem;padding:2rem 1.5rem;flex-direction:column;align-items:flex-start;}}
footer{background:var(--darker);padding:2.2rem 3.5rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(212,175,90,0.08);flex-wrap:wrap;gap:1rem;}
.footer-brand{font-family:var(--serif);font-size:0.95rem;color:rgba(247,243,236,0.32);}
.footer-copy{font-size:0.58rem;letter-spacing:0.1em;color:rgba(247,243,236,0.18);text-transform:uppercase;}
.footer-nav{display:flex;gap:1.8rem;list-style:none;}
.footer-nav a{font-size:0.58rem;letter-spacing:0.14em;text-transform:uppercase;color:rgba(247,243,236,0.22);text-decoration:none;transition:color 0.2s;}
.footer-nav a:hover{color:var(--gold2);}
@media(max-width:900px){
  nav{padding:1rem 1.5rem;}
  .nav-links{display:none;}
  .hero{grid-template-columns:1fr;}
  .hero-right{min-height:50vw;}
  .hero-left{padding:5rem 1.5rem 3rem;}
  .about{grid-template-columns:1fr;}
  .about-img-col{min-height:50vw;}
  .about-text{padding:3rem 1.5rem;}
  .services-section,.gallery-section,.process-section,.testimonial,.contact-section{padding-left:1.5rem;padding-right:1.5rem;}
  .svc-grid{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .steps{grid-template-columns:1fr 1fr;}
  .contact-section{grid-template-columns:1fr;}
  .fl-row{grid-template-columns:1fr;}
  footer{flex-direction:column;align-items:flex-start;}
}

/* ---- Google Reviews ---- */
.rev-section{background:var(--cream);color:var(--ink);padding:5rem 3.5rem;text-align:center;}
.rev-eyebrow{font-size:0.6rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);margin-bottom:0.9rem;}
.rev-h2{font-family:var(--serif);font-size:clamp(1.5rem,2.6vw,2.3rem);font-weight:400;color:var(--ink);margin-bottom:1rem;}
.rev-sub{font-size:0.88rem;color:var(--stone);max-width:600px;margin:0 auto 2.6rem;line-height:1.85;font-weight:300;}
.rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem;max-width:1080px;margin:0 auto 2.8rem;text-align:left;}
.rev-card{background:#fff;border:1px solid var(--sand);padding:1.8rem 1.7rem;display:flex;flex-direction:column;}
.rev-stars{color:#E7B416;font-size:0.85rem;letter-spacing:0.12em;margin-bottom:0.9rem;}
.rev-text{font-size:0.88rem;line-height:1.8;color:#4a4438;font-weight:300;margin-bottom:1.3rem;flex:1;}
.rev-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--sand);padding-top:0.9rem;}
.rev-name{font-family:var(--serif);font-size:0.92rem;color:var(--ink);}
.rev-src{font-size:0.58rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--stone);}
.rev-link{font-size:0.58rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);text-decoration:none;white-space:nowrap;}
.rev-link:hover{text-decoration:underline;}
.rev-btn{display:inline-block;background:var(--ink);color:var(--cream);padding:1rem 2.4rem;font-size:0.66rem;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;transition:background 0.25s;}
.rev-btn:hover{background:var(--gold);}
.leave-rev{background:var(--dark);padding:3.2rem 3.5rem;text-align:center;border-top:1px solid rgba(178,152,121,0.14);}
.leave-rev-h{font-family:var(--serif);font-size:1.25rem;color:var(--cream);margin-bottom:0.5rem;font-weight:400;}
.leave-rev-p{font-size:0.8rem;color:rgba(247,243,236,0.5);margin-bottom:1.6rem;font-weight:300;}
.leave-rev-btn{display:inline-block;border:1px solid rgba(178,152,121,0.5);color:var(--gold2);padding:0.85rem 2.1rem;font-size:0.62rem;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;transition:all 0.25s;}
.leave-rev-btn:hover{border-color:var(--gold2);background:var(--gold2);color:var(--ink);}
@media(max-width:760px){.rev-section{padding:3.5rem 1.5rem;}.leave-rev{padding:2.6rem 1.5rem;}}

/* ---- Mobile nav toggle ---- */
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:0.4rem;flex-direction:column;gap:5px;z-index:200;}
.nav-toggle span{display:block;width:24px;height:1.5px;background:var(--cream);transition:transform 0.25s ease,opacity 0.2s ease;}
.nav-toggle.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;}
.nav-toggle.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}
@media(max-width:760px){
  .nav-toggle{display:flex;}
  .nav-links{
    display:flex;flex-direction:column;gap:0;position:fixed;top:0;right:0;
    width:78vw;max-width:320px;height:100vh;background:var(--darker);
    padding:6.5rem 2rem 2rem;transform:translateX(100%);transition:transform 0.3s ease;
    box-shadow:-8px 0 24px rgba(0,0,0,0.4);
  }
  .nav-links.open{transform:translateX(0);}
  .nav-links li{border-bottom:1px solid rgba(178,152,121,0.15);}
  .nav-links a{display:block;padding:1.1rem 0;font-size:0.75rem;}
  .nav-btn{display:none;}
}
.nav-scrim{position:fixed;inset:0;background:rgba(0,0,0,0.5);opacity:0;pointer-events:none;transition:opacity 0.3s ease;z-index:90;}
.nav-scrim.open{opacity:1;pointer-events:auto;}
