/* NM Visual Studio (clásico) — Contacto (condicional)
   Refactor estilos en línea -> clases. Declaraciones VERBATIM. Cargado tras
   nm.css. NO re-ejecutar /tmp/nmvs_build/compile_partials.py (obsoleto). */

.nm .nm-cc-tile { flex: none; width: 54px; height: 54px; border-radius: 14px; background: var(--nm-navy-900); display: inline-flex; align-items: center; justify-content: center; color: var(--nm-gold-400); transition: background .3s; }
.nm .nm-contacto-a-1 { display: flex; align-items: center; gap: 20px; padding: 20px 0; text-decoration: none; border-top: 1px solid var(--border-soft); }
.nm .nm-contacto-a-2 { flex: none; display: inline-flex; align-items: center; gap: 10px; background: var(--nm-gold-500); color: var(--nm-navy-900); font-size: 13.5px; font-weight: 600; letter-spacing: .02em; padding: 13px 22px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.nm .nm-contacto-div-1 { position: absolute; top: 0; right: 0; width: 33%; height: 100%; overflow: hidden; background: var(--nm-stone-300); -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 32%, #000 100%); mask-image: linear-gradient(to right, transparent 0%, #000 32%, #000 100%); }
.nm .nm-contacto-div-10 { position: relative; z-index: 2; background: var(--surface-soft); border-top: 1px solid var(--border-faint); }
.nm .nm-contacto-div-11 { width: 100%; max-width: 1320px; margin-inline: auto; padding-inline: clamp(20px,5vw,72px); padding-block: clamp(36px,4vw,52px); }
.nm .nm-contacto-div-12 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px,3vw,48px); }
.nm .nm-contacto-div-13 { display: flex; align-items: flex-start; gap: 16px; }
.nm .nm-contacto-div-2 { position: relative; z-index: 2; width: 100%; max-width: 1320px; margin-inline: auto; padding-inline: clamp(20px,5vw,72px); padding-top: 132px; padding-bottom: clamp(48px,6vw,80px); }
.nm .nm-contacto-div-3 { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px,5vw,72px); align-items: start; }
.nm .nm-contacto-div-4 { max-width: 500px; }
.nm .nm-contacto-div-5 { margin-top: clamp(34px,4vw,46px); display: flex; flex-direction: column; }
.nm .nm-contacto-div-6 { display: flex; align-items: flex-start; gap: 20px; padding: 20px 0; border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.nm .nm-contacto-div-7 { margin-top: 32px; display: flex; align-items: center; gap: 24px; background: var(--nm-navy-900); border-radius: var(--radius-lg); padding: 26px 28px; }
.nm .nm-contacto-div-8 { flex: 1; }
.nm .nm-contacto-div-9 { position: relative; z-index: 2; background: var(--nm-white); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(28px,3vw,44px); }
.nm .nm-contacto-h1-1 { font-family: var(--font-display); font-weight: 600; line-height: 1.04; letter-spacing: -0.01em; color: var(--text-strong); font-size: clamp(2.3rem, 4.2vw, 3.6rem); margin: 0; }
.nm .nm-contacto-h2-1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem,2.2vw,1.9rem); color: var(--text-strong); margin: 0; }
.nm .nm-contacto-h3-1 { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--nm-white); margin: 0 0 5px; }
.nm .nm-contacto-h4-1 { font-size: 14px; font-weight: 600; color: var(--text-strong); margin: 0 0 5px; }
.nm .nm-contacto-p-1 { font-size: clamp(1rem,1.1vw,1.06rem); font-weight: 300; line-height: 1.7; color: var(--text-body); max-width: 40ch; margin: 22px 0 0; }
.nm .nm-contacto-p-2 { font-size: 13px; line-height: 1.5; color: var(--text-on-dark-muted); margin: 0; }
.nm .nm-contacto-p-3 { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 12px 0 28px; max-width: 42ch; }
.nm .nm-contacto-p-4 { font-size: 12.5px; color: var(--text-muted); line-height: 1.5; margin: 0; }
.nm .nm-contacto-span-1 { display: block; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--text-accent); margin-bottom: 6px; }
.nm .nm-contacto-span-2 { font-size: 15px; color: var(--text-strong); }
.nm .nm-contacto-span-3 { display: block; font-size: 13px; color: var(--text-muted); margin-top: 4px; }
.nm .nm-contacto-svg-1 { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
