/* RESET — home manifiesto. Estilo: Living Systems Editorial (clave de plano) */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--reset-font-sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--reset-black);
  background: var(--reset-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }

a { color: inherit; }

.reset-container {
  width: min(100% - (2 * var(--reset-gutter)), var(--reset-container));
  margin-inline: auto;
}

/* Skip link */
.reset-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--reset-mint);
  color: var(--reset-ink);
  padding: 12px 20px;
  z-index: 1000;
  font-family: var(--reset-font-mono);
  font-size: 13px;
}
.reset-skip:focus { left: var(--reset-gutter); top: 12px; }

:focus-visible {
  outline: 3px solid var(--reset-forest);
  outline-offset: 3px;
}
[data-surface="ink"] :focus-visible,
.reset-lamina--ink :focus-visible {
  outline-color: var(--reset-mint);
}

/* ---------- Header ---------- */
.reset-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--reset-space-4);
  padding: 16px var(--reset-gutter);
  background: var(--reset-paper);
  border-bottom: 1px solid var(--reset-line);
  min-height: 68px;
}
.reset-header__mark { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.reset-header__mark img { height: 22px; width: auto; flex: none; }
.reset-header__mark span {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--reset-muted);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reset-header .reset-cta { white-space: nowrap; flex: none; }
.reset-lang {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  color: var(--reset-muted);
  text-decoration: none;
  flex: none;
  border: 1px solid var(--reset-line);
  padding: 6px 10px;
}
.reset-lang:hover { color: var(--reset-black); border-color: var(--reset-black); }
@media (max-width: 640px) { .reset-lang { display: none; } }
.reset-nav {
  display: flex;
  align-items: center;
  gap: var(--reset-space-8);
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  justify-content: center;
}
.reset-nav a {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--reset-muted);
  white-space: nowrap;
}
.reset-nav a:hover, .reset-nav a[aria-current="page"] { color: var(--reset-black); }
.reset-nav__dropdown { position: relative; }
.reset-nav__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--reset-paper);
  border: 1px solid var(--reset-line);
  padding: 14px 0 6px;
  min-width: 170px;
  list-style: none;
  margin: 0;
  z-index: 150;
}
.reset-nav__dropdown:hover .reset-nav__submenu,
.reset-nav__dropdown:focus-within .reset-nav__submenu { display: block; }
.reset-nav__submenu a { display: block; padding: 8px 16px; }

.reset-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  color: var(--reset-black);
  background: transparent;
  border: 0;
  font: 500 12px/1 var(--reset-font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.reset-menu-toggle__icon {
  display: grid;
  gap: 5px;
  width: 24px;
}
.reset-menu-toggle__icon i {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.reset-menu {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--reset-black);
  overflow: hidden;
}
.reset-menu::backdrop {
  background: rgba(15, 29, 43, 0.64);
  animation: reset-menu-backdrop-in 180ms ease-out both;
}
.reset-menu__panel {
  width: min(100%, 520px);
  min-height: 100%;
  margin-left: auto;
  padding: 22px var(--reset-gutter) 32px;
  display: flex;
  flex-direction: column;
  background: var(--reset-paper);
  animation: reset-menu-panel-in 220ms var(--reset-ease-standard) both;
}
.reset-menu.is-closing::backdrop { animation: reset-menu-backdrop-out 180ms ease-in both; }
.reset-menu.is-closing .reset-menu__panel { animation: reset-menu-panel-out 180ms ease-in both; }
.reset-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: var(--reset-space-8);
  border-bottom: 1px solid var(--reset-line);
}
.reset-menu__head img { width: 112px; }
.reset-menu__close {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--reset-line);
  background: transparent;
  color: var(--reset-black);
  font: 300 30px/1 var(--reset-font-sans);
  cursor: pointer;
}
.reset-menu__nav,
.reset-menu__systems {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-menu__nav { padding: var(--reset-space-8) 0; }
.reset-menu__nav > li { border-bottom: 1px solid var(--reset-line); }
.reset-menu__nav > li > a {
  display: flex;
  padding: 18px 0;
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.reset-menu__systems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  padding: 0 0 18px;
}
.reset-menu__systems a {
  display: block;
  padding: 7px 0;
  color: var(--reset-muted);
  font: 12px/1.45 var(--reset-font-mono);
  text-decoration: none;
}
.reset-menu__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: var(--reset-space-8);
}
.reset-menu__lang {
  padding: 11px 13px;
  border: 1px solid var(--reset-line);
  color: var(--reset-black);
  font: 12px/1 var(--reset-font-mono);
  text-decoration: none;
}
.reset-menu__cta { flex: 1; justify-content: center; }
.reset-menu-open { overflow: hidden; }
@keyframes reset-menu-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes reset-menu-backdrop-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes reset-menu-panel-in { from { transform: translateX(32px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes reset-menu-panel-out { from { transform: none; opacity: 1; } to { transform: translateX(32px); opacity: 0; } }

@media (max-width: 900px) {
  .reset-nav { display: none; }
  .reset-header > nav { display: none; }
  .reset-menu-toggle { display: inline-flex; margin-left: auto; }
}
@media (max-width: 640px) {
  .reset-header { padding: 14px var(--reset-gutter); }
  .reset-header__mark span { display: none; }
  .reset-header > .reset-cta { display: none; }
  .reset-header__mark img { height: 20px; }
}

/* ---------- Breadcrumb ---------- */
.reset-breadcrumb {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  color: var(--reset-muted);
  margin: 0 0 var(--reset-space-6);
}
.reset-lamina--ink .reset-breadcrumb { color: var(--reset-muted-onink); }
.reset-breadcrumb a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.reset-breadcrumb a:hover { color: var(--reset-black); }
.reset-lamina--ink .reset-breadcrumb a:hover { color: var(--reset-paper); }

/* ---------- Vertical hero ---------- */
.reset-vhero__accent {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: var(--v-accent);
  margin-bottom: var(--reset-space-6);
}

/* ---------- FAQ ---------- */
.reset-faq { border-top: 1px solid var(--reset-line); max-width: var(--reset-lead-measure); }
.reset-lamina--ink .reset-faq { border-top-color: var(--reset-line-onink); }
.reset-faq details {
  border-bottom: 1px solid var(--reset-line);
  padding: var(--reset-space-6) 0;
}
.reset-lamina--ink .reset-faq details { border-bottom-color: var(--reset-line-onink); }
.reset-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--reset-space-4);
}
.reset-faq summary::-webkit-details-marker { display: none; }
.reset-faq summary::after {
  content: "+";
  font-family: var(--reset-font-mono);
  flex: none;
  font-weight: 400;
}
.reset-faq details[open] summary::after { content: "−"; }
.reset-faq p {
  margin: var(--reset-space-4) 0 0;
  color: var(--reset-muted);
  max-width: var(--reset-measure);
}
.reset-lamina--ink .reset-faq p { color: var(--reset-muted-onink); }

/* ---------- Chips ---------- */
.reset-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: var(--reset-space-4) 0 0; list-style: none; }
.reset-chips li {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  padding: 7px 14px;
  border: 1px solid var(--reset-line);
  color: var(--reset-muted);
}
.reset-lamina--ink .reset-chips li { border-color: var(--reset-line-onink-strong); color: var(--reset-muted-onink); }

/* ---------- Comparativa ---------- */
.reset-compare { display: grid; grid-template-columns: 1fr 1fr; gap: var(--reset-space-8); }
.reset-compare > div { padding: var(--reset-space-6); border: 1px solid var(--reset-line); }
.reset-lamina--ink .reset-compare > div { border-color: var(--reset-line-onink); }
.reset-compare > div:last-child { border-color: var(--v-accent); }
.reset-compare h3 { margin-top: 0; }
.reset-compare ul { padding-left: 1.15em; margin: var(--reset-space-4) 0 0; }
.reset-compare li { margin-bottom: var(--reset-space-2); }
@media (max-width: 767px) { .reset-compare { grid-template-columns: 1fr; } }

/* ---------- Formulario de contacto ---------- */
.reset-form { max-width: var(--reset-lead-measure); display: grid; gap: var(--reset-space-6); }
.reset-form label {
  display: block;
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--reset-muted);
  margin-bottom: var(--reset-space-2);
}
.reset-form input, .reset-form textarea {
  width: 100%;
  font-family: var(--reset-font-sans);
  font-size: 16px;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--reset-line);
  color: inherit;
}
.reset-form input:focus, .reset-form textarea:focus { outline: none; border-bottom-color: var(--reset-forest); }
.reset-form textarea { resize: vertical; min-height: 100px; }
.reset-form button { justify-self: start; }
.reset-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--reset-space-24);
}
.reset-contact-detail { margin-bottom: var(--reset-space-6); }
.reset-contact-detail h3 {
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--reset-muted);
  margin: 0 0 var(--reset-space-2);
}
.reset-contact-detail a, .reset-contact-detail p { margin: 0; text-decoration: none; }
@media (max-width: 900px) {
  .reset-contact-grid { grid-template-columns: 1fr; gap: var(--reset-space-12); }
}

/* ---------- Laminas (secciones numeradas del plano) ---------- */
.reset-lamina {
  position: relative;
  padding: var(--reset-section-y) 0;
  background: var(--reset-paper);
  color: var(--reset-black);
  border-top: 1px solid var(--reset-line);
  overflow: hidden;
}
.reset-lamina--ink {
  background: var(--reset-ink);
  color: var(--reset-paper);
  border-top-color: var(--reset-line-onink);
}
.reset-lamina--ink .reset-muted { color: var(--reset-muted-onink); }
.reset-lamina--first { border-top: none; }

.reset-lamina__frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--reset-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--reset-line) 1px, transparent 1px);
  background-size: 100% 100%;
  background-position: var(--reset-gutter) 0, 0 0;
  opacity: 0.5;
}
.reset-lamina--ink .reset-lamina__frame { background-image: none; }

.reset-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--reset-font-mono);
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--reset-muted);
  margin: 0 0 var(--reset-space-6);
}
.reset-lamina--ink .reset-kicker { color: var(--reset-mint); }
.reset-kicker__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: var(--reset-radius-none);
  font-size: 11px;
}
.reset-kicker__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: var(--reset-radius-none);
  flex: none;
}
.reset-kicker__icon svg { width: 16px; height: 16px; display: block; }

