:root { --ink:#101315; --ink-2:#191d20; --paper:#f4f3ef; --white:#fff; --red:#f0442f; --red-dark:#c62d1d; --yellow:#ffc82e; --muted:#6b6e70; --line:rgba(16,19,21,.12); --radius:22px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; color:var(--ink); background:var(--paper); font-family:"Manrope",sans-serif; line-height:1.55; }
body.menu-open { overflow:hidden; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button,a { -webkit-tap-highlight-color:transparent; }
.container { width:min(100% - 36px,1180px); margin-inline:auto; }
.skip-link { position:fixed; top:-80px; left:16px; z-index:999; padding:12px 16px; color:#111; background:var(--yellow); border-radius:8px; }
.skip-link:focus { top:16px; }

.site-header { position:fixed; inset:0 0 auto; z-index:100; color:white; transition:.25s; }
.site-header.scrolled,.site-header.menu-active { background:rgba(12,15,17,.96); box-shadow:0 10px 35px rgba(0,0,0,.22); backdrop-filter:blur(15px); }
.header-inner { height:76px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:10px; }
.brand-mark { width:50px; height:50px; flex:0 0 auto; }
.brand > span { display:flex; flex-direction:column; line-height:1; }
.brand b { font-size:1.12rem; }
.brand small { margin-top:5px; color:var(--yellow); font-size:.57rem; letter-spacing:.04em; }
.menu-toggle { width:46px; height:46px; display:grid; place-content:center; gap:6px; padding:0; background:none; border:0; cursor:pointer; }
.menu-toggle span { width:27px; height:2px; background:white; border-radius:9px; transition:.25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }
.main-nav { position:fixed; inset:76px 0 0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:28px; background:#0c0f11; transform:translateX(100%); visibility:hidden; transition:.3s; }
.main-nav.open { transform:none; visibility:visible; }
.main-nav a { font-size:1.3rem; font-weight:700; }
.main-nav .nav-cta { padding:14px 20px; background:var(--red); border-radius:12px; }

.hero { position:relative; min-height:100svh; padding:112px 0 0; color:white; background:var(--ink); overflow:hidden; }
.hero-grid { position:absolute; inset:0; opacity:.06; background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px); background-size:44px 44px; mask-image:linear-gradient(to bottom,black,transparent 70%); }
.hero-layout { position:relative; display:grid; gap:32px; }
.hero-copy { text-align:left; }
.eyebrow,.kicker { margin:0 0 16px; color:var(--red); font-size:.69rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.eyebrow { color:#ddd; }
.eyebrow span,.kicker::before { content:""; display:inline-block; width:26px; height:3px; margin:0 9px 3px 0; background:var(--yellow); }
h1,h2 { margin:0; line-height:.98; letter-spacing:-.055em; }
h1 { max-width:720px; font-size:clamp(3.05rem,14vw,5.8rem); font-weight:800; }
h1 em,h2 em { color:var(--red); font-style:normal; }
.hero-text { max-width:570px; margin:20px 0 0; color:#c9ccce; font-size:1.02rem; }
.hero-actions { display:grid; gap:12px; margin-top:28px; }
.button { min-height:58px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:15px 20px; border-radius:13px; font-weight:800; transition:transform .2s,box-shadow .2s; }
.button:active { transform:scale(.98); }
.button svg { width:24px; fill:currentColor; }
.button-primary { color:white; background:linear-gradient(135deg,#fa513a,var(--red)); box-shadow:0 16px 35px rgba(240,68,47,.22); }
.button-primary > span { margin-left:auto; }
.button-link { min-height:42px; justify-content:flex-start; padding:8px 2px; color:white; text-decoration:underline; text-decoration-color:var(--yellow); text-underline-offset:8px; }
.button-link span { color:var(--yellow); }
.hero-image { position:relative; width:calc(100% + 36px); margin-left:-18px; overflow:hidden; }
.hero-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,var(--ink),transparent 16%,transparent 75%,var(--ink)); pointer-events:none; }
.hero-image img { width:100%; height:430px; object-fit:cover; object-position:center; }
.hero-stamp { position:absolute; z-index:2; right:18px; bottom:24px; display:flex; align-items:center; gap:9px; padding:11px 14px; background:var(--yellow); color:#151515; border-radius:12px; box-shadow:0 14px 35px rgba(0,0,0,.28); }
.hero-stamp b { font-size:1.55rem; line-height:1; }
.hero-stamp span { font-size:.58rem; font-weight:800; line-height:1.2; text-transform:uppercase; }
.trust-strip { position:relative; display:grid; grid-template-columns:1fr; gap:0; padding:10px 0 26px; }
.trust-strip > div { display:flex; align-items:center; gap:13px; padding:15px 8px; border-bottom:1px solid rgba(255,255,255,.12); }
.trust-strip i { width:36px; color:var(--yellow); font-size:1.25rem; font-style:normal; font-weight:800; text-align:center; }
.trust-strip p { display:flex; flex-direction:column; margin:0; }
.trust-strip b { font-size:.82rem; }
.trust-strip span { color:#989c9f; font-size:.7rem; }

.section { padding:78px 0; }
.section-heading { display:grid; gap:22px; margin-bottom:40px; }
.section-heading > p { max-width:430px; margin:0; color:var(--muted); }
h2 { font-size:clamp(2.35rem,10vw,4.45rem); font-weight:800; }
.services { background:#faf9f6; }
.service-grid { display:grid; gap:13px; }
.service-card { position:relative; min-height:225px; padding:24px; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:0 10px 35px rgba(20,20,20,.05); overflow:hidden; }
.service-card small { position:absolute; right:22px; top:22px; color:#a7aaac; font-weight:800; }
.service-icon { width:47px; height:47px; display:grid; place-items:center; color:white; background:var(--red); border-radius:13px; font-size:.85rem; font-weight:800; }
.service-card h3 { margin:35px 0 8px; font-size:1.18rem; }
.service-card p { margin:0; color:var(--muted); font-size:.88rem; }
.service-card > a { position:absolute; right:20px; bottom:18px; width:35px; height:35px; display:grid; place-items:center; color:var(--red); border:1px solid rgba(240,68,47,.35); border-radius:50%; font-weight:800; }
.service-card-dark { color:white; background:var(--ink); }
.service-card-dark p { color:#b6b8b9; }
.service-card-dark > a { position:static; width:auto; height:auto; display:inline-block; margin-top:18px; color:var(--yellow); border:0; }

.projects { color:white; background:var(--ink); }
.section-heading-dark > p { color:#aaaeb0; }
.project-grid { display:grid; gap:14px; }
.project-card { min-height:340px; display:flex; flex-direction:column; padding:12px; background:#202427; border:1px solid rgba(255,255,255,.1); border-radius:18px; overflow:hidden; }
.project-photo,.vinyl-scene,.glass-scene { flex:1; min-height:245px; overflow:hidden; border-radius:12px; }
.project-photo img { width:100%; height:100%; object-fit:cover; }
.project-facade .project-photo img { object-position:70% center; }
.project-vehicle .project-photo img { object-position:24% 80%; transform:scale(1.2); }
.project-card > div:last-child { position:relative; padding:16px 5px 5px; }
.project-card small { color:var(--yellow); font-size:.66rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.project-card h3 { margin:4px 38px 0 0; font-size:1.05rem; }
.project-card > div:last-child > span { position:absolute; right:7px; bottom:6px; color:var(--red); font-size:1.4rem; }
.vinyl-scene { position:relative; display:grid; grid-template-columns:1fr 1fr; gap:3px; background:#34383a; }
.vinyl-scene i { background:linear-gradient(135deg,#e2b92d 0 48%,#bbb 49% 53%,#ece8df 54%); }
.vinyl-scene i:last-child { background:linear-gradient(135deg,#323537 0 48%,#999 49% 53%,#d9d5cd 54%); }
.vinyl-scene span { position:absolute; z-index:2; top:12px; padding:4px 7px; color:#111; background:var(--yellow); border-radius:5px; font-size:.58rem; font-weight:800; }
.vinyl-scene span:first-child { left:15px; }.vinyl-scene span:nth-child(2) { right:15px; }
.glass-scene { position:relative; display:grid; place-items:center; background:linear-gradient(115deg,rgba(255,255,255,.1),rgba(255,255,255,.42)),repeating-linear-gradient(90deg,#779196 0 2px,#dfe7e5 3px 18px); }
.glass-scene i { position:absolute; inset:18px; border:2px solid rgba(255,255,255,.7); }
.glass-scene b { position:relative; padding:18px; color:white; background:rgba(16,19,21,.78); text-align:center; letter-spacing:.08em; }

.process { background:var(--paper); }
.process-title { margin-bottom:38px; }
.steps { display:grid; gap:0; margin:0; padding:0; list-style:none; }
.steps li { display:grid; grid-template-columns:54px 1fr; gap:15px; padding:24px 0; border-top:1px solid var(--line); }
.steps li:last-child { border-bottom:1px solid var(--line); }
.steps > li > span { width:48px; height:48px; display:grid; place-items:center; color:white; background:var(--red); border-radius:50%; font-size:.8rem; font-weight:800; }
.steps h3 { margin:0 0 5px; }.steps p { margin:0; color:var(--muted); font-size:.87rem; }

.about { background:#faf9f6; }
.about-grid { display:grid; gap:40px; }
.about-image { position:relative; min-height:430px; border-radius:var(--radius); overflow:hidden; }
.about-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.68)); }
.about-image img { position:absolute; width:100%; height:100%; object-fit:cover; object-position:68% center; }
.about-image span { position:absolute; z-index:2; left:18px; bottom:18px; padding:9px 12px; color:white; background:var(--red); border-radius:8px; font-size:.7rem; font-weight:800; }
.about-copy > p:not(.kicker) { color:var(--muted); }
.text-link { display:inline-block; margin-top:15px; color:var(--red); font-weight:800; }

.contact { padding-top:18px; background:#faf9f6; }
.contact-card { padding:36px 25px; color:white; background:linear-gradient(135deg,#e73321,#fa4c34); border-radius:var(--radius); box-shadow:0 24px 60px rgba(164,34,22,.22); }
.kicker-light { color:white; }.kicker-light::before { background:var(--yellow); }
.contact-copy h2 em { color:var(--yellow); }
.contact-copy > p:not(.kicker) { color:rgba(255,255,255,.82); }
.button-white { margin-top:15px; color:var(--red); background:white; }
.contact-info { display:grid; gap:18px; margin-top:32px; padding-top:26px; border-top:1px solid rgba(255,255,255,.24); }
.contact-info div { padding-left:14px; border-left:3px solid var(--yellow); }
.contact-info small { display:block; color:var(--yellow); font-size:.65rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.contact-info a,.contact-info p { margin:4px 0 0; font-size:.92rem; font-weight:700; }

.site-footer { padding:55px 0 26px; color:white; background:#0b0e10; }
.footer-main { display:grid; gap:34px; }.footer-main nav,.footer-social { display:flex; flex-wrap:wrap; gap:15px 22px; color:#aeb1b3; font-size:.83rem; }.footer-social a { color:var(--yellow); }
.footer-bottom { display:flex; flex-direction:column; gap:8px; margin-top:42px; padding-top:20px; color:#676b6e; border-top:1px solid rgba(255,255,255,.1); font-size:.7rem; }
.floating-whatsapp { position:fixed; z-index:90; right:15px; bottom:15px; width:58px; height:58px; display:grid; place-items:center; color:white; background:#1ca958; border:4px solid rgba(255,255,255,.22); border-radius:50%; box-shadow:0 12px 32px rgba(0,0,0,.3); transition:.2s; }
.floating-whatsapp:hover { transform:translateY(-4px); }.floating-whatsapp svg { width:28px; fill:currentColor; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s,transform .65s; }.reveal.visible { opacity:1; transform:none; }

@media (min-width:620px) { .hero-actions { grid-template-columns:auto auto; justify-content:start; }.service-grid { grid-template-columns:1fr 1fr; }.project-grid { grid-template-columns:1fr 1fr; }.trust-strip { grid-template-columns:repeat(3,1fr); }.trust-strip > div { border-bottom:0; border-right:1px solid rgba(255,255,255,.12); }.trust-strip > div:last-child { border-right:0; } }
@media (min-width:900px) {
  .container { width:min(100% - 64px,1180px); }.header-inner { height:88px; }.menu-toggle { display:none; }.main-nav { position:static; visibility:visible; transform:none; flex-direction:row; justify-content:flex-end; background:transparent; }.main-nav a { font-size:.84rem; font-weight:600; }.main-nav .nav-cta { padding:12px 17px; font-weight:800; }
  .hero { min-height:auto; padding-top:142px; }.hero-layout { grid-template-columns:.82fr 1.18fr; align-items:center; gap:58px; }.hero-copy { padding-bottom:30px; }.hero-image { width:auto; margin:0; border-radius:24px; box-shadow:0 32px 75px rgba(0,0,0,.34); }.hero-image img { height:610px; }.hero-stamp { right:22px; bottom:22px; }.trust-strip { margin-top:35px; padding:18px 22px; background:#191d20; border:1px solid rgba(255,255,255,.1); border-radius:16px 16px 0 0; }.trust-strip > div { justify-content:center; }.hero-actions .button-primary { min-width:245px; }
  .section { padding:118px 0; }.section-heading { grid-template-columns:1.3fr .7fr; align-items:end; margin-bottom:56px; }.section-heading > p { justify-self:end; }.service-grid { grid-template-columns:repeat(3,1fr); gap:16px; }.service-card { min-height:255px; padding:28px; }
  .project-grid { grid-template-columns:1.2fr .8fr .8fr; grid-template-rows:250px 250px; }.project-card { min-height:0; }.project-facade { grid-row:1/3; }.project-vehicle { grid-column:3; grid-row:1/3; }.project-photo,.vinyl-scene,.glass-scene { min-height:0; }.project-facade .project-photo img { object-position:72% center; }.project-vehicle .project-photo img { object-position:25% center; transform:scale(1.4); }
  .process .container { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; }.process-title { margin:0; }.steps li { grid-template-columns:62px 1fr; padding:30px 0; }
  .about-grid { grid-template-columns:1fr 1fr; align-items:center; gap:88px; }.about-image { min-height:600px; }
  .contact-card { display:grid; grid-template-columns:1fr .72fr; gap:90px; padding:66px; }.contact-info { margin:0; padding:0 0 0 38px; border:0; border-left:1px solid rgba(255,255,255,.25); align-content:center; }
  .footer-main { grid-template-columns:1.2fr 1fr auto; align-items:center; }.footer-bottom { flex-direction:row; justify-content:space-between; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }
