:root {
  --ink: #071221;
  --ink-soft: #0d1d31;
  --blue: #55c7ff;
  --blue-strong: #338bf4;
  --ice: #e8f7ff;
  --white: #ffffff;
  --paper: #f4f7fa;
  --text: #172233;
  --muted: #667386;
  --line: rgba(7, 18, 33, 0.12);
  --container: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 17, 33, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); 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; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.scroll-progress { position: fixed; z-index: 200; top: 0; left: 0; width: var(--progress, 0%); height: 3px; background: linear-gradient(90deg, var(--blue), #9de7ff); box-shadow: 0 0 14px var(--blue); }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; color: var(--white); transition: background .35s ease, box-shadow .35s ease, transform .35s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(7, 18, 33, 0.94); box-shadow: 0 12px 40px rgba(0, 0, 0, .22); backdrop-filter: blur(16px); }
.site-header.is-scrolled .topline { display: none; }
.topline { border-bottom: 1px solid rgba(255, 255, 255, .13); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.topline-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; }
.topline p { margin: 0; color: rgba(255, 255, 255, .7); }
.topline a { font-weight: 750; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 30px; }
.brand { position: relative; z-index: 3; display: inline-flex; align-items: center; }
.brand img { width: 150px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); font-size: .88rem; font-weight: 650; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 12px; color: rgba(255,255,255,.82); }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--blue); transition: transform .3s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; min-height: 46px; padding: 0 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; transition: .25s ease; }
.nav-cta:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: .25s ease; }

.hero { position: relative; display: grid; min-height: 840px; height: min(940px, 100svh); overflow: hidden; background: var(--ink); color: var(--white); }
.hero-grid { position: absolute; z-index: 2; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-media { position: absolute; inset: 0 0 0 43%; overflow: hidden; will-change: transform; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(7,18,33,.62) 28%, rgba(7,18,33,.12) 70%), linear-gradient(0deg, var(--ink) 0%, transparent 42%); }
.hero-media img { width: 100%; height: 116%; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 84% 32%, rgba(85,199,255,.19), transparent 28%), linear-gradient(90deg, rgba(7,18,33,.97) 0 42%, rgba(7,18,33,.44) 72%, rgba(7,18,33,.1)); }
.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 760px) 1fr; align-content: center; min-height: 100%; padding-top: 140px; padding-bottom: 120px; }
.hero-copy { align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--blue-strong); font-size: .74rem; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: ""; flex: 0 0 36px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--blue); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.35rem, 6.7vw, 6.8rem); font-weight: 760; letter-spacing: -.065em; line-height: .93; text-wrap: balance; }
.hero h1::first-line { color: var(--white); }
.hero-lead { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 0 25px; border: 1px solid transparent; border-radius: 99px; font-size: .9rem; font-weight: 800; transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: var(--ink); background: var(--blue); box-shadow: 0 12px 38px rgba(85,199,255,.24); }
.button-primary:hover { background: #91e0ff; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.42); }
.button-ghost:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid rgba(255,255,255,.32); padding: 9px 0; font-size: .9rem; font-weight: 750; }
.text-link span { color: var(--blue); transition: transform .25s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-badge { position: absolute; top: 30%; right: 0; display: flex; align-items: center; gap: 12px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(7,18,33,.48); backdrop-filter: blur(14px); }
.hero-badge strong { color: var(--blue); font-size: 3rem; line-height: 1; letter-spacing: -.07em; }
.hero-badge span { font-size: .72rem; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.hero-proof { position: absolute; right: 0; bottom: 46px; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 710px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof div { display: grid; gap: 3px; padding-right: 30px; }
.hero-proof strong { font-size: 1.12rem; }
.hero-proof span { color: rgba(255,255,255,.56); font-size: .78rem; }
.scroll-cue { position: absolute; z-index: 4; right: 26px; bottom: 42px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.5); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue span { position: relative; width: 42px; height: 1px; overflow: hidden; background: rgba(255,255,255,.22); }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: var(--blue); animation: scroll-line 2s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(100%); } }

.industry-ribbon { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.ribbon-track { display: flex; align-items: center; width: max-content; min-height: 74px; animation: ribbon 28s linear infinite; }
.ribbon-track span { margin-inline: 28px; color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ribbon-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
@keyframes ribbon { to { transform: translateX(-50%); } }

.section { padding: clamp(92px, 11vw, 150px) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 70px; margin-bottom: 60px; }
.section-heading h2, .method h2, .sector-title h2, .faq h2, .coverage h2, .final-cta h2 { margin: 0; color: var(--ink); font-size: clamp(2.55rem, 5vw, 5.3rem); font-weight: 740; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.section-intro { margin: 0; color: var(--muted); font-size: 1.03rem; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 445px; gap: 18px; }
.service-card { position: relative; overflow: hidden; border-radius: var(--radius); isolation: isolate; box-shadow: 0 16px 50px rgba(7,18,33,.08); }
.service-card-wide { grid-column: span 2; }
.service-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .45s ease, transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.service-card:hover img { transform: scale(1.055); filter: saturate(1.12); }
.service-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(3,12,24,.02) 25%, rgba(3,12,24,.92) 100%); }
.service-number { position: absolute; top: 22px; left: 24px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: var(--white); font-size: .73rem; font-weight: 800; }
.service-copy { position: absolute; right: 28px; bottom: 27px; left: 28px; display: grid; color: var(--white); }
.service-copy small { margin-bottom: 8px; color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-copy strong { font-size: clamp(1.65rem, 3vw, 2.6rem); letter-spacing: -.04em; line-height: 1.05; }
.service-copy > span { max-width: 470px; margin-top: 11px; color: rgba(255,255,255,.67); font-size: .86rem; line-height: 1.5; }
.service-arrow { position: absolute; top: 22px; right: 22px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--ink); background: var(--blue); font-size: 1.15rem; transition: transform .3s ease; }

.method { background: var(--white); }
.method-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.method-visual { position: sticky; top: 118px; }
.method-image { position: relative; height: 720px; overflow: hidden; border-radius: 0 var(--radius) var(--radius) var(--radius); background: var(--ink); will-change: transform; }
.method-image::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,18,33,.42)); }
.method-image img { width: 100%; height: 114%; object-fit: cover; }
.method-note { position: absolute; right: -28px; bottom: 30px; z-index: 3; display: flex; align-items: center; gap: 14px; width: min(310px, 80%); padding: 18px 20px; border-radius: 12px; color: var(--white); background: var(--ink); font-size: .82rem; font-weight: 700; }
.method-note span { flex: 0 0 10px; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(85,199,255,.12); }
.method-copy { padding-top: 20px; }
.method-copy h2 { font-size: clamp(2.8rem, 4.6vw, 5rem); }
.method-lead { margin: 28px 0 42px; color: var(--muted); font-size: 1.05rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 27px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--blue-strong); font-size: .74rem; font-weight: 800; letter-spacing: .11em; }
.steps h3 { margin: -4px 0 7px; color: var(--ink); font-size: 1.17rem; line-height: 1.35; }
.steps p { margin: 0; color: var(--muted); font-size: .91rem; }

