:root{--red:#e00009;--red2:#ff2029;--ink:#050505;--muted:#c6c2bf}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:82px}body{font-family:Arial,Helvetica,sans-serif;background:var(--ink);color:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}header{position:sticky;top:0;z-index:40;background:rgba(0,0,0,.96);border-bottom:1px solid rgba(255,30,40,.28)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{width:220px;height:auto;display:block}.nav nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:700}.nav nav a:hover{color:var(--red2)}.menu{display:none;color:#fff;background:none;border:0;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:8px;background:linear-gradient(135deg,var(--red2),#a90007);color:#fff;font-size:13px;font-weight:800;box-shadow:0 8px 24px rgba(224,0,9,.24);transition:transform .2s,filter .2s}.btn:hover{transform:translateY(-2px);filter:brightness(1.12)}.hero{min-height:620px;position:relative;display:flex;align-items:center;isolation:isolate}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;z-index:-2}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.68) 55%,rgba(0,0,0,.38));z-index:-1}.hero-copy{padding:70px 0}.hero-copy>*{max-width:760px}.eyebrow{color:var(--red2)!important;font-size:12px!important;letter-spacing:.16em;text-transform:uppercase;font-weight:900;margin-bottom:14px!important}.hero h1{font-size:clamp(43px,6vw,75px);line-height:1;letter-spacing:-.045em}.hero h1 span{color:var(--red2)}.hero-copy>p:not(.eyebrow){color:#ddd;font-size:18px;line-height:1.7;margin:22px 0 28px}.actions{display:flex;gap:12px;flex-wrap:wrap}.secondary{background:rgba(0,0,0,.52);border:1px solid rgba(255,32,41,.7);box-shadow:none}section{padding:84px 0}h1{font-size:clamp(38px,5vw,64px);line-height:1.02}h2{font-size:clamp(31px,4vw,49px);line-height:1.06;letter-spacing:-.035em;margin-bottom:18px}section p{color:var(--muted);line-height:1.7}.light{background:#fff;color:#090909}.light p{color:#5e5e5e}.section-head{max-width:720px;margin-bottom:38px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service{background:#f5f5f5;border:1px solid #dedede;border-radius:12px;padding:24px;min-height:175px}.service span{font-size:11px;color:var(--red);font-weight:900}.service h3{font-size:19px;margin:16px 0 8px}.service p{font-size:13px}.center{text-align:center;margin-top:28px}.text-link{color:#b40008;font-weight:800}.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:center}.rounded{border-radius:16px;border:1px solid rgba(255,32,41,.35)}.photo{width:100%;height:auto;max-height:520px;object-fit:cover}.split>div>p{margin-bottom:16px}.ticks{list-style:none;display:grid;gap:15px;margin:24px 0}.ticks li{color:#c7c3c0;line-height:1.55;padding-left:36px;position:relative}.ticks li:before{content:"✓";position:absolute;left:0;top:0;background:var(--red);width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px}.gallery{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:14px;height:490px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:12px}.about{grid-template-columns:1fr 1fr}.contact{background:#fff;color:#090909;padding:58px 0}.contact p{color:#5e5e5e}.contact-row{display:flex;align-items:center;justify-content:space-between;gap:32px}.dark{background:#000;white-space:nowrap}footer{padding:35px 0;border-top:1px solid rgba(255,32,41,.25);color:#aaa;font-size:12px}.foot{display:flex;align-items:center;justify-content:space-between;gap:22px}.foot address{font-style:normal;line-height:1.55}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:50;background:#25d366;color:#fff;padding:15px 18px;border-radius:999px;font-size:12px;font-weight:900;box-shadow:0 8px 25px rgba(0,0,0,.4)}.page-hero{padding:78px 0 52px;background:radial-gradient(circle at 80% 20%,rgba(224,0,9,.25),transparent 35%),#050505}.page-hero p{max-width:700px}.content-page{background:#fff;color:#111}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.cards article{padding:25px;border:1px solid #ddd;border-radius:12px}.cards article h2{font-size:24px}.content-page p{color:#555}.simple-header{padding:18px 0;background:#000}.simple-header .container{display:flex;justify-content:space-between;align-items:center}.simple-header img{width:210px;height:auto}.not-found{min-height:70vh;display:grid;place-items:center;text-align:center}.not-found p{margin:15px 0 25px;color:#bbb}
@media(max-width:820px){.container{width:min(100% - 28px,680px)}.nav{height:78px}.brand img{width:190px}.menu{display:block}.nav nav{position:absolute;display:none;top:78px;left:0;right:0;background:#050505;padding:24px;flex-direction:column;border-bottom:1px solid rgba(255,32,41,.35)}.nav nav.open{display:flex}.hero{min-height:540px}.hero-copy>p:not(.eyebrow){font-size:16px}.services-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:34px}.gallery{height:auto;grid-template-columns:1fr 1fr}.gallery img{height:300px}.gallery img:first-child{grid-row:span 2;height:614px}.contact-row,.foot{align-items:flex-start;flex-direction:column}.nav-cta{display:none}section{padding:62px 0}.cards{grid-template-columns:1fr}}
@media(max-width:520px){.container{width:calc(100% - 24px)}.brand img{width:175px}.hero h1{font-size:39px}.hero-shade{background:rgba(0,0,0,.72)}.actions .btn{width:100%}.services-grid{grid-template-columns:1fr}.service{min-height:auto}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:290px;grid-row:auto}.whatsapp{right:12px;bottom:12px}.page-hero{padding:56px 0 38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
