html { scroll-behavior: smooth; }
body { margin: 0; background: #0A0B0D; color: #ECE7DD; font-family: 'Geist', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #ECE7DD; } a:hover { color: #ECE7DD; }
::selection { background: #ECE7DD; color: #0A0B0D; }
[hidden] { display: none !important; }

.site { --acc: #C4916A; --ink: #0A0B0D; --ink2: #0F1114; --bone: #ECE7DD; --bone2: #CFC9BE; --mute: #9C968C; --line: rgba(236,231,221,0.10); --line2: rgba(236,231,221,0.22); --ease: cubic-bezier(.2,.7,.1,1); --acc-deep: color-mix(in oklab, var(--acc) 58%, #1a1208); position: relative; width: 100%; min-height: 100vh; overflow-x: clip; background: var(--ink); }
.serif { font-family: 'Instrument Serif', 'Times New Roman', serif; font-weight: 400; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 64px; box-sizing: border-box; }
.label { margin: 0; display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 400; letter-spacing: 0.34em; text-transform: uppercase; color: var(--mute); }
.label::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.6; }
.ul { text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; padding-bottom: 3px; transition: background-size 0.8s var(--ease); }
.ul:hover, .ul:focus-visible { background-size: 100% 1px; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 30; }
.nav-bg { position: absolute; inset: 0; background: rgba(10,11,13,0.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-in { position: relative; display: flex; justify-content: space-between; align-items: center; height: 76px; padding: 0 48px; }
.nav-brand { font-size: 12px; font-weight: 500; letter-spacing: 0.34em; text-decoration: none; color: var(--bone); }
.nav-links { display: flex; align-items: center; gap: 40px; }
.nav-links a { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; }
.nav-cta { height: 40px; display: inline-flex; align-items: center; padding: 0 20px; border: 1px solid var(--line2); border-radius: 999px; text-decoration: none; background: none !important; transition: border-color 0.7s ease, background-color 0.7s ease, color 0.7s ease; }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--acc); background-color: var(--acc) !important; color: var(--ink); }
.nav-menu { display: none; height: 44px; padding: 0 18px; border: 1px solid var(--line2); border-radius: 999px; background: transparent; color: var(--bone); font-family: inherit; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; cursor: pointer; }
.menu { position: fixed; inset: 0; z-index: 40; background: var(--ink); display: flex; flex-direction: column; justify-content: space-between; padding: 24px; box-sizing: border-box; }
.menu-top { display: flex; justify-content: space-between; align-items: center; height: 44px; }
.menu-links { display: flex; flex-direction: column; gap: 8px; }
.menu-links a { font-family: 'Instrument Serif', serif; font-size: 52px; line-height: 1.1; text-decoration: none; }

/* HERO */
.hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; background: var(--ink); }
.hero canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-veil { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(10,11,13,0.35) 0%, rgba(10,11,13,0) 30%, rgba(10,11,13,0) 62%, #0A0B0D 100%); }
.hero-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 36px; padding: 0 24px; text-align: center; }
.mark { margin: 0; font-family: 'Instrument Serif', 'Times New Roman', serif; font-weight: 400; font-size: clamp(44px, 9.4vw, 152px); line-height: 0.9; letter-spacing: 0.12em; margin-right: -0.12em; white-space: nowrap; color: var(--bone); }
.mark .ch { display: inline-block; }
.mark .sp { display: inline-block; width: 0.28em; }
.hero-tag { margin: 0; font-family: 'Instrument Serif', serif; font-style: italic; font-size: clamp(20px, 2vw, 28px); color: var(--bone2); }
.enter { display: inline-flex; align-items: center; gap: 14px; height: 52px; padding: 0 28px; border: 1px solid var(--line2); border-radius: 999px; text-decoration: none; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; transition: border-color 0.8s ease, gap 0.8s var(--ease); }
.enter:hover, .enter:focus-visible { border-color: var(--acc); gap: 22px; }
.enter i { display: block; width: 18px; height: 1px; background: currentColor; transition: width 0.8s var(--ease), background-color 0.8s ease; }
.enter:hover i { width: 30px; background-color: var(--acc); }
.hero-meta { position: absolute; left: 48px; right: 48px; bottom: 36px; display: flex; justify-content: space-between; align-items: flex-end; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--mute); pointer-events: none; }
.cue { display: flex; align-items: flex-end; gap: 16px; }
.cue-line { width: 1px; height: 56px; background: var(--line2); position: relative; overflow: hidden; }
.cue-line::after { content: ""; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--acc); animation: drip 3.4s cubic-bezier(.6,0,.4,1) infinite; }
@keyframes drip { 0% { top: -40%; } 100% { top: 100%; } }