.metrics { position: relative; overflow: hidden; padding: 75px 0; color: var(--white); background: var(--ink); }
.metrics-glow { position: absolute; width: 420px; height: 420px; top: -250px; left: 42%; border-radius: 50%; background: rgba(85,199,255,.2); filter: blur(90px); }
.metrics-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 140px; padding: 10px 34px; border-left: 1px solid rgba(255,255,255,.13); }
.metric:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.metric strong { display: block; color: var(--blue); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 720; letter-spacing: -.065em; line-height: 1; white-space: nowrap; }
.metric p { max-width: 210px; margin: 19px 0 0; color: rgba(255,255,255,.58); font-size: .8rem; line-height: 1.5; }

.projects { background: var(--white); }
.projects-heading { margin-bottom: 48px; }
.project-grid { display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: repeat(2, 330px); gap: 18px; }
.project { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--ink); }
.project-main { grid-row: 1 / 3; }
.project-image { width: 100%; height: 100%; overflow: hidden; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(7,18,33,.88)); pointer-events: none; }
.project:hover img { transform: scale(1.05); }
.project figcaption { position: absolute; z-index: 2; right: 25px; bottom: 24px; left: 25px; color: var(--white); }
.project figcaption span { display: block; margin-bottom: 4px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project figcaption strong { font-size: clamp(1.2rem, 2vw, 1.8rem); line-height: 1.2; }

.sectors { padding-top: 70px; background: var(--white); }
.sectors-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 130px); }
.sector-title { position: sticky; top: 125px; align-self: start; }
.sector-title h2 { font-size: clamp(2.8rem, 4.4vw, 4.8rem); }
.sector-title > p:not(.eyebrow) { max-width: 540px; margin: 27px 0; color: var(--muted); }
.dark-link { color: var(--ink); border-color: rgba(7,18,33,.25); }
.dark-link:hover span { transform: translateX(4px); }
.sector-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector { position: relative; isolation: isolate; overflow: hidden; min-height: 250px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); background: var(--white); }
.sector::after { content: ""; position: absolute; z-index: 1; inset: 0; opacity: 0; background: linear-gradient(180deg, rgba(7,18,33,.2) 0%, rgba(7,18,33,.64) 52%, rgba(7,18,33,.93) 100%); pointer-events: none; transition: opacity .48s ease; }
.sector-image { position: absolute; z-index: 0; inset: -2%; width: 104%; max-width: none; height: 104%; object-fit: cover; opacity: 0; transform: scale(1.08); filter: saturate(.82) contrast(1.04); transition: opacity .48s ease, transform .8s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.sector > span, .sector h3, .sector p { position: relative; z-index: 2; }
.sector > span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 26px; padding: 0 8px; border: 1px solid rgba(23,104,212,.2); border-radius: 99px; color: #1768d4; background: rgba(255,255,255,.92); box-shadow: 0 6px 18px rgba(7,18,33,.08); font-size: .72rem; font-weight: 800; letter-spacing: .12em; transition: color .35s ease, border-color .35s ease, background .35s ease; }
.sector h3 { margin: 52px 0 10px; color: inherit; font-size: 1.27rem; line-height: 1.25; transition: color .35s ease; }
.sector p { margin: 0; color: var(--muted); font-size: .85rem; transition: color .35s ease; }

@media (hover: hover) and (pointer: fine) {
  .sector:hover { color: var(--white); }
  .sector:hover::after { opacity: 1; }
  .sector:hover .sector-image { opacity: 1; transform: scale(1); filter: saturate(1) contrast(1.02); }
  .sector:hover > span { color: var(--blue); border-color: rgba(255,255,255,.24); background: rgba(7,18,33,.82); }
  .sector:hover p { color: rgba(255,255,255,.76); }
}

@media (hover: none), (pointer: coarse) {
  .sector { color: var(--white); background: var(--ink); }
  .sector::after, .sector-image { opacity: 1; }
  .sector-image { transform: scale(1.02); filter: saturate(.92) contrast(1.03); }
  .sector > span { color: var(--blue); border-color: rgba(255,255,255,.24); background: rgba(7,18,33,.82); }
  .sector p { color: rgba(255,255,255,.76); }
}

.coverage { position: relative; overflow: hidden; padding: clamp(90px, 10vw, 135px) 0; color: var(--white); background: linear-gradient(135deg, #0a1a2c 0%, #071221 56%, #102d46 100%); }
.coverage h2 { max-width: 760px; color: var(--white); }
.coverage-art { position: absolute; inset: 0; pointer-events: none; }
.coverage-art span { position: absolute; top: 50%; right: 5%; width: 560px; height: 560px; border: 1px solid rgba(85,199,255,.12); border-radius: 50%; transform: translateY(-50%); }
.coverage-art span:nth-child(2) { width: 360px; height: 360px; right: calc(5% + 100px); }
.coverage-art span:nth-child(3) { width: 160px; height: 160px; right: calc(5% + 200px); background: rgba(85,199,255,.05); }
.coverage-inner { position: relative; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 90px; }
.locations { border-top: 1px solid rgba(255,255,255,.16); }
.locations > * { display: grid; gap: 3px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.locations a { transition: padding-left .25s ease; }
.locations a:hover { padding-left: 8px; }
.locations span { color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.locations strong { color: rgba(255,255,255,.77); font-size: .9rem; font-weight: 600; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 130px); }
.faq-intro h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.faq-intro > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 20px; padding: 26px 0; color: var(--ink); font-size: 1.07rem; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-strong); transition: transform .25s ease, background .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); color: var(--white); background: var(--blue-strong); }
.faq-list details p { max-width: 740px; margin: -4px 55px 27px 0; color: var(--muted); }

.final-cta { position: relative; display: grid; min-height: 650px; overflow: hidden; color: var(--white); background: var(--ink); }
.final-cta-image { position: absolute; inset: -6% 0; will-change: transform; }
.final-cta-image img { width: 100%; height: 112%; object-fit: cover; }
.final-cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,33,.97) 0%, rgba(7,18,33,.78) 48%, rgba(7,18,33,.38) 100%), linear-gradient(0deg, rgba(7,18,33,.55), transparent); }
.final-cta-inner { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 100px; }
.final-cta h2 { max-width: 840px; color: var(--white); }
.final-cta-inner > p:not(.eyebrow) { max-width: 640px; margin: 27px 0 0; color: rgba(255,255,255,.68); font-size: 1.05rem; }

