@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --navy: #061f2b;
  --navy-2: #0a2d3c;
  --teal: #4d9098;
  --teal-bright: #60c2c4;
  --orange: #f26b42;
  --ink: #102b35;
  --muted: #64777d;
  --line: #dce4e5;
  --fog: #f3f6f5;
  --white: #fff;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--body); background: var(--white); overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; }
.page-progress { position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 3px; background: rgba(255,255,255,.08); }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--teal-bright),var(--orange)); box-shadow: 0 0 22px rgba(96,194,196,.75); }
.cursor-orb { position: fixed; z-index: 1999; left: 0; top: 0; width: 22px; height: 22px; border: 1px solid rgba(96,194,196,.75); border-radius: 50%; pointer-events: none; opacity: 0; transform: translate3d(-50%,-50%,0); transition: width .18s ease, height .18s ease, border-color .18s ease, opacity .18s ease; mix-blend-mode: difference; }
.cursor-orb.active { opacity: 1; }
.cursor-orb.hover { width: 48px; height: 48px; border-color: rgba(242,107,66,.9); background: rgba(242,107,66,.08); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 8px 32px rgba(6,31,43,.1); backdrop-filter: blur(12px); }
.navbar { min-height: 86px; }
.navbar-brand img { width: auto; height: 76px; object-fit: contain; }
.site-header:not(.scrolled) .navbar-brand img { filter: brightness(0) invert(1); }
.nav-link { color: var(--white); font-size: .86rem; font-weight: 700; letter-spacing: .03em; margin: 0 .55rem; padding: .7rem .2rem !important; }
.scrolled .nav-link { color: var(--ink); }
.nav-link:hover, .nav-link:focus { color: var(--teal-bright); }
.nav-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: .65rem 1.15rem !important; margin-left: 1rem; }
.scrolled .nav-cta { border-color: var(--teal); color: var(--teal); }
.navbar-toggler { border: 0; padding: .5rem; box-shadow: none !important; }
.navbar-toggler span { display: block; width: 27px; height: 2px; background: var(--white); margin: 6px 0; }
.scrolled .navbar-toggler span { background: var(--navy); }

