:root {
  --ink: #121516;
  --ink-soft: #1b1f20;
  --bone: #f2efe7;
  --paper: #fbfaf6;
  --sand: #b89a69;
  --sand-light: #d8c49f;
  --line: rgba(18, 21, 22, 0.18);
  --shell: min(100% - 2rem, 76rem);
  --display: clamp(2.7rem, 7.2vw, 6.7rem);
  --header-offset: 5.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-offset); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sand-light); outline-offset: 4px; }
.eyebrow { margin: 0 0 1.25rem; font-size: .78rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.section-heading .eyebrow, .section-intro .eyebrow, .contact .eyebrow { display: flex; align-items: center; gap: .65rem; color: inherit; }
.section-heading .eyebrow::before, .section-intro .eyebrow::before, .contact .eyebrow::before { width: 1.65rem; height: 2px; flex: 0 0 auto; content: ""; background: #f96800; }
.is-hidden { display: none !important; }
.section-transition { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; overflow: hidden; background-color: rgba(4,20,30,.78); 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: 3.75rem 3.75rem; opacity: 0; pointer-events: none; transition: opacity .13s ease, visibility 0s linear 1.05s; visibility: hidden; }
.site-intro { position: fixed; z-index: 70; inset: 0; display: none; place-items: center; overflow: hidden; background-color: #04141e; 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: 3.75rem 3.75rem; opacity: 1; pointer-events: none; }
html.intro-pending .site-intro { display: grid; }
.intro-blueprint { position: relative; display: block; width: min(34rem, 82vw); }
.intro-blueprint .blueprint-structure { width: 100%; }
.intro-brand { display: grid; justify-items: center; margin-bottom: clamp(-1.25rem, -2vw, -.65rem); color: white; text-align: center; }
.intro-brand-line { display: block; width: 0; height: 2px; margin-top: .65rem; background: #f96800; box-shadow: 0 0 .75rem rgba(249,104,0,.4); }
.intro-brand-name, .intro-brand-subtitle { display: block; opacity: 0; transform: translateY(.2rem); }
.intro-brand-name { font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(1.55rem, 5vw, 2.35rem); font-weight: 850; letter-spacing: .08em; line-height: 1; }
.intro-brand-subtitle { margin-top: .35rem; color: rgba(255,255,255,.78); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(.58rem, 1.5vw, .78rem); font-weight: 700; letter-spacing: .32em; line-height: 1; }
.intro-survey { position: absolute; width: .55rem; height: .55rem; background: #f96800; border-radius: 50%; box-shadow: 0 0 0 .3rem rgba(249,104,0,.12); opacity: 0; transform: translate(-8.5rem, 5rem) scale(.25); }
body.is-site-intro { overflow: hidden; }
body.is-site-intro .site-header, body.is-site-intro .sticky-actions { pointer-events: none; }
html.intro-pending .site-header, html.intro-pending .hero-content, html.intro-pending .hero-scroll-indicator, html.intro-pending .sticky-actions { opacity: 0; }
html.intro-active .site-header, html.intro-active .hero-content, html.intro-active .hero-scroll-indicator { transform: translateY(.75rem); transition: opacity .32s ease, transform .32s ease; }
body.is-intro-opening .site-header, body.is-intro-opening .hero-content, body.is-intro-opening .hero-scroll-indicator { opacity: 1; transform: translateY(0); }
body.is-intro-opening .site-intro { opacity: 0; transition: opacity .5s ease; }
body.is-site-intro .site-intro { display: grid; }
body.is-site-intro .intro-survey { animation: survey-mark .2s ease-out .05s both, survey-line .17s ease-out .18s both; }
body.is-site-intro .intro-brand-name { animation: intro-brand-reveal .28s cubic-bezier(.2,.8,.2,1) .08s both; }
body.is-site-intro .intro-brand-subtitle { animation: intro-brand-reveal .24s ease-out .2s both; }
body.is-site-intro .intro-brand-line { animation: intro-brand-line .18s ease-out .36s both; }
body.is-site-intro .site-intro .guides { animation: blueprint-guides .18s ease-out .46s both; }
body.is-site-intro .site-intro .foundation path { animation: blueprint-draw .22s ease-out .55s both; }
body.is-site-intro .site-intro .columns { animation: blueprint-rise .26s cubic-bezier(.2,.8,.2,1) .7s both; }
body.is-site-intro .site-intro .columns path { animation: blueprint-draw .23s ease-out .71s both; }
body.is-site-intro .site-intro .beams { animation: blueprint-show .01s linear .9s both; }
body.is-site-intro .site-intro .beams path { animation: blueprint-draw .2s ease-out .9s both; }
body.is-site-intro .site-intro .roof { animation: blueprint-show .01s linear 1.07s both; }
body.is-site-intro .site-intro .roof path { animation: blueprint-draw .24s ease-out 1.07s both; }
body.is-site-intro .site-intro .details { animation: blueprint-show .01s linear 1.28s both; }
body.is-site-intro .site-intro .details path { animation: blueprint-draw .2s ease-out 1.28s both; }
body.is-intro-opening .site-intro .blueprint-structure { animation: blueprint-open .5s cubic-bezier(.45,0,.7,.25) both; }
.blueprint-structure { display: block; width: min(32rem, 80vw); overflow: visible; }
.blueprint-structure path { fill: none; stroke: rgba(255,255,255,.88); stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.blueprint-structure .accent { stroke: #f96800; stroke-width: 2; }
.blueprint-structure .guides { opacity: 0; }
.blueprint-structure .guides path { stroke: rgba(255,255,255,.22); stroke-dasharray: 3 7; stroke-width: 1; }
.blueprint-structure .foundation path, .blueprint-structure .columns path, .blueprint-structure .beams path, .blueprint-structure .roof path, .blueprint-structure .details path { stroke-dasharray: 1; stroke-dashoffset: 1; }
.blueprint-structure .columns { opacity: 0; transform-box: fill-box; transform-origin: center bottom; transform: scaleY(.08); }
.blueprint-structure .beams, .blueprint-structure .roof, .blueprint-structure .details { opacity: 0; }
body.is-section-transition .section-transition { opacity: 1; transition: opacity .13s ease; visibility: visible; }
body.is-section-transition .guides { animation: blueprint-guides .16s ease-out .1s both; }
body.is-section-transition .foundation path { animation: blueprint-draw .17s ease-out .16s both; }
body.is-section-transition .columns { animation: blueprint-rise .2s cubic-bezier(.2,.8,.2,1) .3s both; }
body.is-section-transition .columns path { animation: blueprint-draw .18s ease-out .31s both; }
body.is-section-transition .beams { animation: blueprint-show .01s linear .47s both; }
body.is-section-transition .beams path { animation: blueprint-draw .16s ease-out .47s both; }
body.is-section-transition .roof { animation: blueprint-show .01s linear .6s both; }
body.is-section-transition .roof path { animation: blueprint-draw .18s ease-out .6s both; }
body.is-section-transition .details { animation: blueprint-show .01s linear .73s both; }
body.is-section-transition .details path { animation: blueprint-draw .15s ease-out .73s both; }
body.is-section-transition .blueprint-structure { animation: blueprint-open .24s cubic-bezier(.45,0,.7,.25) .82s both; }
body.is-section-transition .sticky-actions { opacity: 0; pointer-events: none; visibility: hidden; }

.site-header { position: fixed; z-index: 40; inset: 0 0 auto; display: grid; grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr) auto; align-items: center; width: 100%; min-height: 5rem; margin: 0; padding: .55rem clamp(1rem, 3vw, 3rem); color: white; background: linear-gradient(180deg, rgba(4,20,30,.86), rgba(4,20,30,.58) 72%, rgba(4,20,30,.18)); border-bottom: 1px solid rgba(255,255,255,.24); transition: background-color .2s ease, border-color .2s ease; }
.site-header.is-scrolled { background: rgba(4,20,30,.97); border-bottom-color: rgba(255,255,255,.2); }
.site-header > * { position: relative; }
.brand { z-index: 3; display: inline-flex; align-items: center; justify-self: start; margin-inline-start: -.4rem; text-decoration: none; }
.brand-lockup { display: inline-flex; width: clamp(9.5rem, 16vw, 12rem); flex-direction: column; align-items: stretch; color: white; line-height: 1; }
.brand-visual { display: block; height: clamp(3.2rem, 5.2vw, 4.15rem); overflow: hidden; }
.brand-visual img { display: block; width: 100%; height: auto; max-width: none; }
.brand-subtitle { display: block; margin-top: .18rem; color: currentColor; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(.58rem, .78vw, .72rem); font-weight: 800; letter-spacing: .16em; line-height: 1; text-align: center; white-space: nowrap; }
.brand-name { display: block; margin-top: .08rem; color: currentColor; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(.86rem, 1.15vw, 1.1rem); font-weight: 900; letter-spacing: .04em; line-height: 1; text-align: center; }
.site-header .brand-lockup { width: 8.75rem; }
.site-header .brand-visual { height: 2.85rem; }
.site-header .brand-name { font-size: .78rem; }
.site-header .brand-subtitle { font-size: .52rem; }
.desktop-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 1.7vw, 1.8rem); }
.desktop-navigation a { position: relative; padding: .75rem 0; color: rgba(255,255,255,.9); font-size: clamp(.72rem, .82vw, .83rem); font-weight: 720; letter-spacing: .035em; text-decoration: none; white-space: nowrap; }
.desktop-navigation a::after { position: absolute; right: 0; bottom: .42rem; left: 0; height: 2px; content: ""; background: #f96800; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.desktop-navigation a:hover::after, .desktop-navigation a:focus-visible::after, .desktop-navigation a[aria-current="location"]::after { transform: scaleX(1); }
.desktop-navigation a[aria-current="location"] { color: white; }
.header-balance { justify-self: end; width: 8.75rem; }
.valxis-header-mark, .valxis-footer-mark { display: inline-flex; align-items: center; gap: .38rem; color: rgba(255,255,255,.72); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-decoration: none; }
.valxis-header-mark { justify-self: end; }
.valxis-header-mark img, .valxis-footer-mark img { width: 1.25rem; height: 1.25rem; border-radius: .22rem; object-fit: cover; }
.valxis-header-mark strong, .valxis-footer-mark strong { color: white; font-size: .64rem; letter-spacing: .2em; }
.valxis-header-mark:hover, .valxis-header-mark:focus-visible, .valxis-footer-mark:hover, .valxis-footer-mark:focus-visible { color: white; }
@media (prefers-reduced-motion: no-preference) {
  .valxis-header-mark, .valxis-footer-mark { animation: valxis-mark-glint 3.6s ease-in-out infinite; }
  .valxis-ticker-group > img, .valxis-ticker-mark img { animation: valxis-mark-glint 3.6s ease-in-out infinite; }
}
@keyframes valxis-mark-glint {
  0%, 72%, 100% { opacity: .9; filter: drop-shadow(0 0 0 rgba(24,216,239,0)); }
  82% { opacity: 1; filter: drop-shadow(0 0 .38rem rgba(24,216,239,.72)); }
}
.menu-toggle, .mobile-menu { display: none; }
[id] { scroll-margin-top: var(--header-offset); }
.nav-arrival { position: relative; isolation: isolate; }
.nav-arrival::after { position: absolute; z-index: 2; top: clamp(1.25rem, 3vw, 2.5rem); left: clamp(1rem, 4vw, 4rem); width: 2px; height: clamp(2.5rem, 7vw, 4.5rem); content: ""; background: #f96800; pointer-events: none; transform-origin: top; animation: construction-mark .48s cubic-bezier(.2,.8,.2,1) both; }
.nav-arrival .eyebrow::before { animation: nav-arrival .42s ease-out both; }

@keyframes nav-arrival {
  0% { transform: scaleX(.2); transform-origin: left; }
  60% { transform: scaleX(1.3); transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: left; }
}

@keyframes construction-mark {
  0% { opacity: 0; transform: scaleY(0); }
  28% { opacity: 1; transform: scaleY(.16); }
  100% { opacity: 1; transform: scaleY(1); }
}

@keyframes blueprint-guides { from { opacity: 0; } to { opacity: 1; } }
@keyframes blueprint-draw { to { stroke-dashoffset: 0; } }
@keyframes blueprint-rise { to { opacity: 1; transform: scaleY(1); } }
@keyframes blueprint-show { to { opacity: 1; } }
@keyframes blueprint-open { 0%, 45% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.24, .88); } }
@keyframes intro-brand-line { from { width: 0; opacity: 0; } to { width: clamp(4.5rem, 16vw, 8rem); opacity: 1; } }
@keyframes intro-brand-reveal { from { opacity: 0; transform: translateY(.2rem); } to { opacity: 1; transform: translateY(0); } }
@keyframes survey-mark { to { opacity: 1; transform: translate(-8.5rem, 5rem) scale(1); } }
@keyframes survey-line { to { box-shadow: 0 0 0 .3rem rgba(249,104,0,.12), 8.25rem 0 0 -3px #f96800; } }

.hero { position: relative; min-height: 100svh; display: grid; align-items: start; color: white; overflow: hidden; background: #07151e; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 68% center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,20,30,.91) 0%, rgba(4,20,30,.82) 36%, rgba(4,20,30,.59) 54%, rgba(4,20,30,.14) 76%, rgba(4,20,30,0) 100%), linear-gradient(0deg, rgba(4,20,30,.46) 0%, rgba(4,20,30,.08) 48%, transparent 72%); }
.hero-content { position: relative; z-index: 1; padding-block: clamp(7.25rem, 17svh, 11rem) 2.5rem; }
.hero h1 { max-width: 11ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: var(--display); font-weight: 500; line-height: .92; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy { max-width: 36rem; margin: 1.5rem 0 0; color: white; font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 500; text-shadow: 0 1px 8px rgba(4,20,30,.62); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button { min-height: 3.35rem; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 0; text-decoration: none; font-weight: 750; cursor: pointer; }
.button-primary { color: white; background: #f96800; box-shadow: 0 .55rem 1.4rem rgba(4,20,30,.28); }
.button-primary:hover { background: #dd5900; }
.cta-button { gap: .7rem; color: #101719; background: #f96800; border-radius: .75rem; }
.cta-button:hover { background: #ff7a1a; }
.button-arrow { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.cta-button:hover .button-arrow, .cta-button:focus-visible .button-arrow { transform: translateX(.22rem); }
.hero-scroll-indicator { position: absolute; z-index: 2; bottom: max(5.25rem, calc(3.75rem + env(safe-area-inset-bottom))); left: 50%; display: grid; width: 3.25rem; height: 3.25rem; place-items: center; color: white; transform: translateX(-50%); animation: scroll-cue 2.1s ease-in-out infinite; }
.hero-scroll-indicator svg { width: 1.8rem; height: 1.8rem; stroke-width: 2.25; }
.asset-note { margin: 2rem 0 0; font-size: .75rem; color: var(--ink); }

.objections { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100% - 2rem, 68rem); padding-block: clamp(3.75rem, 6vw, 5.5rem); }
.section-intro { grid-column: 1 / -1; margin-bottom: clamp(.5rem, 1.5vw, 1.25rem); }
.section-intro .eyebrow { margin-bottom: 0; }
.objections article { min-width: 0; padding: 0 clamp(1.5rem, 3vw, 2.5rem); border-left: 1px solid var(--line); }
.objections article:first-child { padding-left: 0; border-left: 0; }
.objections span, .service-list article > span:first-child { color: #b65a16; font-size: .78rem; font-weight: 750; letter-spacing: .12em; }
.objections h2 { margin: 1rem 0 .7rem; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.4vw, 2.25rem); font-weight: 500; line-height: 1.06; }
.objections p { max-width: 34ch; margin: 0; color: #565958; }

@media (min-width: 761px) and (max-width: 900px) {
  .objections { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .objections article { padding-block: 1.75rem; }
  .objections article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .objections article:nth-child(3) { grid-column: 1 / -1; max-width: 38rem; border-top: 1px solid var(--line); }
}

.section-dark { color: var(--bone); background: var(--ink); }
.projects, .services, .process, .contact { padding-block: clamp(5rem, 9vw, 8rem); }
.objections, .projects, .services, .process, .contact { min-block-size: calc(100svh - var(--header-offset)); }
.services, .process, .contact { border-top: 1px solid rgba(18, 21, 22, .09); }
.section-dark + .services { border-top: 0; }
.section-heading { max-width: 48rem; margin-bottom: 3rem; }
.section-heading h2, .contact h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 38rem; margin: 1.25rem 0 0; color: #aeb1af; }
.reference-note { margin: 1rem 0 0; color: #aeb1af; font-size: .85rem; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2rem; }
.project-card { grid-column: span 6; }
.project-card:last-child { grid-column: 4 / span 6; }
.comparison { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #242829; isolation: isolate; touch-action: pan-y; }
.comparison-image, .after-layer { position: absolute; inset: 0; width: 100%; height: 100%; }
.comparison-image { object-fit: cover; user-select: none; pointer-events: none; }
.after-layer { z-index: 1; clip-path: inset(0 calc(100% - var(--position)) 0 0); will-change: clip-path; }
.comparison-label { position: absolute; z-index: 3; top: 1rem; padding: .45rem .65rem; color: white; background: rgba(9,12,12,.86); border: 1px solid rgba(255,255,255,.7); font-size: .75rem; font-weight: 800; letter-spacing: .1em; line-height: 1; }
.label-after { left: 1rem; }
.label-before { right: 1rem; }
.divider { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 3px; background: white; transform: translateX(-1.5px); pointer-events: none; box-shadow: 0 0 0 1px rgba(0,0,0,.45); }
.slider-handle { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 3.2rem; height: 3.2rem; color: var(--ink); background: white; border: 3px solid var(--ink); border-radius: 50%; font-size: 1.15rem; font-weight: 900; transform: translate(-50%, -50%); box-shadow: 0 2px 12px rgba(0,0,0,.35); }
.comparison input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
.comparison:focus-within { outline: 4px solid var(--sand-light); outline-offset: 4px; }
.project-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid #464a49; }
.project-meta p { margin: 0; font-weight: 700; }
.project-meta span { color: #aeb1af; font-size: .85rem; }

.services { display: grid; grid-template-columns: minmax(18rem, 5fr) minmax(0, 7fr); gap: 3rem; }
.services .section-heading h2 { max-width: 15ch; text-wrap: balance; }
.services .section-heading > p:last-child { max-width: 42ch; color: #454847; line-height: 1.55; }
.service-list article { display: grid; grid-template-columns: 2.5rem 1fr auto; gap: 1rem; align-items: center; min-height: 7.5rem; border-top: 1px solid var(--line); }
.service-list article:last-child { border-bottom: 1px solid var(--line); }
.service-list h3 { margin: 0 0 .25rem; font-family: Georgia, serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 500; }
.service-list p { margin: 0; color: #454847; }
.service-list article > span:last-child { font-size: 1.3rem; }

.process { background: var(--bone); }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { min-height: 12rem; padding: 1.25rem; border-right: 1px solid var(--line); }
.process li:first-child { padding-left: 0; }
.process li:last-child { border-right: 0; }
.process li span { color: #b65a16; font-size: .8rem; font-weight: 750; }
.process li h3 { margin: 2.25rem 0 .65rem; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; line-height: 1.15; }
.process li p { margin: 0; color: #565958; font-size: .95rem; }

.contact-layout { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(3rem, 8vw, 8rem); }
.contact h2 { max-width: 9ch; }
.contact h2 + p { max-width: 30rem; color: #b8bab8; }
.contact-direct, .form-help { margin: 1rem 0 0; color: #d3d5d3; font-size: .92rem; }
.whatsapp-link { display: inline-grid; grid-template-columns: 2.25rem auto; gap: .75rem; align-items: center; margin-top: 2rem; color: var(--bone); text-decoration: none; }
.whatsapp-link svg { width: 2.1rem; height: 2.1rem; fill: none; stroke: #25d366; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-link span, .whatsapp-link small, .whatsapp-link strong { display: block; }
.whatsapp-link small { color: #c8cbca; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-link strong { margin-top: .1rem; font-size: clamp(1rem, 1.6vw, 1.2rem); letter-spacing: .01em; }
.whatsapp-link:hover strong { text-decoration: underline; text-underline-offset: .3rem; }
.whatsapp-link[aria-disabled="true"] { cursor: not-allowed; }
.contact form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; align-content: start; }
.field { display: grid; gap: .5rem; align-content: start; }
.field-wide { grid-column: 1 / -1; }
.field label { color: #f4f4ef; font-size: .9rem; font-weight: 700; }
.field input, .field textarea { width: 100%; color: white; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.28); border-radius: .65rem; padding: .8rem .9rem; }
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus-visible, .field textarea:focus-visible { border-color: #f96800; outline: 3px solid rgba(249,104,0,.38); outline-offset: 2px; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #ffad74; }
.field-error { min-height: 1.25rem; margin: -.1rem 0 0; color: #ffcfab; font-size: .8rem; font-weight: 650; }
.contact button { width: 100%; margin-top: .5rem; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--sand-light); }
.sticky-actions { position: fixed; z-index: 20; bottom: max(1rem, env(safe-area-inset-bottom)); left: 50%; max-width: calc(100% - 1.5rem); opacity: 0; pointer-events: none; transform: translate(-50%, calc(100% + 1.5rem)); transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s; visibility: hidden; }
.sticky-actions.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); transition: opacity .18s ease, transform .18s ease; visibility: visible; }
.sticky-actions.is-suppressed { opacity: 0; pointer-events: none; transform: translate(-50%, calc(100% + 1.5rem)); visibility: hidden; }
.sticky-actions-inner { width: fit-content; max-width: 100%; }
.sticky-whatsapp { display: grid; grid-template-columns: 1.45rem minmax(0, 1fr); align-items: center; gap: .55rem; min-height: 2.75rem; padding: .45rem .8rem; color: white; background: #243b36; border: 1px solid #243b36; border-radius: .45rem; font-size: .84rem; font-weight: 750; line-height: 1.15; text-decoration: none; }
.sticky-whatsapp:hover { background: #182a26; }
.sticky-copy { display: block; min-width: 0; overflow-wrap: anywhere; }
.sticky-copy small { display: block; margin-top: .14rem; color: #c5d8ce; font-size: .68rem; font-weight: 600; }

@keyframes scroll-cue {
  0%, 100% { opacity: .72; translate: 0 0; }
  50% { opacity: 1; translate: 0 .4rem; }
}
@keyframes footer-top-pulse {
  0%, 100% { box-shadow: 0 .2rem .6rem rgba(0,0,0,.22); }
  50% { box-shadow: 0 .2rem .6rem rgba(0,0,0,.22), 0 0 0 .28rem rgba(249,104,0,.16); }
}
.site-footer { padding: 2.25rem 0 0; background: #090b0b; color: white; }
.site-footer .shell { display: flex; align-items: center; width: 100%; padding-inline: clamp(1rem, 3vw, 3rem); flex-direction: column; gap: 1rem; text-align: center; }
.footer-brand-block, .footer-center-block, .footer-meta-block { display: flex; align-items: center; flex-direction: column; gap: .65rem; }
.footer-brand .brand-lockup { width: clamp(9.5rem, 16vw, 12rem); }
.footer-brand .brand-visual { height: clamp(3.2rem, 5.2vw, 4.15rem); }
.footer-brand .brand-subtitle { font-size: clamp(.58rem, .78vw, .72rem); }
.footer-brand .brand-name { font-size: clamp(.86rem, 1.15vw, 1.1rem); }
.footer-brand > img { width: clamp(4.5rem, 7vw, 5.75rem); height: clamp(4.5rem, 7vw, 5.75rem); object-fit: contain; }
.footer-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .5rem 1.1rem; margin-top: .25rem; }
.footer-nav a, .footer-description, .footer-copyright { color: #bfc2c0; font-size: .72rem; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: white; }
.footer-description, .footer-copyright { min-width: 0; margin: 0; }
.footer-copyright { color: #929694; white-space: nowrap; }
.footer-top { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; color: #f96800; background: #15191a; border: 1px solid rgba(249,104,0,.55); border-radius: 50%; font-size: 1rem; font-weight: 700; text-decoration: none; animation: footer-top-pulse 2.4s ease-in-out infinite; transform: translateY(-.3rem); }
.footer-top:hover { color: white; background: #24292a; }
.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; }
.valxis-footer-ticker { width: 100%; overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); background: #121516; }
.valxis-ticker-link { display: block; overflow: hidden; color: rgba(255,255,255,.72); text-decoration: none; }
.valxis-ticker-track { display: flex; width: max-content; align-items: center; min-height: 2.35rem; padding-inline: 1.5rem; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .16em; line-height: 1; text-transform: uppercase; }
.valxis-ticker-group { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 1.15rem; padding-right: 1.15rem; }
.valxis-ticker-group img { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; border-radius: .2rem; object-fit: cover; }
.valxis-ticker-mark { display: inline-grid; width: 1.25rem; height: 1.25rem; place-items: center; }
.valxis-ticker-mark img { width: 1.25rem; height: 1.25rem; border-radius: 0; }
.valxis-ticker-track i { color: #18d8ef; font-style: normal; font-size: .7rem; }
.valxis-ticker-track strong { color: white; font-size: .7rem; letter-spacing: .2em; }
.valxis-ticker-link:hover .valxis-ticker-track, .valxis-ticker-link:focus-visible .valxis-ticker-track { color: white; }
@media (prefers-reduced-motion: no-preference) {
  .valxis-ticker-track { animation: valxis-ticker-scroll 28s linear infinite; }
  .valxis-ticker-link:hover .valxis-ticker-track, .valxis-ticker-link:focus-visible .valxis-ticker-track { animation-play-state: paused; }
}
@keyframes valxis-ticker-scroll { to { transform: translateX(-25%); } }

@media (min-width: 761px) {
  .objections { align-content: center; row-gap: clamp(2.5rem, 6vh, 5rem); padding-block: clamp(5.5rem, 10vh, 8rem); }
  .objections h2 { margin-top: 1.35rem; font-size: clamp(2.2rem, 2.6vw, 3.1rem); line-height: 1.02; }
  .objections p { max-width: 36ch; font-size: clamp(1.05rem, 1.2vw, 1.15rem); line-height: 1.55; }
  .services { align-content: center; }
  .process { padding-block: clamp(6rem, 10vh, 8rem); }
  .process ol { min-height: clamp(20rem, 44vh, 26rem); }
  .process li { padding: 2rem 1.75rem; }
  .process li:first-child { padding-left: 0; }
  .process li span { font-size: 1rem; letter-spacing: .1em; }
  .process li h3 { margin: clamp(3rem, 6vh, 4.5rem) 0 .9rem; font-size: clamp(1.4rem, 1.8vw, 1.7rem); }
  .process li p { font-size: clamp(1rem, 1.15vw, 1.1rem); line-height: 1.5; }
  .contact { display: grid; align-content: center; }
  .site-footer { padding-block: 1.1rem 0; }
  .site-footer .shell { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: clamp(1.5rem, 4vw, 4rem); text-align: left; }
  .footer-brand-block { flex-direction: row; align-items: center; gap: 1rem; }
  .footer-center-block { flex-direction: row; justify-self: center; gap: 1.35rem; }
  .footer-meta-block { flex-direction: row; align-items: center; justify-self: end; gap: 1rem; }
  .footer-brand > img { width: 3.25rem; height: 3.25rem; }
  .footer-nav { justify-content: center; margin-top: 0; }
  .footer-description { white-space: nowrap; }
  .footer-top { position: static; width: 3.15rem; height: 3.15rem; font-size: 1.35rem; transform: translateY(-.3rem); }
  .footer-top:hover { color: #ff9a52; background: #24292a; }
  .valxis-footer-mark { justify-self: end; }
  .valxis-header-mark, .valxis-footer-mark { padding: .32rem .55rem; background: linear-gradient(145deg, rgba(11,31,43,.94), rgba(2,13,21,.9)); border: 1px solid rgba(255,255,255,.04); border-radius: 999px; box-shadow: inset 0 1px 1px rgba(255,255,255,.1), inset 0 -2px 4px rgba(0,0,0,.34), 0 .25rem .8rem rgba(0,0,0,.24), 0 0 1.35rem rgba(4,20,30,.58); text-shadow: 0 1px 2px rgba(0,0,0,.7); }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .site-header { grid-template-columns: minmax(8rem, 1fr) auto minmax(8rem, 1fr) auto; padding-inline: 1rem; }
  .brand-lockup { width: 8.5rem; }
  .brand-visual { height: 2.9rem; }
  .brand-name { font-size: .8rem; }
  .brand-subtitle { font-size: .52rem; }
  .desktop-navigation { gap: clamp(.6rem, 1.2vw, 1rem); }
  .desktop-navigation a { font-size: .68rem; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 1.25rem, 76rem); --display: clamp(2.7rem, 14vw, 4.4rem); }
  .site-header { display: flex; min-height: 5rem; justify-content: space-between; padding: .65rem .75rem .65rem 1rem; background: linear-gradient(180deg, rgba(4,20,30,.9), rgba(4,20,30,.48) 78%, transparent); border-bottom-color: rgba(255,255,255,.22); }
  .site-header.is-scrolled, .site-header.is-menu-open { background: rgba(4,20,30,.98); }
  .brand-lockup { width: clamp(8rem, 35vw, 10rem); }
  .brand-visual { height: clamp(2.7rem, 11vw, 3.45rem); }
  .brand-subtitle { margin-top: .14rem; font-size: clamp(.5rem, 2vw, .62rem); letter-spacing: .12em; }
  .brand-name { margin-top: .12rem; font-size: clamp(.68rem, 2.9vw, .86rem); }
  .desktop-navigation, .header-balance { display: none; }
  .valxis-header-mark { margin-left: auto; margin-right: .55rem; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 3rem; height: 3rem; place-items: center; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); cursor: pointer; }
  .menu-toggle span { position: absolute; width: 1.35rem; height: 2px; background: currentColor; transition: opacity .18s ease, transform .22s ease, top .22s ease; }
  .menu-toggle span:nth-child(1) { top: .95rem; }
  .menu-toggle span:nth-child(2) { top: 1.45rem; }
  .menu-toggle span:nth-child(3) { top: 1.95rem; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 1.45rem; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 1.45rem; transform: rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 2; inset: 0; display: grid; min-height: 100svh; overflow-x: hidden; overflow-y: auto; color: white; background-color: #06141d; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-position: -1.25rem -1.25rem; background-size: 4rem 4rem; opacity: 0; pointer-events: none; visibility: hidden; transition: opacity .18s ease, background-position .38s ease, visibility 0s linear .36s; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu::before, .mobile-menu::after { position: absolute; content: ""; background: rgba(249,104,0,.72); transform-origin: top; transition: transform .25s ease; }
  .mobile-menu::before { top: var(--header-offset); bottom: 0; left: clamp(2rem, 13vw, 4rem); width: 1px; transform: scaleY(0); }
  .mobile-menu::after { top: var(--header-offset); right: 1rem; left: 1rem; height: 1px; background: rgba(255,255,255,.22); transform: scaleX(0); transform-origin: left; }
  .mobile-menu.is-open { background-position: 0 0; opacity: 1; pointer-events: auto; visibility: visible; transition: opacity .18s ease, background-position .38s ease; }
  .mobile-menu.is-open::before { transform: scaleY(1); }
  .mobile-menu.is-open::after, .mobile-menu.is-navigating::after { transform: scaleX(1); }
  .mobile-menu-inner { position: relative; z-index: 1; display: flex; width: min(100% - 2rem, 36rem); min-height: 100svh; margin-inline: auto; padding: 7.25rem 0 max(2rem, env(safe-area-inset-bottom)); flex-direction: column; }
  .mobile-menu-kicker { margin: 0 0 clamp(1.5rem, 5vh, 3rem); padding-left: clamp(2rem, 13vw, 4rem); color: #f96800; font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
  .mobile-navigation { display: grid; }
  .mobile-navigation a { display: grid; grid-template-columns: clamp(2rem, 13vw, 4rem) minmax(0, 1fr); align-items: baseline; min-height: clamp(3.6rem, 10vh, 5rem); color: white; font-family: Georgia, serif; font-size: clamp(1.75rem, 8vw, 3rem); line-height: 1.04; text-decoration: none; opacity: 0; transform: translateY(.65rem); transition: opacity .2s ease, transform .2s ease, color .15s ease; }
  .mobile-navigation a span { color: #f96800; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
  .mobile-menu.is-open .mobile-navigation a { opacity: 1; transform: translateY(0); transition-delay: calc(.07s + var(--item-index) * .035s); }
  .mobile-navigation a:hover, .mobile-navigation a:focus-visible { color: #ff9a52; }
  .mobile-menu-whatsapp { display: grid; grid-template-columns: 1.35rem minmax(0, 1fr) auto; gap: .6rem; align-items: center; min-height: 3.25rem; margin: auto 0 0 clamp(2rem, 13vw, 4rem); padding-top: 1rem; color: white; border-top: 1px solid rgba(255,255,255,.24); font-size: .92rem; font-weight: 750; line-height: 1.2; text-decoration: none; }
  .mobile-menu-whatsapp svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: #25d366; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  html.menu-open, body.menu-open { overflow: hidden; }
  body.menu-open { position: fixed; inset: 0; width: 100%; }
  body.menu-open .sticky-actions { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 1.5rem)); visibility: hidden; }
  .hero { min-height: max(100svh, 39rem); }
  .hero-media img { object-position: center center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,20,30,.78) 0%, rgba(4,20,30,.66) 52%, rgba(4,20,30,.18) 76%, rgba(4,20,30,0) 100%), linear-gradient(90deg, rgba(4,20,30,.48) 0%, rgba(4,20,30,.16) 70%, rgba(4,20,30,0) 100%); }
  .hero-content { padding-block: 8.25rem 2.5rem; }
  .hero-copy { max-width: 28rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .button { width: 100%; min-height: 3.5rem; }
  .hero-actions .button-primary { width: auto; min-height: 2.75rem; padding: .65rem 1rem; font-size: .86rem; }
  .asset-note { margin-top: .75rem; opacity: .45; font-size: .68rem; }
  .objections { grid-template-columns: 1fr; width: var(--shell); padding-block: clamp(3rem, 11vw, 4.25rem); }
  .section-intro { margin-bottom: .2rem; }
  .objections article, .objections article:first-child { padding: clamp(1.35rem, 5vw, 1.75rem) 0; border-left: 0; border-top: 1px solid var(--line); }
  .objections article:last-child { border-bottom: 1px solid var(--line); }
  .objections h2 { font-size: clamp(1.6rem, 7.5vw, 2.05rem); }
  .objections p { max-width: 38ch; }
  .projects, .services, .process, .contact { padding-block: 4.5rem; }
  .project-grid { display: block; }
  .project-card, .project-card:last-child { margin-top: 2rem; }
  .slider-handle { width: 3.5rem; height: 3.5rem; }
  .services, .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .process ol { grid-template-columns: 1fr 1fr; }
  .process li { min-height: 10rem; border-bottom: 1px solid var(--line); }
  .process li:nth-child(2) { border-right: 0; }
  .process li:nth-child(3) { padding-left: 0; }
  .process li h3 { margin-top: 1.5rem; }
  .contact form { grid-template-columns: 1fr; }
  .contact form { gap: .9rem; }
  .contact form .field { gap: .35rem; }
  .contact form .field label,
  .contact form .field input,
  .contact form .field textarea,
  .contact form .form-help,
  .contact form .form-status { width: 94%; margin-inline: auto; }
  .contact form .field input,
  .contact form .field textarea { min-height: 3rem; padding: .7rem .85rem; font-size: 1rem; }
  .contact form .field textarea { min-height: 5.75rem; }
  .contact form .cta-button { width: 84%; max-width: 22rem; min-height: 3.05rem; margin-inline: auto; }
  .sticky-actions { right: .5rem; bottom: max(.85rem, env(safe-area-inset-bottom)); left: .5rem; width: auto; max-width: 22rem; margin-inline: auto; }
  .sticky-actions:not(.is-suppressed) { opacity: 1; pointer-events: auto; transform: translateY(0); transition: none; visibility: visible; }
  .sticky-actions.is-suppressed { transform: translateY(calc(100% + 1.5rem)); }
  .sticky-actions-inner, .sticky-whatsapp { width: 100%; }
  .sticky-whatsapp { min-height: 3rem; padding: .55rem .9rem; border-radius: .65rem; }
  .site-footer { padding-top: 1rem; }
  .site-footer .shell { align-items: center; gap: 1rem; }
  .footer-brand > img { width: 4.25rem; height: 4.25rem; }
  .footer-description { max-width: 26rem; font-size: .75rem; line-height: 1.45; }
  .footer-copyright { font-size: .75rem; }
  .footer-top { font-size: .75rem; }
}

@media (max-width: 360px) {
  .brand-lockup { width: clamp(7.5rem, 42vw, 9rem); }
  .brand-visual { height: clamp(2.5rem, 10vw, 3rem); }
  .brand-subtitle { font-size: .48rem; }
  .brand-name { font-size: .64rem; }
  .mobile-menu-inner { padding-top: 6.6rem; }
  .mobile-navigation a { min-height: 3.25rem; font-size: clamp(1.55rem, 8vw, 2rem); }
  .hero h1 { font-size: 2.65rem; }
  .project-meta { flex-direction: column; gap: .25rem; }
  .process ol { grid-template-columns: 1fr; }
  .process li, .process li:nth-child(2) { min-height: auto; padding: 1.25rem 0; border-right: 0; }
  .process li h3 { margin-top: .8rem; }
}

@media (max-height: 560px) and (orientation: landscape) {
  .hero { min-height: 36rem; }
  .hero-content { padding-block: 6.5rem 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-scroll-indicator { animation: none; }
  .footer-top { animation: none; }
  .cta-button:hover .button-arrow, .cta-button:focus-visible .button-arrow { transform: none; }
  .nav-arrival::after { display: none; }
  .section-transition, .site-intro { display: none; }
}