/* PROPUESTA: texto que se enciende palabra a palabra */
.manifesto { position: relative; height: 210vh; }
.man-stick { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; }
.man-text { margin: 48px 0 0; max-width: 1120px; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(34px, 4.4vw, 68px); line-height: 1.1; letter-spacing: -0.005em; color: var(--bone); }
.man-text .w { transition: opacity 0.6s ease; }
.man-text em { font-style: italic; }
.manifesto.armed .w { opacity: 0.14; }
.manifesto.armed .w.lit { opacity: 1; }
.caps { margin-top: 72px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; border-top: 1px solid var(--line); padding-top: 28px; transition: opacity 1.2s ease, transform 1.2s var(--ease); }
.manifesto.armed .caps { opacity: 0; transform: translateY(16px); }
.manifesto.armed.done .caps { opacity: 1; transform: none; }
.cap { display: flex; flex-direction: column; gap: 10px; }
.cap span { font-size: 11px; letter-spacing: 0.26em; color: var(--mute); font-variant-numeric: tabular-nums; }
.cap h3 { margin: 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 28px; line-height: 1.1; }
.cap p { margin: 0; max-width: 320px; font-size: 15px; line-height: 1.7; font-weight: 300; color: var(--mute); }

/* APPS */
.apps { padding: 150px 0 140px; background: var(--ink2); border-top: 1px solid var(--line); }
.apps-head { margin-top: 40px; display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.apps-head h2 { margin: 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(40px, 5vw, 76px); line-height: 1.02; max-width: 720px; }
.apps-head h2 em { font-style: italic; }
.apps-head p { margin: 0; max-width: 360px; font-size: 16px; line-height: 1.75; font-weight: 300; color: var(--mute); }
.orbit { position: relative; margin-top: 64px; aspect-ratio: 2 / 1; }
.orbit > svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ln { fill: none; stroke: rgba(236,231,221,0.10); stroke-width: 1; vector-effect: non-scaling-stroke; transition: stroke 0.8s ease; }
.ln.on { stroke: rgba(236,231,221,0.42); }
.sig { fill: none; stroke: var(--acc); stroke-width: 1.4; stroke-linecap: round; vector-effect: non-scaling-stroke; stroke-dasharray: 5 95; stroke-dashoffset: 100; opacity: 0.85; animation: sig 5.6s cubic-bezier(.5,0,.5,1) infinite; }
@keyframes sig { 0% { stroke-dashoffset: 100; opacity: 0; } 12% { opacity: 0.85; } 88% { opacity: 0.85; } 100% { stroke-dashoffset: 5; opacity: 0; } }
.hub { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 150px; height: 150px; border-radius: 50%; border: 1px solid var(--line2); background: #0F1114; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; }
.hub::before, .hub::after { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid var(--line2); animation: ring 6s var(--ease) infinite; }
.hub::after { animation-delay: 3s; }
@keyframes ring { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.9); opacity: 0; } }
.hub b { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 22px; letter-spacing: 0.08em; line-height: 1; }
.hub small { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--mute); }
.app { position: absolute; translate: -50% -50%; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0; border: 0; background: none; color: var(--bone); font-family: inherit; cursor: pointer; }
.app-ico { width: 64px; height: 64px; border-radius: 18px; border: 1px solid var(--line2); background: #121418; display: flex; align-items: center; justify-content: center; color: var(--bone2); transition: border-color 0.8s ease, color 0.8s ease, background-color 0.8s ease; }
.app-ico svg { width: 26px; height: 26px; }
.app-name { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute); transition: color 0.8s ease; white-space: nowrap; }
.app.on .app-ico, .app:focus-visible .app-ico { border-color: var(--acc); color: var(--bone); background-color: #16181D; }
.app.on .app-name { color: var(--bone); }
.app:focus-visible { outline: none; }
.apps-note { margin: 40px auto 0; min-height: 64px; max-width: 620px; text-align: center; display: flex; flex-direction: column; gap: 8px; }
.apps-note b { font-size: 11px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--acc); }
.apps-note span { font-family: 'Instrument Serif', serif; font-size: 26px; line-height: 1.3; color: var(--bone2); }