.reset-h1, .reset-h2 {
  font-family: var(--reset-font-sans);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--reset-space-6);
  max-width: 16ch;
}
.reset-h1 { font-size: var(--reset-type-display); line-height: 1.04; }
.reset-h2 { font-size: var(--reset-type-h2); line-height: 1.14; max-width: 20ch; }

.reset-thesis {
  font-size: var(--reset-type-display-xl);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 13ch;
  margin: 0 0 var(--reset-space-8);
}

.reset-counterpoint {
  font-family: var(--reset-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: var(--reset-type-lead);
  line-height: 1.45;
  max-width: var(--reset-lead-measure);
  color: var(--reset-muted);
  margin: 0 0 var(--reset-space-8);
}
.reset-lamina--ink .reset-counterpoint { color: rgba(245, 241, 232, 0.82); }

.reset-lead {
  font-size: var(--reset-type-lead);
  line-height: 1.5;
  max-width: var(--reset-lead-measure);
  margin: 0 0 var(--reset-space-6);
}

.reset-prose {
  max-width: var(--reset-measure);
}
.reset-prose p { margin: 0 0 var(--reset-space-4); }

/* ---------- Hero (carátula) ---------- */
.reset-home-hero {
  min-height: calc(100svh - 68px);
  display: flex;
  align-items: center;
  padding-block: clamp(64px, 9vh, 96px);
}
.reset-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}
.reset-hero .reset-thesis {
  max-width: 13.5ch;
  font-size: clamp(2.8rem, 5.4vw, 5.6rem);
  text-wrap: balance;
}
.reset-hero .reset-counterpoint {
  max-width: 700px;
  margin-bottom: var(--reset-space-6);
}
.reset-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: var(--reset-space-6) 0 0;
  padding-top: var(--reset-space-4);
  border-top: 1px solid var(--reset-line-onink);
  color: var(--reset-muted-onink);
  font: 11px/1.45 var(--reset-font-mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.reset-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.reset-hero__proof span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--reset-mint);
}
.reset-hero__visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  isolation: isolate;
}
.reset-hero__visual::before {
  content: "";
  position: absolute;
  inset: 3% -12% 4% -14%;
  z-index: -1;
  background:
    linear-gradient(var(--reset-line-onink) 1px, transparent 1px),
    linear-gradient(90deg, var(--reset-line-onink) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.34;
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 74%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 74%);
}
.reset-hero__system {
  position: absolute;
  inset: 12% 0 8%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.reset-hero__beam {
  position: relative;
  z-index: 2;
  height: 42px;
  display: flex;
  align-items: center;
  padding-inline: 15px;
  border: 1px solid rgba(245, 241, 232, 0.58);
  background: var(--reset-ink-2);
  color: var(--reset-paper);
  font: 10px/1 var(--reset-font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform-origin: left;
  animation: reset-beam-in 440ms var(--reset-ease-standard) 100ms both;
}
.reset-hero__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: clamp(12px, 2vw, 24px);
  padding: 0 14px;
}
.reset-hero__column {
  --column-color: var(--reset-forest-hi);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 18px 10px 12px;
  border-inline: 1px solid rgba(245, 241, 232, 0.18);
  border-bottom: 4px solid var(--column-color);
  background: linear-gradient(to bottom, color-mix(in srgb, var(--column-color) 26%, transparent), rgba(15, 29, 43, 0.18));
  color: var(--reset-paper);
  text-decoration: none;
  transform-origin: top;
  animation: reset-column-in 520ms var(--reset-ease-standard) both;
}
.reset-hero__column:nth-child(1) { --column-color: #2A6FAD; animation-delay: 240ms; }
.reset-hero__column:nth-child(2) { --column-color: #D1A048; animation-delay: 310ms; }
.reset-hero__column:nth-child(3) { --column-color: #C25D1B; animation-delay: 380ms; }
.reset-hero__column:nth-child(4) { --column-color: #2C8A95; animation-delay: 450ms; }
.reset-hero__column::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,0.1), transparent 44%);
  opacity: 0;
  transition: opacity var(--reset-duration-base) ease;
}
.reset-hero__column:hover::before,
.reset-hero__column:focus-visible::before { opacity: 1; }
.reset-hero__column-index {
  position: relative;
  color: rgba(245, 241, 232, 0.6);
  font: 10px/1 var(--reset-font-mono);
}
.reset-hero__column-label {
  position: relative;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(0.68rem, 1.1vw, 0.8rem);
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reset-hero__visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 31ch;
  margin: 0;
  color: var(--reset-muted-onink);
  font: 10px/1.5 var(--reset-font-mono);
  text-align: right;
}
@keyframes reset-beam-in {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}
@keyframes reset-column-in {
  from { opacity: 0; transform: scaleY(0.72) translateY(-14px); }
  to { opacity: 1; transform: scaleY(1) translateY(0); }
}
@media (max-width: 900px) {
  .reset-hero { grid-template-columns: 1fr; }
  .reset-home-hero { min-height: auto; }
  .reset-hero .reset-thesis { font-size: clamp(2.7rem, 10vw, 4.6rem); }
  .reset-hero__visual {
    min-height: 320px;
    width: min(100%, 560px);
    margin: var(--reset-space-4) auto 0;
  }
  .reset-hero__system { inset: 4% 0 10%; }
  .reset-hero__visual figcaption { text-align: left; left: 0; right: auto; }
}
@media (max-width: 540px) {
  .reset-hero__visual { min-height: 270px; }
  .reset-hero__columns { gap: 8px; padding-inline: 7px; }
  .reset-hero__column { padding-inline: 7px; }
  .reset-hero__beam { height: 36px; }
}

/* ---------- Banda de logos (clientes / alianzas) ---------- */
.reset-lamina--band { padding: var(--reset-space-10) 0; }
.reset-logoband { padding: var(--reset-space-4) 0; overflow: hidden; }
.reset-logoband__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: var(--reset-space-6);
}
.reset-logoband__label {
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--reset-muted);
}
.reset-logoband__link {
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--v-accent-text, var(--v-accent));
  text-decoration: none;
}
.reset-logoband__link:hover { text-decoration: underline; }
.reset-logoband__mask {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
  mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
}
.reset-logoband__track {
  display: flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  animation: reset-logo-scroll var(--reset-logo-duration, 30s) linear infinite;
}
.reset-logoband__group {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
}
.reset-logoband__group > a {
  display: inline-flex;
  align-items: center;
}
.reset-logoband:hover .reset-logoband__track,
.reset-logoband:focus-within .reset-logoband__track { animation-play-state: paused; }
.reset-logoband__group img {
  height: 28px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(1);
  opacity: 0.5;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}
.reset-logoband:hover .reset-logoband__group img { filter: none; opacity: 1; }
.reset-logoband--partners .reset-logoband__group img {
  filter: none;
  opacity: 0.86;
}
.reset-logoband--partners .reset-logoband__group > a:hover img,
.reset-logoband--partners .reset-logoband__group > a:focus-visible img {
  opacity: 1;
  transform: translateY(-2px);
}
.reset-logoband--partners .reset-partner-logo--zoho { height: 34px; }
.reset-logoband--partners .reset-partner-logo--krispcall { height: 30px; }
@keyframes reset-logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--reset-logo-distance, 50%))); }
}
@media (prefers-reduced-motion: reduce) { .reset-logoband__track { animation: none; } }

/* ---------- CTA ---------- */
.reset-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  min-height: 44px;
  background: var(--reset-forest);
  color: var(--reset-white);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--reset-radius-small);
  border: none;
  transition: transform var(--reset-duration-base) var(--reset-ease-standard),
              background var(--reset-duration-base) var(--reset-ease-standard);
}
.reset-cta:hover { background: var(--reset-forest-hi); }
.reset-cta:active { transform: translateY(1px) scale(0.99); }
.reset-cta__arrow { transition: transform var(--reset-duration-fast) var(--reset-ease-standard); }
.reset-cta:hover .reset-cta__arrow { transform: translateX(4px); }

.reset-lamina--ink .reset-cta {
  background: var(--reset-mint);
  color: var(--reset-ink);
}
.reset-lamina--ink .reset-cta:hover { background: #DCEEFC; }

.reset-cta-row {
  display: flex;
  align-items: center;
  gap: var(--reset-space-6);
  flex-wrap: wrap;
}
.reset-cta-secondary {
  font-family: var(--reset-font-mono);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--reset-muted);
}
.reset-lamina--ink .reset-cta-secondary { color: var(--reset-muted-onink); }

/* ---------- System trace ---------- */
.reset-trace {
  display: flex;
  align-items: center;
  width: 100%;
  margin: var(--reset-space-8) 0;
}
.reset-trace__node {
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--reset-paper);
  border: 1.5px solid var(--reset-forest);
}
.reset-lamina--ink .reset-trace__node { background: var(--reset-ink); border-color: var(--reset-mint); }
.reset-trace__line {
  flex: 1 1 auto;
  height: 1.5px;
  background: var(--reset-forest);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--reset-duration-sequence) var(--reset-ease-standard);
}
.reset-lamina--ink .reset-trace__line { background: var(--reset-mint); }
.reset-trace.is-drawn .reset-trace__line { transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
  .reset-trace__line { transition: none; transform: scaleX(1); }
}

/* ---------- Columnas (verticales) ---------- */
.reset-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--reset-line-onink);
  border: 1px solid var(--reset-line-onink);
}
.reset-column {
  position: relative;
  background: var(--reset-ink);
  padding: var(--reset-space-8) var(--reset-space-6);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: var(--reset-paper);
  transition: background var(--reset-duration-base) var(--reset-ease-standard);
}
.reset-column::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--v-accent);
}
.reset-column:hover { background: var(--reset-ink-2); }
.reset-column:hover .reset-column__link { color: var(--v-accent-hi, var(--v-accent)); }
.reset-column__kicker {
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--v-accent-hi, var(--v-accent));
  margin-bottom: var(--reset-space-6);
}
.reset-column__name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 var(--reset-space-3);
}
.reset-column__desc {
  font-size: 0.95rem;
  color: var(--reset-muted-onink);
  margin: 0 0 var(--reset-space-6);
  flex-grow: 1;
}
.reset-column__link {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--reset-paper);
  transition: color var(--reset-duration-fast) var(--reset-ease-standard);
}