@keyframes partners-marquee-scroll {
  to { transform: translate3d(var(--partners-loop-distance), 0, 0); }
}

.partners { position: relative; padding: 96px 0 0; overflow: hidden; background: var(--paper); }
.partners::before, .partners::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(7,18,33,.08); pointer-events: none; }
.partners::before { left: 8%; }
.partners::after { right: 8%; }
.partners-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); align-items: end; gap: 60px; margin-bottom: 46px; }
.partners-heading h2 { margin: 0; color: var(--ink); font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 735; letter-spacing: -.055em; line-height: .98; }
.partners-intro { max-width: 420px; margin: 0 0 4px auto; color: var(--muted); font-size: .95rem; line-height: 1.75; }
.partners-marquee { position: relative; z-index: 1; width: 100%; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); background: var(--ink-soft); scrollbar-color: rgba(255,255,255,.32) transparent; }
.partners-marquee.is-ready { overflow: hidden; }
.partners-track { display: flex; width: max-content; will-change: transform; }
.partners-marquee.is-ready .partners-track { animation: partners-marquee-scroll var(--partners-loop-duration, 24s) linear infinite; }
.partners-marquee.is-ready:hover .partners-track, .partners-marquee.is-ready:focus-within .partners-track, .partners-marquee.is-paused .partners-track { animation-play-state: paused; }
.partners-marquee.is-keyboard-paused .partners-track { animation: none; transform: translate3d(0,0,0); }
.partners-group { display: flex; flex: none; align-items: stretch; }
.partner-card { display: flex; flex: none; align-items: center; justify-content: center; width: clamp(280px, 27vw, 430px); min-height: 176px; padding: 28px 54px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.13); background: var(--ink-soft); transition: background .3s ease, filter .3s ease; }
.partner-card:hover, .partner-card:focus-visible { background: #123a59; filter: brightness(1.08); }
.partner-card:focus-visible { outline: 2px solid var(--blue); outline-offset: -7px; }
.partner-logo { display: block; width: 100%; height: 105px; object-fit: contain; }
.partner-logo--muebles { max-width: 205px; }
.partner-logo--paneles { width: 180px; max-width: none; transform: scale(1.35); }
.partner-logo--cesped { max-width: 260px; }

@media (max-width: 900px) {
  .partners { padding-top: 80px; }
  .partners-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 38px; }
  .partners-intro { max-width: 560px; margin: 0; }
}

