/* Krovee — sistema editorial papel (Krovee_copia) post-hero: DM Sans + DM Mono */
:root {
  --night: oklch(0.22 0.03 255);
  --night-line: oklch(0.3 0.03 255);
  --night-muted: oklch(0.62 0.02 255);
}

/* Costura bajo hero: mismo negro (#101010); sin gradiente al crema */
.hero-editorial-bridge {
  height: 1px;
  width: 100%;
  pointer-events: none;
  background: #101010;
}

/* Editorial oscuro tipo Krovee copia — no afecta hero/nav */
#kroveeEditorial.editorial,
#kroveeEditorialAfter.editorial,
section.editorial-preamble.editorial {
  --bg: #101010;
  --bg-alt: #141414;
  --fg: #ededed;
  --cream-bg: #f4f1ea;
  --line: #2a2a2a;
  --line-alt: #343434;
  --line-soft: rgba(255, 255, 255, 0.06);
  --muted: #8c8c8c;
  --muted-2: #757575;
  --em-muted: #9a9a9a;
}

.editorial {
  position: relative;
  z-index: 36;
  background: var(--bg);
  color: var(--fg);
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 400;
  font-feature-settings: "ss01", "ss02", "cv11";
  -webkit-font-smoothing: antialiased;
}

html.is-safari-desktop #preamble-declaration,
html.is-safari-desktop #kroveeEditorial,
html.is-safari-desktop #kroveeEditorialAfter {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.editorial .mono {
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.editorial em {
  font-style: italic;
  font-weight: 400;
  color: var(--em-muted);
}
.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
.grid-12 > * {
  border-left: 1px solid var(--line);
}
.grid-12 > *:last-child {
  border-right: 1px solid var(--line);
}
.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-12 {
  grid-column: span 12;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}

html {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input,
textarea,
select,
[contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

/* ========== Preamble: Declaración + Manifiesto (post-hero) ========== */
.editorial-preamble.editorial {
  position: relative;
  z-index: 34;
  border-bottom: 1px solid var(--line);
}

.edo-declaration-rule {
  border-top: 1px solid var(--line);
}

.edo-declaration-intro {
  border-bottom: 1px solid var(--line);
}

.edo-declaration-intro > * {
  border-left: 1px solid var(--line);
  padding: 16px 18px;
}

.edo-declaration-intro > *:last-child {
  border-right: 1px solid var(--line);
}

.edo-intro-cell .mono {
  color: var(--muted);
}

.edo-kicker {
  margin: 0;
  font-size: clamp(18px, 1.85vw, 26px);
  letter-spacing: -0.024em;
  line-height: 1.26;
  color: rgba(237, 237, 237, 0.9);
}

.edo-kicker-strong {
  display: inline-block;
  margin-top: 0.85em;
  font-weight: 400;
  color: rgba(237, 237, 237, 0.64);
}

.edo-intro-cell--meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 10px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.edo-coords {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(237, 237, 237, 0.55);
}

/* Billboard declaración — misma anatomía que krovee-copia (marco / esquinas / titular centrado) */
.billboard-k {
  position: relative;
  height: clamp(320px, 58vh, 640px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.billboard-k__plate {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.billboard-k__frame {
  width: min(88vw, 1200px);
  height: min(50vh, 480px);
  max-height: 85%;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 18px),
    radial-gradient(1200px 500px at 30% 40%, rgba(255, 255, 255, 0.07), transparent 60%),
    #121212;
  position: relative;
  overflow: hidden;
}
.billboard-k__floater {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.billboard-k__corner {
  position: absolute;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  max-width: 42%;
}
.billboard-k__corner--tl {
  top: 14px;
  left: 16px;
}
.billboard-k__corner--bl {
  bottom: 14px;
  left: 16px;
}
.billboard-k__corner--br.billboard-k__barcode {
  bottom: 14px;
  right: 16px;
  width: auto;
  max-width: none;
}
.billboard-k__muted {
  color: rgba(140, 140, 140, 0.85);
}
.billboard-k__corner--br.billboard-k__barcode::after {
  content: "";
  display: block;
  width: min(140px, 28vw);
  height: 10px;
  margin-top: 6px;
  background: repeating-linear-gradient(
    to right,
    #3a3a3a 0 3px,
    transparent 3px 6px,
    rgba(74, 74, 74, 0.7) 6px 7px,
    transparent 7px 10px
  );
  opacity: 0.8;
}
.billboard-k__caption {
  position: absolute;
  inset: auto 0 32% 0;
  margin: 0;
  text-align: center;
  font-size: clamp(24px, 3.2vw, 56px);
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 1.06;
  color: #f5f5f5;
}
.billboard-k__caption-em {
  font-style: italic;
  font-weight: 400;
  color: #9ca3a8;
}
.billboard-k__stripe {
  position: absolute;
  left: 50%;
  bottom: 16%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;
  height: 14px;
  align-items: flex-end;
}
.billboard-k__stripe::before {
  content: "";
  width: 2px;
  height: 10px;
  background: #3a3a3a;
}
.billboard-k__stripe::after {
  content: "";
  width: 2px;
  height: 6px;
  background: #3a3a3a;
}

.edo-manifest {
  padding: clamp(48px, 10vh, 112px) 0 clamp(40px, 8vh, 88px);
  background: var(--bg);
}

.edo-manifest__grid.align-top {
  align-items: start;
}

.edo-manifest__lbl {
  padding: 8px 18px;
  color: var(--muted);
}

.edo-manifest__body {
  padding: 8px 18px 8px 0;
}

.edo-manifest__h2 {
  margin: 0;
  font-size: clamp(36px, 5.2vw, 88px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 16ch;
  color: var(--fg);
}

.edo-manifest__h2 .edo-manifest__muted {
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 400;
  display: inline-block;
  margin-top: 0.55em;
  letter-spacing: -0.03em;
  color: rgba(237, 237, 237, 0.6);
}

.edo-manifest__lede {
  margin: clamp(26px, 4vh, 40px) 0 0;
  font-size: clamp(15px, 1.05vw, 18px);
  color: rgba(237, 237, 237, 0.64);
  max-width: 54ch;
  line-height: 1.56;
}

.edo-manifest__stamp {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  row-gap: 12px;
  color: var(--muted);
}

.edo-dot {
  opacity: 0.5;
}

/* ====================== Método fases (04 / 06) ====================== */
.method-board {
  border-top: 1px solid var(--line-alt);
  border-bottom: 1px solid var(--line-alt);
  background: var(--bg);
}

.method-board__lead {
  border-bottom: 1px solid var(--line-alt);
}

.method-board__lead > * {
  border-left: 1px solid var(--line-alt);
  padding: 18px;
}

.method-board__lead > *:last-child {
  border-right: 1px solid var(--line-alt);
}

.method-board__lbl {
  grid-column: span 3;
  color: var(--muted);
}

.method-board__lede {
  grid-column: span 6;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: -0.026em;
  line-height: 1.34;
  color: rgba(237, 237, 237, 0.86);
}

.method-board__meta {
  grid-column: span 3;
  text-align: right;
  color: var(--muted);
}

.method-board__phases > * {
  border-left: 1px solid var(--line-alt);
  padding: 28px 18px 32px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.method-board__phases > *:last-child {
  border-right: 1px solid var(--line-alt);
}

.method-phase__num {
  color: var(--muted);
}

.method-phase__h {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.026em;
  line-height: 1.08;
  color: var(--fg);
}

.method-phase__p {
  margin: 0;
  font-size: 13px;
  line-height: 1.54;
  color: rgba(237, 237, 237, 0.55);
  max-width: 34ch;
}
.method-phase__p--flow {
  margin-top: 1.05em;
}

/* Método 04 / 05 — superficie base */
#methodology.method-board {
  background: var(--bg);
  color: var(--fg);
  border-top-color: var(--line-alt);
  border-bottom-color: var(--line-alt);
  padding: clamp(40px, 12vh, 120px) 0 clamp(48px, 14vh, 140px);
  --mb-line: var(--line-alt);
}

#methodology.method-board .method-board__lead {
  border-bottom-color: var(--mb-line);
}
#methodology.method-board .method-board__lead > * {
  border-left-color: var(--mb-line);
  padding: clamp(36px, 8vh, 96px) clamp(22px, 4vw, 38px);
}
#methodology.method-board .method-board__lead > *:last-child {
  border-right: 1px solid var(--mb-line);
}

#methodology.method-board .method-board__lbl.mono,
#methodology.method-board .method-board__lbl {
  color: #5a5a5a !important;
}
#methodology.method-board .method-board__lede {
  color: var(--fg) !important;
  font-weight: 500;
  max-width: 46ch;
  line-height: 1.36;
}
#methodology.method-board .method-board__meta,
#methodology.method-board .method-board__meta .mono {
  color: #5a5a5a !important;
}