.reset-columns--3 { grid-template-columns: repeat(3, 1fr); }
.reset-columns--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1023px) {
  .reset-columns, .reset-columns--3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .reset-columns, .reset-columns--3, .reset-columns--2 { grid-template-columns: 1fr; }
}

/* ---------- Sub-navegación de disciplinas (sub-páginas de servicio) ---------- */
.reset-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--reset-space-3) var(--reset-space-8);
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-subnav a {
  font-family: var(--reset-font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--reset-muted);
}
.reset-subnav a:hover { color: var(--reset-black); }
.reset-lamina--ink .reset-subnav a { color: var(--reset-muted-onink); }
.reset-lamina--ink .reset-subnav a:hover { color: var(--reset-paper); }

/* ---------- Router de problemas ---------- */
.reset-router-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--reset-space-8) var(--reset-space-6);
}
.reset-router-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-top: var(--reset-space-4);
  border-top: 3px solid var(--v-accent);
}
.reset-router-card__kicker {
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--v-accent-text, var(--v-accent));
  margin-bottom: var(--reset-space-3);
}
.reset-router-card__problem {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 var(--reset-space-3);
  color: var(--reset-ink);
}
.reset-router-card__example {
  font-family: var(--reset-font-serif);
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--reset-muted);
  margin: 0 0 var(--reset-space-4);
}
.reset-router-card__link {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  color: var(--reset-muted);
}
.reset-router-card:hover .reset-router-card__link { color: var(--v-accent-text, var(--v-accent)); }
@media (max-width: 1023px) {
  .reset-router-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .reset-router-grid { grid-template-columns: 1fr; }
}

/* ---------- Metodo ---------- */
.reset-method {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--reset-space-4);
  position: relative;
}
.reset-method__step {
  appearance: none;
  width: 100%;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  padding: var(--reset-space-6) var(--reset-space-4) 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-top: 2px solid var(--reset-line-onink-strong);
}
.reset-method__step.is-active { border-top-color: var(--reset-mint); }
.reset-method__num {
  display: block;
  font-family: var(--reset-font-mono);
  font-size: 12px;
  color: var(--reset-mint);
  margin-bottom: var(--reset-space-2);
}
.reset-method__name {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 var(--reset-space-2);
}
.reset-method__initial {
  color: var(--reset-mint);
  font-size: 1.3em;
}
.reset-method__desc {
  display: block;
  font-size: 0.9rem;
  color: var(--reset-muted-onink);
  margin: 0;
}
@media (max-width: 900px) {
  .reset-method { grid-template-columns: 1fr; }
  .reset-method__step { border-top: none; border-left: 2px solid var(--reset-line-onink-strong); padding: 0 0 var(--reset-space-6) var(--reset-space-4); }
  .reset-method__step.is-active { border-left-color: var(--reset-mint); border-top: none; }
}

/* ---------- Prueba (evidencia) ---------- */
.reset-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--reset-space-8);
}
.reset-proof {
  border-left: 2px solid var(--reset-forest);
  padding-left: var(--reset-space-6);
}
.reset-proof__eyebrow {
  margin: 0 0 var(--reset-space-3);
  color: var(--reset-muted);
  font: 11px/1.4 var(--reset-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reset-proof__title {
  max-width: 24ch;
  margin: 0 0 var(--reset-space-3);
  color: var(--reset-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}
.reset-proof__result {
  max-width: 52ch;
  margin: 0 0 var(--reset-space-4);
  color: var(--reset-muted);
  font-size: 0.95rem;
}
.reset-proof__metric {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--reset-space-2);
  font-variant-numeric: tabular-nums;
}
.reset-proof__context {
  font-size: 0.95rem;
  color: var(--reset-muted);
  margin: 0 0 var(--reset-space-3);
}
.reset-proof__case {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--reset-black);
}
@media (max-width: 767px) {
  .reset-proof-grid { grid-template-columns: 1fr; }
}

/* ---------- Firma (equipo) ---------- */
.reset-team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--reset-space-8) var(--reset-space-6);
}
.reset-person {
  display: flex;
  flex-direction: column;
  gap: var(--reset-space-3);
}
.reset-person__photo {
  aspect-ratio: 4 / 5;
  background: var(--reset-soft-gray);
  border: 1px solid var(--reset-line);
  overflow: hidden;
}
.reset-person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.reset-person__photo--pending {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--reset-font-mono);
  font-size: 11px;
  color: var(--reset-muted);
  text-align: center;
  padding: var(--reset-space-2);
}
.reset-person__name { font-weight: 700; font-size: 1rem; margin: 0; }
.reset-person__role {
  font-family: var(--reset-font-mono);
  font-size: 11.5px;
  color: var(--reset-muted);
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 900px) {
  .reset-team { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .reset-team { grid-template-columns: 1fr 1fr; gap: var(--reset-space-6) var(--reset-space-4); }
}

/* ---------- Grid de tarjetas (teaser de Blog en home + índice de Casos) ---------- */
.reset-criterio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--reset-space-8);
}
.reset-criterio-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-top: var(--reset-space-4);
  border-top: 1px solid var(--reset-line);
}
.reset-criterio-card__kicker {
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--reset-muted);
  margin-bottom: var(--reset-space-3);
}
.reset-criterio-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 var(--reset-space-3);
}
.reset-criterio-card__link {
  font-family: var(--reset-font-mono);
  font-size: 12px;
  color: var(--reset-forest);
}
@media (max-width: 900px) {
  .reset-criterio-grid { grid-template-columns: 1fr; gap: var(--reset-space-6); }
}

/* ---------- Pillnav (rutas hermanas entre sub-páginas de servicio) ---------- */
.reset-pillnav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--reset-space-3);
  padding: 0;
  margin: var(--reset-space-4) 0 0;
  list-style: none;
}
.reset-pillnav a {
  display: inline-flex;
  align-items: center;
  font-family: var(--reset-font-mono);
  font-size: 12.5px;
  padding: 10px 16px;
  border: 1px solid var(--reset-line);
  color: var(--reset-black);
  text-decoration: none;
  transition: border-color var(--reset-duration-fast) var(--reset-ease-standard), color var(--reset-duration-fast) var(--reset-ease-standard);
}
.reset-pillnav a:hover { border-color: var(--reset-forest); color: var(--reset-forest); }
.reset-lamina--ink .reset-pillnav a { border-color: var(--reset-line-onink-strong); color: var(--reset-paper); }
.reset-lamina--ink .reset-pillnav a:hover { border-color: var(--reset-mint); color: var(--reset-mint); }

/* ---------- Cierre / Footer ---------- */
.reset-close {
  text-align: left;
}
.reset-close .reset-thesis { max-width: 11ch; }