@media (max-width: 620px) {
  .partners { padding-top: 70px; }
  .partners::before, .partners::after { display: none; }
  .partners-heading { margin-bottom: 31px; }
  .partners-heading h2 { font-size: clamp(2.4rem, 10vw, 3.15rem); }
  .partner-card { width: 260px; min-height: 136px; padding: 20px 40px; }
  .partner-logo { height: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  .partners-marquee, .partners-marquee.is-ready { overflow-x: auto; }
  .partners-track { width: 100%; animation: none !important; transform: none !important; will-change: auto; }
  .partners-group { min-width: 100%; }
  .partner-card { flex: 1 0 260px; }
}

.site-footer { padding: 74px 0 24px; color: rgba(255,255,255,.65); background: #050d18; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 55px; padding-bottom: 54px; }
.footer-brand img { width: 155px; height: auto; margin-bottom: 22px; }
.footer-brand p { max-width: 340px; margin: 0; }
.site-footer h2 { margin: 0 0 20px; color: var(--white); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: var(--blue); }
.site-footer p { margin: 0; }
.footer-socials { display: flex; align-items: center; gap: 10px; margin-top: 22px; }
.footer-socials a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: rgba(255,255,255,.72); transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-socials a:hover, .footer-socials a:focus-visible { color: var(--ink); background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.footer-socials a:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.footer-socials svg { display: block; width: 19px; height: 19px; }
.footer-socials .social-icon--stroke { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-socials .social-icon--stroke .social-icon-dot { fill: currentColor; stroke: none; }
.footer-socials .social-icon--fill { fill: currentColor; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; }
.footer-legal p + p { position: relative; padding-left: 18px; }
.footer-legal p + p::before { content: "•"; position: absolute; left: 0; color: rgba(255,255,255,.34); }
.footer-legal a { color: var(--blue); font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  .footer-socials a { transition: none; }
}

.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: var(--white); background: #22c55e; box-shadow: 0 14px 35px rgba(14,106,54,.35); transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 30px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.services-grid .reveal:nth-child(2), .sector-list .reveal:nth-child(2) { transition-delay: .08s; }
.services-grid .reveal:nth-child(3), .sector-list .reveal:nth-child(3) { transition-delay: .14s; }
.services-grid .reveal:nth-child(4), .sector-list .reveal:nth-child(4) { transition-delay: .08s; }
.services-grid .reveal:nth-child(5), .sector-list .reveal:nth-child(5) { transition-delay: .14s; }

@media (max-width: 1080px) {
  .site-nav { gap: 17px; }
  .site-nav a { font-size: .78rem; }
  .nav-cta { padding-inline: 15px; }
  .hero { min-height: 790px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero h1 { max-width: 720px; }
  .hero-badge { right: 24px; }
  .scroll-cue { display: none; }
  .method-grid { gap: 62px; }
  .method-image { height: 640px; }
  .metric { padding-inline: 22px; }
  .coverage-inner { gap: 55px; }
}

@media (max-width: 900px) {
  .topline { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 135px; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: 105px 34px 40px; opacity: 0; visibility: hidden; transform: translateY(-12px); color: var(--white); background: rgba(7,18,33,.985); transition: .3s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { font-size: clamp(1.5rem, 6vw, 2.4rem); line-height: 1.25; }
  .nav-cta { margin-top: 20px; }
  .hero { height: auto; min-height: 850px; }
  .hero-media { inset: 0; opacity: .56; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,18,33,.97), rgba(7,18,33,.65)), linear-gradient(0deg, rgba(7,18,33,.95), transparent 70%); }
  .hero-inner { padding-top: 150px; padding-bottom: 185px; }
  .hero-badge { top: auto; right: 24px; bottom: 128px; }
  .hero-proof { right: 24px; bottom: 34px; left: 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-wide { grid-column: span 2; }
  .method-grid, .sectors-grid, .faq-grid { grid-template-columns: 1fr; }
  .method-visual, .sector-title { position: relative; top: auto; }
  .method-image { height: 600px; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .metric:nth-child(3) { border-top: 1px solid rgba(255,255,255,.13); padding-top: 30px; }
  .metric:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); border-right: 1px solid rgba(255,255,255,.13); padding-top: 30px; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 480px 300px; }
  .project-main { grid-column: 1 / 3; grid-row: auto; }
  .coverage-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .hero { min-height: 880px; }
  .hero-grid { background-size: 56px 56px; }
  .hero-inner { padding-top: 128px; padding-bottom: 245px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.4rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-badge { right: 16px; bottom: 150px; }
  .hero-badge strong { font-size: 2.5rem; }
  .hero-proof { right: 16px; bottom: 28px; left: 16px; }
  .hero-proof div { padding-right: 10px; }
  .hero-proof strong { font-size: .92rem; }
  .hero-proof span { font-size: .66rem; line-height: 1.35; }
  .industry-ribbon .ribbon-track { min-height: 62px; }
  .section { padding-block: 88px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .method h2, .sector-title h2, .faq h2, .coverage h2, .final-cta h2 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .services-grid { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .service-card-wide { grid-column: auto; }
  .service-copy strong { font-size: 1.85rem; }
  .method-image { height: 470px; }
  .method-note { right: 14px; bottom: 16px; }
  .steps li { grid-template-columns: 42px 1fr; gap: 10px; }
  .metrics { padding-block: 60px; }
  .metrics-grid { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .metric { min-height: 120px; padding: 12px 13px; }
  .metric strong { font-size: 2.15rem; white-space: normal; }
  .metric p { font-size: .72rem; }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 390px); }
  .project-main { grid-column: auto; }
  .sector-list { grid-template-columns: 1fr; }
  .sector { min-height: 220px; }
  .coverage-art span { right: -250px; }
  .coverage-art span:nth-child(2) { right: -150px; }
  .coverage-art span:nth-child(3) { right: -50px; }
  .faq-list summary { font-size: .98rem; }
  .faq-list details p { margin-right: 0; }
  .final-cta { min-height: 680px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { flex-direction: column; align-items: flex-start; gap: 4px; }
  .footer-legal p + p { padding-left: 0; }
  .footer-legal p + p::before { display: none; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 54px; height: 54px; }
}

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

/* Epoxiec home v2 — compact hierarchy and scroll-led floor transformation */
.brand-horizontal { display: inline-flex; align-items: center; gap: 11px; color: var(--white); }
.brand-horizontal img { width: 39px; height: auto; }
.brand-horizontal > span { display: grid; gap: 1px; }
.brand-horizontal strong { font-size: 1.3rem; font-weight: 780; letter-spacing: -.045em; line-height: 1; }
.brand-horizontal small { color: rgba(255,255,255,.55); font-size: .55rem; font-weight: 750; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.nav-wrap { min-height: 78px; }
.site-nav { gap: clamp(16px, 1.6vw, 26px); }
.site-nav > a:not(.nav-cta) { font-size: .82rem; }
.nav-cta { min-height: 43px; padding-inline: 18px; font-size: .8rem; }

.hero-v2 { min-height: 760px; height: min(880px, 100svh); }
.hero-v2 .hero-media { inset: 0 0 0 39%; }
.hero-v2 .hero-media::after { background: linear-gradient(90deg, var(--ink) 0%, rgba(7,18,33,.92) 16%, rgba(7,18,33,.32) 54%, rgba(7,18,33,.05) 100%), linear-gradient(0deg, rgba(7,18,33,.82) 0%, transparent 34%); }
.hero-v2 .hero-media img { height: 112%; object-position: 58% center; filter: saturate(.92) contrast(1.02); }
.hero-v2 .hero-shade { background: radial-gradient(circle at 72% 35%, rgba(85,199,255,.13), transparent 28%), linear-gradient(90deg, rgba(7,18,33,.99) 0 34%, rgba(7,18,33,.68) 57%, rgba(7,18,33,.1)); }
.hero-v2 .hero-inner { display: flex; align-items: center; padding-top: 120px; padding-bottom: 130px; }
.hero-v2 .hero-copy { width: min(62vw, 760px); }
.hero-v2 h1 { max-width: 760px; font-size: clamp(3.2rem, 5vw, 5.3rem); letter-spacing: -.058em; line-height: .96; }
.hero-v2 h1 span { color: var(--blue); }
.hero-v2 .hero-lead { max-width: 610px; margin-top: 24px; font-size: clamp(1rem, 1.2vw, 1.12rem); }
.hero-v2 .hero-actions { margin-top: 30px; }
.hero-system { position: absolute; right: 0; bottom: 148px; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.19); border-radius: 99px; color: rgba(255,255,255,.76); background: rgba(7,18,33,.46); backdrop-filter: blur(15px); font-size: .66rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.hero-system i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.hero-v2 .hero-proof { max-width: 680px; bottom: 30px; }
.hero-v2 .hero-proof strong { font-size: 1rem; }
.hero-v2 .hero-proof span { font-size: .72rem; }

.services-grid-v2 { grid-auto-rows: 390px; }
.services-grid-v2 .service-card { border: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg, #0d2238, #071422); box-shadow: 0 20px 55px rgba(7,18,33,.11); }
.services-grid-v2 .service-card:nth-child(2) { background: linear-gradient(145deg, #10253d, #0b1727); }
.services-grid-v2 .service-card:nth-child(3) { background: linear-gradient(145deg, #0b1a2b, #163a54); }
.services-grid-v2 .service-card:nth-child(4) { background: linear-gradient(145deg, #17324a, #081522); }
.services-grid-v2 .service-card:nth-child(5) { background: linear-gradient(145deg, #0b1725, #0c2b42); }
.services-grid-v2 .service-card-image { z-index: 0; opacity: .96; transform: scale(1.015); filter: saturate(.94) contrast(1.04) brightness(1.02); }
.services-grid-v2 .service-overlay { z-index: 1; background: linear-gradient(180deg, rgba(7,18,33,.18) 0%, rgba(7,18,33,.32) 35%, rgba(7,18,33,.76) 68%, rgba(7,18,33,.95) 100%); pointer-events: none; }
.services-grid-v2 .service-primary .service-overlay { background: linear-gradient(90deg, rgba(7,18,33,.97) 0%, rgba(7,18,33,.82) 39%, rgba(7,18,33,.36) 70%, rgba(7,18,33,.14) 100%), linear-gradient(180deg, rgba(7,18,33,.06) 20%, rgba(7,18,33,.82) 100%); }
.services-grid-v2 .service-card::before { content: ""; position: absolute; z-index: 2; inset: 0; opacity: .35; background: radial-gradient(circle at 85% 16%, rgba(85,199,255,.2), transparent 34%); pointer-events: none; transition: opacity .3s ease; }
.services-grid-v2 .service-card:hover .service-card-image { transform: scale(1.015); filter: saturate(.94) contrast(1.04) brightness(1.02); }
.services-grid-v2 .service-copy, .services-grid-v2 .service-number, .services-grid-v2 .service-arrow, .services-grid-v2 .service-tags { z-index: 3; }
.services-grid-v2 .service-number { background: rgba(7,18,33,.52); backdrop-filter: blur(8px); }
.services-grid-v2 .service-card:focus-visible { outline: 3px solid var(--blue-strong); outline-offset: 4px; }
.services-grid-v2 .service-card:focus-visible .service-arrow { transform: rotate(45deg); }
.services-grid-v2 .service-copy strong { font-size: clamp(1.6rem, 2.5vw, 2.55rem); }
.services-grid-v2 .service-card-wide .service-copy { right: 45%; bottom: 33px; }
.services-grid-v2 .service-card-wide .service-copy strong { font-size: clamp(2rem, 3.4vw, 3.55rem); }
.services-grid-v2 .service-card-wide .service-copy > span { max-width: 520px; }
.service-card-image-pisos { object-position: 50% 60%; }
.service-card-image-recubrimiento { object-position: 92% 50%; }
.service-card-image-decorativos { object-position: 62% 54%; }
.service-card-image-pinturas { object-position: 70% 52%; }
.service-card-image-impermeabilizacion { object-position: 92% 52%; }
.service-tags { position: absolute; z-index: 2; right: 28px; bottom: 31px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.service-tags em { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: rgba(255,255,255,.65); font-size: .65rem; font-style: normal; font-weight: 700; }

@media (hover: hover) and (pointer: fine) {
  .services-grid-v2 .service-card:hover::before { opacity: .12; }
  .services-grid-v2 .service-card:hover .service-card-image { opacity: 1; transform: scale(1.06); filter: saturate(1.02) contrast(1.04); }
  .services-grid-v2 .service-card:hover .service-arrow { transform: rotate(45deg); }
}

.floor-story { position: relative; height: 310vh; background: var(--ink); }
.floor-sticky { position: sticky; top: 0; height: 100svh; min-height: 640px; overflow: hidden; color: var(--white); }
.floor-frame, .floor-before, .floor-after, .floor-after img, .floor-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.floor-frame { background: #8c9195; }
.floor-before, .floor-after img { object-fit: cover; object-position: center; }
.floor-after { z-index: 2; overflow: hidden; clip-path: inset(0 100% 0 0); will-change: clip-path; }
.floor-wipe { position: absolute; z-index: 4; top: 0; bottom: 0; left: 0; width: 2px; background: linear-gradient(180deg, transparent 4%, rgba(255,255,255,.9) 24%, var(--blue) 72%, transparent 96%); box-shadow: 0 0 24px rgba(85,199,255,.72); will-change: left; }
.floor-wipe span { position: absolute; top: 52%; left: 50%; width: 74px; height: 74px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(7,18,33,.28); backdrop-filter: blur(7px); transform: translate(-50%, -50%); }
.floor-wipe span::before, .floor-wipe span::after { content: ""; position: absolute; top: 50%; width: 14px; height: 1px; background: var(--white); }
.floor-wipe span::before { left: 18px; transform: rotate(-40deg); }
.floor-wipe span::after { right: 18px; transform: rotate(40deg); }
.floor-shade { z-index: 3; background: linear-gradient(90deg, rgba(7,18,33,.9) 0%, rgba(7,18,33,.47) 34%, transparent 63%), linear-gradient(0deg, rgba(7,18,33,.72), transparent 44%); pointer-events: none; }
.floor-content { position: relative; z-index: 5; display: grid; grid-template-columns: minmax(0, 760px) 300px; align-items: end; gap: 60px; height: 100%; padding-top: 130px; padding-bottom: 75px; pointer-events: none; }
.floor-copy h2 { max-width: 800px; margin: 0; color: var(--white); font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 740; letter-spacing: -.06em; line-height: .96; text-wrap: balance; }
.floor-status { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 15px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(7,18,33,.58); backdrop-filter: blur(15px); }
.floor-status > span { color: var(--blue); font-size: 2rem; font-weight: 760; letter-spacing: -.04em; }
.floor-status div { display: grid; }
.floor-status small { color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.floor-status strong { color: var(--white); font-size: .83rem; line-height: 1.35; }
.floor-meter { position: absolute; z-index: 6; right: 0; bottom: 0; left: 0; height: 4px; background: rgba(255,255,255,.15); }
.floor-meter span { display: block; width: 0; height: 100%; background: var(--blue); box-shadow: 0 0 18px var(--blue); will-change: width; }

.method-layers { position: sticky; top: 112px; min-height: 640px; padding: 40px; overflow: hidden; border-radius: 24px; color: var(--white); background: linear-gradient(145deg, #071221, #102c45); }
.method-layers::before { content: ""; position: absolute; width: 360px; height: 360px; right: -190px; top: -150px; border-radius: 50%; background: rgba(85,199,255,.18); filter: blur(45px); }
.layer-title { position: relative; display: grid; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.layer-title span { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.layer-title strong { margin-top: 5px; font-size: 1.45rem; }
.layer-stack { position: relative; display: flex; flex-direction: column; justify-content: flex-end; height: 420px; perspective: 800px; }
.layer { display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-items: center; min-height: 70px; margin-top: 8px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; background: rgba(255,255,255,.05); box-shadow: 0 14px 25px rgba(0,0,0,.16); transform: perspective(600px) rotateX(55deg); transform-origin: bottom; transition: transform .4s ease, border-color .4s ease; }
.layer:hover { border-color: rgba(85,199,255,.55); transform: perspective(600px) rotateX(48deg) translateY(-6px); }
.layer > span { grid-row: 1 / 3; color: var(--blue); font-size: .7rem; font-weight: 800; }
.layer strong { font-size: .84rem; line-height: 1.2; }
.layer small { color: rgba(255,255,255,.48); font-size: .7rem; }
.layer-finish { background: linear-gradient(90deg, rgba(45,146,238,.72), rgba(85,199,255,.48)); }
.layer-body { background: linear-gradient(90deg, rgba(35,103,164,.58), rgba(44,131,190,.34)); }
.layer-primer { background: rgba(178,211,227,.12); }
.layer-base { background: rgba(255,255,255,.07); }
.method-layers .method-note { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 8px; background: rgba(0,0,0,.19); }

.process-gallery .project img { filter: saturate(.88); }
.process-gallery .project-main img { object-position: 58% center; }
.process-gallery .project:hover img { filter: saturate(1.04); }
.final-cta-image img { object-position: 58% center; }

.footer-logo { margin-bottom: 24px; }
.footer-brand .brand-horizontal img { width: 42px; height: auto; margin: 0; }
.footer-brand .brand-horizontal p { margin: 0; }
.footer-brand > p { margin-top: 22px; }

@media (max-width: 1080px) {
  .hero-v2 .hero-copy { width: min(69vw, 690px); }
  .hero-v2 h1 { font-size: clamp(3.15rem, 6vw, 4.7rem); }
  .hero-system { right: 20px; }
  .floor-content { grid-template-columns: minmax(0, 1fr) 270px; }
  .method-layers { min-height: 610px; padding: 32px; }
}

@media (max-width: 900px) {
  .brand-horizontal img { width: 36px; }
  .brand-horizontal strong { font-size: 1.18rem; }
  .site-nav > a:not(.nav-cta) { font-size: clamp(1.5rem, 6vw, 2.4rem); }
  .hero-v2 { min-height: 790px; }
  .hero-v2 .hero-media { inset: 0; opacity: .78; }
  .hero-v2 .hero-media::after { background: linear-gradient(90deg, rgba(7,18,33,.97), rgba(7,18,33,.48)), linear-gradient(0deg, rgba(7,18,33,.9), transparent 52%); }
  .hero-v2 .hero-shade { background: linear-gradient(90deg, rgba(7,18,33,.95), rgba(7,18,33,.44)), linear-gradient(0deg, rgba(7,18,33,.93), transparent 58%); }
  .hero-v2 .hero-inner { padding-top: 100px; padding-bottom: 175px; }
  .hero-v2 .hero-copy { width: min(86vw, 650px); }
  .hero-system { display: none; }
  .hero-v2 .hero-proof { right: 24px; bottom: 30px; left: 24px; }
  .floor-content { grid-template-columns: 1fr; align-content: end; gap: 24px; padding-bottom: 54px; }
  .floor-copy h2 { max-width: 700px; font-size: clamp(2.65rem, 5.5vw, 4.2rem); }
  .floor-status { width: min(310px, 100%); }
  .floor-shade { background: linear-gradient(90deg, rgba(7,18,33,.88), rgba(7,18,33,.18)), linear-gradient(0deg, rgba(7,18,33,.88), transparent 58%); }
  .method-layers { position: relative; top: auto; }
}

@media (max-width: 620px) {
  .nav-wrap { min-height: 70px; }
  .brand-horizontal small { display: none; }
  .hero-v2 { min-height: 790px; }
  .hero-v2 .hero-inner { padding-top: 90px; padding-bottom: 190px; }
  .hero-v2 .hero-copy { width: 100%; }
  .hero-v2 h1 { font-size: clamp(2.9rem, 13vw, 4rem); }
  .hero-v2 .hero-lead { max-width: 94%; }
  .hero-v2 .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .hero-v2 .hero-proof div { padding-right: 7px; }
  .hero-v2 .hero-proof strong { font-size: .82rem; }
  .hero-v2 .hero-proof span { font-size: .61rem; }
  .services-grid-v2 { grid-auto-rows: 350px; }
  .services-grid-v2 .service-card-wide .service-copy { right: 26px; bottom: 72px; }
  .services-grid-v2 .service-card-wide .service-copy strong { font-size: 2.35rem; }
  .service-tags { right: auto; left: 27px; justify-content: flex-start; }
  .services-grid-v2 .service-primary .service-overlay { background: linear-gradient(180deg, rgba(7,18,33,.16) 0%, rgba(7,18,33,.42) 38%, rgba(7,18,33,.87) 68%, rgba(7,18,33,.97) 100%); }
  .service-card-image-pisos { object-position: 72% 52%; }
  .floor-story { height: 270vh; }
  .floor-sticky { min-height: 580px; }
  .floor-before, .floor-after img { object-position: center; }
  .floor-content { padding-top: 100px; padding-bottom: 38px; }
  .floor-copy h2 { font-size: clamp(2.35rem, 9.5vw, 3rem); }
  .floor-wipe span { width: 56px; height: 56px; }
  .floor-status { grid-template-columns: 48px 1fr; padding: 12px 14px; }
  .method-layers { min-height: 560px; padding: 24px; }
  .layer-stack { height: 390px; }
  .layer { min-height: 65px; padding: 10px 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .floor-story { height: 100svh; }
  .floor-after { clip-path: inset(0 0 0 0) !important; }
  .floor-wipe { display: none; }
  .floor-meter span { width: 100% !important; }
}

/* Navbar v3 — direct access to every internal service page */
.site-nav > a[aria-current="page"]:not(.nav-cta) { color: var(--white); }
.site-nav > a[aria-current="page"]:not(.nav-cta)::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 0;
  border: 0;
  color: rgba(255,255,255,.82);
  background: transparent;
  font-size: .82rem;
  font-weight: 650;
  cursor: pointer;
}
.nav-dropdown-toggle svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .25s ease; }
.nav-dropdown.is-open .nav-dropdown-toggle svg { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 520px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  background: rgba(7,18,33,.97);
  box-shadow: 0 24px 65px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.nav-dropdown-menu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 12px; }
.nav-dropdown-menu a {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  min-height: 62px;
  padding: 10px 13px;
  border-radius: 11px;
  color: rgba(255,255,255,.78);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.nav-dropdown-menu a:last-child { grid-column: 1 / -1; }
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.nav-dropdown-menu a[aria-current="page"] { color: var(--white); background: rgba(85,199,255,.11); transform: translateX(3px); }
.nav-dropdown-menu a span { color: var(--blue); font-size: .63rem; font-weight: 800; letter-spacing: .08em; }
.nav-dropdown-menu a strong { font-size: .78rem; font-weight: 720; letter-spacing: -.01em; }
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }

@media (hover: hover) and (min-width: 901px) {
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .nav-dropdown:hover .nav-dropdown-toggle svg,
  .nav-dropdown:focus-within .nav-dropdown-toggle svg { transform: rotate(180deg); }
}

@media (max-width: 900px) {
  .site-nav { justify-content: flex-start; overflow-y: auto; padding-top: 105px; }
  .site-nav > a:not(.nav-cta),
  .nav-dropdown-toggle { font-size: clamp(1.35rem, 5.5vw, 2rem); line-height: 1.25; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-toggle { justify-content: space-between; width: 100%; }
  .nav-dropdown-toggle svg { width: 20px; height: 20px; }
  .nav-dropdown-menu {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 12px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid rgba(85,199,255,.3);
    border-radius: 0;
    opacity: 1;
    visibility: hidden;
    transform: none;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
    transition: max-height .35s ease, padding .35s ease, visibility .35s ease;
  }
  .nav-dropdown-menu a,
  .nav-dropdown-menu a:last-child { grid-column: auto; min-height: 48px; padding: 7px 12px; }
  .nav-dropdown-menu a strong { font-size: .9rem; }
  .nav-dropdown.is-open .nav-dropdown-menu { max-height: 310px; padding-top: 6px; padding-bottom: 9px; visibility: visible; pointer-events: auto; }
}