.hero { min-height: 100vh; color: var(--white); position: relative; background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: -4%; transform: translate3d(0,var(--hero-parallax,0px),0); will-change: transform; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg,rgba(6,31,43,.96) 0%,rgba(6,31,43,.78) 52%,rgba(6,31,43,.34) 100%); }
.hero-media span { position: absolute; inset: 0; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 0; transform: scale(1.08); animation: heroVideoLite 24s infinite; will-change: opacity, transform; }
.hero-media span:nth-child(1) { background-image: url("../assets/images/work/centro-maquinado.jpg"); animation-delay: 0s; }
.hero-media span:nth-child(2) { background-image: url("../assets/images/work/torno-cnc-flecha.jpg"); animation-delay: 6s; }
.hero-media span:nth-child(3) { background-image: url("../assets/images/work/rodillos-fabricados.jpg"); animation-delay: 12s; }
.hero-media span:nth-child(4) { background-image: url("../assets/images/work/tratamiento-termico.jpg"); animation-delay: 18s; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right,black,transparent 75%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto -12vw -28vw auto; width: 58vw; height: 58vw; background: radial-gradient(circle,rgba(96,194,196,.3),transparent 62%); filter: blur(8px); animation: glowDrift 9s ease-in-out infinite alternate; }
.hero-particles { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; opacity: .8; }
.hero-copy { z-index: 2; padding-top: 7rem; }
.eyebrow { color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1.2rem; }
.hero .eyebrow, .section-navy .eyebrow, .quote-intro .eyebrow { color: var(--teal-bright); }
h1,h2,h3 { font-family: var(--display); }
h1 { font-size: clamp(3.5rem,7vw,6.9rem); font-weight: 600; line-height: .95; letter-spacing: -.055em; max-width: 980px; }
h1 span { color: var(--teal-bright); }
.hero-lead { max-width: 680px; margin: 2rem 0; color: #d7e2e4; line-height: 1.8; font-size: clamp(1rem,1.5vw,1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.btn { border-radius: 2px; padding: .95rem 1.45rem; font-size: .86rem; font-weight: 800; letter-spacing: .03em; }
.btn-brand { background: var(--orange); border-color: var(--orange); color: var(--white); box-shadow: 0 16px 36px rgba(242,107,66,.24); }
.btn-brand:hover { background: #d95531; border-color: #d95531; color: var(--white); transform: translateY(-2px); box-shadow: 0 20px 44px rgba(242,107,66,.35); }
.btn-ghost { border: 1px solid rgba(255,255,255,.45); color: var(--white); }
.btn-ghost:hover { border-color: var(--white); color: var(--white); background: rgba(255,255,255,.08); }
.btn-brochure { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; border: 1px solid rgba(96,194,196,.65); color: var(--white); background: linear-gradient(135deg,rgba(96,194,196,.22),rgba(255,255,255,.06)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 16px 42px rgba(96,194,196,.18); }
.btn-brochure::before { content: ""; position: absolute; z-index: -1; inset: -80% -30%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent); transform: translateX(-75%) rotate(18deg); animation: brochureShine 3.4s ease-in-out infinite; }
.btn-brochure::after { content: ""; width: 8px; height: 8px; margin-left: .75rem; border-radius: 50%; background: var(--orange); box-shadow: 0 0 16px rgba(242,107,66,.85); }
.btn-brochure:hover { color: var(--white); border-color: var(--teal-bright); background: linear-gradient(135deg,rgba(96,194,196,.34),rgba(242,107,66,.18)); transform: translateY(-2px); box-shadow: 0 22px 52px rgba(96,194,196,.26); }
.magnetic { transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.hero-proof { display: flex; gap: clamp(1.5rem,4vw,4rem); margin-top: 4rem; padding-top: 1.7rem; border-top: 1px solid rgba(255,255,255,.2); max-width: 760px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font: 600 1.55rem var(--display); color: var(--white); }
.hero-proof span { color: #b6c7cb; font-size: .76rem; margin-top: .25rem; }
.scroll-cue { position: absolute; z-index: 3; right: 3vw; bottom: 2.3rem; color: #c7d5d8; text-decoration: none; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; writing-mode: vertical-rl; display: flex; align-items: center; gap: .8rem; }
.scroll-cue span { display: block; height: 42px; width: 1px; background: var(--teal-bright); }
.scroll-cue span::after { content: ""; display: block; width: 1px; height: 14px; background: var(--white); animation: scrollPulse 1.45s ease-in-out infinite; }
.hero-tech-card { position: relative; z-index: 2; margin-top: 7rem; min-height: 430px; padding: 2rem; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.025)); border-radius: 26px; box-shadow: 0 30px 90px rgba(0,0,0,.25); backdrop-filter: blur(16px); overflow: hidden; transform-style: preserve-3d; }
.hero-tech-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg,transparent 0%,rgba(255,255,255,.16) 46%,transparent 56%); transform: translateX(-120%); animation: panelShine 4.8s ease-in-out infinite; }
.hero-tech-card p { color: var(--teal-bright); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-tech-card h2 { position: relative; font-size: 2.1rem; line-height: 1.05; margin: 1rem 0 7rem; }
.hero-tech-card ul { position: relative; list-style: none; padding: 0; margin: 0; display: grid; gap: .85rem; }
.hero-tech-card li { color: #d9e7e9; font-size: .85rem; display: flex; align-items: center; gap: .7rem; }
.hero-tech-card li span { width: 9px; height: 9px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 18px var(--teal-bright); }
.scan-ring { position: absolute; left: 50%; top: 54%; width: 170px; height: 170px; border: 1px solid rgba(96,194,196,.45); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 35px rgba(96,194,196,.12), 0 0 45px rgba(96,194,196,.12); }
.scan-ring::before, .scan-ring::after { content: ""; position: absolute; inset: 22px; border-radius: inherit; border: 1px dashed rgba(255,255,255,.26); animation: spin 12s linear infinite; }
.scan-ring::after { inset: 54px; border-style: solid; border-color: rgba(242,107,66,.48); animation-duration: 7s; animation-direction: reverse; }
.tech-meter { position: absolute; left: 2rem; right: 2rem; bottom: 8.7rem; height: 6px; background: rgba(255,255,255,.12); border-radius: 999px; overflow: hidden; }
.tech-meter span { display: block; width: var(--value); height: 100%; background: linear-gradient(90deg,var(--teal-bright),var(--orange)); border-radius: inherit; animation: meterLoad 1.6s ease both; }

.section { padding: clamp(5.5rem,10vw,9rem) 0; }
.section h2, .clients-section h2 { font-size: clamp(2.5rem,5vw,4.5rem); line-height: 1.03; letter-spacing: -.045em; margin-bottom: 1.5rem; }
.section-light { background: var(--fog); }
.lead-copy { font-size: 1.16rem; line-height: 1.75; color: var(--ink); }
.section p { line-height: 1.8; color: var(--muted); }
.image-stack { position: relative; padding: 0 2rem 2rem 0; }
.image-stack::after { content: ""; position: absolute; z-index: 0; inset: 2.5rem 0 0 2.5rem; border: 1px solid var(--teal); }
.image-stack img { position: relative; z-index: 1; width: 100%; min-height: 590px; object-fit: cover; filter: saturate(.72); }
.image-stack img, .solution-card, .values-grid > div, .work-feature, .work-card, .work-note, .process-tech-panel, .digital-twin { will-change: transform; }
.experience-badge { position: absolute; z-index: 2; right: 0; bottom: 0; width: 190px; min-height: 155px; background: var(--navy); color: var(--white); padding: 1.5rem; display: flex; flex-direction: column; justify-content: center; }
.experience-badge strong { font: 600 2.6rem var(--display); color: var(--teal-bright); }
.experience-badge span { font-size: .75rem; line-height: 1.5; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 2.5rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid > div { padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.values-grid > div:hover { background: var(--white); box-shadow: 0 18px 45px rgba(6,31,43,.09); }
.values-grid span { color: var(--teal); font-size: .7rem; font-weight: 800; }
.values-grid h3 { font-size: 1rem; margin: .45rem 0; }
.values-grid p { font-size: .8rem; line-height: 1.6; margin: 0; }

.identity-section { background: var(--white); overflow: hidden; }
.identity-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 1.4rem; }
.identity-card { position: relative; min-height: 420px; overflow: hidden; background: var(--navy); color: var(--white); box-shadow: 0 24px 70px rgba(6,31,43,.14); transform-style: preserve-3d; transition: transform .35s ease, box-shadow .35s ease; }
.identity-card:hover { box-shadow: 0 32px 90px rgba(6,31,43,.22); }
.identity-card-large { grid-row: span 2; min-height: 650px; }
.identity-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .75s ease, filter .4s ease; }
.identity-card:hover img { transform: scale(1.06); filter: saturate(1.02); }
.identity-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(6,31,43,.08),rgba(6,31,43,.9)); }
.identity-card > div { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: clamp(1.6rem,3vw,2.5rem); }
.identity-card span { display: inline-flex; color: var(--teal-bright); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .75rem; }
.identity-card h3 { font-size: clamp(1.45rem,3vw,2.6rem); line-height: 1.05; letter-spacing: -.035em; margin-bottom: .9rem; }
.identity-card p { color: #d3e0e3; margin: 0; font-size: .92rem; }

.section-navy { background: var(--navy); color: var(--white); position: relative; }
.section-navy::before { content: "IMCR"; position: absolute; right: -1vw; top: 2vw; color: rgba(255,255,255,.025); font: 700 clamp(8rem,23vw,23rem)/1 var(--display); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 3rem; margin-bottom: 4rem; position: relative; }
.section-heading > p { color: #9fb2b7; border-left: 1px solid var(--teal); padding-left: 1.5rem; }
.solution-grid { position: relative; }
.solution-card { min-height: 470px; padding: 2rem; border: 1px solid rgba(255,255,255,.13); position: relative; transition: .35s ease; background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)); overflow: hidden; transform-style: preserve-3d; }
.solution-card::after { content: ""; position: absolute; inset: auto -30% -42% -30%; height: 58%; background: radial-gradient(circle,rgba(96,194,196,.25),transparent 66%); opacity: 0; transition: opacity .35s ease; }
.solution-card:hover { transform: translateY(-8px); background: rgba(77,144,152,.92); border-color: var(--teal); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.solution-card:hover::after { opacity: 1; }
.card-number { position: absolute; top: 1.2rem; right: 1.3rem; font: 600 .72rem var(--display); color: #789198; }
.solution-card:hover .card-number { color: rgba(255,255,255,.7); }
.icon-line { font-size: 3.2rem; color: var(--teal-bright); height: 110px; display: flex; align-items: center; }
.solution-card:hover .icon-line { color: var(--white); }
.solution-card h3 { font-size: 1.32rem; margin-bottom: 1rem; }
.solution-card p, .solution-card li { color: #a9bbc0; font-size: .84rem; line-height: 1.7; }
.solution-card:hover p, .solution-card:hover li { color: var(--white); }
.solution-card ul { list-style: none; padding: 1rem 0 0; margin: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.solution-card li { padding: .35rem 0; }
.solution-card li::before { content: "—"; margin-right: .5rem; }

.text-link { color: var(--teal); text-decoration: none; font-weight: 800; border-bottom: 1px solid var(--teal); padding-bottom: .35rem; }
.capabilities-list { border-top: 1px solid var(--line); }
.capability { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.capability > span { color: var(--teal); font: 600 .76rem var(--display); }
.capability h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.capability p { margin: 0; max-width: 650px; }

.process-band { color: var(--white); padding: 6rem 0; background: linear-gradient(rgba(6,31,43,.9),rgba(6,31,43,.94)), url("../assets/images/service4.jpg") center/cover fixed; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.process-grid > div { padding: 1.8rem; border-left: 1px solid rgba(255,255,255,.22); }
.process-grid span { color: var(--teal-bright); font: 600 .72rem var(--display); }
.process-grid h3 { font-size: 1.3rem; margin: 1.4rem 0 .6rem; }
.process-grid p { color: #b8c8cb; line-height: 1.7; font-size: .84rem; margin: 0; }

.legacy-hidden { display: none !important; }
.work-section { background: var(--white); position: relative; overflow: hidden; }
.work-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 18%,rgba(77,144,152,.14),transparent 28%), radial-gradient(circle at 85% 35%,rgba(242,107,66,.1),transparent 30%); pointer-events: none; }
.work-section .container { position: relative; z-index: 1; }
.work-showcase { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.4rem; }
.work-feature, .work-card, .work-note, .process-tech-panel { position: relative; overflow: hidden; background: var(--navy); box-shadow: 0 26px 70px rgba(6,31,43,.14); transform-style: preserve-3d; transition: transform .35s ease, box-shadow .35s ease; }
.work-feature:hover, .work-card:hover, .work-note:hover, .process-tech-panel:hover { box-shadow: 0 32px 90px rgba(6,31,43,.22); }
.work-feature { min-height: 640px; display: flex; align-items: flex-end; }
.work-feature img, .work-card img, .process-tech-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease, filter .45s ease; }
.work-feature::after, .work-card::after, .process-tech-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(6,31,43,.05) 0%,rgba(6,31,43,.84) 100%); }
.work-feature:hover img, .work-card:hover img, .process-tech-panel:hover img { transform: scale(1.06); filter: saturate(1.08); }
.work-feature > div { position: relative; z-index: 1; max-width: 540px; padding: clamp(2rem,4vw,3rem); color: var(--white); }
.work-feature span, .work-card span, .work-note span, .tech-list span { display: inline-flex; color: var(--teal-bright); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .75rem; }
.work-feature h3 { font-size: clamp(2rem,4vw,3.4rem); line-height: 1; letter-spacing: -.045em; margin-bottom: 1rem; }
.work-feature p { color: #cfdbdd; margin: 0; }
.work-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; }
.work-card { min-height: 308px; display: flex; align-items: flex-end; border: 1px solid rgba(6,31,43,.08); }
.work-card > div { position: relative; z-index: 1; padding: 1.35rem; color: var(--white); }
.work-card h3 { font-size: 1.15rem; line-height: 1.15; margin: 0; }
.work-strip { display: grid; grid-template-columns: 1.2fr 1fr 1.15fr .9fr 1fr; gap: .8rem; margin-top: 1.4rem; }
.work-strip img { width: 100%; height: 185px; object-fit: cover; filter: grayscale(.55) contrast(1.05); transition: .35s ease; }
.work-strip img:hover { filter: none; transform: translateY(-4px); box-shadow: 0 18px 42px rgba(6,31,43,.16); }
.work-notes { margin-top: 3rem; }
.work-note { min-height: 260px; padding: 2rem; background: var(--fog); border: 1px solid var(--line); box-shadow: none; }
.work-note h3 { font-size: 1.35rem; margin-bottom: .8rem; }
.work-note p { margin: 0; font-size: .9rem; }
.process-tech { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: stretch; margin-top: 4rem; padding-top: 4rem; border-top: 1px solid var(--line); }
.process-tech-copy { align-self: center; }
.process-tech-copy h2 { font-size: clamp(2rem,4vw,3.5rem); }
.process-tech-panel { min-height: 470px; border-radius: 28px; }
.tech-list { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 2rem; padding: 1.4rem; color: var(--white); background: rgba(6,31,43,.72); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.tech-list ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.tech-list li { color: #dbe7e9; font-size: .88rem; }
.tech-list li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(242,107,66,.65); }

.clients-section { padding: 7rem 0; background: var(--white); }
.client-logos { display: grid; grid-template-columns: repeat(5,1fr); align-items: center; border: 1px solid var(--line); margin-top: 3.5rem; }
.client-logos img { width: 100%; height: 155px; object-fit: contain; padding: 2rem; filter: grayscale(1); opacity: .68; border-right: 1px solid var(--line); transition: .3s; }
.client-logos img:last-child { border: 0; }
.client-logos img:hover { filter: none; opacity: 1; }

.digital-section { background: radial-gradient(circle at 75% 20%,rgba(96,194,196,.18),transparent 32%), var(--fog); overflow: hidden; }
.digital-twin { position: relative; min-height: 520px; border-radius: 34px; border: 1px solid rgba(77,144,152,.28); background: linear-gradient(135deg,#071f2b,#0d3544 60%,#08222f); box-shadow: 0 35px 100px rgba(6,31,43,.22); overflow: hidden; transform-style: preserve-3d; }
.digital-twin::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle,black 35%,transparent 78%); }
.machine-core { position: absolute; left: 50%; top: 50%; width: 210px; height: 210px; border: 1px solid rgba(96,194,196,.45); border-radius: 28px; transform: translate(-50%,-50%) rotate(45deg); display: grid; place-items: center; box-shadow: 0 0 70px rgba(96,194,196,.12); animation: floatCore 4.5s ease-in-out infinite; }
.machine-core::before { content: ""; width: 96px; height: 96px; border: 2px solid var(--orange); border-radius: 20px; box-shadow: 0 0 38px rgba(242,107,66,.25); }
.machine-core span { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 20px var(--teal-bright); }
.machine-core span:nth-child(1) { left: -6px; top: 50%; }
.machine-core span:nth-child(2) { right: -6px; top: 50%; }
.machine-core span:nth-child(3) { left: 50%; top: -6px; }
.machine-core span:nth-child(4) { left: 50%; bottom: -6px; }
.data-chip { position: absolute; z-index: 2; color: var(--white); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: .85rem 1.15rem; font-size: .78rem; font-weight: 800; letter-spacing: .1em; backdrop-filter: blur(10px); animation: floatChip 3.5s ease-in-out infinite; }
.chip-a { left: 12%; top: 18%; }
.chip-b { right: 16%; top: 24%; animation-delay: .5s; }
.chip-c { left: 18%; bottom: 18%; animation-delay: .9s; }
.chip-d { right: 13%; bottom: 20%; animation-delay: 1.3s; }
.pulse-line { position: absolute; height: 1px; background: linear-gradient(90deg,transparent,var(--teal-bright),transparent); opacity: .8; animation: pulseLine 2.4s ease-in-out infinite; }
.line-a { width: 58%; left: 20%; top: 35%; transform: rotate(18deg); }
.line-b { width: 48%; left: 27%; top: 61%; transform: rotate(-21deg); animation-delay: .4s; }
.line-c { width: 40%; left: 32%; top: 50%; transform: rotate(90deg); animation-delay: .8s; }

.quote-section { padding-top: 2rem; background: var(--white); }
.quote-shell { box-shadow: 0 30px 90px rgba(6,31,43,.14); }
.quote-intro { background: var(--navy); color: var(--white); padding: clamp(2.5rem,5vw,5rem); display: flex; flex-direction: column; justify-content: center; }
.quote-intro h2 { font-size: clamp(2.2rem,4vw,3.8rem); }
.quote-intro > p { color: #aabdc1; }
.contact-lines { margin-top: 3rem; }
.contact-lines a, .contact-lines p { color: var(--white); text-decoration: none; display: block; margin: 1.25rem 0; }
.contact-lines span { display: block; color: var(--teal-bright); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .25rem; }
.quote-form-wrap { background: var(--fog); padding: clamp(2.5rem,5vw,5rem); }
.quote-contact-bar { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; background: #092837; border-top: 1px solid rgba(255,255,255,.08); }
.quote-contact-bar a, .quote-contact-bar p { margin: 0; padding: 1.35rem 1.6rem; color: var(--white); text-decoration: none; border-right: 1px solid rgba(255,255,255,.1); }
.quote-contact-bar a:last-of-type, .quote-contact-bar p:last-child { border-right: 0; }
.quote-contact-bar span { display: block; color: var(--teal-bright); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: .25rem; }
.quote-contact-bar a:hover { background: rgba(255,255,255,.04); color: var(--white); }
label { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
.form-control, .form-select { border: 0; border-bottom: 1px solid #aebdbf; border-radius: 0; background: transparent; padding: .75rem .1rem; color: var(--ink); }
.form-control:focus, .form-select:focus { background: transparent; border-color: var(--teal); box-shadow: 0 10px 24px rgba(77,144,152,.08); transform: translateY(-1px); }
.quote-form-wrap small { color: var(--muted); }

.site-footer { background: #03161f; color: var(--white); padding: 5rem 0 2rem; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 3rem; }
.footer-main img { width: auto; height: 120px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-main p { color: #81969b; font-size: .82rem; }
.footer-main h2 { color: var(--teal-bright); font: 700 .7rem var(--body); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1rem; }
.footer-main a { color: #b4c4c7; display: block; text-decoration: none; font-size: .82rem; margin: .7rem 0; }
.footer-main a:hover { color: var(--white); }
.footer-main .footer-brochure { color: var(--teal-bright); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 2rem; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.1); color: #71878d; font-size: .7rem; }
.whatsapp-float { position: fixed; z-index: 1000; right: 1.5rem; bottom: 1.5rem; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: .3s; }
.whatsapp-float::before { content: ""; position: absolute; inset: -9px; border-radius: inherit; border: 1px solid rgba(37,211,102,.45); animation: whatsappPulse 1.8s ease-out infinite; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 28px; fill: var(--white); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes glowDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-6vw,-5vw,0) scale(1.12); } }
@keyframes heroVideoLite {
  0% { opacity: 1; transform: scale(1.08) translate3d(0,0,0); }
  5% { opacity: 1; }
  25% { opacity: 1; }
  31% { opacity: 0; transform: scale(1.16) translate3d(-2.5%,1.5%,0); }
  100% { opacity: 0; transform: scale(1.16) translate3d(-2.5%,1.5%,0); }
}
@keyframes scrollPulse { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(28px); opacity: 0; } }
@keyframes panelShine { 0%, 45% { transform: translateX(-120%); } 75%, 100% { transform: translateX(120%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes meterLoad { from { width: 0; } }
@keyframes floatCore { 0%,100% { transform: translate(-50%,-50%) rotate(45deg) translateY(0); } 50% { transform: translate(-50%,-50%) rotate(45deg) translateY(-12px); } }
@keyframes floatChip { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulseLine { 0%,100% { opacity: .18; filter: blur(0); } 50% { opacity: .9; filter: blur(.6px); } }
@keyframes whatsappPulse { to { transform: scale(1.45); opacity: 0; } }
@keyframes brochureShine { 0%, 42% { transform: translateX(-75%) rotate(18deg); } 72%, 100% { transform: translateX(75%) rotate(18deg); } }

@media (max-width: 991.98px) {
  .cursor-orb { display: none; }
  .site-header:has(.navbar-collapse.show) { background: var(--white); }
  .site-header:has(.navbar-collapse.show) .navbar-brand img { filter: none; }
  .site-header:has(.navbar-collapse.show) .navbar-toggler span { background: var(--navy); }
  .navbar-collapse { background: var(--white); margin: 0 -12px; padding: 1rem 1.5rem 1.5rem; }
  .nav-link { color: var(--ink); margin: .2rem 0; }
  .nav-cta { margin-left: 0; display: inline-block; border-color: var(--teal); color: var(--teal); }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .identity-grid { grid-template-columns: 1fr; }
  .identity-card-large, .identity-card { min-height: 470px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .work-showcase, .process-tech { grid-template-columns: 1fr; }
  .work-feature { min-height: 520px; }
  .work-strip { grid-template-columns: repeat(3,1fr); }
  .client-logos { grid-template-columns: repeat(3,1fr); }
  .client-logos img { border-bottom: 1px solid var(--line); }
  .digital-twin { min-height: 430px; }
  .quote-contact-bar { grid-template-columns: 1fr; }
  .quote-contact-bar a, .quote-contact-bar p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .footer-main { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 575.98px) {
  h1 { font-size: 3.4rem; }
  .hero-proof { gap: 1rem; justify-content: space-between; }
  .hero-proof strong { font-size: 1.2rem; }
  .hero-proof span { max-width: 90px; }
  .scroll-cue { display: none; }
  .values-grid { grid-template-columns: 1fr; }
  .image-stack { padding: 0 1rem 1rem 0; }
  .image-stack img { min-height: 420px; }
  .experience-badge { width: 150px; min-height: 125px; }
  .identity-card-large, .identity-card { min-height: 430px; }
  .work-feature { min-height: 460px; }
  .work-grid, .work-strip, .process-grid, .client-logos, .footer-main { grid-template-columns: 1fr; }
  .work-card { min-height: 260px; }
  .work-strip img { height: 220px; }
  .process-tech { margin-top: 3rem; padding-top: 3rem; }
  .process-tech-panel { min-height: 420px; border-radius: 20px; }
  .tech-list { left: 1rem; right: 1rem; bottom: 1rem; }
  .process-grid > div { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .client-logos img { border-right: 0; }
  .digital-twin { min-height: 360px; border-radius: 22px; }
  .machine-core { width: 150px; height: 150px; }
  .machine-core::before { width: 70px; height: 70px; }
  .data-chip { padding: .65rem .85rem; font-size: .68rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-media { transform: none; }
  .hero-media span { animation: none; opacity: 0; }
  .hero-media span:first-child { opacity: 1; transform: scale(1.04); }
}