/* ---------- Contact channels and long-form prose ---------- */
.reset-contact-options {
  display: grid;
  gap: 1px;
  background: var(--reset-line);
  border: 1px solid var(--reset-line);
}
.reset-contact-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--reset-space-6);
  padding: var(--reset-space-6);
  background: var(--reset-paper);
  color: inherit;
  text-decoration: none;
}
.reset-contact-option:hover { background: var(--reset-paper-2); }
.reset-contact-option__label {
  display: block;
  margin-bottom: 4px;
  color: var(--reset-muted);
  font: 11px/1.4 var(--reset-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reset-contact-option__value {
  display: block;
  font-size: 1.05rem;
  font-weight: 650;
}
.reset-contact-option__arrow {
  color: var(--reset-forest);
  font-size: 1.25rem;
}
.reset-contact-note {
  margin: var(--reset-space-6) 0 0;
  color: var(--reset-muted);
  font-size: 0.9rem;
}
.reset-policy {
  max-width: 760px;
}
.reset-policy h2 {
  margin: 2.25em 0 0.6em;
  color: var(--reset-ink);
  font-size: var(--reset-type-h3);
}
.reset-policy p,
.reset-policy li { color: var(--reset-muted); }
.reset-policy ul { padding-left: 1.2em; }
.reset-policy a { color: var(--reset-forest); }

/* ---------- Editorial articles ---------- */
.reset-article-hero .reset-thesis {
  max-width: 20ch;
  font-size: clamp(2.4rem, 5.6vw, 5.25rem);
  text-wrap: balance;
}
.reset-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: var(--reset-space-6);
  border-top: 1px solid var(--reset-line-onink);
  color: var(--reset-muted-onink);
  font: 11px/1.45 var(--reset-font-mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.reset-article {
  max-width: 760px;
}
.reset-article > p,
.reset-article > ul,
.reset-article > ol,
.reset-article > div > p,
.reset-article > div > ul {
  color: #2d3833;
  font-family: var(--reset-font-serif);
  font-size: clamp(1.05rem, 1.45vw, 1.16rem);
  line-height: 1.8;
}
.reset-article h2 {
  margin: 2.2em 0 0.65em;
  color: var(--reset-ink);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.reset-article ul,
.reset-article ol { padding-left: 1.3em; }
.reset-article li { margin-bottom: 0.65em; }
.reset-article a {
  color: var(--reset-forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.reset-article__summary {
  margin: 0 0 var(--reset-space-12);
  padding: var(--reset-space-6);
  border: 1px solid var(--reset-line);
  background: var(--reset-paper-2);
}
.reset-article__summary > span {
  display: block;
  margin-bottom: var(--reset-space-3);
  color: var(--reset-muted);
  font: 11px/1.4 var(--reset-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reset-article__summary ul { margin-bottom: 0; }
.reset-article__pull {
  margin: 2em 0;
  padding: 4px 0 4px var(--reset-space-6);
  border-left: 3px solid var(--reset-forest);
  color: var(--reset-ink) !important;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem) !important;
  font-style: italic;
  line-height: 1.45 !important;
}
.reset-article__notice {
  margin-top: var(--reset-space-12);
  padding-top: var(--reset-space-6);
  border-top: 1px solid var(--reset-line);
  color: var(--reset-muted);
  font-size: 0.88rem;
}

/* Section reveal is enabled only after the observer is installed. */
.reset-reveal-ready .reset-lamina:not(.reset-lamina--first) > .reset-container {
  opacity: 0.01;
  transform: translateY(18px);
  transition:
    opacity 520ms var(--reset-ease-standard),
    transform 520ms var(--reset-ease-standard);
}
.reset-reveal-ready .reset-lamina.is-revealed > .reset-container {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reset-reveal-ready .reset-lamina:not(.reset-lamina--first) > .reset-container {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.reset-footer {
  background: var(--reset-ink);
  color: var(--reset-muted-onink);
  padding: var(--reset-space-16) 0 var(--reset-space-8);
  font-size: 14px;
}
.reset-footer__top {
  display: flex;
  justify-content: space-between;
  gap: var(--reset-space-8);
  padding-bottom: var(--reset-space-12);
  border-bottom: 1px solid var(--reset-line-onink);
  margin-bottom: var(--reset-space-8);
  flex-wrap: wrap;
}
.reset-footer__mark img { height: 20px; margin-bottom: var(--reset-space-4); }
.reset-footer__statement { max-width: 32ch; margin: 0; }
.reset-footer__cols {
  display: flex;
  gap: var(--reset-space-24);
  flex-wrap: wrap;
}
.reset-footer__col h3 {
  font-family: var(--reset-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--reset-paper);
  margin: 0 0 var(--reset-space-4);
}
.reset-footer__col ul { list-style: none; margin: 0; padding: 0; }
.reset-footer__col li { margin-bottom: var(--reset-space-2); }
.reset-footer__col a { text-decoration: none; color: var(--reset-muted-onink); }
.reset-footer__col a:hover { color: var(--reset-paper); }
.reset-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: var(--reset-space-4);
  flex-wrap: wrap;
  font-family: var(--reset-font-mono);
  font-size: 12px;
}
.reset-footer__legal a {
  color: inherit;
  text-underline-offset: 3px;
}
.reset-footer__legal a:hover { color: var(--reset-paper); }
@media (max-width: 767px) {
  .reset-footer__top { flex-direction: column; }
  .reset-footer__cols { gap: var(--reset-space-12); }
}

/* Utilities */
.reset-mt-8 { margin-top: var(--reset-space-8); }
.reset-visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   RESET 2026 · Dossier de arquitectura institucional
   Una dirección editorial, precisa y deliberadamente no genérica.
   ========================================================================== */

::selection {
  background: var(--reset-mint);
  color: var(--reset-ink);
}

body {
  font-size: 16.5px;
  letter-spacing: -0.006em;
  background: var(--reset-paper);
}

.reset-header {
  min-height: 84px;
  padding-block: 14px;
  z-index: 1000;
  isolation: isolate;
  background: color-mix(in srgb, var(--reset-paper) 92%, transparent);
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(17, 25, 24, 0.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.reset-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background:
    linear-gradient(
      90deg,
      #2B75A9 0 25%,
      #D1A048 25% 50%,
      #C25D1B 50% 75%,
      #2C8A95 75% 100%
    );
  opacity: 0.85;
  pointer-events: none;
}

.reset-header__mark {
  position: relative;
  z-index: 2;
  gap: 13px;
}

.reset-header__mark img {
  height: clamp(42px, 3.2vw, 56px);
}

.reset-header__mark span {
  font-size: 10px;
  letter-spacing: 0.14em;
}

.reset-nav {
  gap: clamp(20px, 2.4vw, 38px);
}

.reset-nav a {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.055em;
}

.reset-nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transition: right 220ms var(--reset-ease-standard);
}

.reset-nav > li > a:hover::after,
.reset-nav > li > a[aria-current="page"]::after {
  right: 0;
}

.reset-nav__submenu {
  top: calc(100% + 14px);
  left: -18px;
  transform: none;
  min-width: 210px;
  padding: 10px 0;
  border-color: rgba(17, 25, 24, 0.16);
  box-shadow: 0 24px 60px rgba(11, 24, 35, 0.13);
}

.reset-nav__submenu::before {
  content: "";
  position: absolute;
  inset: -16px 0 auto;
  height: 16px;
}

.reset-nav__submenu a {
  padding: 11px 18px;
}

.reset-lang {
  padding: 7px 10px;
  border-color: rgba(17, 25, 24, 0.16);
}

.reset-cta {
  min-height: 48px;
  padding: 12px 20px;
  gap: 18px;
  border-radius: 0;
  background: var(--reset-ink);
  color: var(--reset-paper);
  font-size: 12px;
  letter-spacing: 0.015em;
}

.reset-cta:hover {
  background: var(--reset-forest);
}

.reset-lamina--ink .reset-cta {
  background: var(--reset-paper);
  color: var(--reset-ink);
}

.reset-lamina--ink .reset-cta:hover {
  background: var(--reset-mint);
}

.reset-cta-secondary {
  font-size: 11.5px;
  letter-spacing: 0.045em;
  text-underline-offset: 6px;
}

.reset-lamina {
  padding-block: clamp(96px, 10vw, 152px);
}

.reset-lamina:not(.reset-lamina--ink) {
  background-color: var(--reset-paper);
  background-image:
    radial-gradient(rgba(11, 24, 35, 0.055) 0.55px, transparent 0.55px);
  background-size: 5px 5px;
}

.reset-lamina--ink {
  background:
    radial-gradient(circle at 82% 16%, rgba(43, 117, 169, 0.1), transparent 30%),
    var(--reset-ink);
}

.reset-lamina__frame,
.reset-lamina--ink .reset-lamina__frame {
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(8.333% - 1px),
      currentColor calc(8.333% - 1px),
      currentColor 8.333%
    );
  color: rgba(17, 25, 24, 0.07);
  opacity: 0.42;
}

.reset-lamina--ink .reset-lamina__frame {
  color: rgba(243, 239, 229, 0.07);
}

.reset-kicker {
  gap: 12px;
  margin-bottom: clamp(24px, 3vw, 42px);
  font-size: 10.5px;
  letter-spacing: 0.16em;
}

.reset-kicker::after {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

.reset-kicker__icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  justify-content: flex-start;
  border: 0;
}

.reset-kicker__icon svg {
  width: 17px;
  height: 17px;
}

.reset-h1,
.reset-h2,
.reset-thesis {
  font-weight: 520;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.reset-h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  line-height: 1.02;
}

.reset-thesis {
  max-width: 12ch;
  line-height: 0.94;
}

.reset-counterpoint {
  font-size: clamp(1.15rem, 1.75vw, 1.45rem);
  line-height: 1.45;
}

.reset-lead {
  max-width: 710px;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
}

.reset-prose {
  max-width: 740px;
}

.reset-prose p {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.68;
}

/* Home hero: one structural elevation, one editorial turn. */
.reset-home-hero {
  min-height: calc(100svh - 76px);
  padding-block: clamp(72px, 8vh, 112px);
  background:
    radial-gradient(circle at 76% 20%, rgba(43, 117, 169, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.018), transparent 46%),
    var(--reset-ink);
}

.reset-home-hero::after {
  content: "00 / RESET";
  position: absolute;
  top: 28px;
  right: var(--reset-gutter);
  color: rgba(243, 239, 229, 0.32);
  font: 10px/1 var(--reset-font-mono);
  letter-spacing: 0.16em;
}

.reset-home-hero .reset-lamina__frame {
  color: rgba(243, 239, 229, 0.055);
}

.reset-hero {
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  gap: clamp(42px, 5.5vw, 88px);
}

.reset-hero__content {
  position: relative;
  z-index: 2;
}

.reset-hero .reset-thesis {
  max-width: none;
  margin-bottom: clamp(26px, 3vw, 42px);
  font-size: clamp(3.25rem, 5.65vw, 5.7rem);
  line-height: 0.91;
}

.reset-hero .reset-thesis > span,
.reset-hero .reset-thesis > em {
  display: block;
}

.reset-hero .reset-thesis > em {
  max-width: 14ch;
  margin-top: 0.16em;
  color: #D9E7EE;
  font-family: var(--reset-font-serif);
  font-size: 0.78em;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.reset-hero .reset-counterpoint {
  max-width: 61ch;
  margin-bottom: 30px;
  color: rgba(243, 239, 229, 0.72);
  font-family: var(--reset-font-sans);
  font-size: clamp(1rem, 1.32vw, 1.15rem);
  font-style: normal;
  line-height: 1.58;
}

.reset-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 700px;
  margin-top: 32px;
  padding-top: 0;
}

.reset-hero__proof span {
  min-height: 46px;
  padding: 15px 14px 0 0;
  border-top: 1px solid var(--reset-line-onink);
}

.reset-hero__proof span + span {
  padding-left: 14px;
  border-left: 1px solid var(--reset-line-onink);
}

.reset-hero__proof span::before {
  width: 4px;
  height: 4px;
}

.reset-hero__visual {
  min-height: 580px;
}

.reset-hero__visual::before {
  inset: 0 -18% 0 -28%;
  background-size: 42px 42px;
  opacity: 0.28;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 20%, black 85%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 20%, black 85%, transparent);
}

.reset-hero__system {
  inset: 8% 0 17%;
}

.reset-hero__beam {
  height: 54px;
  padding-inline: 18px;
  border-inline: 0;
  border-color: rgba(243, 239, 229, 0.42);
  background: rgba(16, 38, 51, 0.82);
  letter-spacing: 0.16em;
}

.reset-hero__columns {
  gap: clamp(9px, 1.35vw, 20px);
  padding: 0 16px;
}

.reset-hero__column {
  padding: 20px 11px 14px;
  border-inline-color: rgba(243, 239, 229, 0.13);
  border-bottom-width: 5px;
  background:
    linear-gradient(to bottom, color-mix(in srgb, var(--column-color) 34%, transparent), transparent 72%);
}

.reset-hero__column::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid color-mix(in srgb, var(--column-color) 72%, white);
  opacity: 0.45;
}

.reset-hero__column-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.reset-hero__visual figcaption {
  bottom: 1%;
  max-width: 25ch;
  letter-spacing: 0.035em;
}

.reset-home .reset-hero__content > * {
  animation: reset-editorial-in 620ms var(--reset-ease-standard) both;
}

.reset-home .reset-hero__content > :nth-child(2) { animation-delay: 70ms; }
.reset-home .reset-hero__content > :nth-child(3) { animation-delay: 130ms; }
.reset-home .reset-hero__content > :nth-child(4) { animation-delay: 190ms; }
.reset-home .reset-hero__content > :nth-child(5) { animation-delay: 240ms; }

@keyframes reset-editorial-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* Internal heroes become asymmetric editorial title pages. */
.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) {
  display: flex;
  align-items: center;
  min-height: min(720px, calc(100svh - 76px));
  padding-block: clamp(82px, 7vw, 112px);
}

.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) > .reset-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(14px, 2vw, 28px);
  align-items: end;
}

.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-breadcrumb,
.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-vhero__accent {
  grid-column: 1 / -1;
}

.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-kicker {
  grid-column: 1 / 5;
}

.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-thesis {
  grid-column: 1 / 9;
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5.8vw, 6.6rem);
}

.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-counterpoint,
.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) > .reset-container > .reset-cta,
.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-chips {
  grid-column: 9 / -1;
}