#methodology.method-board .method-board__phases > * {
  border-left-color: var(--mb-line);
}
#methodology.method-board .method-board__phases > *:last-child {
  border-right: 1px solid var(--mb-line);
}

#methodology.method-board .method-phase__num.mono,
#methodology.method-board .method-phase__num {
  color: #5a5a5a !important;
}
#methodology.method-board .method-phase__h {
  color: var(--fg) !important;
  font-weight: 600;
  letter-spacing: -0.03em;
}
#methodology.method-board .method-phase__p {
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 1.62;
  max-width: 36ch;
}
#methodology.method-board .method-board__phases > .method-phase {
  padding: clamp(48px, 10vh, 120px) clamp(26px, 3.5vw, 40px) clamp(52px, 10vh, 120px);
  min-height: 320px;
  gap: 28px;
  justify-content: flex-start;
}

/* ============================ TERRITORIES ============================ */
.territories {
  padding: clamp(80px, 14vh, 140px) 0 clamp(72px, 11vh, 120px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}
.territories__intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px solid var(--line);
}
.territories__intro > * {
  border-left: 1px solid var(--line);
  padding: 16px 18px;
}
.territories__intro > *:last-child {
  border-right: 1px solid var(--line);
}
.territories__intro .a {
  grid-column: span 3;
}
.territories__intro .b {
  grid-column: span 6;
  color: rgba(237, 237, 237, 0.74);
  font-size: 15px;
  letter-spacing: -0.015em;
  line-height: 1.58;
  max-width: 58ch;
  font-weight: 400;
}
.territories__intro .c {
  grid-column: span 3;
  text-align: right;
  color: var(--muted);
}

.territories__head {
  padding: clamp(48px, 8vh, 96px) 18px clamp(36px, 6vh, 64px);
  max-width: 1600px;
  margin: 0 auto;
}
.territories__head h2 {
  font-size: clamp(36px, 5vw, 88px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
  color: var(--fg);
  max-width: 18ch;
}
.territories__head h2 em {
  color: #959595;
  font-weight: 400;
}
.territories__head .lede {
  margin-top: clamp(26px, 4vh, 40px);
  max-width: 56ch;
  color: rgba(237, 237, 237, 0.54);
  font-size: clamp(17px, 1.14vw, 20px);
  line-height: 1.62;
  letter-spacing: -0.012em;
  font-weight: 400;
}
.territories__head .lede em {
  color: rgba(237, 237, 237, 0.9);
}

.territories__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--line);
  align-items: stretch;
}
.territories__list > * {
  border-left: 1px solid var(--line);
}
.territories__list > *:last-child {
  border-right: 1px solid var(--line);
}

.territory {
  grid-column: span 4;
  padding: clamp(28px, 5vh, 52px) 18px clamp(36px, 6vh, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vh, 48px);
  min-height: clamp(640px, 70vh, 820px);
  height: 100%;
  align-self: stretch;
  position: relative;
  transition: background 0.4s ease;
}
.territory:hover {
  background: rgba(255, 255, 255, 0.04);
}
.territory__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.territory__code {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.territory__code b {
  color: var(--fg);
  font-weight: 600;
}
.territory__num {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.territory__title {
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.06;
  color: var(--fg);
  display: flex;
  flex-direction: column;
  gap: 0.08em;
}
.territory__title-line {
  display: block;
}
.territory__title-line--sub {
  color: #959595;
  font-weight: 400;
}
.territory__title em {
  color: #959595;
  font-weight: 400;
}
.territory__lede {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.66);
  max-width: 38ch;
  letter-spacing: -0.012em;
  font-weight: 400;
}
.territory__lede em {
  color: rgba(237, 237, 237, 0.92);
}
.territory__list {
  margin-top: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: clamp(360px, 40vh, 460px);
  border-top: 1px solid var(--line);
}
.territory__list li {
  list-style: none;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: rgba(237, 237, 237, 0.76);
  letter-spacing: -0.01em;
}
.territory__list li:last-child {
  border-bottom: 0;
}
.territory__list li .k {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (min-width: 901px) {
  .territory {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .territory__list {
    margin-top: auto;
    flex: 0 1 auto;
  }
}

/* ============================ EMBEDDED · METHOD ===================== */
.embedded {
  background: var(--bg);
  color: var(--fg);
  border-top: 1px solid var(--line-alt);
  border-bottom: 1px solid var(--line-alt);
  position: relative;
}
.embedded__intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px solid var(--line-alt);
}
.embedded__intro > * {
  border-left: 1px solid var(--line-alt);
  padding: 16px 18px;
}
.embedded__intro > *:last-child {
  border-right: 1px solid var(--line-alt);
}
.embedded__intro .a {
  grid-column: span 3;
  color: var(--muted);
}
.embedded__intro .b {
  grid-column: span 6;
  font-size: 15px;
  color: rgba(237, 237, 237, 0.74);
  letter-spacing: -0.012em;
  line-height: 1.58;
  max-width: 56ch;
  font-weight: 400;
}
.embedded__intro .c {
  grid-column: span 3;
  text-align: right;
  color: var(--muted);
}

.embedded__head {
  padding: clamp(56px, 10vh, 100px) 18px clamp(44px, 7vh, 88px);
  max-width: 1700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vh, 52px);
}
.embedded__kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.embedded__kicker .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fg);
  display: inline-block;
}
.embedded__title {
  font-size: clamp(44px, 6.8vw, 120px);
  font-weight: 600;
  letter-spacing: -0.048em;
  line-height: 0.94;
  color: var(--fg);
  max-width: 15ch;
}
.embedded__title em {
  font-style: italic;
  font-weight: 400;
  color: #9a9a9a;
}

.embedded__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--line-alt);
}
.embedded__body > * {
  border-left: 1px solid var(--line-alt);
}
.embedded__body > *:last-child {
  border-right: 1px solid var(--line-alt);
}

.embedded__lead {
  grid-column: span 7;
  padding: clamp(40px, 7vh, 84px) 18px;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vh, 52px);
  justify-content: space-between;
}
.embedded__lead p {
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.022em;
  color: var(--fg);
  font-weight: 500;
  max-width: 26ch;
}
.embedded__lead p em {
  font-style: italic;
  color: #959595;
  font-weight: 400;
}
.embedded__lead .signature {
  display: flex;
  gap: 36px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.embedded__detail {
  grid-column: span 5;
  padding: clamp(40px, 7vh, 84px) 18px;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 32px);
  border-left: 1px solid var(--line-alt);
}
.embedded__detail p {
  font-size: 16px;
  line-height: 1.62;
  color: rgba(237, 237, 237, 0.76);
  letter-spacing: -0.012em;
  max-width: 38ch;
  font-weight: 400;
}
.embedded__detail p em {
  color: var(--fg);
  font-style: italic;
}

