* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--navy);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--navy); }
a:hover { color: var(--blue); }
.inc-wrap { width: min(1078px, calc(100% - clamp(40px, 8vw, 96px))); margin: 0 auto; }
.inc-skip { position: absolute; left: 16px; top: 12px; z-index: 200; padding: 10px 14px; background: var(--gold); color: var(--navy); transform: translateY(-150%); }
.inc-skip:focus { transform: none; }
.inc-hero { position: relative; overflow: hidden; padding: clamp(150px, 18vw, 230px) 0 clamp(76px, 10vw, 132px); background: var(--navy) url('../assets/imagenes/hero-red-territorial.png') center / cover no-repeat; color: var(--ivory); }
.inc-hero::before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(0,26,79,.98) 0%, rgba(0,26,79,.9) 42%, rgba(0,26,79,.45) 100%); }
.inc-hero .inc-wrap { position: relative; z-index: 1; }
.inc-eyebrow { margin: 0; font-family: var(--display); font-size: .7rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--graphite); }
.inc-hero .inc-eyebrow, .inc-commitment .inc-eyebrow { color: var(--mist); }
.inc-hero h1 { max-width: 760px; margin: 20px 0 28px; font-family: var(--display); font-size: clamp(3rem, 8vw, 7rem); font-weight: 300; line-height: 1; letter-spacing: -.04em; }
.inc-lead { max-width: 670px; margin: 0; color: var(--mist); font-size: clamp(1.15rem, 2vw, 1.35rem); line-height: 1.6; }
.inc-back { display: inline-block; margin-top: 34px; color: var(--gold); font-family: var(--display); font-size: .88rem; text-decoration: underline; text-underline-offset: 4px; }
.inc-purpose { padding-top: clamp(82px, 11vw, 150px); padding-bottom: clamp(86px, 12vw, 160px); }
.inc-section-heading { display: grid; grid-template-columns: minmax(160px, .7fr) minmax(0, 1.3fr); gap: 32px; align-items: start; margin-bottom: clamp(42px, 6vw, 72px); }
.inc-section-heading h2 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 300; line-height: 1.08; letter-spacing: -.03em; }
.inc-purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.inc-card { position: relative; overflow: hidden; padding: 0; border-top: 2px solid var(--navy); background: #fff; }
.inc-card--blue { border-top-color: var(--blue); background: #eaf2f9; }
.inc-card-visual { min-height: clamp(190px, 24vw, 285px); background-position: center; background-size: cover; }
.inc-card-visual::after { display: block; width: 100%; height: 100%; min-height: inherit; content: ''; background: linear-gradient(180deg, rgba(0,26,79,.08), rgba(0,26,79,.58)); }
.inc-card-visual--mision { background-image: url('../assets/imagenes/trabajo-territorial.png'); background-position: center 42%; }
.inc-card-visual--vision { background-image: url('../assets/imagenes/brecha-territorial.png'); background-position: center; }
.inc-card-content { padding: clamp(28px, 4vw, 50px); }
.inc-card-number { margin: 0 0 30px; color: var(--blue); font-family: var(--display); font-size: .85rem; letter-spacing: .12em; }
.inc-card h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1; }
.inc-card p:not(.inc-card-number) { margin: 0 0 20px; color: var(--graphite); font-size: 1.05rem; line-height: 1.65; }
.inc-card p:last-child { margin-bottom: 0; }
.inc-commitment { padding: clamp(80px, 11vw, 144px) 0; background: var(--blue); color: var(--ivory); }
.inc-commitment-inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 8vw, 120px); }
.inc-commitment h2 { max-width: 520px; margin: 22px 0 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); font-weight: 300; line-height: 1.08; letter-spacing: -.03em; }
.inc-commitment-copy { max-width: 650px; }
.inc-commitment-copy p { margin: 0 0 24px; color: var(--ivory); font-size: 1.08rem; line-height: 1.65; }
.inc-commitment-copy p:last-child { margin-bottom: 0; }
.inc-cycle { position: relative; min-height: 570px; margin: clamp(34px, 5vw, 56px) 0 0; padding-top: 36px; border-top: 1px solid rgba(251,250,246,.28); }
.inc-cycle-ring { position: absolute; top: 62px; left: 50%; width: 270px; height: 270px; border: 1px solid rgba(251,250,246,.54); border-radius: 50%; transform: translateX(-50%); }
.inc-cycle-ring::before, .inc-cycle-ring::after, .inc-cycle-ring span { position: absolute; content: ''; border-radius: 50%; }
.inc-cycle-ring::before { inset: 22px; border: 1px dashed rgba(220,226,236,.36); }
.inc-cycle-ring::after { inset: 65px; border: 1px solid rgba(255,185,0,.6); }
.inc-cycle-ring span { top: 50%; left: -6px; width: 12px; height: 12px; background: var(--gold); box-shadow: 0 0 0 7px rgba(255,185,0,.13); transform: translateY(-50%); }
.inc-cycle-center { position: absolute; top: 143px; left: 50%; display: flex; width: 100px; height: 100px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; background: var(--gold); color: var(--navy); text-align: center; transform: translateX(-50%); }
.inc-cycle-center strong { font-family: var(--display); font-size: .82rem; letter-spacing: .15em; }
.inc-cycle-center span { margin-top: 4px; font-size: .68rem; line-height: 1.2; }
.inc-cycle-steps { position: relative; min-height: 370px; margin: 0; padding: 0; list-style: none; }
.inc-cycle-step { position: absolute; display: flex; max-width: 180px; flex-direction: column; gap: 5px; }
.inc-cycle-step > span { color: var(--gold); font-family: var(--display); font-size: .72rem; letter-spacing: .15em; }
.inc-cycle-step strong { color: var(--ivory); font-family: var(--display); font-size: 1.22rem; font-weight: 500; }
.inc-cycle-step small { color: var(--mist); font-size: .83rem; line-height: 1.4; }
.inc-cycle-step--01 { top: 0; left: 0; text-align: left; }
.inc-cycle-step--02 { top: 170px; right: 0; text-align: right; }
.inc-cycle-step--03 { right: 0; bottom: 0; text-align: right; }
.inc-cycle-step--04 { bottom: 0; left: 0; text-align: left; }
.inc-cycle-caption { position: absolute; right: 0; bottom: 0; left: 0; max-width: 420px; margin: 0 auto; color: var(--mist); font-size: .86rem; line-height: 1.5; text-align: center; }
.inc-footer { padding: 30px 0 42px; background: var(--navy); color: var(--mist); border-top: 1px solid rgba(251,250,246,.2); }
.inc-footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.inc-footer p, .inc-footer a { margin: 0; color: var(--mist); font-size: .82rem; line-height: 1.5; }
.inc-footer a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 760px) {
  .inc-wrap { width: min(100% - 40px, 600px); }
  .inc-section-heading, .inc-purpose-grid, .inc-commitment-inner { grid-template-columns: 1fr; }
  .inc-section-heading { gap: 20px; }
  .inc-card-content { padding: 28px 24px; }
  .inc-cycle { min-height: 720px; }
  .inc-cycle-ring { top: 118px; width: 220px; height: 220px; }
  .inc-cycle-center { top: 178px; width: 84px; height: 84px; }
  .inc-cycle-steps { min-height: 520px; }
  .inc-cycle-step { max-width: 145px; }
  .inc-cycle-step--01, .inc-cycle-step--02 { top: 0; }
  .inc-cycle-step--03, .inc-cycle-step--04 { bottom: 0; }
  .inc-cycle-caption { bottom: 66px; }
  .inc-footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