.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-counterpoint {
  margin-bottom: 28px;
  color: rgba(243, 239, 229, 0.74);
  font-family: var(--reset-font-serif);
}

.reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-chips {
  align-self: start;
}

/* Problem router: an indexed diagnostic, not a field of cards. */
.reset-router-grid {
  counter-reset: reset-route;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--reset-line);
}

.reset-router-card {
  counter-increment: reset-route;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-content: start;
  min-height: 220px;
  padding: 28px clamp(18px, 2.4vw, 34px) 26px 0;
  border-top: 0;
  border-bottom: 1px solid var(--reset-line);
  transition:
    background-color 220ms var(--reset-ease-standard),
    padding-left 220ms var(--reset-ease-standard);
}

.reset-router-card:nth-child(odd) {
  padding-right: clamp(28px, 4vw, 64px);
  border-right: 1px solid var(--reset-line);
}

.reset-router-card:nth-child(even) {
  padding-left: clamp(28px, 4vw, 64px);
}

.reset-router-card::before {
  content: counter(reset-route, decimal-leading-zero);
  grid-column: 1;
  grid-row: 1 / span 4;
  color: var(--v-accent-text, var(--v-accent));
  font: 11px/1 var(--reset-font-mono);
  letter-spacing: 0.08em;
}

.reset-router-card > * {
  grid-column: 2;
}

.reset-router-card:hover {
  background: color-mix(in srgb, var(--v-tint) 68%, transparent);
}

.reset-router-card__kicker {
  margin: 0 0 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.reset-router-card__problem {
  max-width: 24ch;
  margin-bottom: 14px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.reset-router-card__example {
  max-width: 36ch;
  font-size: 1rem;
}

.reset-router-card__link {
  margin-top: auto;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* System columns: architectural bays with numbered depth. */
.reset-columns {
  border-color: rgba(243, 239, 229, 0.16);
  background: rgba(243, 239, 229, 0.16);
}

.reset-column {
  min-height: 430px;
  padding: clamp(28px, 3vw, 44px);
  overflow: hidden;
  isolation: isolate;
}

.reset-column::before {
  top: auto;
  bottom: 0;
  height: 5px;
}

.reset-column::after {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: -1;
  color: rgba(243, 239, 229, 0.07);
  font: italic 400 clamp(3.5rem, 5vw, 6.5rem)/1 var(--reset-font-serif);
  letter-spacing: -0.06em;
}

.reset-column:nth-child(1)::after { content: "01"; }
.reset-column:nth-child(2)::after { content: "02"; }
.reset-column:nth-child(3)::after { content: "03"; }
.reset-column:nth-child(4)::after { content: "04"; }
.reset-column:nth-child(5)::after { content: "05"; }

.reset-column:hover {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--v-accent, var(--reset-forest)) 16%, transparent), transparent 60%),
    var(--reset-ink-2);
}