.embedded__channels {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--line-alt);
}
.embedded__channels > * {
  border-left: 1px solid var(--line-alt);
  padding: 16px 18px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
.embedded__channels > *:last-child {
  border-right: 1px solid var(--line-alt);
}
.embedded__channels .ch {
  grid-column: span 3;
  display: grid;
  grid-template-rows: minmax(48px, auto) auto;
  gap: 10px;
  align-content: start;
  min-height: 0;
}
.embedded__channels .ch .k {
  grid-row: 1;
  align-self: start;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.35;
}
.embedded__channels .ch .v {
  grid-row: 2;
  align-self: start;
  font-size: 14px;
  letter-spacing: -0.012em;
  color: rgba(237, 237, 237, 0.62);
  font-weight: 400;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.embedded__channels .ch .ch-primary {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--fg);
  line-height: 1.15;
}
.embedded__channels .ch .ch-sub {
  font-size: 13px;
  font-weight: 400;
  color: rgba(237, 237, 237, 0.55);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.embedded__channels .ch .v em {
  font-style: italic;
  color: #8c8c8c;
  font-weight: 400;
}

/* Método 02 — sección Embedded entera sobre blanco (#fff) */
/* Método 02 — mismo tono de fondo que el disco del manifiesto (#f4f1ea) */
#embedded.embedded--cream.embedded {
  background: var(--cream-bg);
  color: #141414;
  border-top-color: #c9c4b8;
  border-bottom-color: #c9c4b8;
  --embedded-line: #bfb8aa;
}
#embedded.embedded--cream .embedded__intro,
#embedded.embedded--cream .embedded__intro > *,
#embedded.embedded--cream .embedded__body > *,
#embedded.embedded--cream .embedded__channels > *,
#embedded.embedded--cream .embedded__detail {
  border-color: var(--embedded-line);
}
#embedded.embedded--cream .embedded__intro .a,
#embedded.embedded--cream .embedded__intro .c {
  color: #5a5a5a;
}
#embedded.embedded--cream .embedded__intro .b {
  color: rgba(10, 10, 10, 0.8);
}
#embedded.embedded--cream .embedded__kicker {
  color: #5a5a5a;
}
#embedded.embedded--cream .embedded__kicker .dot {
  background: #141414;
}
#embedded.embedded--cream .embedded__title {
  color: #0a0a0a;
}
#embedded.embedded--cream .embedded__title em {
  color: #6e6e6e;
}
#embedded.embedded--cream .embedded__lead p {
  color: #121212;
}
#embedded.embedded--cream .embedded__lead p em {
  color: #5c5c5c;
}
#embedded.embedded--cream .embedded__lead .signature {
  color: #696969;
}
#embedded.embedded--cream .embedded__detail p {
  color: #2a2a2a;
}
#embedded.embedded--cream .embedded__detail p em {
  color: #4a4a4a;
}
#embedded.embedded--cream .embedded__channels .ch .k {
  color: #5a5a5a;
}
#embedded.embedded--cream .embedded__channels .ch .v {
  color: rgba(10, 10, 10, 0.72);
}
#embedded.embedded--cream .embedded__channels .ch .ch-primary {
  color: #0a0a0a;
}
#embedded.embedded--cream .embedded__channels .ch .ch-sub {
  color: rgba(10, 10, 10, 0.62);
}
#embedded.embedded--cream .embedded__channels .ch .v em {
  color: #6a6a6a;
}

/* ============================ MANIFESTO CIRCLE ======================= */
.circle-manifesto {
  background: var(--bg-alt);
  position: relative;
  padding: clamp(100px, 18vh, 200px) 0 clamp(100px, 18vh, 200px);
  border-bottom: 1px solid var(--line-alt);
  overflow: hidden;
}
.circle-manifesto__intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--line-alt);
  border-bottom: 1px solid var(--line-alt);
  margin-bottom: clamp(52px, 10vh, 120px);
}
.circle-manifesto__intro > * {
  border-left: 1px solid var(--line-alt);
  padding: 16px 18px;
}
.circle-manifesto__intro > *:last-child {
  border-right: 1px solid var(--line-alt);
}
.circle-manifesto__intro .a {
  grid-column: span 3;
  color: var(--muted);
}
.circle-manifesto__intro .b {
  grid-column: span 6;
  color: rgba(232, 232, 232, 0.88);
  font-size: 15px;
  line-height: 1.56;
  letter-spacing: -0.012em;
  max-width: 56ch;
  font-weight: 400;
}
.circle-manifesto__intro .c {
  grid-column: span 3;
  text-align: right;
  color: var(--muted);
}

.circle-stage {
  position: relative;
  height: 78vh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.circle-disc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(280px, 42vmin, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.18);
  background: radial-gradient(circle at 50% 42%, #f4f1ea 0%, #efebdf 58%, #e8e2d6 100%);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.12), inset 0 0 72px rgba(0, 0, 0, 0.05);
  will-change: transform;
  z-index: 1;
}
.circle-disc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse at 30% 28%, rgba(255, 255, 255, 0.45) 0%, transparent 45%);
  pointer-events: none;
}
/* Textos sobre disco claro: grafitos (no crema sobre disco) */
.circle-content {
  position: relative;
  z-index: 2;
  max-width: min(94vw, 920px);
  text-align: center;
  padding: 0 var(--pad-x);
  color: #141414;
}
.circle-content .num {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c5c5c;
  margin-bottom: clamp(20px, 3vh, 32px);
  display: block;
}
.circle-content h2 {
  font-size: clamp(28px, 4vw, 62px);
  font-weight: 600;
  letter-spacing: -0.034em;
  line-height: 1.08;
  text-wrap: balance;
  color: #121212;
}
.circle-content h2 em {
  font-style: italic;
  color: #6a6a6a;
  font-weight: 400;
}
/* Mismo tono que el fondo de la sección: apenas visible hasta que entra el disco claro */
.circle-content__blend {
  color: var(--bg-alt);
  font-style: normal;
  font-weight: inherit;
}
/* Gris solo dentro del disco: máscara radial ligada al tamaño del círculo (JS) */
.circle-content__blend-mid {
  color: #6a6a6a;
  font-style: italic;
  font-weight: 400;
  --mid-mask-x: 50%;
  --mid-mask-y: 50%;
  --mid-mask-r: 0px;
  -webkit-mask-image: radial-gradient(
    circle at var(--mid-mask-x) var(--mid-mask-y),
    #fff 0,
    #fff calc(max(0px, var(--mid-mask-r) - 1px)),
    transparent calc(var(--mid-mask-r) + 16px)
  );
  mask-image: radial-gradient(
    circle at var(--mid-mask-x) var(--mid-mask-y),
    #fff 0,
    #fff calc(max(0px, var(--mid-mask-r) - 1px)),
    transparent calc(var(--mid-mask-r) + 16px)
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.circle-content .signoff {
  margin-top: clamp(28px, 5vh, 48px);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a5a5a;
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.circle-content .signoff .pill {
  border: 1px solid #7a7a7a;
  padding: 6px 12px;
  border-radius: 100px;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.45);
}

/* ============================ PRACTICES (DETAIL TABLE) ============== */
.practices {
  padding: clamp(64px, 11vh, 120px) 0 clamp(72px, 12vh, 128px);
  background: var(--bg);
  border-top: 1px solid var(--line-alt);
  border-bottom: 1px solid var(--line-alt);
}
.practices__head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px solid var(--line-alt);
}
.practices__head > * {
  border-left: 1px solid var(--line-alt);
  padding: clamp(22px, 3.5vh, 34px) clamp(20px, 2.4vw, 28px);
}
.practices__head > *:last-child {
  border-right: 1px solid var(--line-alt);
}
.practices__head .a {
  grid-column: span 3;
}
.practices__head .a .mono {
  font-size: 12px;
  letter-spacing: 0.11em;
}
.practices__head .b {
  grid-column: span 6;
  font-size: clamp(16px, 1.22vw, 18px);
  color: rgba(237, 237, 237, 0.7);
  letter-spacing: -0.014em;
  line-height: 1.64;
  max-width: 58ch;
  font-weight: 400;
}
.practices__head .c {
  grid-column: span 3;
  text-align: right;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.practices__label-row {
  border-bottom: 1px solid var(--line-alt);
  background: rgba(255, 255, 255, 0.025);
}
.practices__label-row > * {
  border-left: 1px solid var(--line-alt);
  padding: clamp(22px, 3.2vh, 32px) clamp(20px, 2.4vw, 28px) clamp(24px, 3.6vh, 36px);
}
.practices__label-row > *:last-child {
  border-right: 1px solid var(--line-alt);
}
.practices__label {
  margin: 0;
  font-size: clamp(13px, 1.15vw, 15px);
  letter-spacing: 0.18em;
  color: rgba(237, 237, 237, 0.78);
  font-weight: 600;
}

.practices__panels {
  border-bottom: 1px solid var(--line-alt);
}

.practice-territory {
  border-bottom: 1px solid var(--line-alt);
}
.practice-territory:nth-child(odd) {
  background: rgba(255, 255, 255, 0.02);
}
.practice-territory:last-child {
  border-bottom: 0;
}

.practice-territory__summary {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  padding: clamp(26px, 4.5vh, 44px) clamp(18px, 2.4vw, 28px);
  cursor: pointer;
  list-style: none;
  transition: background 0.3s ease;
}
.practice-territory__summary::-webkit-details-marker {
  display: none;
}
.practice-territory__summary:hover {
  background: rgba(255, 255, 255, 0.06);
}

.practice-territory__abbr {
  flex: 0 0 auto;
  min-width: 4.75em;
  margin-right: clamp(4px, 1vw, 10px);
  padding-right: clamp(16px, 2vw, 26px);
  border-right: 1px solid var(--line-alt);
  font-size: clamp(14px, 1.28vw, 17px);
  letter-spacing: 0.14em;
  color: var(--fg);
  font-weight: 600;
}

.practice-territory__hint {
  flex: 1;
  font-size: clamp(18px, 1.75vw, 24px);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.2;
  color: rgba(237, 237, 237, 0.94);
}

.practice-territory__chev {
  flex-shrink: 0;
  font-family: "DM Mono", monospace;
  font-size: clamp(15px, 1.35vw, 18px);
  color: var(--muted);
  transition: transform 0.35s ease;
}
.practice-territory[open] .practice-territory__chev {
  transform: rotate(-180deg);
}
.practice-territory[open] > .practice-territory__summary {
  background: rgba(255, 255, 255, 0.04);
}

.practice-territory__body {
  padding: 0 clamp(18px, 2.4vw, 28px) clamp(32px, 5vh, 52px);
  border-top: 1px solid var(--line-alt);
  background: rgba(0, 0, 0, 0.12);
}

.practice-territory__intro {
  max-width: 76ch;
  padding: clamp(28px, 4vh, 44px) 0 clamp(22px, 3.2vh, 32px);
}

.practice-territory__h {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.1;
  color: var(--fg);
}

.practice-territory__tagline {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.65vw, 22px);
  font-weight: 500;
  letter-spacing: -0.022em;
  color: rgba(237, 237, 237, 0.82);
}

.practice-territory__lede {
  margin: 0;
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.65;
  letter-spacing: -0.012em;
  color: rgba(237, 237, 237, 0.62);
}

.practice-table-wrap {
  overflow-x: auto;
  margin: 0 calc(-1 * clamp(18px, 2.4vw, 28px));
  padding: 0 clamp(18px, 2.4vw, 28px);
  -webkit-overflow-scrolling: touch;
}

.practice-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
  letter-spacing: -0.012em;
}

