
:root{
  --green:#25D366;
  --ink:#17130f;
  --ink-2:#241d17;
  --cream:#f4eee5;
  --paper:#fbf8f3;
  --gold:#d2a36a;
  --gold-2:#f2dfc3;
  --muted:#756a5f;
  --line:#ddd1c1;
  --hh:72px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.65;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;width:100%;max-width:100%}
button{font:inherit}
.site-header{
  position:fixed;top:0;right:0;left:0;height:var(--hh);z-index:1000;
  background:rgba(23,19,15,.95);backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(210,163,106,.18);
  box-shadow:0 8px 28px rgba(0,0,0,.16)
}
.header-inner{
  height:100%;max-width:1280px;margin:auto;padding:0 14px;
  display:flex;align-items:center;justify-content:center;gap:11px
}
.logo{
  width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;
  box-shadow:0 7px 18px rgba(0,0,0,.18)
}
.logo img,.drawer-logo img{width:100%;height:100%;object-fit:contain}
.brand-name{
  min-width:0;display:flex;align-items:baseline;gap:8px;white-space:nowrap;
  color:#fff;font-weight:900;line-height:1
}
.brand-main{font-size:clamp(1.04rem,4vw,1.22rem);color:#fff7ec;letter-spacing:.01em}
.brand-city{font-size:.8em;color:var(--gold);font-weight:850;border-right:1px solid rgba(210,163,106,.45);padding-right:8px}
.hero-menu,.hero-wa{
  position:fixed;top:calc(var(--hh) + 12px);z-index:1100;width:50px;height:50px;
  display:grid;place-items:center;box-shadow:0 9px 24px rgba(0,0,0,.22)
}
.hero-menu{right:14px;border:1px solid rgba(255,255,255,.3);background:rgba(23,19,15,.88);backdrop-filter:blur(10px);border-radius:15px;cursor:pointer}
.menu-lines,.menu-lines:before,.menu-lines:after{
  width:23px;height:2px;background:#fff;display:block;content:"";position:relative;border-radius:99px
}
.menu-lines:before{position:absolute;top:-7px}
.menu-lines:after{position:absolute;top:7px}
.hero-wa{left:14px;border-radius:50%;background:var(--green)}
.hero-wa svg,.floating-actions svg,.contact-btn svg{width:23px;height:23px;fill:#fff}
.drawer{
  position:fixed;top:var(--hh);right:0;width:min(88vw,360px);height:calc(100dvh - var(--hh));
  background:#1d1712;color:#fff;z-index:1090;transform:translateX(105%);transition:transform .25s ease;
  padding:18px;box-shadow:-18px 0 35px rgba(0,0,0,.28);overflow-y:auto
}
.drawer.open{transform:translateX(0)}
.drawer-brand{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 8px 16px}
.drawer-logo{width:72px;height:72px;border-radius:20px;display:grid}
.drawer-name{display:flex;align-items:baseline;gap:7px;margin-top:10px;font-weight:900}
.drawer-name .brand-main{font-size:1.08rem}
.drawer-name .brand-city{font-size:.86rem}
.drawer-separator{height:1px;background:rgba(255,255,255,.14);margin:0 0 6px}
.drawer>a:not(.drawer-logo):not(.drawer-name){
  display:block;padding:14px 10px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:800
}
.drawer>a[aria-current="page"]{color:var(--gold);background:rgba(210,163,106,.08);border-radius:10px}
.drawer a:active{opacity:.72}
.hero{
  position:relative;height:100svh;min-height:620px;overflow:hidden;background:#111;margin-top:0
}
.page-hero{height:82svh;min-height:560px}
.slide-item{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}
.slide-item.active{opacity:1}
.hero .slide-item img,.page-hero .slide-item img{height:100%;object-fit:cover}
.hero:after{
  content:"";position:absolute;inset:36% 0 0;
  background:linear-gradient(transparent,rgba(0,0,0,.82));pointer-events:none
}
.hero-content{
  position:absolute;z-index:5;left:0;right:0;bottom:7vh;padding:0 20px;
  max-width:1180px;margin:auto;color:#fff
}
.hero-kicker{
  display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;
  background:rgba(20,16,13,.54);backdrop-filter:blur(6px);
  color:#ffe8c5;font-size:.9rem;font-weight:900;margin-bottom:9px
}
.hero-content h1{font-size:clamp(2.05rem,7.4vw,4.9rem);line-height:1.06;margin:0 0 12px;max-width:920px}
.hero-content p{font-size:clamp(1.04rem,2.8vw,1.28rem);line-height:1.72;max-width:760px;margin:0}
.hero-dots{position:absolute;z-index:6;bottom:20px;right:20px;display:flex;gap:8px}
.hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.52)}
.hero-dots button.active{width:28px;background:#fff}
.hero-actions,.service-actions,.cta-actions{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:17px
}
.contact-btn{
  min-height:48px;padding:11px 18px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:900;font-size:1rem;line-height:1.1;border:1px solid transparent
}
.contact-btn.whatsapp{background:var(--green);color:#082d15}
.contact-btn.call{background:rgba(255,255,255,.95);color:#17130f}
.contact-btn.dark{background:#17130f;color:#fff}
.contact-btn.outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.floating-actions{position:fixed;left:14px;bottom:18px;z-index:1100;display:flex;flex-direction:column;gap:10px}
.floating-actions a{
  width:60px;height:60px;border-radius:50%;display:grid;place-items:center;
  background:var(--green);box-shadow:0 9px 24px rgba(0,0,0,.25)
}
.floating-actions a:first-child{background:#17130f;border:1px solid rgba(255,255,255,.18)}
/* Home service portals: only the section title sits on the image; description and CTAs stay below it. */
.service-section{position:relative;width:100%;background:#f5efe7;border-top:1px solid #dfd3c6}
.service-media{position:relative;width:100%;aspect-ratio:4/3;min-height:390px;overflow:hidden;background:#17130f}
.service-media .slide-item img{width:100%;height:100%;object-fit:contain;background:#17130f}
.service-media:after{
  content:"";position:absolute;z-index:2;right:0;left:0;bottom:0;height:min(32%,180px);
  background:linear-gradient(transparent,rgba(0,0,0,.78));pointer-events:none
}
.service-overlay{
  position:absolute;z-index:5;right:0;left:0;bottom:0;padding:18px 18px 20px;color:#fff;
  max-width:1180px;margin:auto;pointer-events:none
}
.service-overlay h2{font-size:clamp(2rem,7vw,4.2rem);line-height:1.05;margin:0;text-shadow:0 2px 16px rgba(0,0,0,.35);pointer-events:auto}
.service-overlay h2 a{color:#fff}
.service-copy{
  max-width:1180px;margin:0 auto;padding:15px 18px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:#f5efe7;color:#241b14
}
.service-copy-text{min-width:0;flex:1}

.service-list-title{font-size:clamp(1.08rem,3.4vw,1.42rem);font-weight:900;line-height:1.35;color:#9a5b26;margin:0 0 6px}
.service-copy p{font-size:clamp(1rem,2.7vw,1.16rem);line-height:1.5;margin:0;max-width:790px;color:#51463d}
.service-prompt{font-size:clamp(1rem,2.7vw,1.12rem);font-weight:900;color:#7c461e;margin-top:5px}
.service-copy .service-actions{margin:0;flex:0 0 auto}
.service-copy .service-actions .contact-btn{min-height:46px;padding:10px 15px}
.section-dots{position:absolute;z-index:6;top:16px;right:16px;display:flex;gap:7px}
.section-dots button{width:8px;height:8px;border:0;padding:0;border-radius:99px;background:rgba(255,255,255,.5)}
.section-dots button.active{width:24px;background:#fff}
/* Service pages: images stay visually clean. All headings, descriptions and CTAs sit below images, never over them. */
.service-page-heading{padding:25px 18px 22px;background:#f5efe7;border-bottom:1px solid var(--line)}
.service-page-heading-inner{max-width:980px;margin:auto}
.service-page-heading-content{color:#241b14}
.service-page-heading-content .hero-kicker{background:#e7d5bf;color:#6d3d1b;backdrop-filter:none;margin-bottom:8px}
.service-page-heading-content h1{font-size:clamp(2rem,7vw,4.1rem);line-height:1.07;margin:0 0 10px;max-width:900px}
.service-page-heading-content p{font-size:clamp(1.04rem,2.8vw,1.25rem);line-height:1.62;max-width:780px;margin:0;color:#51463d}
.service-page-heading-content .hero-actions{margin-top:15px}
.service-page-heading-content .contact-btn.call{background:#17130f;color:#fff}
.service-intro{
  padding:24px 18px;background:var(--cream);border-bottom:1px solid var(--line)
}
.service-intro-inner{max-width:980px;margin:auto}
.service-intro h2{margin:0 0 6px;font-size:clamp(1.55rem,5vw,2.7rem);line-height:1.15}
.service-intro p{margin:0;color:#61564c;font-size:1.04rem;line-height:1.75;max-width:760px}
.work-stream{background:#f5efe7}
.work-image{position:relative;margin:0;width:100%;overflow:hidden;background:#f5efe7;border-bottom:1px solid var(--line)}
.work-image img{display:block;width:100%;height:auto;object-fit:contain;background:#111}
.work-image:after{display:none}
.work-caption{
  position:static;padding:15px 18px 18px;color:#241b14;background:#f5efe7;max-width:1180px;margin:0 auto
}
.work-caption h3{margin:0 0 5px;font-size:clamp(1.25rem,4.5vw,2rem);line-height:1.18}
.work-caption p{margin:0;max-width:820px;font-size:clamp(.98rem,2.5vw,1.1rem);line-height:1.55;color:#5a4d42}
.mid-cta{
  background:#221a14;color:#fff;padding:23px 18px;border-bottom:1px solid rgba(255,255,255,.08)
}
.mid-cta-inner{max-width:980px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.mid-cta h3{margin:0;font-size:clamp(1.45rem,5vw,2.4rem);line-height:1.15}
.mid-cta p{margin:5px 0 0;color:#eadac5;font-size:1rem}
.mid-cta .cta-actions{margin:0}
.final-cta{padding:38px 18px 112px;background:var(--gold-2)}
.final-cta-inner{
  max-width:980px;margin:auto;background:#17130f;color:#fff;border-radius:28px;padding:30px 24px;
  box-shadow:0 20px 44px rgba(40,28,18,.18)
}
.final-cta h2{font-size:clamp(2rem,7vw,3.8rem);line-height:1.08;margin:0 0 10px}
.final-cta p{font-size:clamp(1.06rem,3vw,1.3rem);line-height:1.65;margin:0;max-width:760px;color:#f4e8d9}
.final-cta .cta-actions{margin-top:18px}
.site-footer{
  padding:28px 18px 105px;text-align:center;background:#100d0b;color:#d7cabc;border-top:1px solid rgba(255,255,255,.08)
}
.site-footer .footer-brand{font-weight:900;color:#fff;font-size:1.1rem}
.site-footer .footer-services{margin-top:4px;font-size:.92rem}
.site-footer .footer-phone{display:inline-block;margin-top:7px;color:#ffe0b6;font-weight:900}
.site-footer .developer{display:block;margin-top:14px;color:#caa374;font-weight:800}
@media(min-width:760px){
  .header-inner{padding:0 24px}.hero-menu{right:22px}.hero-wa{left:22px}
  .floating-actions{left:22px;bottom:24px}
  .service-media{aspect-ratio:16/9;min-height:560px}
  .service-overlay{padding:22px 30px 24px}.service-copy{padding:16px 30px 17px}
  .work-caption{padding:24px 30px 26px}
  .mid-cta{padding:28px 30px}.final-cta{padding:48px 30px 120px}
}
@media(max-width:420px){
  .service-copy{flex-direction:column;align-items:stretch}.service-copy .service-actions{margin-top:2px}.service-copy .service-actions .contact-btn{flex:1}

  :root{--hh:70px}
  .header-inner{padding:0 8px;gap:8px}
  .logo{width:44px;height:44px;flex-basis:44px}
  .brand-main{font-size:.96rem}.brand-city{font-size:.68rem;padding-right:6px}
  .hero-menu,.hero-wa{top:calc(var(--hh) + 10px);width:47px;height:47px}.hero-menu{right:10px}.hero-wa{left:10px}
  .hero-content{bottom:6.7vh;padding:0 16px}
  .hero-content h1{font-size:clamp(2rem,10vw,2.9rem)}
  .hero-content p{font-size:1rem;line-height:1.58}
  .hero-actions{gap:8px;margin-top:13px}.hero-actions .contact-btn{min-height:44px;padding:9px 12px;font-size:.9rem}
  .service-media{min-height:0;aspect-ratio:4/3}
  .service-overlay{padding:15px 15px 17px}.service-copy{padding:13px 15px 14px;gap:10px}
  .service-overlay h2{font-size:2.15rem}.service-copy p{font-size:.98rem;line-height:1.42}
  .service-prompt{font-size:1rem;margin-top:5px}
  .service-copy .service-actions{gap:8px}.service-copy .service-actions .contact-btn{min-height:43px;padding:9px 12px;font-size:.9rem}
  .work-caption{padding:13px 14px 15px}.work-caption h3{font-size:1.3rem}.work-caption p{font-size:.92rem;line-height:1.4}
  .mid-cta-inner{display:block}.mid-cta .cta-actions{margin-top:13px}
  .final-cta-inner{padding:24px 18px}.final-cta h2{font-size:2.25rem}
  .floating-actions a{width:57px;height:57px}
}

/* 2026-08-12 full visual audit: brand, readability and image exploration */
body{font-size:18px}
.header-inner{gap:13px}
.logo{width:54px;height:54px;flex-basis:54px;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.24)}
.brand-name{gap:10px;letter-spacing:0}
.brand-main{font-size:clamp(1.16rem,4vw,1.38rem);font-weight:950}
.brand-city{font-size:.82rem;letter-spacing:.02em;padding-right:10px;border-right-color:rgba(210,163,106,.7)}
.drawer-logo{width:82px;height:82px}
.drawer-name .brand-main{font-size:1.3rem}.drawer-name .brand-city{font-size:.9rem}
.service-page-heading-content p,.service-intro p,.service-copy p,.work-caption p,.mid-cta p,.final-cta p{font-size:clamp(1.08rem,2.7vw,1.24rem);line-height:1.72}
.service-list-title{font-size:clamp(1.2rem,3.6vw,1.55rem);line-height:1.45}
.service-prompt{font-size:clamp(1.1rem,2.9vw,1.3rem);line-height:1.5}
.work-caption{padding-top:18px;padding-bottom:22px}
.work-caption h3{font-size:clamp(1.48rem,4.8vw,2.15rem);line-height:1.28;margin-bottom:8px}
.service-intro h2{font-size:clamp(1.8rem,5vw,2.9rem)}
.drawer>a:not(.drawer-logo):not(.drawer-name){font-size:1.03rem;line-height:1.45}
.contact-btn{font-size:1.05rem}
.zoomable-image{cursor:zoom-in}
.zoomable-image:focus-visible{outline:4px solid var(--gold);outline-offset:-4px}

.image-lightbox{
  position:fixed;inset:0;z-index:5000;background:rgba(8,7,6,.96);display:none;align-items:center;justify-content:center;
  padding:64px 14px 82px;overscroll-behavior:contain;touch-action:none
}
.image-lightbox.open{display:flex}
.image-lightbox-stage{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none}
.image-lightbox-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transform-origin:center center;will-change:transform;user-select:none;-webkit-user-drag:none;touch-action:none}
.image-lightbox-control{
  position:absolute;z-index:2;width:48px;height:48px;border:1px solid rgba(255,255,255,.28);border-radius:50%;
  background:rgba(23,19,15,.82);color:#fff;display:grid;place-items:center;font-size:1.7rem;font-weight:800;cursor:pointer;
  backdrop-filter:blur(8px)
}
.image-lightbox-close{top:12px;right:14px;font-size:2rem}
.image-lightbox-prev{right:14px;top:50%;transform:translateY(-50%)}
.image-lightbox-next{left:14px;top:50%;transform:translateY(-50%)}
.image-lightbox-tools{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);z-index:3;display:flex;gap:8px;align-items:center}
.image-lightbox-tools button{min-width:46px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.25);background:rgba(23,19,15,.82);color:#fff;font-size:1.25rem;font-weight:900}
.image-lightbox-counter{position:absolute;top:20px;left:50%;transform:translateX(-50%);z-index:2;color:#fff;background:rgba(0,0,0,.45);padding:5px 11px;border-radius:999px;font-size:.92rem}
.image-lightbox-caption{position:absolute;right:18px;left:18px;bottom:70px;z-index:2;text-align:center;color:#f5eadc;font-size:1rem;line-height:1.5;pointer-events:none;text-shadow:0 2px 8px #000}
body.lightbox-open{overflow:hidden}

@media(max-width:420px){
  body{font-size:18px}
  .header-inner{gap:9px;padding:0 10px}
  .logo{width:48px;height:48px;flex-basis:48px}
  .brand-main{font-size:1.08rem}.brand-city{font-size:.76rem;padding-right:7px}
  .hero-content p{font-size:1.08rem;line-height:1.68}
  .hero-actions .contact-btn,.service-copy .service-actions .contact-btn{font-size:1rem}
  .service-copy p{font-size:1.08rem;line-height:1.62}
  .service-list-title{font-size:1.2rem;line-height:1.48}
  .service-prompt{font-size:1.12rem;line-height:1.5}
  .service-page-heading-content p{font-size:1.12rem;line-height:1.7}
  .service-intro p{font-size:1.08rem;line-height:1.7}
  .work-caption{padding:16px 16px 20px}
  .work-caption h3{font-size:1.55rem;line-height:1.3}
  .work-caption p{font-size:1.08rem;line-height:1.62}
  .mid-cta p{font-size:1.06rem;line-height:1.6}
  .final-cta p{font-size:1.1rem;line-height:1.68}
  .image-lightbox{padding:58px 8px 86px}
  .image-lightbox-control{width:44px;height:44px}
  .image-lightbox-prev{right:8px}.image-lightbox-next{left:8px}
  .image-lightbox-caption{font-size:.96rem;bottom:72px}
}
/* Prevent invisible slider frames from blocking clicks on the visible image. */
.slide-item{pointer-events:none}
.slide-item.active{pointer-events:auto}