.reset-column__kicker {
  margin-bottom: clamp(42px, 7vw, 92px);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.reset-column__name {
  max-width: 15ch;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  font-weight: 520;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.reset-column__desc {
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.58;
}

.reset-column__link {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Method reads as an operating sequence rather than five mini-cards. */
.reset-method {
  gap: 0;
  border-top: 1px solid var(--reset-line-onink-strong);
  border-bottom: 1px solid var(--reset-line-onink-strong);
}

.reset-method__step,
.reset-method__step.is-active {
  min-height: 300px;
  padding: 28px 22px 30px;
  border-top: 0;
  border-right: 1px solid var(--reset-line-onink);
}

.reset-method__step:last-child {
  border-right: 0;
}

.reset-method__step.is-active {
  background: rgba(201, 232, 251, 0.07);
  box-shadow: inset 0 4px 0 var(--reset-mint);
}

.reset-method__num {
  margin-bottom: clamp(38px, 5vw, 72px);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.reset-method__name {
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 520;
  letter-spacing: -0.025em;
}

.reset-method__initial {
  color: var(--reset-mint);
  font-family: var(--reset-font-serif);
  font-size: 1.8em;
  font-style: italic;
  font-weight: 400;
}

.reset-method__desc {
  line-height: 1.55;
}

/* Proof is typographic and evidence-led. */
.reset-proof-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: clamp(48px, 8vw, 120px);
}

.reset-proof {
  padding: 26px 0 0;
  border-left: 0;
  border-top: 2px solid var(--reset-forest);
}

.reset-proof__metric {
  margin: 24px 0 12px;
  color: var(--reset-ink);
  font-family: var(--reset-font-serif);
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.reset-proof__title {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 520;
  letter-spacing: -0.035em;
}

/* People are real, so the photography should lead. */
.reset-team {
  gap: clamp(34px, 5vw, 72px) clamp(18px, 2.5vw, 34px);
}

.reset-person:nth-child(4n + 2),
.reset-person:nth-child(4n + 4) {
  padding-top: 34px;
}

.reset-person__photo {
  border: 0;
  background: var(--reset-paper-2);
}

.reset-person__photo img {
  filter: grayscale(1) contrast(1.04);
  transform: scale(1.015);
  transition:
    filter 420ms var(--reset-ease-standard),
    transform 620ms var(--reset-ease-standard);
}

.reset-person__photo--pending {
  position: relative;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(18px, 2.5vw, 32px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(43, 117, 169, 0.22), transparent 48%),
    var(--reset-ink-2);
  color: var(--reset-paper);
  font-family: var(--reset-font-serif);
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.8;
  text-align: left;
}

.reset-person__photo--pending::before {
  content: "";
  position: absolute;
  inset: 12% 12% auto auto;
  width: 44%;
  aspect-ratio: 1;
  border: 1px solid rgba(243, 239, 229, 0.2);
  border-radius: 50%;
}

.reset-person__photo--pending::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, #2B75A9 0 25%, #D1A048 25% 50%, #C25D1B 50% 75%, #2C8A95 75%);
}

.reset-person:hover .reset-person__photo img {
  filter: grayscale(0);
  transform: scale(1.045);
}

.reset-person__name {
  font-size: 1.06rem;
  font-weight: 520;
}

.reset-person__role {
  font-size: 10.5px;
  line-height: 1.5;
}

/* Editorial cards vary in scale; no generic equal-card row. */
.reset-criterio-grid {
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 0.775fr));
  gap: 0;
  border-top: 1px solid var(--reset-line);
}

.reset-criterio-card {
  min-height: 300px;
  padding: 26px clamp(24px, 3vw, 42px) 28px 0;
  border-top: 0;
  border-right: 1px solid var(--reset-line);
}

.reset-criterio-card + .reset-criterio-card {
  padding-left: clamp(24px, 3vw, 42px);
}

.reset-criterio-card:last-child {
  border-right: 0;
}

.reset-criterio-card__title {
  max-width: 20ch;
  font-family: var(--reset-font-serif);
  font-size: clamp(1.45rem, 2.5vw, 2.4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.reset-criterio-card:not(:first-child) .reset-criterio-card__title {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.reset-criterio-card__link {
  margin-top: 26px;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Editorial article reading surface. */
.reset-article-hero {
  min-height: min(760px, calc(100svh - 76px));
  display: flex;
  align-items: center;
  padding-block: clamp(82px, 7vw, 112px);
}

.reset-article-hero .reset-thesis {
  max-width: 17ch;
  font-family: var(--reset-font-serif);
  font-size: clamp(3rem, 6.4vw, 6.8rem);
  font-weight: 450;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.reset-article-hero .reset-counterpoint {
  max-width: 55ch;
  color: rgba(243, 239, 229, 0.7);
  font-family: var(--reset-font-sans);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-style: normal;
}

.reset-article {
  max-width: 730px;
}

.reset-article > p,
.reset-article > ul,
.reset-article > ol,
.reset-article > div > p,
.reset-article > div > ul {
  color: #293330;
  font-size: clamp(1.16rem, 1.55vw, 1.3rem);
  line-height: 1.76;
}

.reset-article > p:first-of-type::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--reset-forest);
  font-family: var(--reset-font-serif);
  font-size: 4.3em;
  line-height: 0.72;
}

.reset-article h2 {
  margin-top: 2.6em;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 520;
}

.reset-article__summary {
  padding: clamp(26px, 4vw, 42px);
  background: transparent;
  border: 1px solid var(--reset-line);
}

.reset-article__pull {
  margin-block: 2.4em;
  padding-left: 30px;
  font-size: clamp(1.55rem, 3vw, 2.3rem) !important;
}

/* Contact and closing surfaces. */
.reset-contact-options {
  max-width: 920px;
}

.reset-contact-option {
  min-height: 112px;
  padding: clamp(24px, 4vw, 40px);
}

.reset-contact-option__value {
  font-family: var(--reset-font-serif);
  font-size: clamp(1.25rem, 2.1vw, 1.9rem);
  font-weight: 450;
  letter-spacing: -0.02em;
}

.reset-close {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reset-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(34vw, 420px);
  height: 5px;
  background: linear-gradient(90deg, #2B75A9 0 25%, #D1A048 25% 50%, #C25D1B 50% 75%, #2C8A95 75%);
}

.reset-close .reset-thesis {
  max-width: 10ch;
  font-family: var(--reset-font-serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.reset-footer {
  padding-top: clamp(76px, 9vw, 120px);
}

.reset-footer__top {
  padding-bottom: clamp(56px, 7vw, 90px);
}

.reset-footer__mark img {
  height: 24px;
}

.reset-footer__cols {
  gap: clamp(46px, 8vw, 110px);
}

/* Keep reveal content readable even before it enters the viewport. */
.reset-reveal-ready .reset-lamina:not(.reset-lamina--first) > .reset-container {
  opacity: 1;
  transform: translateY(12px);
}

/* Responsive: compose mobile independently rather than compressing desktop. */
@media (max-width: 1023px) {
  .reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-thesis {
    grid-column: 1 / 9;
  }

  .reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-counterpoint,
  .reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) > .reset-container > .reset-cta,
  .reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-chips {
    grid-column: 9 / -1;
  }

  .reset-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .reset-hero__visual {
    width: min(100%, 650px);
    min-height: 400px;
    margin-left: auto;
  }

  .reset-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reset-column {
    min-height: 360px;
  }

  .reset-method {
    grid-template-columns: repeat(5, minmax(190px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .reset-method__step {
    scroll-snap-align: start;
  }
}

@media (min-width: 901px) and (max-height: 800px) {
  .reset-home-hero {
    padding-block: 42px;
  }

  .reset-hero .reset-kicker {
    margin-bottom: 20px;
  }

  .reset-hero .reset-thesis {
    margin-bottom: 22px;
    font-size: clamp(3.45rem, 5.15vw, 4.6rem);
  }

  .reset-hero .reset-counterpoint {
    margin-bottom: 20px;
    font-size: 0.98rem;
    line-height: 1.46;
  }

  .reset-hero__proof {
    margin-top: 18px;
  }

  .reset-hero__proof span {
    min-height: 38px;
    padding-top: 10px;
  }

  .reset-hero__visual {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .reset-header {
    min-height: 84px;
  }

  .reset-header__mark img {
    height: 44px;
  }

  .reset-header::after {
    opacity: 1;
  }

  .reset-menu__panel {
    background:
      linear-gradient(90deg, rgba(43,117,169,.06), transparent 42%),
      var(--reset-paper);
  }

  .reset-menu__nav > li > a {
    font-family: var(--reset-font-sans);
    font-size: clamp(1.75rem, 7vw, 2.7rem);
    font-weight: 520;
    letter-spacing: -0.035em;
  }

  .reset-home-hero {
    min-height: auto;
  }

  .reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) {
    min-height: auto;
  }

  .reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) > .reset-container {
    display: block;
  }

  .reset-lamina--first:not(.reset-home-hero):not(.reset-article-hero) .reset-thesis {
    margin-bottom: 32px;
    font-size: clamp(3rem, 11vw, 5.5rem);
  }

  .reset-router-grid {
    grid-template-columns: 1fr;
  }

  .reset-router-card:nth-child(odd),
  .reset-router-card:nth-child(even) {
    padding-inline: 0;
    border-right: 0;
  }

  .reset-proof-grid {
    grid-template-columns: 1fr;
  }

  .reset-method {
    grid-template-columns: 1fr;
    overflow: visible;
    scroll-snap-type: none;
  }

  .reset-method__step,
  .reset-method__step.is-active {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--reset-line-onink);
    box-shadow: none;
  }

  .reset-method__step.is-active {
    padding-left: 14px;
    border-left: 3px solid var(--reset-mint);
  }

  .reset-method__num {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 4px 0 0;
  }

  .reset-method__name,
  .reset-method__desc {
    grid-column: 2;
  }

  .reset-criterio-grid {
    grid-template-columns: 1fr;
  }

  .reset-criterio-card,
  .reset-criterio-card + .reset-criterio-card {
    min-height: 0;
    padding: 28px 0 36px;
    border-right: 0;
    border-bottom: 1px solid var(--reset-line);
  }

  .reset-criterio-card__title,
  .reset-criterio-card:not(:first-child) .reset-criterio-card__title {
    font-size: clamp(1.5rem, 6vw, 2.25rem);
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .reset-header {
    padding-block: 12px;
  }

  .reset-header__mark img {
    height: 36px;
  }

  .reset-header__mark span {
    display: none;
  }

  .reset-lamina {
    padding-block: 76px;
  }

  .reset-home-hero {
    padding-block: 58px 72px;
  }

  .reset-home-hero::after {
    display: none;
  }

  .reset-hero {
    gap: 56px;
  }

  .reset-hero .reset-thesis {
    max-width: none;
    font-size: clamp(2.75rem, 13vw, 4.1rem);
    line-height: 0.93;
  }

  .reset-hero .reset-thesis > em {
    max-width: 11.5ch;
    margin-top: 0.22em;
    font-size: 0.82em;
  }

  .reset-hero .reset-counterpoint {
    font-size: 1rem;
  }

  .reset-cta-row {
    align-items: stretch;
  }

  .reset-cta-row .reset-cta {
    justify-content: space-between;
    width: 100%;
  }

  .reset-hero__proof {
    grid-template-columns: 1fr;
  }

  .reset-hero__proof span {
    min-height: 0;
    padding: 11px 0;
  }

  .reset-hero__proof span + span {
    padding-left: 0;
    border-left: 0;
  }

  .reset-hero__visual {
    min-height: 320px;
    margin: 0;
  }

  .reset-hero__system {
    inset: 0 0 12%;
  }

  .reset-hero__beam {
    height: 42px;
  }

  .reset-hero__columns {
    padding-inline: 8px;
  }

  .reset-hero__column-label {
    font-size: 0.62rem;
  }

  .reset-h2 {
    max-width: none;
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  .reset-router-card {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 0;
    padding-block: 24px;
  }

  .reset-columns {
    grid-template-columns: 1fr;
  }

  .reset-column {
    min-height: 320px;
  }

  .reset-column__kicker {
    margin-bottom: 54px;
  }

  .reset-team {
    grid-template-columns: 1fr 1fr;
  }

  .reset-person:nth-child(4n + 2),
  .reset-person:nth-child(4n + 4) {
    padding-top: 0;
  }

  .reset-person__photo img {
    filter: grayscale(0.55) contrast(1.02);
  }

  .reset-article-hero {
    min-height: auto;
  }

  .reset-article-hero .reset-thesis {
    max-width: none;
    font-size: clamp(2.75rem, 12vw, 4.2rem);
  }

  .reset-article > p,
  .reset-article > ul,
  .reset-article > ol,
  .reset-article > div > p,
  .reset-article > div > ul {
    font-size: 1.12rem;
  }

  .reset-close {
    min-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reset-home .reset-hero__content > * {
    animation: none;
  }

  .reset-person__photo img {
    transition: none;
  }
}

/* ============================================================
   RESET · Dossier expandible de personas
   ============================================================ */
.reset-team__instruction {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: var(--reset-space-4) 0 0;
  color: rgba(243, 239, 229, 0.58);
  font: 10px/1.4 var(--reset-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reset-team__instruction::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--reset-forest-hi), rgba(243, 239, 229, 0.2));
}

button.reset-person {
  width: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

button.reset-person:focus-visible {
  outline: 2px solid var(--reset-mint);
  outline-offset: 8px;
}

.reset-person__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-top: 2px;
  padding-top: 11px;
  border-top: 1px solid rgba(243, 239, 229, 0.16);
  color: rgba(243, 239, 229, 0.72);
  font: 9.5px/1 var(--reset-font-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.reset-person__action i {
  font-style: normal;
  transform: translate(0, 0);
  transition: transform 260ms var(--reset-ease-standard);
}

.reset-person:hover .reset-person__action,
.reset-person:focus-visible .reset-person__action {
  border-color: var(--reset-mint);
  color: var(--reset-mint);
}

.reset-person:hover .reset-person__action i,
.reset-person:focus-visible .reset-person__action i {
  transform: translate(3px, -3px);
}

.reset-profile-open {
  overflow: hidden;
}

.reset-profile-dialog {
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  background: transparent;
  color: var(--reset-ink);
  overflow: hidden;
}

.reset-profile-dialog[open] {
  display: grid;
  place-items: center;
}

.reset-profile-dialog::backdrop {
  background: rgba(5, 16, 24, 0.88);
  backdrop-filter: blur(9px) saturate(0.7);
  animation: reset-profile-backdrop-in 360ms ease-out both;
}

.reset-profile-dialog.is-closing::backdrop {
  animation: reset-profile-backdrop-out 420ms ease-in both;
}

.reset-profile-dialog__panel {
  --profile-origin-x: 0px;
  --profile-origin-y: 0px;
  --profile-origin-scale: 0.28;
  position: relative;
  width: min(1120px, 100%);
  height: min(720px, calc(100dvh - 48px));
  min-height: min(620px, calc(100dvh - 48px));
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(43, 117, 169, 0.12), transparent 32%),
    var(--reset-paper);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42);
  opacity: 0.25;
  transform:
    translate3d(var(--profile-origin-x), var(--profile-origin-y), 0)
    scale(var(--profile-origin-scale));
  transform-origin: center;
  transition:
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 360ms ease;
  will-change: transform, opacity;
}

.reset-profile-dialog__panel::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #2B75A9 0 25%, #D1A048 25% 50%, #C25D1B 50% 75%, #2C8A95 75%);
}

.reset-profile-dialog.is-open .reset-profile-dialog__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reset-profile-dialog__close {
  position: absolute;
  z-index: 8;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(243, 239, 229, 0.42);
  background: var(--reset-ink);
  color: var(--reset-paper);
  font: 300 29px/1 var(--reset-font-sans);
  cursor: pointer;
  opacity: 0;
  transform: rotate(-18deg) scale(0.86);
  transition:
    opacity 220ms ease 190ms,
    transform 360ms var(--reset-ease-standard) 190ms,
    background-color 160ms ease,
    color 160ms ease;
}

.reset-profile-dialog.is-open .reset-profile-dialog__close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.reset-profile-dialog__close:hover,
.reset-profile-dialog__close:focus-visible {
  background: var(--reset-mint);
  color: var(--reset-ink);
}

.reset-profile-dialog__close:focus-visible {
  outline: 3px solid var(--reset-ink);
  outline-offset: 3px;
}

.reset-profile-dialog__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(43, 117, 169, 0.24), transparent 45%),
    var(--reset-ink-2);
}

.reset-profile-dialog__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(243, 239, 229, 0.13);
  pointer-events: none;
}

.reset-profile-dialog__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(0.72) contrast(1.05);
  transform: scale(1.085);
  transition:
    filter 820ms var(--reset-ease-standard) 80ms,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reset-profile-dialog__image[hidden],
.reset-profile-dialog__monogram[hidden] {
  display: none !important;
}

.reset-profile-dialog.is-open .reset-profile-dialog__image {
  filter: grayscale(0.12) contrast(1.02);
  transform: scale(1.01);
}

.reset-profile-dialog__monogram {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: clamp(32px, 5vw, 70px);
  color: var(--reset-paper);
  font: italic 400 clamp(6rem, 13vw, 12rem)/0.75 var(--reset-font-serif);
  letter-spacing: -0.08em;
}

.reset-profile-dialog__monogram::before {
  content: "";
  position: absolute;
  top: 13%;
  right: 13%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(243, 239, 229, 0.2);
  border-radius: 50%;
}

.reset-profile-dialog__folio {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 7px 9px;
  background: rgba(7, 22, 32, 0.76);
  color: rgba(243, 239, 229, 0.72);
  font: 9px/1 var(--reset-font-mono);
  letter-spacing: 0.1em;
}

.reset-profile-dialog__content {
  min-width: 0;
  padding: clamp(56px, 6vw, 88px) clamp(38px, 6vw, 82px) clamp(38px, 5vw, 64px);
  overflow-y: auto;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 340ms ease 150ms,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1) 120ms;
}

.reset-profile-dialog.is-open .reset-profile-dialog__content {
  opacity: 1;
  transform: none;
}

.reset-profile-dialog__index {
  margin: 0 0 clamp(34px, 5vh, 56px);
  color: var(--reset-forest);
  font: 10px/1 var(--reset-font-mono);
  letter-spacing: 0.12em;
}

.reset-profile-dialog__role {
  margin: 0 0 10px;
  color: var(--reset-muted);
  font: 10px/1.35 var(--reset-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reset-profile-dialog__name {
  max-width: 11ch;
  margin: 0 0 clamp(24px, 3vh, 36px);
  color: var(--reset-ink);
  font: 400 clamp(3rem, 5.5vw, 5.8rem)/0.89 var(--reset-font-serif);
  letter-spacing: -0.055em;
}

.reset-profile-dialog__bio {
  max-width: 64ch;
  color: #334956;
  font: 400 clamp(1rem, 1.18vw, 1.12rem)/1.62 var(--reset-font-sans);
}

.reset-profile-dialog__bio p {
  margin: 0;
}

.reset-profile-dialog__bio p + p {
  margin-top: 0.8em;
}

.reset-profile-dialog__areas {
  margin-top: clamp(28px, 4vh, 44px);
  padding-top: 18px;
  border-top: 1px solid var(--reset-line);
}

.reset-profile-dialog__areas-label {
  margin: 0 0 13px;
  color: var(--reset-muted);
  font: 9px/1 var(--reset-font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reset-profile-dialog__areas ul {
  counter-reset: profile-area;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-profile-dialog__areas li {
  counter-increment: profile-area;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  color: var(--reset-ink-2);
  font: 500 0.84rem/1.35 var(--reset-font-sans);
}

.reset-profile-dialog__areas li::before {
  content: "0" counter(profile-area);
  color: var(--reset-forest-hi);
  font: 9px/1.7 var(--reset-font-mono);
}

.reset-profile-dialog__linkedin {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: clamp(28px, 4vh, 42px);
  padding: 13px 0 10px;
  border-bottom: 1px solid var(--reset-ink);
  color: var(--reset-ink);
  font: 600 10px/1 var(--reset-font-mono);
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    gap 260ms var(--reset-ease-standard);
}

.reset-profile-dialog__linkedin[hidden] {
  display: none !important;
}

.reset-profile-dialog__linkedin:hover,
.reset-profile-dialog__linkedin:focus-visible {
  gap: 17px;
  border-color: var(--reset-forest-hi);
  color: var(--reset-forest);
}

.reset-profile-dialog__linkedin:focus-visible {
  outline: 3px solid var(--reset-forest-hi);
  outline-offset: 4px;
}

.reset-profile-dialog__linkedin-mark {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  background: var(--reset-ink);
  color: var(--reset-paper);
  font: 700 11px/1 var(--reset-font-sans);
  letter-spacing: -0.04em;
  text-transform: none;
}

@keyframes reset-profile-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes reset-profile-backdrop-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

@media (max-width: 760px) {
  .reset-team__instruction {
    max-width: 28ch;
  }

  .reset-person__action {
    font-size: 8.5px;
  }

  .reset-profile-dialog {
    padding: 0;
    overflow-y: auto;
  }

  .reset-profile-dialog[open] {
    display: block;
  }

  .reset-profile-dialog__panel {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(330px, 44dvh) auto;
    overflow: visible;
  }

  .reset-profile-dialog__close {
    position: fixed;
    top: 16px;
    right: 16px;
  }

  .reset-profile-dialog__content {
    padding: 38px var(--reset-gutter) 72px;
    overflow: visible;
  }

  .reset-profile-dialog__index {
    margin-bottom: 30px;
  }

  .reset-profile-dialog__name {
    max-width: 10ch;
    font-size: clamp(3.3rem, 15vw, 5rem);
  }

  .reset-profile-dialog__bio {
    font-size: 1rem;
  }

  .reset-profile-dialog__areas ul {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .reset-profile-dialog__folio {
    left: var(--reset-gutter);
    bottom: 18px;
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  .reset-profile-dialog__content {
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .reset-profile-dialog__index {
    margin-bottom: 26px;
  }

  .reset-profile-dialog__name {
    margin-bottom: 22px;
    font-size: clamp(3rem, 5vw, 4.6rem);
  }

  .reset-profile-dialog__areas {
    margin-top: 24px;
  }

  .reset-profile-dialog__linkedin {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reset-person__action,
  .reset-person__action i,
  .reset-profile-dialog::backdrop,
  .reset-profile-dialog__panel,
  .reset-profile-dialog__close,
  .reset-profile-dialog__image,
  .reset-profile-dialog__content,
  .reset-profile-dialog__linkedin {
    animation: none !important;
    transition: none !important;
  }

  .reset-profile-dialog__panel,
  .reset-profile-dialog__close,
  .reset-profile-dialog__content {
    opacity: 1;
    transform: none;
  }

  .reset-profile-dialog__image {
    filter: grayscale(0.12) contrast(1.02);
    transform: scale(1.01);
  }
}

/* ============================================================
   RESET · UX refinement: routes, system motion, method, contact
   ============================================================ */
.reset-nav__submenu {
  min-width: 286px;
}

.reset-nav__route {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--reset-line);
}

.reset-nav__route a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--reset-forest);
  font-weight: 600;
}

.reset-menu__systems .reset-nav__route {
  grid-column: 1 / -1;
  margin-top: 10px;
  padding-top: 14px;
}

.reset-menu__systems .reset-nav__route a {
  color: var(--reset-forest);
}

.reset-hero__column {
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 240ms ease;
}

.reset-hero__column:hover,
.reset-hero__column:focus-visible,
.reset-hero__column.is-active {
  z-index: 2;
  filter: saturate(1.18) brightness(1.08);
  transform: translateY(-10px);
}

.reset-hero__visual figcaption {
  min-height: 3em;
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 260ms var(--reset-ease-standard);
}

.reset-hero__visual figcaption.is-changing {
  opacity: 0.4;
  transform: translateY(4px);
}

a.reset-person--link {
  color: inherit;
  text-decoration: none;
}

a.reset-person--link:focus-visible {
  outline: 2px solid var(--reset-mint);
  outline-offset: 8px;
}

[data-method-sequence] {
  --method-progress: 20%;
}

[data-method-sequence]::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: -2px auto auto 0;
  width: var(--method-progress);
  height: 3px;
  background: var(--reset-mint);
  pointer-events: none;
  transition: width 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-method-sequence] .reset-method__step {
  cursor: pointer;
  outline: none;
  opacity: 0.62;
  transition:
    opacity 220ms ease,
    background 320ms ease,
    box-shadow 320ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-method-sequence] .reset-method__step.is-past {
  opacity: 0.82;
}

[data-method-sequence] .reset-method__step.is-active {
  opacity: 1;
  transform: translateY(-3px);
}

[data-method-sequence] .reset-method__step:focus-visible {
  box-shadow:
    inset 0 4px 0 var(--reset-mint),
    inset 0 0 0 2px var(--reset-mint);
}

.reset-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}

.reset-contact-form-card {
  position: relative;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--reset-line);
  background:
    linear-gradient(135deg, rgba(43, 117, 169, 0.07), transparent 42%),
    rgba(255, 255, 255, 0.52);
}

.reset-contact-form-card::before,
.reset-contact-form-card::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.reset-contact-form-card::before {
  top: 9px;
  left: 9px;
  border-top: 1px solid var(--reset-forest-hi);
  border-left: 1px solid var(--reset-forest-hi);
}

.reset-contact-form-card::after {
  right: 9px;
  bottom: 9px;
  border-right: 1px solid var(--reset-forest-hi);
  border-bottom: 1px solid var(--reset-forest-hi);
}

.reset-contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 28px;
}

.reset-contact-field--wide {
  grid-column: 1 / -1;
}

.reset-contact-field label {
  display: block;
  margin: 0 0 10px;
  color: var(--reset-muted);
  font: 500 10px/1.3 var(--reset-font-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reset-contact-field input,
.reset-contact-field select,
.reset-contact-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid var(--reset-line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--reset-ink);
  font: 400 1rem/1.5 var(--reset-font-sans);
}

.reset-contact-field input,
.reset-contact-field select {
  min-height: 48px;
  padding: 11px 0;
}

.reset-contact-field select {
  padding-right: 30px;
}

.reset-contact-field textarea {
  min-height: 150px;
  padding: 12px 0;
  resize: vertical;
}

.reset-contact-field input:focus,
.reset-contact-field select:focus,
.reset-contact-field textarea:focus {
  border-bottom-color: var(--reset-forest);
  box-shadow: 0 2px 0 var(--reset-forest);
}

.reset-contact-field input:user-invalid,
.reset-contact-field textarea:user-invalid {
  border-bottom-color: #A74535;
}

.reset-contact-form__actions {
  display: flex;
  align-items: center;
  gap: 18px 24px;
  margin-top: 34px;
}

.reset-contact-form__actions > p {
  max-width: 48ch;
  margin: 0;
  color: var(--reset-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.reset-contact-form__actions a,
.reset-contact-form__error a {
  color: inherit;
  text-underline-offset: 3px;
}

.reset-contact-form__error {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #A74535;
  background: rgba(167, 69, 53, 0.08);
  color: #743329;
  font-size: 0.9rem;
}

.reset-contact-success {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.reset-contact-success__mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  border: 1px solid var(--reset-forest);
  color: var(--reset-forest);
  font: 500 24px/1 var(--reset-font-mono);
}

.reset-contact-success h3 {
  max-width: 11ch;
  margin: 0 0 20px;
  font: 400 clamp(2.7rem, 5vw, 5rem)/0.95 var(--reset-font-serif);
  letter-spacing: -0.045em;
}

.reset-contact-success > p:not(.reset-kicker) {
  max-width: 48ch;
  margin: 0 0 30px;
  color: var(--reset-muted);
  font-size: 1.05rem;
}

button.reset-cta-secondary {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.reset-contact-ledger {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-top: 1px solid var(--reset-line);
  border-left: 1px solid var(--reset-line);
}

.reset-contact-ledger__item {
  position: relative;
  min-height: 150px;
  padding: 24px 26px;
  border-right: 1px solid var(--reset-line);
  border-bottom: 1px solid var(--reset-line);
  background: rgba(255, 255, 255, 0.32);
}

.reset-contact-ledger__item > span {
  display: block;
  margin-bottom: 24px;
  color: var(--reset-forest);
  font: 500 9px/1 var(--reset-font-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.reset-contact-ledger__item h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  font-weight: 560;
}

.reset-contact-ledger__item p,
.reset-contact-ledger__item a {
  margin: 0;
  color: var(--reset-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  text-decoration: none;
}

.reset-contact-ledger__item a:hover {
  color: var(--reset-forest);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reset-contact-form-card [hidden],
.reset-contact-success[hidden],
.reset-contact-form__error[hidden] {
  display: none !important;
}

.reset-contact-form.is-submitting {
  opacity: 0.62;
  pointer-events: none;
}

@media (max-width: 900px) {
  [data-method-sequence]::after {
    inset: 0 auto auto -2px;
    width: 3px;
    height: var(--method-progress);
    transition: height 520ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  [data-method-sequence] .reset-method__step.is-active {
    transform: translateX(4px);
  }

  .reset-contact-shell {
    grid-template-columns: 1fr;
  }

  .reset-contact-ledger {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}

@media (max-width: 620px) {
  .reset-contact-form__grid,
  .reset-contact-ledger {
    grid-template-columns: 1fr;
  }

  .reset-contact-form__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .reset-contact-form__actions .reset-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reset-hero__column,
  .reset-hero__visual figcaption,
  [data-method-sequence]::after,
  [data-method-sequence] .reset-method__step {
    transition: none !important;
  }

  .reset-hero__column:hover,
  .reset-hero__column:focus-visible,
  .reset-hero__column.is-active,
  [data-method-sequence] .reset-method__step.is-active {
    transform: none;
  }
}

/* ---------- Legal document system ---------- */
.reset-policy-hero__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 6vw, 72px);
  border: 1px solid var(--reset-line-onink);
  background: var(--reset-line-onink);
}

.reset-policy-hero__meta div {
  min-width: 0;
  padding: 17px 18px;
  background: var(--reset-ink);
}

.reset-policy-hero__meta dt {
  margin-bottom: 6px;
  color: var(--reset-muted-onink);
  font: 10px/1.3 var(--reset-font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reset-policy-hero__meta dd {
  margin: 0;
  color: var(--reset-paper);
  font-size: 0.92rem;
}

.reset-policy-shell {
  display: grid;
  grid-template-columns: minmax(190px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
}

.reset-policy-nav {
  position: sticky;
  top: 112px;
}

.reset-policy-nav > p {
  margin: 0 0 16px;
  color: var(--reset-muted);
  font: 10px/1.35 var(--reset-font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reset-policy-nav ol,
.reset-policy-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-policy-nav li {
  border-top: 1px solid var(--reset-line);
}

.reset-policy-nav li:last-child {
  border-bottom: 1px solid var(--reset-line);
}

.reset-policy-nav a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  color: var(--reset-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  text-decoration: none;
}

.reset-policy-nav a:hover,
.reset-policy-nav a:focus-visible,
.reset-policy-nav a[aria-current="page"] {
  color: var(--reset-forest);
}

.reset-policy-nav a[aria-current="page"]::after {
  content: "●";
  color: var(--reset-mint);
  font-size: 0.62rem;
}

.reset-policy-doc {
  max-width: 790px;
}

.reset-policy-doc > p:first-child {
  margin-top: 0;
  color: var(--reset-ink);
  font-family: var(--reset-font-serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.55;
}

.reset-policy-doc section {
  scroll-margin-top: 110px;
  margin-top: clamp(48px, 7vw, 78px);
  padding-top: 24px;
  border-top: 1px solid var(--reset-line);
}

.reset-policy-doc h2 {
  max-width: 27ch;
  margin: 0 0 18px;
  color: var(--reset-ink);
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.reset-policy-doc h3 {
  margin: 28px 0 10px;
  color: var(--reset-ink);
  font-size: 1rem;
}

.reset-policy-doc p,
.reset-policy-doc li {
  color: #35413c;
  line-height: 1.72;
}

.reset-policy-doc ul,
.reset-policy-doc ol {
  padding-left: 1.25em;
}

.reset-policy-doc li {
  margin-bottom: 0.65em;
}

.reset-policy-doc a {
  color: var(--reset-forest);
  text-underline-offset: 3px;
}

.reset-policy-note {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 3px solid var(--reset-mint);
  background: rgba(121, 213, 177, 0.1);
  color: var(--reset-ink) !important;
}

@media (max-width: 820px) {
  .reset-policy-hero__meta {
    grid-template-columns: 1fr 1fr;
  }

  .reset-policy-shell {
    grid-template-columns: 1fr;
  }

  .reset-policy-nav {
    position: static;
  }
}

@media (max-width: 480px) {
  .reset-policy-hero__meta {
    grid-template-columns: 1fr;
  }
}

/* ---------- Hero system sequence ---------- */
.reset-hero__beam {
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}

.reset-hero__beam-status {
  color: var(--reset-mint);
  opacity: 0.78;
  white-space: nowrap;
  transition:
    opacity 180ms ease,
    transform 260ms var(--reset-ease-standard);
}

.reset-hero__beam-status.is-changing {
  opacity: 0;
  transform: translateX(8px);
}

.reset-hero__signal {
  position: absolute;
  z-index: 5;
  top: 54px;
  right: 16px;
  left: 16px;
  height: 1px;
  pointer-events: none;
}

.reset-hero__signal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(121, 213, 177, 0.08),
    rgba(121, 213, 177, 0.52),
    rgba(121, 213, 177, 0.08)
  );
}

.reset-hero__signal span {
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--reset-mint);
  box-shadow:
    0 0 0 5px rgba(121, 213, 177, 0.12),
    0 0 22px rgba(121, 213, 177, 0.9);
  opacity: 0;
}

.reset-hero__visual.is-sequencing .reset-hero__signal span {
  animation: reset-hero-signal 4.6s linear both;
}

.reset-hero__column {
  overflow: hidden;
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 260ms ease,
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reset-hero__column::before {
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--column-color) 54%, transparent), transparent 58%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.16), transparent 44%);
}

.reset-hero__column.is-active::before {
  opacity: 1;
}

.reset-hero__column.is-active::after {
  opacity: 0.95;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--column-color) 48%, transparent);
}

.reset-hero__column-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.reset-hero__column-index::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--column-color) 76%, white);
  border-radius: 50%;
  background: transparent;
  transition:
    background-color 220ms ease,
    box-shadow 300ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reset-hero__column.is-active .reset-hero__column-index::after {
  background: var(--column-color);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--column-color) 20%, transparent);
  transform: scale(1.35);
}

.reset-hero__visual.is-sequencing .reset-hero__column:not(.is-active) {
  opacity: 0.48;
  filter: saturate(0.72);
  transform: translateY(8px) scale(0.975);
}

.reset-hero__column:hover,
.reset-hero__column:focus-visible,
.reset-hero__column.is-active {
  z-index: 2;
  filter: saturate(1.22) brightness(1.09);
  box-shadow: 0 24px 48px rgba(2, 10, 16, 0.32);
  transform: translateY(-14px) scale(1.018);
}

@keyframes reset-hero-signal {
  0% {
    left: 0;
    opacity: 0;
  }
  4%,
  94% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 9px);
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .reset-hero__signal {
    top: 42px;
    right: 8px;
    left: 8px;
  }

  .reset-hero__beam-status {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .reset-hero__column:hover,
  .reset-hero__column:focus-visible,
  .reset-hero__column.is-active {
    transform: translateY(-8px) scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reset-hero__signal span {
    display: none;
  }

  .reset-hero__column,
  .reset-hero__column-index::after,
  .reset-hero__beam-status {
    transition: none !important;
  }

  .reset-hero__visual.is-sequencing .reset-hero__column:not(.is-active),
  .reset-hero__column:hover,
  .reset-hero__column:focus-visible,
  .reset-hero__column.is-active {
    opacity: 1;
    transform: none;
  }
}