.practice-table th,
.practice-table td {
  border: 1px solid var(--line-alt);
  padding: clamp(14px, 1.8vh, 18px) clamp(15px, 1.6vw, 20px);
  text-align: left;
  vertical-align: top;
}

.practice-table thead th {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
}

.practice-table tbody td:first-child {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
  white-space: nowrap;
  width: 6%;
}

.practice-table tbody td:nth-child(2) {
  font-weight: 600;
  color: var(--fg);
  width: 24%;
}

.practice-table tbody td:nth-child(3) {
  color: rgba(237, 237, 237, 0.68);
  max-width: 52ch;
}

/* ============================ WORK ARCHIVE ========================== */
.work-archive {
  position: relative;
  isolation: isolate;
  background: var(--bg);
  perspective: 1400px;
}
.work-archive__tail {
  min-height: clamp(52px, 6vh, 72px);
  width: 100%;
  position: relative;
  z-index: 1;
}
.work-archive::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
/* Encargos: Rosa, Azul cielo, Menta, Amarillo crema, Lavanda, Melocotón */
.work-archive.work-archive--tint-1::before {
  opacity: 1;
  background: rgba(255, 209, 220, 0.48);
}
.work-archive.work-archive--tint-2::before {
  opacity: 1;
  background: rgba(174, 198, 207, 0.48);
}
.work-archive.work-archive--tint-3::before {
  opacity: 1;
  background: rgba(178, 242, 187, 0.48);
}
.work-archive.work-archive--tint-4::before {
  opacity: 1;
  background: rgba(253, 253, 150, 0.42);
}
.work-archive.work-archive--tint-5::before {
  opacity: 1;
  background: rgba(195, 177, 225, 0.48);
}
.work-archive.work-archive--tint-6::before {
  opacity: 1;
  background: rgba(255, 218, 185, 0.48);
}
.work-archive__intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 12;
  background-color: transparent;
  transition: border-color 0.35s ease;
}
.work-archive__intro > * {
  border-left: 1px solid var(--line);
  padding: 16px 18px;
}
.work-archive__intro > *:last-child {
  border-right: 1px solid var(--line);
}
.work-archive__intro .a {
  grid-column: span 3;
}
.work-archive__intro .b {
  grid-column: span 6;
  color: rgba(237, 237, 237, 0.74);
  font-size: 15px;
  letter-spacing: -0.015em;
  line-height: 1.58;
  max-width: 58ch;
  font-weight: 400;
}
.work-archive__intro .c {
  grid-column: span 3;
  text-align: right;
  color: var(--muted);
}

