:root {
  --ink: #0b0d14;
  --ink-soft: #121622;
  --paper: #f5f6f9;
  --white: #ffffff;
  --text: #151925;
  --muted: #697181;
  --purple: #7846ff;
  --blue: #216bff;
  --pink: #d731ef;
  --green: #20c96b;
  --border: rgba(18, 23, 35, .1);
  --radius: 18px;
  --shadow: 0 18px 50px rgba(16, 21, 33, .1);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.nav-open, body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; image-rendering: auto; }
.focus-acai { object-position: 50% 28% !important; }
img[src*="fachada-kabana-hq"], img[data-src*="fachada-kabana-hq"] { object-position: 50% 24% !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; border-radius: 8px; background: #fff; color: #111; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; background: rgba(9, 11, 17, .92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); transition: box-shadow .25s, background .25s; }
.site-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(27,72,211,.2), rgba(191,31,220,.11) 31%, transparent 56%); pointer-events: none; }
.site-header.is-scrolled { background: rgba(9, 11, 17, .975); box-shadow: 0 12px 35px rgba(0,0,0,.18); }
.header-inner { position: relative; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { position: relative; display: block; width: 226px; height: 58px; flex: 0 0 auto; overflow: hidden; border: 0; background: transparent; }
.brand::before { content: ""; position: absolute; inset: 0; background: url("./assets/logo-nova-original-dark.png") 37% center / 155% auto no-repeat; filter: contrast(1.32) brightness(1.06) saturate(1.08); mix-blend-mode: screen; pointer-events: none; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; opacity: 0; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .875rem; color: #d5d8e1; }
.main-nav > a:not(.button) { position: relative; padding-block: 8px; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: linear-gradient(90deg, var(--purple), var(--blue)); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.main-nav > a[aria-current="page"] { color: #fff; }
.main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; color: #fff; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 99px; background: currentColor; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border: 1px solid transparent; border-radius: 11px; font-size: .875rem; font-weight: 800; letter-spacing: .015em; text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter-button:focus-visible, .menu-toggle:focus-visible, a:focus-visible { outline: 3px solid rgba(141,111,255,.5); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(100deg, var(--purple), var(--blue)); box-shadow: 0 14px 28px rgba(71, 79, 255, .22); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(71, 79, 255, .34); }
.button-outline { min-height: 44px; padding: 10px 17px; color: #fff; border-color: rgba(132,95,255,.8); }
.button-outline:hover { background: rgba(117,75,255,.12); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); }
.button-light { background: #fff; color: #171b2a; box-shadow: 0 15px 28px rgba(4, 8, 25, .2); }

.hero { position: relative; min-height: 720px; overflow: hidden; padding: 150px 0 72px; color: #fff; background: radial-gradient(circle at 15% 5%, rgba(72,56,163,.18), transparent 32%), linear-gradient(135deg, #090b11, #111522 72%, #19152d); }
.hero-orb { position: absolute; width: 470px; height: 470px; top: -170px; left: -150px; border-radius: 50%; background: rgba(94,68,227,.09); }
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 58px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #a992ff; font-size: .75rem; font-weight: 800; letter-spacing: .19em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-dark { color: #704bff; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(3rem, 4.3vw, 4.1rem); font-weight: 800; letter-spacing: -.047em; line-height: 1.03; }
.hero-lead { max-width: 620px; margin: 0 0 32px; color: #c5cad7; font-size: 1.125rem; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 344px 154px; gap: 12px; min-width: 0; }
.hero-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: #202432; box-shadow: 0 22px 50px rgba(0,0,0,.27); transition: border-color .2s, box-shadow .2s; }
.hero-photo-main { grid-column: 1 / -1; }
.hero-photo img { height: 100%; object-fit: cover; }
.hero-photo:hover { border-color: rgba(169,146,255,.42); box-shadow: 0 24px 54px rgba(0,0,0,.31); }
.hero-photo-main img { object-position: 55% 50%; }
.hero-photo:not(.hero-photo-main):nth-child(2) img { object-position: 48% 47%; }
.hero-photo:not(.hero-photo-main):nth-child(3) img { object-position: 50% 32%; }
.hero-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,7,12,.72)); pointer-events: none; }
.hero-photo-main::after { inset: 56% 0 0; background: linear-gradient(transparent, rgba(5,7,12,.58)); }
.hero-photo figcaption { position: absolute; z-index: 1; left: 14px; bottom: 13px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; background: rgba(8,10,16,.58); backdrop-filter: blur(8px); font-size: .75rem; font-weight: 700; }
.hero-photo-bus figcaption { right: 14px; left: auto; }

.proof-strip { color: #fff; background: #121621; border-top: 1px solid rgba(255,255,255,.1); }
.proof-grid { display: grid; min-height: 112px; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.proof-item { display: flex; min-height: 80px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 2px; padding: 20px 34px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-stat { color: #fff; font-size: 1.62rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.proof-item > span { color: #9da5b5; font-size: .875rem; }
.proof-review { transition: background .2s; }
.proof-review:hover { background: rgba(120,70,255,.1); }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading > div { max-width: 720px; }
.section-heading h2, .reviews-heading h2, .process-copy h2, .about-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(2.25rem, 3.5vw, 3.25rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.7; }

.solutions { background: var(--paper); }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.solution-card { overflow: hidden; border: 1px solid rgba(18,23,35,.06); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transition: border-color .2s, box-shadow .2s; }
.solution-image { height: 240px; overflow: hidden; background: #dfe3ea; }
.solution-image img { height: 100%; object-fit: cover; }
.solution-card:hover { border-color: rgba(120,70,255,.2); box-shadow: 0 22px 54px rgba(16,21,33,.13); }
.solution-card:nth-child(1) img { object-position: 50% 24%; }
.solution-card:nth-child(2) img { object-position: 50% 23%; }
.solution-card:nth-child(3) img { object-position: 46% 48%; }
.solution-card:nth-child(4) img { object-position: 50% 39%; }
.solution-content { padding: 23px 22px 25px; }
.solution-content > span { color: #7855f8; font-size: .72rem; font-weight: 800; }
.solution-content h3 { margin: 10px 0 10px; font-size: 1.18rem; letter-spacing: -.025em; }
.solution-content p { min-height: 82px; margin: 0 0 18px; color: var(--muted); font-size: .94rem; line-height: 1.62; }
.solution-content a { color: #4d36ca; font-size: .875rem; font-weight: 750; }
.secondary-services { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; padding: 18px 20px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.6); }
.secondary-services strong { margin-right: 8px; font-size: .85rem; }
.secondary-services span, .secondary-services a { padding: 8px 11px; border-radius: 999px; color: #606777; background: #fff; font-size: .82rem; }
.secondary-services a { color: #4d36ca; font-weight: 750; transition: color .2s, box-shadow .2s; }
.secondary-services a:hover { color: #2e1ca4; box-shadow: 0 8px 20px rgba(46,28,164,.1); }

.portfolio { color: #fff; background: var(--ink); }
.portfolio-heading > p { color: #9aa2b2; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.filter-button { min-height: 42px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #b9bfcb; background: transparent; font-size: .875rem; font-weight: 700; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.filter-button:hover, .filter-button.is-active { color: #fff; border-color: #7e5fff; background: rgba(116,71,255,.18); }
.portfolio-grid { display: grid; grid-template-columns: 1.08fr .96fr .96fr; grid-auto-rows: 260px; gap: 16px; }
.project-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); background: #232936; transition: border-color .2s, box-shadow .2s; }
.project-card[hidden] { display: none; }
.project-tall { grid-row: span 2; }
.project-card img { height: 100%; object-fit: cover; }
.project-card:hover, .project-card:focus-within { border-color: rgba(145,113,255,.72); box-shadow: 0 18px 42px rgba(0,0,0,.24); }
.project-card:focus-within { outline: 3px solid rgba(141,111,255,.5); outline-offset: 3px; }
.project-tall img { object-position: 48% center; }
.project-card:nth-child(2) img { object-position: 50% 34%; }
.project-card:nth-child(3) img { object-position: 50% 24%; }
.project-card:nth-child(4) img { object-position: 50% 42%; }
.project-card:nth-child(5) img { object-position: 50% 45%; }
.project-card:nth-child(6) img { object-position: 50% 38%; }
.project-card:nth-child(7) img { object-position: 50% 34%; }
.project-card:nth-child(8) img { object-position: 50% 32%; }
.project-focus-top img { object-position: 50% 28%; }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(5,7,12,.92)); }
.project-caption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; }
.project-card-bus .project-caption { right: 20px; left: auto; text-align: right; }
.project-caption span { display: block; margin-bottom: 4px; color: #c0c5d0; font-size: .8rem; }
.project-caption h3 { margin: 0; font-size: 1.15rem; letter-spacing: -.02em; }
.project-open { position: absolute; z-index: 3; inset: 0; padding: 0; border: 0; color: #fff; background: transparent; cursor: zoom-in; }
.project-open:focus { outline: 0; }
.project-zoom { position: absolute; top: 14px; right: 14px; display: inline-flex; min-height: 34px; align-items: center; padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: rgba(8,10,16,.78); box-shadow: 0 8px 20px rgba(0,0,0,.2); backdrop-filter: blur(9px); font-size: .72rem; font-weight: 800; opacity: 0; transform: translateY(-5px); transition: opacity .2s, transform .2s; }
.project-card:hover .project-zoom, .project-card:focus-within .project-zoom { opacity: 1; transform: translateY(0); }
.portfolio-more { display: flex; justify-content: center; margin-top: 28px; }
.portfolio-more .button { min-width: 220px; color: #dce1ea; border-color: rgba(166,177,196,.42); background: #151a27; cursor: pointer; }
.portfolio-more .button:hover { color: #fff; border-color: rgba(188,198,215,.58); background: #1c2231; }
.portfolio-more[hidden] { display: none; }
.portfolio-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 24px 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: #121621; }
.portfolio-cta p { margin: 0; color: #c5cad5; font-weight: 650; }

.lightbox { width: min(1120px, calc(100% - 32px)); max-width: none; max-height: calc(100svh - 32px); padding: 0; overflow: visible; border: 0; color: #fff; background: transparent; }
.lightbox::backdrop { background: rgba(3,5,10,.91); backdrop-filter: blur(8px); }
.lightbox-shell { position: relative; display: grid; max-height: calc(100svh - 32px); grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #090c13; box-shadow: 0 32px 90px rgba(0,0,0,.6); }
.lightbox-stage { display: grid; min-height: 0; place-items: center; overflow: hidden; background: #05070b; }
.lightbox-stage img { width: auto; max-width: 100%; height: auto; max-height: calc(100svh - 150px); object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0 0 3px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(7,9,15,.82); box-shadow: 0 8px 24px rgba(0,0,0,.3); font-size: 1.75rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.lightbox-close:hover { background: rgba(120,70,255,.92); }
.lightbox-close:focus-visible { outline: 3px solid rgba(169,146,255,.7); outline-offset: 3px; }
.lightbox-meta { display: flex; align-items: center; gap: 22px; justify-content: space-between; padding: 18px 22px; border-top: 1px solid rgba(255,255,255,.1); background: #10141f; }
.lightbox-meta > span { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; color: #cabfff; background: rgba(120,70,255,.16); font-size: .75rem; font-weight: 800; }
.lightbox-meta > div { min-width: 0; max-width: 720px; text-align: right; }
.lightbox-meta h2 { margin: 0; font-size: 1.12rem; letter-spacing: -.02em; }
.lightbox-meta p { margin: 3px 0 0; color: #9ea6b6; font-size: .78rem; }
.lightbox-meta .lightbox-location { color: #d5d9e2; font-weight: 700; }

.testimonials { position: relative; overflow: hidden; background: #fff; }
.testimonials::before { content: ""; position: absolute; width: 420px; height: 420px; top: -240px; right: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(120,70,255,.12), transparent 68%); pointer-events: none; }
.reviews-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.reviews-heading > div { max-width: 720px; }
.google-rating { display: flex; min-width: 275px; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--border); border-radius: 14px; background: #f8f9fc; box-shadow: 0 14px 38px rgba(16,21,33,.07); }
.google-rating > strong { font-size: 2rem; letter-spacing: -.06em; line-height: 1; }
.google-rating span { display: block; color: #606878; font-size: .82rem; }
.google-rating b, .review-stars { display: block; color: #f6aa17; letter-spacing: .08em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 220px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: #f8f9fc; box-shadow: 0 14px 38px rgba(16,21,33,.06); }
.review-stars { margin-bottom: 25px; font-size: .9rem; }
.review-card blockquote { margin: 0 0 25px; color: #202533; font-size: 1.08rem; font-weight: 650; line-height: 1.6; }
.review-card cite { color: #6a7282; font-size: .875rem; font-style: normal; font-weight: 700; }
.reviews-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: #5436d6; font-size: .9rem; font-weight: 800; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; }
.process-visual { position: relative; min-height: 610px; overflow: hidden; border-radius: 22px; background: #dfe3e8; }
.process-visual > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 33%; }
.process-visual::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(6,9,16,.85)); }
.process-badge { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; padding: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; color: #fff; background: rgba(10,13,22,.78); backdrop-filter: blur(12px); }
.process-badge strong { display: block; margin-bottom: 5px; }
.process-badge span { color: #c5cad4; font-size: .875rem; }
.process-copy > h2 { max-width: 620px; }
.steps { margin: 35px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 19px 0; border-top: 1px solid var(--border); }
.steps li:last-child { border-bottom: 1px solid var(--border); }
.steps li > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: #6b49e8; background: #eeeaff; font-size: .72rem; font-weight: 800; }
.steps h3 { margin: 1px 0 5px; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); font-size: .925rem; }

.guides-home { background: #f2f3f7; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.guide-card { overflow: hidden; border: 1px solid var(--border); border-radius: 17px; background: #fff; box-shadow: 0 14px 38px rgba(16,21,33,.065); transition: box-shadow .22s ease, border-color .22s ease; }
.guide-card:hover { border-color: rgba(120,70,255,.25); box-shadow: 0 22px 48px rgba(16,21,33,.105); }
.guide-card > a { display: flex; height: 100%; flex-direction: column; }
.guide-card img { height: 220px; object-fit: cover; }
.guide-card > a > div { display: flex; min-height: 254px; flex: 1; flex-direction: column; padding: 23px; }
.guide-card span { color: #6846e2; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h3 { margin: 13px 0 10px; font-size: 1.17rem; letter-spacing: -.025em; line-height: 1.28; }
.guide-card p { margin: 0 0 20px; color: var(--muted); font-size: .875rem; line-height: 1.65; }
.guide-card strong { margin-top: auto; color: #6341d4; font-size: .82rem; }
.guides-all { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; color: #5436d6; font-size: .9rem; font-weight: 800; }

.about { color: #fff; background: linear-gradient(120deg, #111323, #171b35 60%, #102b56); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0; color: #bdc3d0; font-size: 1.02rem; line-height: 1.7; }
.text-link { color: #b5a4ff; font-size: .88rem; font-weight: 800; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-points article { min-height: 172px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.045); }
.about-points strong { display: block; margin-bottom: 9px; font-size: .97rem; }
.about-points p { margin: 0; color: #aeb5c4; font-size: .9rem; line-height: 1.6; }

.contact { padding: 80px 0; background: #fff; }
.contact-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 58px 64px; border-radius: 22px; color: #fff; background: radial-gradient(circle at 92% 12%, rgba(113,70,255,.35), transparent 30%), linear-gradient(115deg, #261b45, #1b2552 52%, #0e3977); box-shadow: 0 22px 55px rgba(22,27,58,.18); }
.contact-copy > p:not(.eyebrow) { max-width: 650px; margin: 20px 0 28px; color: #c8ccda; }
.briefing-card { padding: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(6,10,24,.24); }
.briefing-card > span { display: block; margin-bottom: 14px; font-weight: 800; }
.briefing-card ul { display: grid; gap: 10px; margin: 0; padding: 0; color: #d7d9e3; font-size: .9rem; list-style: none; }
.briefing-card li::before { content: "✓"; margin-right: 9px; color: #b6a7ff; }

.visit { padding: 0 0 100px; background: #fff; }
.visit-panel { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; color: #fff; background: #10141f; box-shadow: 0 22px 55px rgba(16,21,33,.16); }
.visit-copy { align-self: center; padding: 46px 48px; }
.visit-copy h2 { max-width: 520px; margin: 0; font-size: clamp(2rem, 3.1vw, 2.8rem); line-height: 1.08; letter-spacing: -.04em; }
.visit-copy > p:not(.eyebrow) { margin: 20px 0 24px; color: #c3c9d5; line-height: 1.65; }
.business-hours { display: grid; gap: 0; margin: 0 0 28px; }
.business-hours > div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.business-hours > div:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.business-hours dt { color: #f3f4f7; font-weight: 750; }
.business-hours dd { margin: 0; color: #aeb5c3; text-align: right; }
.visit-route { width: fit-content; }
.map-shell { position: relative; min-width: 0; min-height: 390px; overflow: hidden; background: linear-gradient(135deg, #222838, #161b27); }
.map-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity .35s ease; }
.map-shell.is-loaded iframe { opacity: 1; }
.map-placeholder { position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; color: #c8ced9; background: radial-gradient(circle at center, rgba(120,70,255,.18), transparent 48%), linear-gradient(135deg, #222838, #161b27); font-size: .86rem; font-weight: 750; text-align: center; }
.map-consent { display: grid; max-width: 330px; justify-items: center; gap: 13px; }
.map-consent > span { color: #fff; font-size: 1rem; }
.map-consent small { color: #aeb5c3; font-size: .72rem; font-weight: 600; line-height: 1.55; }
.map-load { min-height: 44px; padding: 10px 17px; border: 1px solid rgba(169,146,255,.72); border-radius: 10px; color: #fff; background: rgba(120,70,255,.2); font-weight: 800; cursor: pointer; transition: background .2s, border-color .2s; }
.map-load:hover { border-color: #bbaaff; background: rgba(120,70,255,.34); }
.map-load:focus-visible { outline: 3px solid rgba(169,146,255,.7); outline-offset: 3px; }
.map-shell.is-loaded .map-placeholder { opacity: 0; pointer-events: none; transition: opacity .3s ease; }

.site-footer { padding: 65px 0 24px; color: #a9b0bf; background: #080a10; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr .7fr; gap: 50px; }
.footer-brand { width: 205px; height: 54px; }
.footer-grid p { max-width: 330px; margin: 18px 0 0; font-size: .9rem; }
.footer-grid .footer-company { margin-top: 14px; color: #d2d6df; font-size: .78rem; line-height: 1.6; }
.footer-company span { color: #9fa6b4; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: .875rem; }
.footer-grid strong { margin-bottom: 5px; color: #fff; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid a:hover { color: #fff; }
.site-footer .footer-grid a[href^="tel:"],
.site-footer .footer-grid a[href*="instagram.com"],
.site-footer .footer-grid a[href*="share.google"] { display: inline-flex; width: fit-content; align-items: center; gap: 8px; }
.site-footer .footer-grid a[href^="tel:"]::before,
.site-footer .footer-grid a[href*="instagram.com"]::before,
.site-footer .footer-grid a[href*="share.google"]::before { content: ""; width: 16px; height: 16px; flex: 0 0 16px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.site-footer .footer-grid a[href^="tel:"]::before { background: #25d366; -webkit-mask: url("./assets/whatsapp-mark.svg") center / contain no-repeat; mask: url("./assets/whatsapp-mark.svg") center / contain no-repeat; }
.site-footer .footer-grid a[href*="instagram.com"]::before { background: linear-gradient(145deg, #7b3cff 5%, #d62976 53%, #ff9b35 100%); -webkit-mask: url("./assets/instagram-mark.svg") center / contain no-repeat; mask: url("./assets/instagram-mark.svg") center / contain no-repeat; }
.site-footer .footer-grid a[href*="share.google"]::before { background-image: url("./assets/google-g.svg"); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px 26px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-legal-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 16px; }
.footer-legal-links a { color: #bec4d0; text-decoration: underline; text-decoration-color: rgba(190,196,208,.35); text-underline-offset: 3px; }
.footer-legal-links a:hover { color: #fff; text-decoration-color: currentColor; }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 4px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 15px 34px rgba(15,145,69,.35); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.02); }
.floating-whatsapp svg, .mobile-whatsapp svg { display: none; }
.floating-whatsapp::before, .mobile-whatsapp::before { content: ""; display: block; width: 28px; height: 28px; flex: 0 0 auto; background: currentColor; -webkit-mask: url("./assets/whatsapp-mark.svg") center / contain no-repeat; mask: url("./assets/whatsapp-mark.svg") center / contain no-repeat; }
.whatsapp-prompt { position: absolute; right: calc(100% + 12px); width: max-content; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #fff; background: rgba(11,14,22,.96); box-shadow: 0 10px 28px rgba(0,0,0,.22); font-size: .78rem; font-weight: 800; opacity: 0; pointer-events: none; transform: translateX(6px); }
.floating-whatsapp.is-attention, .mobile-whatsapp.is-attention { animation: whatsapp-attention 1.15s ease-in-out 2; }
.floating-whatsapp.is-attention .whatsapp-prompt { animation: whatsapp-prompt 2.35s ease both; }
.mobile-whatsapp.is-attention { transform-origin: center bottom; }
.mobile-whatsapp { display: none; }

@keyframes whatsapp-attention {
  0%, 100% { transform: scale(1); box-shadow: 0 15px 34px rgba(15,145,69,.35); }
  45% { transform: scale(1.075); box-shadow: 0 0 0 10px rgba(32,201,107,.13), 0 18px 40px rgba(15,145,69,.42); }
}

@keyframes whatsapp-prompt {
  0%, 100% { opacity: 0; transform: translateX(6px); }
  14%, 78% { opacity: 1; transform: translateX(0); }
}

.reveal, .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 82px 0 auto; display: grid; gap: 0; padding: 14px 32px 24px; color: #fff; background: rgba(9,11,17,.985); border-bottom: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; }
  .main-nav > a:not(.button) { display: block; padding: 13px 5px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav > a:not(.button)::after { display: none; }
  .nav-button { margin-top: 15px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-gallery { grid-template-rows: 390px 190px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-content p { min-height: 0; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .project-tall { grid-row: span 2; }
  .reviews-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .process-grid { gap: 45px; }
  .guide-card img { height: 190px; }
  .about-grid { gap: 50px; }
  .contact-panel { gap: 40px; padding: 48px; }
  .visit-panel { grid-template-columns: 1fr 1fr; }
  .visit-copy { padding: 42px 38px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 32px, 560px); }
  .site-header { backdrop-filter: blur(14px); }
  .header-inner { min-height: 70px; }
  .brand { width: 166px; height: 44px; }
  .main-nav { inset: 70px 0 auto; padding-inline: 16px; }

  .hero { min-height: auto; padding: 94px 0 40px; }
  .hero-grid { gap: 34px; }
  .hero-gallery { grid-template-columns: 1fr; grid-template-rows: 230px; gap: 0; }
  .hero-photo-main { grid-column: auto; }
  .hero-photo:not(.hero-photo-main) { display: none; }
  .hero-photo { border-radius: 12px; }
  .hero-photo figcaption { display: none; }
  h1 { font-size: clamp(2.45rem, 11vw, 3.3rem); line-height: 1.04; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); min-height: 104px; }
  .proof-item, .proof-item:first-child { min-height: 104px; padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.1); }
  .proof-item:last-child { border-right: 0; }
  .proof-stat { font-size: 1.35rem; }
  .proof-item > span { font-size: .78rem; line-height: 1.35; }
  .section { padding: 68px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 18px; }
  .section-heading h2, .reviews-heading h2, .process-copy h2, .about-copy h2, .contact-copy h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
  .solution-grid { grid-template-columns: 1fr; gap: 14px; }
  .solution-card { display: grid; grid-template-columns: 42% 58%; min-height: 196px; }
  .solution-image { height: 100%; }
  .solution-content { padding: 19px 17px; }
  .solution-content h3 { font-size: 1.02rem; }
  .solution-content p { margin-bottom: 12px; font-size: .875rem; }
  .solution-content a { font-size: .82rem; }
  .secondary-services { align-items: flex-start; flex-direction: column; }
  .secondary-services span, .secondary-services a { width: 100%; }
  .filters { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-button { width: 100%; }
  .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .project-tall { grid-row: auto; }
  .project-zoom { top: 11px; right: 11px; min-height: 32px; opacity: 1; transform: none; }
  .portfolio-cta { align-items: stretch; flex-direction: column; }
  .lightbox { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .lightbox-shell { max-height: calc(100svh - 20px); border-radius: 14px; }
  .lightbox-stage img { max-height: calc(100svh - 205px); }
  .lightbox-close { top: 10px; right: 10px; }
  .lightbox-meta { align-items: flex-start; flex-direction: column; gap: 9px; padding: 14px 16px 16px; }
  .lightbox-meta > div { text-align: left; }
  .lightbox-meta p { font-size: .74rem; line-height: 1.45; }
  .google-rating { width: 100%; min-width: 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: auto; }
  .process-grid, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .process-visual { min-height: 430px; }
  .process-copy { padding-top: 8px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card > a { display: grid; grid-template-columns: 40% 60%; }
  .guide-card img { width: 100%; height: 100%; min-height: 210px; }
  .guide-card > a > div { min-height: 210px; padding: 21px; }
  .about-grid { gap: 40px; }
  .about-points { grid-template-columns: 1fr; }
  .about-points article { min-height: auto; }
  .contact { padding: 52px 0; }
  .contact-panel { gap: 34px; padding: 34px 24px; border-radius: 18px; }
  .visit { padding-bottom: 68px; }
  .visit-panel { grid-template-columns: 1fr; }
  .visit-copy { padding: 34px 24px; }
  .visit-route { width: 100%; }
  .map-shell { min-height: 320px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  body { padding-bottom: 74px; }
  .floating-whatsapp { display: none; }
  .mobile-whatsapp { position: fixed; z-index: 90; right: 12px; bottom: 10px; left: 12px; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.68); border-radius: 13px; color: #fff; background: #19a957; box-shadow: 0 16px 36px rgba(7,73,32,.35); font-size: .875rem; font-weight: 800; }
  .mobile-whatsapp::before { width: 23px; height: 23px; }
  .whatsapp-prompt { display: none; }
}

@media (max-width: 430px) {
  .solution-card { grid-template-columns: 1fr; }
  .solution-image { height: 190px; }
  .solution-content { padding: 16px 14px; }
  .solution-content p { line-height: 1.5; }
  .guide-card > a { display: flex; }
  .guide-card img { height: 195px; min-height: 0; }
  .guide-card > a > div { min-height: auto; }
  .filters { display: flex; flex-wrap: nowrap; margin-right: -16px; padding-right: 16px; overflow-x: auto; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter-button { width: auto; flex: 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .business-hours > div { grid-template-columns: 1fr; gap: 2px; }
  .business-hours dd { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
