:root{--bg:#fbf6ef;--ink:#17130f;--muted:#6f6256;--gold:#b8873c;--dark:#11100e;--card:#fffaf3;--line:#e8dccb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,246,239,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav{max-width:1180px;margin:auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px}.logo img{height:58px;width:auto;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.18))}.brand-name{font-family:'Playfair Display',serif;font-size:24px;font-weight:800;letter-spacing:.02em;color:var(--ink);white-space:nowrap}.nav-links{display:flex;align-items:center;gap:24px;font-weight:600}.nav-cta,.btn{border-radius:999px;padding:13px 20px;font-weight:800}.nav-cta,.primary{background:var(--ink);color:#fff}.secondary{border:1px solid var(--ink)}.menu-toggle{display:none;background:none;border:0;font-size:28px}.hero{max-width:1220px;margin:auto;padding:80px 20px 50px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.eyebrow{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:13px}h1,h2{font-family:'Playfair Display',serif;line-height:1.02;margin:0 0 20px}h1{font-size:64px}h2{font-size:46px}.hero-text,.section-head p,.split p{font-size:18px;color:var(--muted);line-height:1.8}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stats div,.trust div,.card,.why-grid div,.process div,.contact-card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 18px 45px rgba(41,29,15,.08)}.stats strong{display:block;font-size:24px}.stats span{color:var(--muted);font-size:13px}.hero-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hero-gallery img{height:300px;width:100%;object-fit:cover;border-radius:30px;box-shadow:0 25px 80px rgba(0,0,0,.18)}.hero-gallery img:first-child{grid-row:span 2;height:620px}.trust{max-width:1180px;margin:0 auto 30px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center;font-weight:800}.section{max-width:1180px;margin:auto;padding:80px 20px}.section-head{text-align:center;max-width:780px;margin:0 auto 42px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card h3{font-size:22px;margin:0 0 10px}.card p{color:var(--muted);line-height:1.7}.dark-section{max-width:none;background:var(--dark);color:#fff}.dark-section .section-head,.dark-section .gallery,.dark-section .filters{max-width:1180px;margin-left:auto;margin-right:auto}.dark-section p{color:#d5cab9}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filters button{border:1px solid #51483c;background:transparent;color:#fff;border-radius:999px;padding:11px 18px;cursor:pointer;font-weight:800}.filters button.active{background:var(--gold);border-color:var(--gold)}.gallery{columns:4 230px;column-gap:16px}.gallery img{width:100%;margin:0 0 16px;border-radius:20px;cursor:pointer;break-inside:avoid;transition:.25s}.gallery img:hover{transform:translateY(-5px);filter:brightness(1.08)}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.why-grid strong{display:block;color:var(--gold);font-size:28px}.why-grid span{font-weight:700}.process-section{padding-top:30px}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.process div{background:#fff;border-radius:24px;padding:22px}.process span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#fff;font-weight:900}.cta{max-width:1080px;margin:40px auto;background:linear-gradient(135deg,#15110d,#3a2818);color:#fff;text-align:center;border-radius:36px;padding:58px 22px}.cta p{color:#e3d6c5}.contact{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.map iframe{width:100%;height:100%;min-height:390px;border:0;border-radius:26px}.contact a{text-decoration:underline}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:70;background:#25d366;color:white;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.25);display:flex;align-items:center;gap:8px}.wa-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:#25d366;font-weight:900}footer{text-align:center;padding:32px;color:var(--muted)}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.86);display:none;align-items:center;justify-content:center;z-index:100;padding:24px}.lightbox.open{display:flex}.lightbox img{max-height:88vh;max-width:92vw;border-radius:18px}.lightbox button{position:absolute;top:20px;right:28px;border:0;background:#fff;border-radius:50%;width:42px;height:42px;font-size:28px;cursor:pointer}.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.show{opacity:1;transform:none}@media(max-width:900px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:20px;right:20px;top:66px;background:var(--card);border:1px solid var(--line);border-radius:20px;padding:20px;flex-direction:column}.nav-links.open{display:flex}.hero,.split,.contact{grid-template-columns:1fr}h1{font-size:44px}h2{font-size:34px}.trust,.service-grid,.process{grid-template-columns:1fr 1fr}.hero-gallery img:first-child{height:360px}.hero-gallery img{height:170px}}@media(max-width:560px){.hero{padding-top:50px}.stats,.trust,.service-grid,.why-grid,.process{grid-template-columns:1fr}.hero-gallery{grid-template-columns:1fr}.hero-gallery img:first-child,.hero-gallery img{height:300px}.nav{padding:14px}.logo img{height:48px}.brand-name{font-size:19px}.whatsapp-float span:last-child{display:none}}
.project-groups{max-width:1180px;margin:0 auto}.project-group{margin:38px auto 56px}.project-group.hidden{display:none}.project-title{font-family:'Playfair Display',serif;font-size:32px;margin:0 0 18px;color:#fff;border-left:4px solid var(--gold);padding-left:14px}.project-group .gallery{margin-left:0;margin-right:0}.project-group .gallery img{display:block}
@media(max-width:560px){.project-title{font-size:26px}.project-group{margin:28px auto 42px}}


/* Mobile-first polish */
body{overflow-x:hidden;-webkit-text-size-adjust:100%;padding-bottom:env(safe-area-inset-bottom)}
button,a{-webkit-tap-highlight-color:transparent}.btn,.nav-cta,.filters button,.mobile-action-bar a{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.project-groups{padding-inline:0}.mobile-action-bar{display:none}
@media(max-width:900px){
  .site-header{z-index:90}.nav{position:relative}.nav-links{top:76px;box-shadow:0 18px 55px rgba(0,0,0,.18);align-items:stretch}.nav-links a{text-align:center;padding:12px;border-radius:14px}.nav-links a:not(.nav-cta){background:#fff7ec}.hero{gap:28px}.hero-content{text-align:center}.hero-actions{justify-content:center}.stats div{text-align:center}.trust{margin-top:10px}.filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 20px 10px;margin-left:-20px;margin-right:-20px;-webkit-overflow-scrolling:touch}.filters button{white-space:nowrap;scroll-snap-align:start;flex:0 0 auto}.gallery{columns:2 160px;column-gap:12px}.gallery img{border-radius:16px;margin-bottom:12px}.contact-card{text-align:left}.map iframe{min-height:300px}.whatsapp-float{display:none}.mobile-action-bar{position:fixed;left:0;right:0;bottom:0;z-index:95;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(251,246,239,.96);border-top:1px solid var(--line);box-shadow:0 -12px 30px rgba(0,0,0,.12);backdrop-filter:blur(12px)}.mobile-action-bar a{border-radius:999px;font-weight:900;color:#fff}.mobile-call{background:#11100e}.mobile-wa{background:#25d366}footer{padding-bottom:92px}
}
@media(max-width:560px){
  .nav{padding:10px 14px}.logo{gap:9px}.logo img{height:42px}.brand-name{font-size:18px;max-width:190px;white-space:normal;line-height:1.05}.menu-toggle{font-size:30px;line-height:1;width:44px;height:44px;border-radius:12px;background:#fff3e2}.nav-links{top:64px;left:12px;right:12px;padding:14px}.hero{padding:34px 14px 34px}.eyebrow{font-size:11px;line-height:1.5}h1{font-size:34px;line-height:1.06}h2{font-size:30px}.hero-text,.section-head p,.split p{font-size:16px;line-height:1.65}.hero-actions{gap:10px}.btn{width:100%;padding:13px 16px}.stats,.trust,.service-grid,.why-grid,.process{gap:12px}.stats div,.trust div,.card,.why-grid div,.process div,.contact-card{border-radius:18px;padding:18px}.hero-gallery{gap:12px}.hero-gallery img:first-child,.hero-gallery img{height:240px;border-radius:20px}.section{padding:54px 14px}.section-head{margin-bottom:26px}.dark-section{padding-inline:0}.dark-section .section-head{padding:0 14px}.project-groups{padding:0 14px}.project-group{margin:24px auto 36px}.project-title{font-size:24px}.gallery{columns:1;column-gap:0}.gallery img{width:100%;border-radius:18px;margin-bottom:14px}.split{gap:24px}.cta{margin:24px 14px;border-radius:24px;padding:40px 18px}.contact{gap:16px}.map iframe{min-height:260px}.lightbox{padding:14px}.lightbox img{max-width:96vw;max-height:82vh;border-radius:12px}.lightbox button{top:12px;right:12px}.mobile-action-bar{gap:8px;padding-left:10px;padding-right:10px}.mobile-action-bar a{font-size:15px}
}
@media(max-width:380px){h1{font-size:30px}.brand-name{font-size:16px;max-width:160px}.hero-gallery img:first-child,.hero-gallery img{height:210px}.filters button{padding:10px 14px}.mobile-action-bar a{font-size:14px}}


/* Lead form connected to Supabase */
.lead-form{margin-top:24px;display:grid;gap:12px}
.lead-form h3{margin:0 0 6px;font-family:'Playfair Display',serif;font-size:26px}
.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:#fff;color:var(--ink);outline:none}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(184,135,60,.16)}
.lead-form button{border:0;border-radius:999px;background:var(--ink);color:#fff;font-weight:900;padding:14px 18px;cursor:pointer;font:inherit}
.lead-form button:disabled{opacity:.65;cursor:not-allowed}
.form-status{margin:0!important;font-weight:700;text-decoration:none!important;color:var(--muted)}
.form-status.success{color:#16803a}
.form-status.error{color:#b3261e}