/* Misma fórmula que .territories__head → título + lede antes de la rejilla */
.work-archive__head {
  padding: clamp(48px, 8vh, 96px) 18px clamp(36px, 6vh, 64px);
  max-width: 1600px;
  margin: 0 auto;
}
.work-archive__head h2 {
  font-size: clamp(36px, 5vw, 88px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
  color: var(--fg);
  max-width: 18ch;
}
.work-archive__head h2 em {
  color: #959595;
  font-weight: 400;
}
.work-archive__head .lede {
  margin-top: clamp(26px, 4vh, 40px);
  max-width: 56ch;
  color: rgba(237, 237, 237, 0.54);
  font-size: clamp(17px, 1.14vw, 20px);
  line-height: 1.62;
  letter-spacing: -0.012em;
  font-weight: 400;
}
.work-archive__head .lede em {
  color: rgba(237, 237, 237, 0.9);
}
.work-archive .row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px solid var(--line-alt);
  transition: border-color 0.35s ease;
  position: relative;
  z-index: 1;
}
/* Solo las filas de encargo dejan ver el overlay pastel (::before) */
.work-archive .work-archive__row {
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  overflow: visible;
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease,
    box-shadow 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    margin 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s ease;
  transform-origin: center center;
}
.work-archive .row > * {
  border-left: 1px solid var(--line-alt);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  min-height: 108px;
}
.work-archive .row > *:last-child {
  border-right: 1px solid var(--line-alt);
}
.work-archive__row:hover {
  --archive-card-spread: clamp(20px, 4.5vw, 48px);
  --archive-card-overlap: clamp(12px, 2vh, 20px);
  filter: brightness(1.06);
  transform: translateZ(32px);
  z-index: 10;
  margin-left: calc(var(--archive-card-spread) * -0.5);
  margin-right: calc(var(--archive-card-spread) * -0.5);
  width: calc(100% + var(--archive-card-spread));
  margin-top: calc(var(--archive-card-overlap) * -1);
  margin-bottom: calc(var(--archive-card-overlap) * -1);
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(12, 12, 12, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.38),
    0 10px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
/* Primera fila de encargo: misma rejilla que el resto (verticales al ras de la cabecera; sin solape hacia arriba en hover) */
.work-archive .work-archive__head + .work-archive__row:hover {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.38),
    0 10px 28px rgba(0, 0, 0, 0.22);
}
.work-archive .row .n {
  grid-column: span 1;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.work-archive .row .t {
  grid-column: span 4;
  font-size: clamp(19px, 1.82vw, 30px);
  letter-spacing: -0.026em;
  font-weight: 600;
  color: var(--fg);
}
.work-archive .row .t em {
  color: #959595;
  font-weight: 400;
}
.work-archive .row .cat {
  grid-column: span 3;
  color: rgba(237, 237, 237, 0.58);
  font-size: 14px;
  letter-spacing: -0.012em;
  font-weight: 400;
}
.work-archive .row .yr {
  grid-column: span 2;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.work-archive .row .go {
  grid-column: span 2;
  justify-content: flex-end;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.work-archive .row:hover .go {
  color: var(--fg);
}
.work-archive .row.head {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  z-index: 11;
}
.work-archive .row.head .t,
.work-archive .row.head .cat,
.work-archive .row.head .yr,
.work-archive .row.head .go,
.work-archive .row.head .n {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================ VOICE · CTA (mismo stack que hero → declaración) === */
.voice-cta-stack {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background: var(--bg);
}

.voice-scroll-runway {
  height: 165vh;
  max-height: 1240px;
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 0;
}

.voice {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line-alt);
  position: relative;
}

.voice.voice--sticky-hero {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  isolation: isolate;
  border-bottom: none;
}

.voice__viewport {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 12vh, 120px) 18px;
  box-sizing: border-box;
  min-height: 0;
}

.voice__slides {
  position: relative;
  width: 100%;
  max-width: min(96vw, 920px);
  min-height: min(72vh, 620px);
  margin: 0 auto;
}

.voice--sticky-hero:not(.voice--scroll-active) .voice__slides {
  min-height: 0;
}

.voice--sticky-hero:not(.voice--scroll-active) .voice__slide {
  padding-bottom: clamp(40px, 8vh, 72px);
}

.voice--sticky-hero:not(.voice--scroll-active) .voice__slide:last-child {
  padding-bottom: 0;
}

.voice__slide {
  margin: 0;
  padding: 0 12px;
  text-align: center;
  position: relative;
  top: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
}

.voice--scroll-active .voice__slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.voice--scroll-active .voice__slide--lead {
  opacity: 1;
  visibility: visible;
}

.voice__slide .q {
  margin: 0 auto;
  font-size: clamp(28px, 3.35vw, 56px);
  font-weight: 600;
  letter-spacing: -0.034em;
  line-height: 1.08;
  max-width: min(38ch, 100%);
  color: var(--fg);
  text-wrap: balance;
}

.voice__slide .q em {
  font-style: italic;
  color: #959595;
  font-weight: 400;
}

.voice__slide .byline {
  margin-top: 48px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  align-items: center;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .voice__slide .byline {
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center;
  }
  .voice__slide .byline span:nth-child(even) {
    display: none;
  }
}

/* ============================ CTA =================================== */
.cta-final {
  background: var(--bg);
  border-bottom: 1px solid var(--line-alt);
  position: relative;
  overflow: visible;
}

/* Igual que .editorial-preamble: capa por encima del panel sticky inferior */
.cta-final.cta-final--over-voice {
  position: relative;
  z-index: 40;
  margin-top: 0;
  padding-top: 0;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid var(--line);
}
.cta-final h2 {
  font-size: clamp(56px, 14vw, 220px);
  line-height: 0.86;
  letter-spacing: -0.046em;
  font-weight: 600;
  text-align: center;
  padding: clamp(72px, 11vh, 130px) 18px clamp(18px, 3vh, 36px);
  white-space: nowrap;
  color: var(--fg);
}
.cta-final h2.line2 {
  padding-top: 0;
  color: var(--muted);
  padding-bottom: clamp(40px, 6vh, 72px);
}
.cta-final h2.line2 em {
  font-style: italic;
  color: #959595;
  font-weight: 400;
}
.cta-final .meta {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--line-alt);
}
.cta-final .meta > * {
  border-left: 1px solid var(--line-alt);
  padding: 16px 18px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.cta-final .meta > *:last-child {
  border-right: 1px solid var(--line-alt);
}
.cta-final .meta .a,
.cta-final .meta .b,
.cta-final .meta .c {
  grid-column: span 3;
  font-size: 15px;
  letter-spacing: -0.012em;
  color: rgba(237, 237, 237, 0.9);
}
.cta-final .meta .mono {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
}
.cta-final .meta .d,
.cta-final .meta a.d {
  grid-column: span 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
}
.cta-final .meta .d .arrow {
  color: var(--fg);
  font-size: 14px;
}
.cta-final .meta .a a,
.cta-final .meta .b a,
.cta-final .meta .c a {
  color: var(--fg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1px;
  text-decoration: none;
}

/* ============================ FOOTER · AZUL ELÉCTRICO ================= */
footer.site-foot {
  position: relative;
  z-index: 35;
  background: var(--night);
  color: #dbe0ea;
  border-top: 1px solid var(--night-line);
  --line: var(--night-line);
  --muted: var(--night-muted);
}
footer.site-foot .frow {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px solid var(--night-line);
}
footer.site-foot .frow > * {
  border-left: 1px solid var(--night-line);
  padding: 22px var(--pad-x);
  color: #ccd2de;
}
footer.site-foot .frow > *:last-child {
  border-right: 1px solid var(--night-line);
}
footer.site-foot .top {
  padding: clamp(80px, 14vh, 160px) 0 clamp(48px, 8vh, 96px);
}
footer.site-foot .top .site-foot__logo {
  display: block;
  padding: 0;
  margin-left: 0;
  width: fit-content;
  text-decoration: none;
  color: #e6eaf1;
}
footer.site-foot .top .site-foot__logo svg {
  display: block;
  width: clamp(280px, 52vw, 580px);
  height: auto;
}
footer.site-foot .top .site-foot__logo svg use,
footer.site-foot .top .site-foot__logo svg {
  fill: currentColor;
}

/* Landings sin ScrollTrigger de .reveal en footer: mismo logo visible que en home */
body:not(:has(#hero-section)) footer.site-foot .site-foot__logo.reveal {
  opacity: 1;
  transform: none;
}
footer.site-foot .top .wordmark {
  font-size: clamp(56px, 8vw, 148px);
  letter-spacing: -0.05em;
  font-weight: 500;
  line-height: 0.9;
  padding: 0 var(--pad-x);
  color: #e6eaf1;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
footer.site-foot .top .wordmark em {
  font-style: italic;
  color: #c8d9ff;
  font-weight: 400;
}
footer.site-foot .top .meta-line {
  margin-top: clamp(28px, 5vh, 52px);
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  color: var(--night-muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
}
footer.site-foot .cols .c {
  grid-column: span 3;
}
footer.site-foot .cols h6 {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--night-muted);
  margin-bottom: 18px;
  font-weight: 400;
}
footer.site-foot .cols a {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  letter-spacing: -0.005em;
  color: #dbe0ea;
  transition: color 0.2s ease;
  text-decoration: none;
}
footer.site-foot .cols a:hover {
  color: #fff;
}
footer.site-foot .baseline {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
footer.site-foot .baseline > * {
  border-left: 1px solid var(--night-line);
  padding: 18px var(--pad-x);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--night-muted);
  display: flex;
  align-items: center;
}
footer.site-foot .baseline > *:last-child {
  border-right: 1px solid var(--night-line);
}
footer.site-foot .baseline .a {
  grid-column: span 4;
}
footer.site-foot .baseline .b {
  grid-column: span 4;
  justify-content: center;
}
footer.site-foot .baseline .c {
  grid-column: span 4;
  justify-content: flex-end;
}
footer.site-foot .ticker {
  border-top: 1px solid var(--night-line);
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
}
footer.site-foot .ticker .tape {
  display: inline-block;
  animation: kroveeSlide 48s linear infinite;
  font-size: clamp(36px, 5vw, 72px);
  letter-spacing: -0.04em;
  font-weight: 500;
  line-height: 1;
  color: #dbe0ea;
}
footer.site-foot .ticker .tape em {
  font-style: italic;
  color: #c8d9ff;
  font-weight: 400;
}
@keyframes kroveeSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Rayas: mismo truco que el nav (difference); en pie / hero claro → modo normal + color fijo */
.progress {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
  mix-blend-mode: difference;
}
.progress span {
  display: block;
  height: 1px;
  width: 24px;
  background: rgba(255, 255, 255, 0.42);
  transition: background 0.3s, width 0.3s;
}
.progress span.on {
  background: #ffffff;
  width: 32px;
}

body.is-about-light:not(.is-night) .progress {
  mix-blend-mode: normal;
  color: rgba(10, 10, 10, 0.42);
}
body.is-about-light:not(.is-night) .progress span {
  background: rgba(10, 10, 10, 0.18);
}
body.is-about-light:not(.is-night) .progress span.on {
  background: #141414;
}

/* ============================ NAV PHASE THEMES ====================== */
body.is-night .nav-shell {
  mix-blend-mode: normal;
}
body.is-night .nav-shell__links a {
  color: rgba(219, 224, 234, 0.92);
}
body.is-night .nav-shell__links a:hover {
  color: #fff;
}
body.is-night .nav-shell__logo svg,
body.is-night .nav-shell__logo-left svg {
  color: #e8ecf4;
}
body.is-night .nav-shell__cta {
  color: #dbe0ea;
}
body.is-night .nav-shell__burger-line {
  background: #dbe0ea;
}
body.is-night .progress {
  mix-blend-mode: normal;
}
body.is-night .progress span.on {
  background: #dbe0ea;
}
body.is-night .progress span {
  background: rgba(219, 224, 234, 0.22);
}

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1100px) {
  .territory {
    min-height: 480px;
  }
}
@media (max-width: 900px) {
  html {
    overflow-x: hidden;
    max-width: 100vw;
  }
  body {
    overflow-x: clip;
    max-width: 100vw;
  }
  /* Recorte horizontal solo en el editorial previo al stack voice/CTA: no afecta a #voice ni al pin GSAP */
  #kroveeEditorial.editorial {
    overflow-x: clip;
    max-width: 100%;
  }
  section.editorial-preamble.editorial {
    overflow-x: clip;
    max-width: 100%;
  }
  .work-archive__tail {
    display: none;
  }
  #kroveeEditorialAfter {
    position: relative;
    z-index: 37;
    background: var(--bg);
  }
  :root {
    --pad-x: 20px;
  }
  .edo-declaration-intro,
  .edo-manifest__grid,
  .method-board__lead,
  .method-board__phases {
    grid-template-columns: 1fr;
  }
  .edo-manifest__lbl,
  .edo-manifest__body,
  .edo-manifest__spacer,
  .edo-declaration-intro > [class*="col-"],
  .method-phase,
  .method-board__lbl,
  .method-board__lede,
  .method-board__meta {
    grid-column: 1 / -1 !important;
  }
  .edo-manifest__grid > * {
    border-right: none;
    border-left: none;
    border-top: 1px solid var(--line);
    padding-left: 18px;
    padding-right: 18px;
  }
  .edo-manifest__grid > *:first-child {
    border-top: none;
  }
  .edo-intro-cell--meta {
    align-items: flex-start;
    text-align: left;
  }
  .method-board__lead > *,
  .method-board__phases > * {
    border-right: none;
    border-left: none;
    border-top: 1px solid var(--line-alt);
  }
  .method-board__lead > *:first-child,
  .method-board__phases > *:first-child {
    border-top: none;
  }
  /* Método 04 sobre crema: mismas rejillas pero líneas táupez */
  #methodology.method-board {
    padding-top: clamp(28px, 10vh, 72px);
    padding-bottom: clamp(36px, 12vh, 88px);
  }
  #methodology.method-board .method-board__lead > *,
  #methodology.method-board .method-board__phases > * {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid var(--line-alt);
  }
  #methodology.method-board .method-board__lead > *:first-child,
  #methodology.method-board .method-board__phases > *:first-child {
    border-top: none !important;
  }
  #methodology.method-board .method-board__phases > .method-phase {
    padding-top: clamp(36px, 8vh, 72px);
    padding-bottom: clamp(44px, 9vh, 88px);
    min-height: 0;
  }
  .territories__intro,
  .hero-editorial-strip.grid-12,
  .embedded__intro,
  .work-archive__intro,
  .practices__head,
  .circle-manifesto__intro {
    grid-template-columns: 1fr;
  }
  .territories__intro > *,
  .hero-editorial-strip.grid-12 > *,
  .embedded__intro > *,
  .work-archive__intro > *,
  .practices__head > *,
  .circle-manifesto__intro > * {
    grid-column: span 1;
    border-top: 1px solid var(--line);
  }
  .territories__intro > *:first-child,
  .hero-editorial-strip.grid-12 > *:first-child,
  .embedded__intro > *:first-child,
  .work-archive__intro > *:first-child,
  .practices__head > *:first-child,
  .circle-manifesto__intro > *:first-child {
    border-top: 0;
  }
  .hero-editorial-strip__cta {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero-editorial-strip__cta-stack {
    align-items: flex-start;
  }
  .territories__list {
    grid-template-columns: 1fr;
  }
  .territory {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    min-height: auto;
  }
  .territory__list {
    min-height: 260px;
  }
  .embedded__body {
    grid-template-columns: 1fr;
  }
  .embedded__lead,
  .embedded__detail {
    grid-column: 1 / -1;
  }
  .embedded__detail {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .embedded__channels {
    grid-template-columns: 1fr 1fr;
  }
  .embedded__channels .ch {
    grid-column: span 1;
  }
  .practices__label-row {
    grid-template-columns: 1fr;
  }
  .practices__label-row > * {
    grid-column: span 1;
    border-top: 1px solid var(--line);
  }
  .practices__label-row > *:first-child {
    border-top: 0;
  }
  .practice-table {
    min-width: 520px;
    font-size: 14px;
  }
  .practice-table th,
  .practice-table td {
    padding: 13px 14px;
  }
  .practice-territory__summary {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 16px;
  }
  .practice-territory__abbr {
    min-width: auto;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .practice-territory__hint {
    flex: 1 1 100%;
    order: 3;
    font-size: clamp(17px, 4.2vw, 20px);
  }
  .practice-territory__chev {
    margin-left: auto;
    order: 2;
  }
  .work-archive .row {
    grid-template-columns: repeat(6, 1fr);
  }
  .work-archive .row .n {
    grid-column: span 1;
  }
  .work-archive .row .t {
    grid-column: span 5;
  }
  .work-archive .row .cat {
    grid-column: span 3;
    border-top: 1px solid var(--line);
  }
  .work-archive .row .yr {
    grid-column: span 2;
    border-top: 1px solid var(--line);
  }
  .work-archive .row .go {
    grid-column: span 1;
    border-top: 1px solid var(--line);
  }
  .work-archive__row:hover {
    --archive-card-spread: clamp(14px, 3.5vw, 28px);
    --archive-card-overlap: clamp(8px, 1.4vh, 14px);
    border-radius: 12px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .work-archive .work-archive__head + .work-archive__row:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* Runway físico oculto: el scroll durante testimonios lo da pinSpacing del ScrollTrigger (móvil) */
  .voice-scroll-runway {
    height: 0;
    min-height: 0;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    border: none;
  }
  .voice.voice--sticky-hero {
    position: relative;
    top: auto;
    height: auto;
    min-height: min(100dvh, 100vh);
    max-height: none;
  }
  .voice__slides {
    min-height: 52vh;
  }
  .cta-final .meta {
    grid-template-columns: 1fr 1fr;
  }
  .cta-final .meta .a,
  .cta-final .meta .b,
  .cta-final .meta .c,
  .cta-final .meta .d {
    grid-column: span 1;
    border-top: 1px solid var(--line);
  }
  footer.site-foot .cols .c {
    grid-column: span 6;
  }
  footer.site-foot .cols .c:nth-child(n + 3) {
    border-top: 1px solid var(--night-line);
  }
  footer.site-foot .baseline > * {
    grid-column: span 12;
    border-top: 1px solid var(--night-line);
  }

  /* Footer: índice y cabeceras en una columna (col-3 / col-9 → stack) */
  footer.site-foot .frow {
    grid-template-columns: 1fr;
  }
  footer.site-foot .frow > * {
    grid-column: 1 / -1 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid var(--night-line);
  }
  footer.site-foot .frow > *:first-child {
    border-top: none;
  }
  footer.site-foot .cols .c {
    grid-column: 1 / -1 !important;
  }
  footer.site-foot .top .meta-line {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  footer.site-foot .top .meta-line > span {
    grid-column: 1 / -1 !important;
    text-align: left !important;
  }

  /* Intro rejillas: meta derecha legible al apilar */
  .territories__intro .c,
  .embedded__intro .c,
  .work-archive__intro .c,
  .circle-manifesto__intro .c,
  .practices__head > .c {
    text-align: left;
  }
  .method-board__meta {
    text-align: left;
  }

  /* Preamble billboard: titular y sello sin microtipo ilegible */
  .billboard-k__caption {
    font-size: clamp(26px, 7vw, 42px);
    padding: 0 var(--pad-x);
    box-sizing: border-box;
  }
  .billboard-k__floater {
    white-space: normal;
    max-width: min(300px, 86vw);
    text-align: center;
    line-height: 1.35;
    left: 50%;
    transform: translateX(-50%);
  }

  /* Manifiesto disco: no capturar el gesto sobre el elemento escalado (Safari iOS + ScrollTrigger scrub) */
  .circle-manifesto .circle-disc {
    pointer-events: none;
  }

  /* Manifiesto disco */
  .circle-content h2 {
    font-size: clamp(24px, 6.5vw, 54px);
  }

  /* Tablas prácticas: cuerpo un punto más legible */
  .practice-table {
    font-size: 15px;
  }

  /* CTA final: tipografía escala pero con mínimo legible */
  .cta-final h2 {
    font-size: clamp(52px, 22vw, 30vw);
  }

  .progress {
    display: none;
  }
}

/* Tablet estrecha / iPad portrait: canales embedded en una columna */
@media (max-width: 768px) {
  .embedded__channels {
    grid-template-columns: 1fr;
  }
  .embedded__channels .ch {
    grid-column: 1 / -1 !important;
  }
}

/* Teléfonos estrechos (≈360–390px): microcopy declaración + tabla prácticas */
@media (max-width: 420px) {
  .edo-kicker {
    font-size: clamp(17px, 5vw, 22px);
  }
  .edo-manifest__lede {
    font-size: clamp(15px, 4vw, 17px);
  }
  .practice-table th,
  .practice-table td {
    padding: 12px 12px;
  }
}

/* ============================ THE STUDIO (página · premium) ============= */
body.studio-page {
  --bg: #101010;
  --bg-alt: #141414;
  --fg: #ededed;
  --line: #2a2a2a;
  --line-alt: #343434;
  --muted: #8c8c8c;
  --em-muted: #9a9a9a;
  --pad-x: clamp(20px, 4vw, 56px);
  --header-h: 68px;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --studio-accent: #e8e4dc;
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: "DM Sans", system-ui, sans-serif;
  font-feature-settings: "ss01", "ss02", "cv11";
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.studio-page em {
  font-style: italic;
  font-weight: 400;
  color: var(--em-muted);
}

body.studio-page .studio-grain {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body.studio-page .studio-gridlines {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  opacity: 0.35;
}

body.studio-page .studio-gridlines span {
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

body.studio-page .studio-gridlines span:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

/* Nav en The Studio: krovee-nav.css (mismo que Casa) */

body.studio-page .studio-page__main.editorial {
  position: relative;
  z-index: 2;
  padding-top: 0;
  min-height: 100vh;
}

body.studio-page .studio-flow-in {
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  body.studio-page .studio-flow-in {
    opacity: 1;
    transform: none;
  }
}

/* —— Hero —— */
body.studio-page .studio-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--header-h) + 24px) var(--pad-x) clamp(32px, 6vh, 72px);
  border-bottom: none;
  overflow: hidden;
  z-index: 2;
}

body.studio-page .studio-hero__inner {
  position: relative;
  width: 100%;
  will-change: transform, opacity;
}

body.studio-page .studio-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(255, 255, 255, 0.07), transparent 62%);
  pointer-events: none;
}

body.studio-page .studio-hero__meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  margin-bottom: clamp(28px, 5vh, 56px);
}

body.studio-page .studio-hero__title {
  position: relative;
  margin: 0;
  font-size: clamp(72px, 14.5vw, 196px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

body.studio-page .studio-hero__line-wrap {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
}

body.studio-page .studio-hero__line {
  display: block;
}

body.studio-page .studio-hero__line--dim {
  color: rgba(237, 237, 237, 0.42);
}

body.studio-page .studio-hero__sub {
  position: relative;
  margin: clamp(28px, 4vh, 44px) 0 0;
  max-width: 42ch;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  color: rgba(237, 237, 237, 0.58);
  letter-spacing: -0.018em;
}

body.studio-page .studio-hero__foot {
  position: relative;
  margin-top: clamp(40px, 8vh, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}

body.studio-page .studio-hero__back {
  color: rgba(237, 237, 237, 0.55);
  text-decoration: none;
  transition: color 0.25s ease;
}

body.studio-page .studio-hero__back:hover {
  color: #ededed;
}

body.studio-page .studio-hero__scroll::after {
  content: " ↓";
}

/* —— Statement —— */
body.studio-page .studio-statement {
  position: relative;
  z-index: 3;
  margin-top: clamp(-18vh, -12vw, -8vh);
  padding: clamp(100px, 16vh, 180px) var(--pad-x) clamp(72px, 11vh, 128px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

body.studio-page .studio-statement::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 28vh;
  background: linear-gradient(180deg, transparent, var(--bg) 88%);
  pointer-events: none;
}

body.studio-page .studio-statement__lbl {
  color: var(--muted);
  margin-bottom: clamp(32px, 5vh, 56px);
}

body.studio-page .studio-statement__text {
  display: flex;
  flex-direction: column;
  gap: 0.06em;
  max-width: 22ch;
}

body.studio-page .studio-statement__line {
  display: block;
  overflow: hidden;
  font-size: clamp(28px, 4.8vw, 72px);
  font-weight: 500;
  letter-spacing: -0.042em;
  line-height: 1.04;
  color: rgba(237, 237, 237, 0.92);
}

body.studio-page .studio-statement__line > span {
  display: block;
}

body.studio-page .studio-statement__line--em {
  color: rgba(237, 237, 237, 0.72);
}

body.studio-page .studio-statement__stamp {
  margin-top: clamp(36px, 6vh, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--muted);
}

/* —— About —— */
body.studio-page .studio-about {
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 8vh, 96px) 0;
}

body.studio-page .studio-about__lbl {
  padding: 8px 18px;
  color: var(--muted);
}

body.studio-page .studio-about__body {
  padding: 8px 18px 8px 0;
}

body.studio-page .studio-about__body h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.06;
  max-width: 16ch;
}

body.studio-page .studio-about__body p {
  margin: clamp(22px, 3vh, 36px) 0 0;
  max-width: 52ch;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.58;
  color: rgba(237, 237, 237, 0.62);
}

/* —— Studio manifest —— */
body.studio-page .edo-manifest {
  padding-top: clamp(88px, 15vh, 160px);
  padding-bottom: clamp(120px, 22vh, 200px);
}

/* —— Horizontal pillars —— */
body.studio-page .studio-pillars-scroll {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  overflow: hidden;
}

body.studio-page .studio-pillars-scroll__head {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px 24px;
  padding: 18px var(--pad-x);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

body.studio-page .studio-pillars-scroll__hint {
  color: rgba(237, 237, 237, 0.35);
}

body.studio-page .studio-pillars-scroll__progress {
  width: min(28vw, 160px);
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

body.studio-page .studio-pillars-scroll__progress span {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: #ededed;
}

body.studio-page .studio-pillars-scroll__viewport {
  overflow: hidden;
}

body.studio-page .studio-pillars-scroll__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;
  will-change: transform;
}

body.studio-page .studio-pillar-card {
  flex: 0 0 auto;
  width: min(78vw, 420px);
  min-height: clamp(320px, 52vh, 480px);
  padding: clamp(36px, 5vh, 56px) clamp(28px, 4vw, 40px);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--bg);
  transition: background 0.45s var(--ease-out-expo);
}

body.studio-page .studio-pillar-card:hover {
  background: rgba(255, 255, 255, 0.03);
}

body.studio-page .studio-pillar-card--accent {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), transparent 55%), var(--bg-alt);
}

body.studio-page .studio-pillar-card__num {
  display: block;
  color: var(--muted);
  margin-bottom: auto;
  padding-bottom: clamp(48px, 10vh, 96px);
}

body.studio-page .studio-pillar-card h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.08;
}

