@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#151719;--blue:#13763b;--light:#f0f2f1;--muted:#59605c;--line:#dce0dd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}header{max-width:1440px;margin:auto;min-height:100px;display:flex;align-items:center;justify-content:space-between;padding:20px 5%;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-family:Manrope,Arial,sans-serif;letter-spacing:.08em;line-height:1.35}.brand small{display:block;font-size:10px;letter-spacing:.19em;margin-top:3px}.monogram{font-size:23px;letter-spacing:-2px;border:1px solid #767d77;width:52px;height:52px;display:grid;place-content:center;position:relative}.monogram span{position:absolute;right:3px;top:0;font-size:13px;color:var(--blue)}nav{display:flex;gap:32px;font-size:14px;font-weight:600}nav a:hover{color:var(--blue)}.languages{display:flex;border:1px solid var(--line);padding:4px;border-radius:6px}.languages button{border:0;background:none;padding:7px 12px;cursor:pointer;color:var(--muted);font-size:14px}.languages .active{background:var(--ink);color:white;border-radius:3px}.hero{background:#050606;color:#fff;display:grid;grid-template-columns:1.08fr 1fr;min-height:580px;max-width:1600px;margin:auto}.hero-copy{padding:70px 9% 65px 11%;align-self:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.17em;margin:0 0 22px;color:var(--blue)}.hero .eyebrow{color:#73d491}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;margin:0;letter-spacing:-.055em}h1{font-size:clamp(40px,4.5vw,67px);font-weight:600;line-height:1.1}.intro{max-width:460px;color:#ccd3ce;margin:27px 0 32px;font-size:17px}.button{display:inline-flex;justify-content:center;align-items:center;padding:15px 23px;font-size:14px;font-weight:700;border:0;border-radius:3px;cursor:pointer;line-height:1.4;min-height:50px}.primary{background:#239f50;color:#ffffff}.primary:hover{background:#177c3b}.hero-points{display:flex;flex-wrap:wrap;gap:16px;margin-top:27px;color:#c2ccc5;font-size:13px}.hero-image{position:relative;min-width:0;background:#050606}.hero-image img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,19,36,.8),transparent 60%)}.image-caption{position:absolute;bottom:36px;left:35px;z-index:1}.image-caption span{display:block;font-size:12px;letter-spacing:.17em;margin-bottom:6px}.image-caption strong{font-size:23px;font-weight:500}.service-strip{display:flex;gap:30px;justify-content:center;padding:25px 20px;border-bottom:1px solid var(--line);font-size:12px;font-weight:700;letter-spacing:.12em}.service-strip span:nth-child(even){color:var(--blue)}.section{padding:85px 6%;max-width:1400px;margin:auto}.section-heading{display:grid;grid-template-columns:1.5fr 1fr;align-items:end;gap:50px;margin-bottom:40px}h2{font-size:clamp(32px,3.1vw,46px);font-weight:600}p{margin:18px 0}.section-heading>p{color:var(--muted);max-width:390px;margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.cards article{padding:32px 30px;display:flex;flex-direction:column}.cards article+article{border-left:1px solid var(--line)}.number{color:var(--blue);font-size:14px;font-weight:600;margin-bottom:36px}h3{font-size:25px;letter-spacing:-.035em}.cards p{color:var(--muted);font-size:15px}.cards ul{padding:0;margin:8px 0 28px;list-style:none;font-size:14px}.cards li{padding:8px 0;border-bottom:1px solid #e9edea}.cards a{font-size:14px;font-weight:700;color:var(--blue);margin-top:auto}.care-note{font-size:13px;line-height:1.6;color:var(--muted);max-width:920px;margin:23px 0 0}.area{background:var(--light);display:grid;grid-template-columns:1fr 1fr;gap:90px;max-width:none;padding-left:max(6%,calc((100vw - 1230px)/2));padding-right:max(6%,calc((100vw - 1230px)/2))}.area p{max-width:510px;color:var(--muted)}.muted{font-size:14px}.cities{display:flex;flex-wrap:wrap;align-content:center;gap:12px}.cities span{padding:10px 18px;border:1px solid #ced9d1;border-radius:3px;background:#ffffff66;font-size:16px}.cities p{width:100%;font-size:14px}.quote{display:grid;grid-template-columns:1fr 1.05fr;gap:100px}.quote>div>p{color:var(--muted);max-width:410px}.contact-pending{border-left:2px solid #249f50;padding-left:16px;color:var(--muted);font-size:14px;max-width:420px;margin-top:28px}form{padding:30px;background:#f4f6f4;border:1px solid var(--line)}label{display:block;margin-bottom:18px;font-size:14px;font-weight:600}label>span{display:block;margin-bottom:6px}input,select,textarea{width:100%;padding:11px 12px;border:1px solid #cad3cd;border-radius:3px;background:white;color:var(--ink);font-size:16px}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}form .primary{width:100%;background:var(--ink);color:#fff}form .primary:hover{background:#28372c}#inquiry-result{margin-top:24px}.secondary{border:1px solid var(--line);background:white;color:var(--ink)}#copy-status{font-size:14px}footer{padding:42px 6%;background:#050606;color:white;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}footer p,footer>small{font-size:12px;color:#bec7c1}footer .brand{font-size:14px}footer .monogram{border-color:#647168}footer .brand small{font-size:10px}@media(min-width:1600px){.hero-copy{padding-left:15%}}@media(max-width:850px){header{padding:17px 5%;min-height:85px}nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 6%}.hero-image{min-height:340px}.hero-image img{object-position:center}.section{padding:55px 6%}.section-heading,.area,.quote{grid-template-columns:1fr;gap:27px}.cards{grid-template-columns:1fr}.cards article+article{border-left:0;border-top:1px solid var(--line)}.number{margin-bottom:20px}.service-strip{gap:12px;font-size:10px;letter-spacing:.04em;flex-wrap:wrap}.area{padding:55px 6%}.cities{max-width:550px}.quote form{padding:22px}footer{align-items:flex-start;flex-direction:column;gap:8px}footer p{margin:10px 0}}@media(max-width:380px){.brand{font-size:12px;gap:8px}.monogram{width:40px;height:40px;font-size:21px}.brand small{font-size:9px}.languages button{padding:7px 9px}.form-row{grid-template-columns:1fr;gap:0}h1{font-size:38px}}

.contact-details{margin-top:30px}.contact-details>a{display:block;margin:12px 0;font-size:14px;overflow-wrap:anywhere}.contact-details .button{display:inline-flex}.contact-details p{font-size:14px;color:var(--muted)}#send-whatsapp{margin-bottom:12px}

.work{border-top:1px solid var(--line)}.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px}.gallery-filters button{border:1px solid var(--line);background:#fff;padding:10px 20px;border-radius:3px;font-size:14px;cursor:pointer}.gallery-filters .active{color:#fff;background:var(--ink);border-color:var(--ink)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 20px}.gallery-item{margin:0;min-width:0}.gallery-item[hidden]{display:none}.gallery-open{width:100%;position:relative;display:block;background:#edf0ee;border:0;padding:0;cursor:zoom-in;overflow:hidden;border-radius:4px}.gallery-open img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .25s}.gallery-open:hover img{transform:scale(1.025)}.expand{position:absolute;bottom:12px;right:12px;background:#050606df;color:#fff;width:36px;height:36px;font-size:23px;display:grid;place-content:center;border-radius:3px}.gallery-item figcaption{padding:16px 0 0}.gallery-item h3{font-size:18px;letter-spacing:-.025em}.gallery-item p{font-size:14px;color:var(--muted);margin:6px 0 0}#photo-dialog{padding:20px;border:0;border-radius:6px;max-width:min(94vw,1050px);max-height:94dvh;background:#050606;color:white}#photo-dialog::backdrop{background:#000000e8}#full-photo{display:block;width:100%;max-height:70dvh;object-fit:contain;margin:12px 0 20px}#photo-dialog h3{font-size:21px;letter-spacing:-.025em}#photo-dialog p{font-size:14px;color:#c4cdc7;margin:7px 0 0}.photo-close{display:block;margin-left:auto;padding:9px 15px;background:#242a26;color:#fff;border:1px solid #536459;border-radius:3px;cursor:pointer;font-size:14px}@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}}@media(max-width:520px){.gallery-grid{grid-template-columns:1fr}.gallery-item h3{font-size:20px}.gallery-filters button{padding:10px 14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gallery-open img{transition:none}}

#comparisons{margin-top:65px}#comparisons[hidden],#completed-gallery[hidden]{display:none}.comparison-case{padding:25px 0;border-top:1px solid var(--line)}.comparison-case>h3{font-size:22px;margin-bottom:22px}.comparison-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compare-photo{margin:0}.compare-photo .gallery-open img{aspect-ratio:4/3;object-fit:contain;background:#e8edf2}.compare-photo h3{font-size:14px;letter-spacing:0;margin:8px 0 0}.compare-photo p{font-size:15px;font-weight:700;color:var(--blue);margin:3px 0 15px}.compare-photo:has(p[data-en^="Before"]){grid-column:1}.compare-photo:has(p[data-en="After"]){grid-column:2;grid-row:1}.comparison-photos:has(figure:nth-child(3)) .compare-photo:last-child{grid-row:1/3}.comparison-photos:has(figure:nth-child(3)) .compare-photo:last-child img{aspect-ratio:3/4}@media(max-width:520px){.comparison-photos{gap:10px}.compare-photo .gallery-open img{aspect-ratio:3/4}.compare-photo h3{font-size:12px;line-height:1.4}.comparison-case>h3{font-size:20px}}

.home-office{display:flex;align-items:center;gap:35px;justify-content:space-between;border-bottom:1px solid var(--line);padding-top:45px;padding-bottom:45px}.home-office>div{max-width:740px}.home-office .eyebrow{margin-bottom:13px}.home-office h2{font-size:clamp(25px,2.5vw,32px);letter-spacing:-.035em}.home-office p{font-size:15px;color:var(--muted);margin:15px 0 0}.home-office .button{flex-shrink:0;max-width:300px;text-align:center}@media(max-width:850px){.home-office{align-items:flex-start;flex-direction:column;gap:23px}}

header{background:#050606;color:#f1f2f1;max-width:none;border-bottom:1px solid #303430;position:relative}header::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#229e48, #d3d7d4 50%,#b52c2c)}header .languages{border-color:#3c433e}header .languages button{color:#c2cbc5}header .languages .active{background:#e4e8e5;color:#111812}.brand-emblem{display:block;width:64px;height:64px;position:relative;overflow:hidden;background:#000;flex-shrink:0}.brand-emblem img{position:absolute;width:104px;max-width:none;height:auto;left:-20px;top:-36px}.brand-hero{background:#000;min-height:580px;display:flex;align-items:center;justify-content:center}.brand-hero img{position:static;width:100%;height:auto;max-height:650px;object-fit:contain}.brand-hero::after{display:none}.hero{background:#050606}.hero h1{color:#e7e9e8}.hero .primary{color:#fff;border:1px solid #38b862}.service-strip{background:#151916;color:#e0e5e1;border-bottom:2px solid #b22e31}.service-strip span:nth-child(even){color:#d54345}.cards article{border-top:2px solid #d5ddd7}.cards article:first-child{border-top-color:#229e48}.cards article:last-child{border-top-color:#b52c2c}.gallery-filters .active{background:#163921;border-color:#163921}.photo-close{background:#242a26}.expand{background:#121713e8}footer{background:#050606;border-top:2px solid #b52c2c}.area{background:#f0f3f0}a:focus-visible,button:focus-visible{outline:2px solid #ac3030}.hero-points{font-size:14px}.hero .eyebrow{font-size:12px}form .primary:hover{background:#293d2e}@media(max-width:850px){.brand-hero{min-height:0}.brand-hero img{max-height:520px;width:100%}.hero-copy{padding-bottom:35px}.brand-emblem{width:54px;height:54px}.brand-emblem img{width:95px;left:-20px;top:-34px}}@media(max-width:380px){.brand-emblem{width:44px;height:44px}.brand-emblem img{width:80px;left:-18px;top:-28px}}

#send-sms{margin:0 8px 12px 0}.contact-details .secondary{display:flex;width:fit-content;max-width:100%}