/* PROCESO */
.proc { padding: 150px 0; background: var(--bone); color: #16171A; }
.proc a { color: #16171A; }
.proc .label { color: #5E5A53; }
.proc-head { margin: 40px 0 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(40px, 5vw, 76px); line-height: 1.02; max-width: 820px; }
.proc-head em { font-style: italic; }
.steps { position: relative; margin-top: 100px; padding-top: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: rgba(22,23,26,0.16); }
.steps-bar { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--acc-deep); transform-origin: 0 50%; }
.step { position: relative; display: flex; flex-direction: column; gap: 16px; }
.step::before { content: ""; position: absolute; top: -52px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--bone); border: 1px solid #16171A; }
.step-n { font-family: 'Instrument Serif', serif; font-size: 72px; line-height: 0.9; color: #16171A; font-variant-numeric: tabular-nums; }
.step h3 { margin: 8px 0 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 32px; line-height: 1.1; }
.step p { margin: 0; max-width: 340px; font-size: 16px; line-height: 1.7; font-weight: 300; color: #4A4741; }
.proc.dark { background: var(--ink); color: var(--bone); border-top: 1px solid var(--line); }
.proc.dark .label, .proc.dark .step p { color: var(--mute); }
.proc.dark .steps::before { background: var(--line2); }
.proc.dark .steps-bar { background: var(--acc); }
.proc.dark .step-n { color: var(--bone); }
.proc.dark .step::before { background: var(--ink); border-color: var(--bone); }

/* CONTACTO */
.contact { padding: 150px 0 120px; background: var(--ink); }
.contact-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px; }
.contact-l { grid-column: 1 / span 6; display: flex; flex-direction: column; gap: 36px; }
.contact-l h2 { margin: 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(44px, 5.6vw, 88px); line-height: 1; }
.contact-l h2 em { font-style: italic; }
.contact-l > p { margin: 0; max-width: 420px; font-size: 16px; line-height: 1.75; font-weight: 300; color: var(--mute); }
.chans { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); max-width: 480px; }
.chans li { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.chan { flex-grow: 1; min-width: 0; display: flex; align-items: center; gap: 18px; min-height: 72px; text-decoration: none; transition: padding-left 0.8s var(--ease); }
.chan:hover, .chan:focus-visible { padding-left: 8px; }
.chan-ico { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line2); display: flex; align-items: center; justify-content: center; color: var(--bone2); flex-shrink: 0; transition: border-color 0.8s ease; }
.chan:hover .chan-ico, .chan:focus-visible .chan-ico { border-color: var(--acc); }
.chan-ico svg { width: 18px; height: 18px; }
.chan-k { width: 110px; flex-shrink: 0; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--mute); }
.chan-v { flex-grow: 1; min-width: 0; font-family: 'Instrument Serif', serif; font-size: 24px; }
.chan-go { font-size: 18px; color: var(--mute); transition: transform 0.8s var(--ease), color 0.8s ease; }
.chan:hover .chan-go { transform: translateX(6px); color: var(--acc); }
.copy { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line2); border-radius: 12px; background: none; color: var(--mute); cursor: pointer; transition: border-color 0.8s ease, color 0.8s ease; }
.copy:hover, .copy:focus-visible { border-color: var(--acc); color: var(--bone); }
.copy[data-ok] { border-color: var(--acc); color: var(--acc); }
.chans li:has(.copy:not([hidden])) .chan-go { display: none; }
.copy[hidden] { display: none; }
.copy svg { width: 16px; height: 16px; }
.copy-msg { min-height: 1.5em; margin: 14px 0 0; font-size: 13px; color: var(--mute); }
.form { grid-column: 8 / span 5; display: flex; flex-direction: column; gap: 34px; padding-top: 8px; }
.field { display: flex; flex-direction: column; gap: 10px; }
.field label { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--mute); }
.field input, .field textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line2); border-radius: 0; color: var(--bone); font-family: 'Geist', sans-serif; font-size: 17px; font-weight: 300; padding: 12px 0; outline: none; resize: none; transition: border-color 0.6s ease; }
.field input::placeholder, .field textarea::placeholder { color: #85807A; }
.field input:focus, .field textarea:focus { border-bottom-color: var(--acc); }
.send-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.send-row p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--mute); max-width: 220px; }
.send { height: 56px; padding: 0 34px; border-radius: 999px; border: 1px solid var(--bone); background: var(--bone); color: var(--ink); font-family: 'Geist', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; cursor: pointer; transition: background-color 0.7s ease, border-color 0.7s ease; }
.send:hover, .send:focus-visible { background-color: var(--acc); border-color: var(--acc); }
/* Honeypot: fuera de la vista, pero NO con display:none — hay bots que
   saltan lo que está oculto así. Se saca de la pantalla. */