body.studio-page .studio-pillar-card p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.58;
  color: rgba(237, 237, 237, 0.55);
  max-width: 32ch;
}

body.studio-page .studio-embedded-wrap {
  position: relative;
  z-index: 2;
  will-change: clip-path, transform;
}

@media (min-width: 901px) {
  body.studio-page .embedded__detail {
    justify-content: center;
  }
}

/* —— Presence list —— */
body.studio-page .studio-presence {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  padding: clamp(48px, 8vh, 88px) var(--pad-x);
}

body.studio-page .studio-presence__head {
  color: var(--muted);
  margin-bottom: clamp(32px, 5vh, 48px);
}

body.studio-page .studio-presence__list {
  display: flex;
  flex-direction: column;
}

body.studio-page .studio-presence__row {
  display: grid;
  grid-template-columns: minmax(120px, 1.2fr) 2fr auto;
  align-items: baseline;
  gap: 20px 32px;
  padding: clamp(28px, 4vh, 44px) 0;
  border-top: 1px solid var(--line);
  transition: opacity 0.4s var(--ease-out-expo), padding-left 0.45s var(--ease-out-expo);
}

body.studio-page .studio-presence__row:last-child {
  border-bottom: 1px solid var(--line);
}

body.studio-page .studio-presence__row.is-dim {
  opacity: 0.28;
}

