:root{--ink: #18202a;--graphite: #202327;--muted: #667085;--line: #e2e6ea;--paper: #f5f6f7;--white: #ffffff;--red: #d9252a;--red-dark: #b91f24;--green: #1faf5b;--green-dark: #158947}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}.site-header{position:sticky;top:0;z-index:50;background:var(--graphite);border-bottom:3px solid var(--red)}.header-inner{width:min(1180px,calc(100% - 48px));height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center}.brand img{width:112px}.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.desktop-nav a{color:#d5d9dd;font-size:13px;font-weight:600;text-decoration:none}.desktop-nav a:hover{color:var(--white)}.header-actions{display:flex;align-items:center;gap:18px}.header-phone{color:var(--white);font-size:13px;font-weight:700;text-decoration:none}.header-cta{padding:11px 16px;border-radius:6px;background:var(--red);color:var(--white);font-size:13px;font-weight:700;text-decoration:none}.header-cta:hover{background:var(--red-dark)}.hero{overflow:hidden;background:var(--paper);border-bottom:1px solid var(--line)}.hero-inner{width:min(1180px,calc(100% - 48px));min-height:630px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.82fr);gap:70px;align-items:center;padding:62px 0}.eyebrow,.section-kicker{color:var(--red);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:18px}.eyebrow span{width:26px;height:3px;background:var(--red)}.hero h1{max-width:680px;margin:0 0 22px;font-size:clamp(40px,5vw,67px);line-height:1.03;letter-spacing:-.045em}.hero h1 strong{color:var(--red);font-weight:800}.hero-lead{max-width:650px;margin:0 0 28px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:54px;padding:0 22px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-whatsapp{background:var(--green);color:var(--white);box-shadow:0 10px 26px #1faf5b2e}.button-whatsapp:hover{background:var(--green-dark)}.button-whatsapp svg{width:21px;fill:currentColor}.button-phone{border:1px solid #cfd4d9;background:var(--white)}.availability{margin:16px 0 22px;color:var(--muted);font-size:13px;font-weight:600}.service-shortcuts{display:flex;flex-wrap:wrap;gap:8px}.service-shortcuts span{padding:8px 11px;border:1px solid var(--line);border-radius:5px;background:var(--white);color:#475467;font-size:12px;font-weight:700}.hero-visual{position:relative;min-height:510px}.photo-frame{height:500px;overflow:hidden;border-radius:4px 54px 4px 4px;background:#ddd;box-shadow:22px 22px #e7e9eb}.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center 45%}.photo-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid rgba(24,32,42,.08);border-radius:inherit}.photo-proof{position:absolute;left:-38px;bottom:28px;display:flex;align-items:center;gap:12px;padding:13px 17px;border-left:4px solid var(--red);background:var(--white);box-shadow:0 16px 34px #18202a26}.proof-mark{width:35px;height:35px;border-radius:4px;display:grid;place-items:center;background:var(--graphite);color:var(--red);font-weight:900}.photo-proof strong,.photo-proof small{display:block}.photo-proof strong{font-size:13px}.photo-proof small{margin-top:2px;color:var(--muted);font-size:11px}.proof-strip{background:var(--white);border-bottom:1px solid var(--line)}.proof-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.proof-item{min-height:112px;padding:26px 28px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.proof-item:first-child{border-left:1px solid var(--line)}.proof-item strong{color:var(--red);font-size:25px;letter-spacing:-.03em}.proof-item span{margin-top:5px;color:var(--muted);font-size:12px}.section{padding:92px max(24px,calc((100% - 1180px)/2))}.section-heading{margin-bottom:38px;display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:end}.section-heading.compact{margin-bottom:30px}.section-heading h2{max-width:720px;margin:10px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.035em}.section-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.services-section{background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.service-card{position:relative;min-height:150px;padding:20px 22px;border:1px solid var(--line);background:var(--paper)}.service-card.featured{border-top:4px solid var(--red)}.service-number{color:var(--red);font-size:12px;font-weight:800;letter-spacing:.1em}.service-card h3{margin:14px 0 6px;font-size:20px}.service-card p{max-width:460px;margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.5}.service-card a{color:var(--ink);font-size:13px;font-weight:800;text-decoration:none}.service-card a span{color:var(--red);margin-left:4px}.work-section{background:var(--paper)}.work-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:repeat(2,270px);gap:12px}.work-grid figure{position:relative;margin:0;overflow:hidden;background:#dcdfe2}.work-grid .work-main{grid-row:1 / 3}.work-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.work-grid figure:hover img{transform:scale(1.025)}.work-grid figcaption{position:absolute;inset:auto 12px 12px;padding:9px 12px;background:#202327e6;color:var(--white);font-size:11px;font-weight:700}.team-section{background:var(--white)}.team-card{display:grid;grid-template-columns:1.3fr .7fr;overflow:hidden;background:var(--graphite);color:var(--white)}.team-copy{padding:60px}.section-kicker.light{color:#ff6d71}.team-copy h2{max-width:620px;margin:12px 0 20px;font-size:clamp(30px,4vw,48px);line-height:1.08}.team-copy p{max-width:720px;color:#bdc3c9;font-size:15px;line-height:1.8}.team-copy ul{margin:28px 0 0;padding:0;display:grid;gap:11px;list-style:none}.team-copy li{color:#e6e8ea;font-size:13px}.team-copy li:before{content:"—";color:var(--red);margin-right:10px;font-weight:900}.team-schedule{padding:46px;border-left:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;justify-content:center;background:#292d31}.team-schedule span{color:#9fa6ad;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.team-schedule strong{margin-top:7px;color:var(--white);font-size:34px}.team-schedule small{margin-top:4px;color:#b8bec4}.team-schedule hr{width:100%;margin:28px 0;border:0;border-top:1px solid rgba(255,255,255,.12)}.final-cta{padding:76px max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:48px;background:#eef0f2;border-top:1px solid var(--line)}.final-cta h2{max-width:760px;margin:10px 0;font-size:clamp(28px,4vw,44px);line-height:1.08;letter-spacing:-.03em}.final-cta p{margin:0;color:var(--muted)}.final-cta .button{flex-shrink:0}.site-footer{min-height:100px;padding:26px max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:22px;background:#151719;color:#8d949b}.site-footer img{width:100px;opacity:.85}.site-footer p{margin:0;font-size:11px}.mobile-contact{display:none}@media(max-width:900px){.desktop-nav,.header-phone{display:none}.hero-inner{grid-template-columns:1fr;gap:42px}.hero-visual{min-height:440px}.photo-frame{height:430px}.section-heading{grid-template-columns:1fr;gap:16px}.proof-inner{grid-template-columns:repeat(2,1fr)}.proof-item:nth-child(3){border-left:1px solid var(--line)}.work-grid{grid-template-columns:1fr 1fr;grid-template-rows:420px 240px 240px}.work-grid .work-main{grid-column:1 / 3;grid-row:auto}.team-card{grid-template-columns:1fr}.team-schedule{border-top:1px solid rgba(255,255,255,.12);border-left:0}.final-cta{align-items:flex-start;flex-direction:column}}@media(max-width:620px){body{padding-bottom:64px}.header-inner{width:calc(100% - 32px);height:66px}.brand img{width:98px}.header-cta{padding:10px 12px;font-size:12px}.hero-inner{width:calc(100% - 36px);min-height:auto;padding:46px 0 34px}.hero h1{font-size:39px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.service-shortcuts{display:grid;grid-template-columns:1fr 1fr}.service-shortcuts span{text-align:center}.hero-visual{min-height:350px}.photo-frame{height:340px;border-radius:4px 36px 4px 4px;box-shadow:12px 12px #e7e9eb}.photo-proof{left:12px;bottom:16px}.proof-inner{width:100%}.proof-item{min-height:96px;padding:20px}.proof-item:first-child,.proof-item:nth-child(3){border-left:0}.proof-item:nth-child(odd){border-right:1px solid var(--line)}.proof-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.proof-item strong{font-size:21px}.section{padding:66px 18px}.services-grid{grid-template-columns:1fr}.service-card{min-height:150px;padding:20px}.work-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 190px 190px}.team-copy,.team-schedule{padding:34px 25px}.team-schedule strong{font-size:28px}.final-cta{padding:58px 18px}.site-footer{padding:30px 18px;flex-direction:column;text-align:center}.mobile-contact{position:fixed;z-index:60;right:0;bottom:0;left:0;height:64px;padding:8px;display:grid;grid-template-columns:.7fr 1.3fr;gap:8px;background:#fffffff7;border-top:1px solid var(--line);box-shadow:0 -8px 25px #18202a14}.mobile-contact a{display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:6px;font-size:13px;font-weight:800;text-decoration:none}.mobile-contact a:last-child{border-color:var(--green);background:var(--green);color:var(--white)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