/* Primer tabulador de la página: se esconde hasta que recibe el foco.
   Sin él, quien navega con teclado tiene que recorrer todo el menú en
   cada visita antes de llegar al contenido. */
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 14px 22px; background: var(--acc); color: #0A0B0D; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; }
.skip:focus { left: 16px; top: 16px; }
.totop { position: fixed; right: 28px; bottom: 28px; z-index: 60; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.16); background: rgba(12,13,16,0.7); backdrop-filter: blur(8px); color: var(--mute); font-size: 16px; cursor: pointer; transition: color 0.4s var(--ease), border-color 0.4s var(--ease); }
.totop:hover { color: var(--acc); border-color: var(--acc); }
.totop[hidden] { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.err { margin: 0; padding: 12px 16px; border-left: 2px solid #C25A4E; background: rgba(194,90,78,0.08); font-size: 14px; line-height: 1.6; color: #E3A9A2; }
.err:focus { outline: 2px solid var(--acc); outline-offset: 3px; }
.send[disabled] { opacity: 0.55; cursor: progress; }
.sent { border-top: 1px solid var(--acc); padding-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.sent b { font-size: 11px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--acc); }
.sent h3 { margin: 0; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 40px; line-height: 1.1; }
.sent p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--mute); }

/* PIE */
.foot { border-top: 1px solid var(--line); padding-top: 40px; overflow: hidden; }
.foot-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--mute); }
.foot-row nav { display: flex; gap: 32px; }
.foot-row a { color: var(--mute); }
.foot-mark { margin: 48px 0 0; font-family: 'Instrument Serif', serif; font-size: 13.4vw; line-height: 0.74; letter-spacing: 0.02em; white-space: nowrap; text-align: center; color: #17191D; user-select: none; }

/* Movimiento ligado al scroll (progresivo: sin soporte, todo se ve quieto) */
@keyframes rv { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes heroOut { to { opacity: 0; transform: translateY(-40px) scale(0.97); filter: blur(6px); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@supports (animation-timeline: view()) {
  .rv { animation: rv linear both; animation-timeline: view(); animation-range: entry 0% cover 26%; }
  .hero-center { animation: heroOut linear both; animation-timeline: scroll(root); animation-range: 0px 620px; }
  .nav-bg { animation: fadeIn linear both; animation-timeline: scroll(root); animation-range: 520px 760px; }
  .nav-brand { animation: fadeIn linear both; animation-timeline: scroll(root); animation-range: 560px 820px; }
  .steps-bar { animation: draw linear both; animation-timeline: view(); animation-range: entry 60% cover 55%; }
  .step:nth-child(3) { animation-range: entry 0% cover 30%; }
  .step:nth-child(4) { animation-range: entry 0% cover 36%; }
}

/* MÓVIL */
/* Posiciones de la órbita: antes en línea, aquí para cerrar style-src 'unsafe-inline'. */
.app[data-app="0"] { left: 50%; top: 12.9%; }
.app[data-app="1"] { left: 74.9%; top: 21.6%; }
.app[data-app="2"] { left: 88.1%; top: 43.5%; }
.app[data-app="3"] { left: 83.5%; top: 68.5%; }
.app[data-app="4"] { left: 63.2%; top: 84.9%; }
.app[data-app="5"] { left: 36.8%; top: 84.9%; }
.app[data-app="6"] { left: 16.5%; top: 68.5%; }
.app[data-app="7"] { left: 11.9%; top: 43.5%; }
.app[data-app="8"] { left: 25.1%; top: 21.6%; }
.sig[data-sig="0"] { animation-delay: 0s; }
.sig[data-sig="1"] { animation-delay: -3.7s; }
.sig[data-sig="2"] { animation-delay: -1.2s; }
.sig[data-sig="3"] { animation-delay: -4.6s; }
.sig[data-sig="4"] { animation-delay: -2.4s; }
.sig[data-sig="5"] { animation-delay: -0.6s; }
.sig[data-sig="6"] { animation-delay: -3.1s; }
.sig[data-sig="7"] { animation-delay: -5.1s; }
.sig[data-sig="8"] { animation-delay: -1.8s; }
.wrap-full { width: 100%; }

@media (max-width: 900px) {
  .wrap { padding: 0 24px; }
  .nav-in { height: 68px; padding: 0 20px; }
  .nav-links { display: none; }
  .nav-menu { display: inline-flex; align-items: center; }
  .mark { font-size: clamp(30px, 10.6vw, 60px); letter-spacing: 0.06em; margin-right: -0.06em; }
  .hero-meta { left: 24px; right: 24px; bottom: 28px; }
  .hero-meta > span { display: none; }
  .manifesto { height: 190vh; }
  .caps { grid-template-columns: minmax(0, 1fr); gap: 24px; margin-top: 48px; }
  .cap p { display: none; }
  .apps, .proc, .contact { padding: 110px 0; }
  .apps-head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .orbit { aspect-ratio: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 32px; column-gap: 12px; margin-top: 56px; }
  .orbit > svg, .hub { display: none; }
  .app { position: static; translate: none; }
  .app-name { letter-spacing: 0.1em; white-space: normal; text-align: center; line-height: 1.5; }
  .apps-note span { font-size: 22px; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 56px; margin-top: 64px; padding-top: 0; }
  .steps::before, .steps-bar, .step::before { display: none; }
  .step { border-top: 1px solid rgba(22,23,26,0.16); padding-top: 28px; }
  .proc.dark .step { border-top-color: var(--line2); }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 72px; }
  .contact-l, .form { grid-column: auto; }
  .chan-k { width: 84px; }
  .chan-v { font-size: 20px; }
  .send-row { flex-direction: column; align-items: stretch; }
  .foot-row { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