body.studio-page .studio-presence__row.is-active {
  padding-left: clamp(8px, 1.5vw, 20px);
}

body.studio-page .studio-presence__city {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--fg);
}

body.studio-page .studio-presence__desc {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(237, 237, 237, 0.5);
  max-width: 48ch;
}

body.studio-page .studio-presence__tag {
  color: var(--muted);
  justify-self: end;
}

/* —— CTA —— */
body.studio-page .studio-cta {
  min-height: min(72vh, 640px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(64px, 12vh, 120px) var(--pad-x);
  background:
    radial-gradient(ellipse 70% 80% at 20% 50%, rgba(255, 255, 255, 0.05), transparent 55%),
    var(--bg-alt);
  border-bottom: 1px solid var(--line);
}

body.studio-page .studio-cta__title {
  margin: 0;
  font-size: clamp(36px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 14ch;
  will-change: transform, opacity;
}

body.studio-page .studio-cta__actions {
  margin-top: clamp(32px, 5vh, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

/* —— Botones editoriales unificados (todas las landings) —— */
.studio-page__btn,
.st-cta__btn,
.careers-cta__btn,
.dg-cta__btn,
.territories__visual-cta,
.edo-manifest__cta .studio-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 56px);
  box-sizing: border-box;
  min-width: min(256px, 100%);
  padding: 14px 26px;
  border-radius: 100px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.2s ease,
    box-shadow 0.3s ease;
  will-change: transform;
}

.studio-page__btn:not(:has(.hero-cta__go)),
.st-cta__btn:not(:has(.hero-cta__go)),
.careers-cta__btn:not(:has(.hero-cta__go)),
.dg-cta__btn:not(:has(.hero-cta__go)) {
  justify-content: center;
  gap: 0;
}

.studio-page__btn .hero-cta__label,
.st-cta__btn .hero-cta__label,
.careers-cta__btn .hero-cta__label,
.dg-cta__btn .hero-cta__label,
.territories__visual-cta .hero-cta__label,
.edo-manifest__cta .hero-cta__label {
  flex: 0 0 auto;
}

.studio-page__btn .hero-cta__go,
.st-cta__btn .hero-cta__go,
.careers-cta__btn .hero-cta__go,
.dg-cta__btn .hero-cta__go,
.territories__visual-cta .hero-cta__go,
.edo-manifest__cta .hero-cta__go {
  display: inline-block;
  flex: 0 0 auto;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-page__btn:hover .hero-cta__go,
.st-cta__btn:hover .hero-cta__go,
.careers-cta__btn:hover .hero-cta__go,
.dg-cta__btn:hover .hero-cta__go,
.territories__visual-cta:hover .hero-cta__go,
.edo-manifest__cta .studio-page__btn:hover .hero-cta__go {
  transform: translateX(5px);
}

.studio-page__btn--ghost,
.edo-manifest__cta .studio-page__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ededed;
  background: rgba(255, 255, 255, 0.06);
  mix-blend-mode: difference;
}

.studio-page__btn--ghost:hover,
.edo-manifest__cta .studio-page__btn--ghost:hover {
  background: #fff;
  color: #101010;
  border-color: #fff;
  mix-blend-mode: normal;
}

.studio-page__btn--solid {
  border: 1px solid #fff;
  background: #fff;
  color: #0a0a0a;
  mix-blend-mode: difference;
}

.studio-page__btn--solid:hover {
  background: #101010;
  color: #ededed;
  border-color: #ededed;
  mix-blend-mode: normal;
}

.st-cta__btn--solid,
.careers-cta__btn--solid,
.dg-cta__btn:not(.dg-cta__btn--ghost),
.territories__visual-cta {
  background: #101010;
  color: #fafafa;
  border-color: #101010;
}

.st-cta__btn--solid:hover,
.careers-cta__btn--solid:hover,
.dg-cta__btn:not(.dg-cta__btn--ghost):hover,
.territories__visual-cta:hover {
  background: transparent;
  color: #101010;
  border-color: #101010;
}

.st-cta__btn--ghost,
.careers-cta__btn--ghost,
.dg-cta__btn--ghost {
  background: transparent;
  color: #101010;
  border-color: rgba(16, 16, 16, 0.22);
}

.st-cta__btn--ghost:hover,
.careers-cta__btn--ghost:hover,
.dg-cta__btn--ghost:hover {
  background: #101010;
  color: #fafafa;
  border-color: #101010;
}

.edo-manifest__cta {
  margin-top: clamp(28px, 4vh, 44px);
}

@media (max-width: 900px) {
  body.studio-page .studio-hero {
    border-bottom: 1px solid var(--line);
  }

  body.studio-page .studio-statement {
    margin-top: 0;
  }

  body.studio-page .studio-hero__title {
    font-size: clamp(56px, 18vw, 96px);
  }

  body.studio-page .studio-statement__text {
    max-width: none;
  }

  body.studio-page .studio-statement__line {
    font-size: clamp(24px, 7vw, 40px);
  }

  body.studio-page .studio-pillars-scroll__hint {
    display: none;
  }

  body.studio-page .studio-pillars-scroll__viewport {
    overflow: hidden;
  }

  body.studio-page .studio-pillars-scroll__track {
    padding: 0 0 8px;
  }

  body.studio-page .studio-pillar-card {
    scroll-snap-align: start;
    width: min(88vw, 340px);
    min-height: 300px;
  }

  body.studio-page .studio-presence__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.studio-page .studio-presence__tag {
    justify-self: start;
  }

}

@media (prefers-reduced-motion: reduce) {
  body.studio-page .studio-pillars-scroll__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
