:root{
  --bg:#f7f4ef;
  --paper:#fffaf2;
  --ink:#111315;
  --muted:#6d6a65;
  --dark:#07090c;
  --dark2:#10151a;
  --gold:#d7b46a;
  --line:rgba(17,19,21,.12);
  --radius:24px;
  --shadow:0 30px 90px rgba(0,0,0,.16);
}
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'Instrument Sans',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.site-header{
  position:fixed;z-index:50;top:0;left:0;right:0;
  display:flex;justify-content:space-between;align-items:center;
  padding:26px clamp(20px,5vw,80px);
  color:white;transition:background .28s ease,padding .28s ease,box-shadow .28s ease;
}
.site-header.scrolled{background:rgba(7,9,12,.86);backdrop-filter:blur(16px);padding-top:16px;padding-bottom:16px;box-shadow:0 10px 34px rgba(0,0,0,.18)}
.brand{display:flex;align-items:center;gap:15px}
.brand img{display:block;width:clamp(230px,25vw,330px);height:auto;transition:opacity .25s ease,filter .25s ease}
.site-header.scrolled .brand img{opacity:.96}
.main-nav{display:flex;gap:34px;align-items:center}
.main-nav a{font-size:13px;text-transform:uppercase;letter-spacing:.07em;font-weight:500;opacity:.82}
.main-nav a:hover{opacity:1;color:var(--gold)}
.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;position:relative}
.menu-toggle span{display:block;width:24px;height:2px;background:white;margin:7px auto}
.hero{
  min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;
  background:#111 url("assets/images/hero.jpg") center/cover no-repeat;
}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.98) 8%,rgba(0,0,0,.50) 32%,rgba(0,0,0,.0) 60%)}
.hero-content{position:relative;z-index:1;color:white;width:min(900px,90vw);padding:110px 0 104px clamp(22px,6vw,96px)}
.eyebrow{margin:0 0 24px;color:var(--gold);font-size:12px;font-weight:650;letter-spacing:.26em;text-transform:uppercase}
.center{text-align:center}
h1,h2,h3{font-family:'Instrument Sans',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:600;letter-spacing:-.045em}
h1{font-size:clamp(42px,5.7vw,78px);line-height:1.02;margin:0 0 38px;max-width:900px;font-weight:560;letter-spacing:-.055em}
h1 .hero-word{display:block}
h1 .hero-word-main{font-weight:650}
h1 .hero-word-soft{font-weight:480;color:rgba(255,255,255,.88)}
h1 .hero-word-accent{font-weight:430;color:var(--gold)}
.hero-lead{font-size:clamp(17px,1.8vw,21px);line-height:1.85;color:rgba(255,255,255,.84);max-width:710px;margin:0}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:48px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 30px;border-radius:18px;border:1px solid rgba(255,255,255,.32);font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.11em;transition:.22s transform,.22s background,.22s border-color,.22s color}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--gold);border-color:var(--gold);color:#111}
.btn-primary:hover{background:#e4c57d;border-color:#e4c57d}
.btn-secondary{background:rgba(255,255,255,.035);border-color:rgba(215,180,106,.72);color:white}
.btn-secondary:hover{background:rgba(215,180,106,.12);border-color:var(--gold)}
.hero-badges{display:flex;gap:11px;flex-wrap:wrap;margin-top:52px}
.hero-badges span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:999px;padding:9px 13px;font-size:13px;color:rgba(255,255,255,.78)}
.section{padding:128px clamp(20px,5vw,76px)}
.section h2,.benefits h2,.process h2{font-size:clamp(34px,3.7vw,48px);line-height:1.13;letter-spacing:-.045em;margin:0 auto 30px;text-align:center;max-width:920px;font-weight:560}
.section-lead{text-align:center;color:var(--muted);font-size:18px;line-height:1.7;max-width:760px;margin:0 auto}
.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;max-width:1240px;margin:58px auto 0}
.service-card{background:var(--dark2);color:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.service-card img{width:100%;height:370px;object-fit:cover;background:#d3c6b2}
.service-content{padding:40px}
.service-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--gold);margin-top:-72px;margin-bottom:28px;position:relative}.service-icon img{width:34px;height:34px;object-fit:contain}
.service-content h3{font-size:clamp(28px,2.8vw,38px);line-height:1.08;margin:0 0 18px;font-weight:560}
.service-content p{color:rgba(255,255,255,.76);line-height:1.75;margin:0 0 22px}
.service-content ul{padding-left:18px;margin:0;color:rgba(255,255,255,.82)}
.service-content li{margin:9px 0}
.portfolio-section{background:#fff}
.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:26px 0 40px}
.filter{border:1px solid var(--line);background:#f0ece5;border-radius:999px;padding:10px 17px;cursor:pointer;font-weight:600;font-size:13px}
.filter.active{background:#111;color:white}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1380px;margin:0 auto}
.gallery-item{position:relative;border:0;background:#ddd;padding:0;border-radius:18px;overflow:hidden;aspect-ratio:3 / 2;cursor:pointer;box-shadow:0 12px 38px rgba(0,0,0,.08)}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.45s transform, .45s filter}
.gallery-item:hover img{transform:scale(1.045);filter:saturate(1.05) contrast(1.03)}
.gallery-caption{position:absolute;left:0;right:0;bottom:0;color:white;padding:60px 22px 20px;background:linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,0))}
.gallery-caption strong{display:block;font-size:17px}
.gallery-caption span{display:block;opacity:.76;font-size:13px;margin-top:5px}
.gallery-error{text-align:center;color:#a33}
.benefits{background:var(--dark);color:white;padding:128px clamp(20px,5vw,76px)}
.benefits-inner{max-width:1240px;margin:auto}
.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:46px}
.benefit-grid div{border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}
.benefit-grid span{color:var(--gold);font-weight:650}
.benefit-grid strong{display:block;margin:20px 0 11px;font-size:18px}
.benefit-grid p{color:rgba(255,255,255,.68);line-height:1.6;margin:0}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1240px;margin:48px auto 0}
.steps div{background:white;border:1px solid var(--line);border-radius:20px;padding:30px}
.steps span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#111;color:white;font-weight:650;margin-bottom:24px}
.steps strong{display:block;font-size:20px;margin-bottom:10px}
.steps p{line-height:1.6;color:var(--muted);margin:0}
.final-cta{position:relative;min-height:570px;display:flex;align-items:center;background:#111 url("assets/images/cta.jpg") center/cover no-repeat;color:white;padding:90px clamp(20px,5vw,76px)}
.final-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.38))}
.final-content{position:relative;z-index:1;max-width:760px}
.final-content h2{font-size:clamp(36px,4.5vw,58px);line-height:1.08;margin:0 0 26px;font-weight:560}
.final-content p{font-size:20px;line-height:1.65;color:rgba(255,255,255,.82)}
.contact-box{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.contact-box a{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:13px;padding:16px 20px}
footer{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;background:#f7f4ef;color:#111315;padding:34px clamp(20px,5vw,76px);font-size:14px;border-top:1px solid #e8e3da}
footer strong,footer small{display:block}
footer strong{font-family:'Instrument Sans',ui-sans-serif,system-ui,sans-serif;letter-spacing:.18em;font-weight:650}
footer small,footer span{opacity:.62}
.footer-links{display:flex;gap:20px}
.lightbox{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.96);display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}
.lightbox[hidden]{display:none}
#lightboxImage{max-width:96vw;max-height:96vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 30px 90px rgba(0,0,0,.72);cursor:zoom-in;user-select:none;transition:transform .16s ease,opacity .18s ease}
#lightboxImage.zoomed{cursor:grab}
#lightboxImage.dragging{cursor:grabbing;transition:none}
#lightboxClose{position:absolute;z-index:3;top:18px;right:24px;width:52px;height:52px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.14);border-radius:999px;color:white;font-size:38px;line-height:1;cursor:pointer;opacity:.72;transition:opacity .2s ease,background .2s ease}
#lightboxClose:hover{opacity:1;background:rgba(255,255,255,.10)}
.lightbox-nav{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:56px;height:72px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.22);color:white;font-size:46px;line-height:1;cursor:pointer;opacity:.45;transition:opacity .2s ease,background .2s ease}
.lightbox-nav:hover{opacity:1;background:rgba(255,255,255,.10)}
.prev{left:24px}.next{right:24px}
.lightbox-caption{position:absolute;z-index:2;left:50%;bottom:22px;transform:translateX(-50%);color:white;background:rgba(0,0,0,.38);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:10px 18px;font-size:14px;opacity:.18;transition:opacity .22s ease;pointer-events:none}
.lightbox:hover .lightbox-caption{opacity:1}
@media(max-width:1000px){
  .service-grid,.benefit-grid,.steps{grid-template-columns:1fr 1fr}
}
@media(max-width:960px){
  .gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .main-nav{position:fixed;top:82px;left:16px;right:16px;display:none;flex-direction:column;align-items:flex-start;background:rgba(7,9,12,.95);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:22px}
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .hero-content{padding-top:150px}
  .hero-actions .btn{width:100%}
  .service-grid,.benefit-grid,.steps{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  footer{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;background:#f7f4ef;color:#111315;padding:34px clamp(20px,5vw,76px);font-size:14px;border-top:1px solid #e8e3da}
  .footer-links{flex-direction:column}
  .lightbox-nav{display:none}
  .brand img{width:220px}
  .site-header.scrolled .brand img{width:220px}
}
.gallery-empty{grid-column:1/-1;text-align:center;color:#777;margin:0}


/* Pricing */
.pricing-section{
  background:radial-gradient(circle at 50% 0%,rgba(215,180,106,.16),rgba(215,180,106,0) 34%),linear-gradient(180deg,#fff 0%,#fbf8f2 100%);
  position:relative;
  overflow:hidden;
}
.pricing-heading,.pricing-grid,.pricing-note-wrap,.partner-box{position:relative;z-index:1}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,320px));
  justify-content:center;
  align-items:stretch;
  gap:30px;
  max-width:1130px;
  margin:54px auto 0;
}
.price-card{
  position:relative;
  min-height:560px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(17,19,21,.10);
  border-radius:18px;
  padding:48px 40px 42px;
  box-shadow:0 18px 54px rgba(0,0,0,.055);
  backdrop-filter:blur(12px);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.price-card:hover{transform:translateY(-5px);box-shadow:0 26px 74px rgba(0,0,0,.09);border-color:rgba(168,126,49,.38)}
.price-card.featured{
  background:linear-gradient(180deg,#242424 0%,#0d0d0d 100%);
  color:white;
  border:1px solid rgba(215,180,106,.85);
  box-shadow:0 28px 84px rgba(0,0,0,.22);
}
.price-icon{
  display:grid;
  place-items:center;
  width:70px;
  height:70px;
  margin:0 auto 24px;
  color:#a37b2e;
}
.price-icon img{width:58px;height:58px;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(48%) sepia(18%) saturate(1054%) hue-rotate(7deg) brightness(93%) contrast(89%)}
.price-card.featured .price-icon{
  width:86px;
  height:86px;
  margin-bottom:22px;
  color:var(--gold);
}
.price-card.featured .price-icon svg{width:86px;height:86px;stroke-width:2;display:block}
.price-card h3{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:clamp(25px,2.2vw,30px);
  line-height:1.13;
  margin:0;
  letter-spacing:-.045em;
  font-weight:640;
}
.price-card.featured h3{font-size:27px}
.price-separator{
  width:100%;
  height:1px;
  background:linear-gradient(90deg,rgba(215,180,106,0),rgba(168,126,49,.52),rgba(215,180,106,0));
  margin:26px 0 22px;
}
.price{
  min-height:96px;
  justify-content:flex-start;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#111;
  line-height:1;
}
.price span{
  display:block;
  margin-bottom:9px;
  color:#a37b2e;
  font-weight:700;
  font-size:18px;
  letter-spacing:-.02em;
}
.price strong{
  display:block;
  font-size:clamp(52px,5vw,64px);
  font-weight:660;
  letter-spacing:-.07em;
}
.price-card.featured .price span,.price-card.featured .price strong{color:var(--gold)}
.price-features{
  list-style:none;
  width:100%;
  padding:0;
  margin:6px 0 0;
  text-align:left;
  color:#4f4b45;
  font-size:16px;
  line-height:1.45;
}
.price-features li{
  position:relative;
  padding-left:34px;
  margin:15px 0;
}
.price-features li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  color:#c69d4a;
  font-weight:800;
  font-size:18px;
}
.price-card.featured .price-features{color:rgba(255,255,255,.86)}
.price-card.featured .price-features li::before{color:var(--gold)}
.badge{
  display:inline-block;
  color:var(--gold);
  margin:0 0 4px;
  font-size:14px;
  font-weight:750;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.badge-placeholder{visibility:hidden}
.pricing-note-wrap{
  max-width:1130px;
  margin:42px auto 0;
  display:flex;
  align-items:center;
  gap:36px;
}
.pricing-note-wrap::before,.pricing-note-wrap::after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,rgba(215,180,106,0),rgba(168,126,49,.45));
}
.pricing-note-wrap::after{background:linear-gradient(90deg,rgba(168,126,49,.45),rgba(215,180,106,0))}
.note{
  margin:0;
  text-align:left;
  color:#4f4b45;
  font-size:15px;
  line-height:1.7;
  max-width:560px;
}
.note span{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(168,126,49,.55);
  color:#a37b2e;
  font-weight:700;
  margin-right:14px;
  font-family:Georgia,serif;
}
.partner-box{
  max-width:1130px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  background:linear-gradient(135deg,#fbf6ed,#fffaf2 58%,#f5ead7);
  color:#111;
  border:1px solid rgba(215,180,106,.22);
  border-radius:16px;
  padding:34px 42px;
  box-shadow:0 22px 64px rgba(0,0,0,.06);
}
.partner-icon{
  display:grid;
  place-items:center;
  width:86px;
  height:86px;
  color:#a37b2e;
  opacity:.95;
}
.partner-icon svg{width:86px;height:86px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.partner-box h3{font-size:30px;margin:0 0 12px;letter-spacing:-.045em;font-family:Georgia,'Times New Roman',serif;font-weight:500}
.partner-box p{max-width:650px;color:#4f4b45;line-height:1.7;margin:0}
.partner-box p strong{color:#9b7429}
.btn-outline-gold{
  min-width:260px;
  color:#9b7429;
  border-color:rgba(168,126,49,.62);
  background:rgba(255,255,255,.42);
}
.btn-outline-gold:hover{background:#fff;border-color:#a37b2e;color:#111}
.btn-outline-gold span{font-size:20px;margin-left:12px;line-height:1}
@media(max-width:1080px){
  .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:100%}
  .price-card{padding:40px 28px;min-height:540px}
  .price strong{font-size:48px}
  .partner-box{grid-template-columns:auto 1fr;gap:24px}
  .partner-box .btn{grid-column:2;justify-self:start}
}
@media(max-width:860px){
  .pricing-grid{grid-template-columns:1fr;max-width:420px;gap:22px}
  .price-card{min-height:auto;padding:40px 34px}
  .price-card h3,.price-card.featured h3{min-height:auto}
  .pricing-note-wrap{display:block;text-align:center}
  .note{text-align:center;margin:auto}
  .note span{display:grid;margin:0 auto 10px}
  .partner-box{grid-template-columns:1fr;text-align:center;padding:32px 26px}
  .partner-icon{margin:auto}
  .partner-box .btn{grid-column:auto;justify-self:stretch;width:100%}
}


/* Final SEO release refinements */
.brand img{width:clamp(190px,18vw,280px)}
.service-icon img{width:36px;height:36px;background:transparent!important}
.gallery-caption{display:none!important}
.price-card h3{min-height:72px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
.price-card .price{min-height:96px!important}
.price-icon img{width:58px;height:58px;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(78%) sepia(39%) saturate(474%) hue-rotate(359deg) brightness(90%) contrast(86%)!important}
.price-card.featured .featured-star-icon{width:74px;height:74px;margin-bottom:34px;color:var(--gold)}
.price-card.featured .featured-star-icon img{width:54px;height:54px;filter:none!important}
.price-card.featured .badge{margin-top:-6px;margin-bottom:4px}
.local-seo-section{background:#fffaf2;padding-top:112px;padding-bottom:96px}
.local-seo-inner{max-width:1130px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:48px;align-items:start}
.local-copy .eyebrow{text-align:left;margin-bottom:18px}
.local-copy h2{text-align:left;margin:0 0 24px;max-width:760px;font-size:clamp(32px,3.3vw,46px)}
.local-copy p{font-size:17px;line-height:1.85;color:#5f5a52;margin:0 0 18px;max-width:800px}
.local-list-card{background:#fff;border:1px solid rgba(17,19,21,.10);border-radius:20px;padding:34px;box-shadow:0 18px 54px rgba(0,0,0,.055)}
.local-list-card h3{font-size:24px;letter-spacing:-.035em;margin:0 0 22px}
.local-list-card ul{list-style:none;margin:0;padding:0;columns:2;column-gap:26px;color:#4f4b45}
.local-list-card li{break-inside:avoid;margin:0 0 12px;position:relative;padding-left:22px}
.local-list-card li::before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:50%;background:var(--gold)}
.faq-section{background:#f7f4ef;padding-top:96px;padding-bottom:112px}
.faq-grid{max-width:1130px;margin:46px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.faq-grid article{background:#fff;border:1px solid rgba(17,19,21,.09);border-radius:18px;padding:28px 30px;box-shadow:0 14px 42px rgba(0,0,0,.045)}
.faq-grid h3{font-size:21px;letter-spacing:-.035em;margin:0 0 12px}
.faq-grid p{margin:0;color:#5f5a52;line-height:1.7}
.final-cta{border-top:1px solid rgba(215,180,106,.45)}
footer small{color:#d7b46a;opacity:1;letter-spacing:.12em;text-transform:uppercase;font-size:11px;margin-top:4px}
@media(max-width:860px){
  .local-seo-inner,.faq-grid{grid-template-columns:1fr}
  .local-list-card ul{columns:1}
  .local-copy .eyebrow,.local-copy h2{text-align:center}
  .local-copy p{text-align:center}
}
