/* ARQUIMSC V22 BIS 2 — misma base que la V22 + capa oscura (bis) + capa "mesa de trabajo" (bis 2) · Bricolage + Figtree + Plex Mono en assets/fonts */
@font-face {
  font-family: "Jost";
  src: url("assets/fonts/jost-var.woff") format("woff");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-var.woff") format("woff");
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-italic-var.woff") format("woff");
  font-weight: 300 400;
  font-style: italic;
  font-display: swap;
}
:root {
  --ink: #1c282e;
  --ink-2: #3b484e;
  --muted: #647177;
  --olive: #4f5e43;
  --olive-d: #3c4833;
  --olive-l: #e7eadf;
  --earth: #8a6b4a;
  --sand: #f3eee4;
  --paper: #faf8f3;
  --white: #fff;
  --line: #dcd7cb;
  --line-2: #e9e5dc;
  --tierra: #7b5733;
  --arena: #d1dc72;
  --agua: #a3cfdd;
  --cesped: #72bf88;
  --c-proyecto: var(--agua);
  --c-obra: var(--tierra);
  --c-direccion: var(--cesped);
  --c-gestiones: var(--arena);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1240px;
  --gut: clamp(20px, 5vw, 56px);
  --sec: clamp(72px, 9vw, 128px);
  --r: 14px;
  --header: 76px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}
p {
  margin: 0;
}
:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 3px;
  border-radius: 4px;
}
[id] {
  scroll-margin-top: calc(var(--header) + 24px);
}
.wrap {
  width: 100%;
  max-width: calc(var(--wrap) + 2 * var(--gut));
  margin: 0 auto;
  padding: 0 var(--gut);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--earth);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.display {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.02em;
}
.display em,
.title em {
  font-style: italic;
  color: var(--olive);
}
.title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -.015em;
}
.lead {
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 36em;
}
.muted {
  color: var(--muted);
}
.stack > * + * {
  margin-top: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid var(--olive);
  border-radius: 999px;
  background: var(--olive);
  color: #fff;
  font: 500 14px/1 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
}
.btn:hover {
  background: var(--olive-d);
  border-color: var(--olive-d);
}
.btn .arrow {
  transition: transform .2s;
}
.btn:hover .arrow {
  transform: translateX(4px);
}
.link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.link:hover {
  color: var(--olive);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 36px;
}
.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  background: rgba(250, 248, 243, .92);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line-2);
}
.siteHeader .wrap {
  height: 100%;
}
.brand {
  display: flex;
  align-items: center;
  flex: none;
}
.brand img {
  width: 82px;
  height: auto;
}
.siteHeader nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}
.siteHeader nav a:not(.consult) {
  position: relative;
  font-size: 15px;
  text-decoration: none;
  color: var(--ink-2);
  padding: 6px 0;
}
.siteHeader nav a:not(.consult)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--olive);
  transition: right .25s;
}
.siteHeader nav a:not(.consult):hover::after,
.siteHeader nav a.active::after {
  right: 0;
}
.siteHeader nav a.active {
  color: var(--ink);
}
.consult {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--olive);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s;
}
.consult:hover {
  background: var(--olive-d);
}
.consult img {
  width: 17px;
  height: 17px;
}
.sheet {
  position: relative;
  border-radius: var(--r);
  background-color: var(--sand);
  background-image: linear-gradient(rgba(79, 94, 67, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 94, 67, .07) 1px, transparent 1px);
  background-size: 28px 28px;
  overflow: hidden;
}
.sheet img {
  mix-blend-mode: multiply;
}
.sheet__tag {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero {
  padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 5vw, 64px);
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.hero .lead {
  margin-top: 28px;
}
.hero__visual {
  aspect-ratio: 4 / 3.3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 5% 10%;
}
.hero__visual img {
  width: 100%;
}
.section {
  padding: var(--sec) 0;
}
.section--sand {
  background: var(--sand);
}
.section--white {
  background: var(--white);
}
.sectionHead {
  max-width: 760px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.sectionHead .lead {
  margin-top: 20px;
}
.sectionHead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sectionHead--center .eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.sectionHead--center .lead {
  margin-left: auto;
  margin-right: auto;
}
.studio .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.signature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.monogram {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--olive);
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: .02em;
}
.signature strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
}
.signature span {
  font-size: 14.5px;
  color: var(--muted);
}
.paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.4vw, 32px);
}
.path {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--white);
  text-decoration: none;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.path:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px -28px rgba(28, 40, 46, .35);
  border-color: #cfc9bb;
}
.path__media {
  aspect-ratio: 16 / 8.2;
  padding: 5% 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.path__media img {
  max-height: 100%;
  width: auto;
}
.path__body {
  padding: clamp(26px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.path__label {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--earth);
}
.path h3 {
  margin-top: 12px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.12;
}
.path p {
  margin-top: 14px;
  color: var(--muted);
}
.path__cta {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.path__cta .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  transition: background .25s, color .25s, border-color .25s;
}
.path:hover .path__cta .arrow {
  background: var(--olive);
  color: #fff;
  border-color: var(--olive);
}
.service__num {
  font-size: 13px;
  letter-spacing: .14em;
  color: var(--muted);
}
.acc-proyecto {
  --accent: var(--c-proyecto);
}
.acc-obra {
  --accent: var(--c-obra);
}
.acc-direccion {
  --accent: var(--c-direccion);
}
.acc-gestiones {
  --accent: var(--c-gestiones);
}
.zoneBand {
  --zb-green: #4f5b40;
  position: relative;
  display: grid;
  min-height: clamp(320px, 33.4vw, 520px);
  overflow: hidden;
  background: var(--zb-green);
  color: #fff;
}
.zoneBand__media {
  position: absolute;
  inset: 0 0 0 22%;
}
.zoneBand__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 40% 50%;
}
.zoneBand__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top left, rgba(20, 28, 18, .55) 0, rgba(20, 28, 18, 0) 38%);
  pointer-events: none;
}
.zoneBand__panel {
  position: relative;
  z-index: 2;
  width: 37%;
  min-width: 400px;
  padding: clamp(40px, 5vw, 72px) 9% clamp(40px, 5vw, 72px) var(--gut);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--zb-green);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
}
@media (min-width:1352px) {
  .zoneBand__panel {
    padding-left: calc((100vw - var(--wrap)) / 2);
  }
}
.zoneBand__kicker {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .9;
}
.zoneBand__title {
  margin: 8px 0 16px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1;
  white-space: nowrap;
}
.zoneBand__list {
  margin-bottom: clamp(24px, 2.6vw, 34px);
  font-size: clamp(16px, 1.35vw, 19px);
  letter-spacing: .04em;
  line-height: 1.55;
  opacity: .92;
  white-space: nowrap;
}
.zoneBand__cta {
  align-self: flex-start;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.zoneBand__cta:hover,
.zoneBand__cta:focus-visible {
  background: #fff;
  color: var(--zb-green);
}
.zoneBand__quote {
  position: absolute;
  right: var(--gut);
  bottom: clamp(28px, 5vw, 70px);
  z-index: 2;
  max-width: 13em;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(20px, 1.9vw, 28px);
  line-height: 1.25;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .45);
}
.zoneBand__quote::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 16px;
  background: var(--c-gestiones);
}
.pageHero {
  padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 7vw, 96px);
}
.pageHero .wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.pageHero .lead {
  margin-top: 26px;
}
.pageHero__media {
  border-radius: var(--r);
  overflow: hidden;
}
.pageHero__media.sheet {
  padding: 8% 7%;
}
.beforeAfter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.beforeAfter figure {
  margin: 0;
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
}
.beforeAfter img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}
.beforeAfter figcaption {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(250, 248, 243, .92);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
}
.card {
  position: relative;
  padding: clamp(28px, 3.2vw, 44px);
  border-radius: var(--r);
  background: var(--white);
  border: 1px solid var(--line-2);
  display: flex;
  flex-direction: column;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(28px, 3.2vw, 44px);
  width: 56px;
  height: 3px;
  background: var(--accent, var(--olive));
}
.card .service__num {
  display: block;
}
.card h2 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--earth);
}
.card h3 {
  margin-top: 12px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 2.3vw, 32px);
  line-height: 1.15;
}
.card p {
  margin-top: 14px;
  color: var(--ink-2);
}
.card .link {
  margin-top: auto;
  align-self: flex-start;
}
.card .cardBody {
  margin-bottom: 26px;
}
.strip {
  display: grid;
  grid-template-columns: .8fr 1fr 1.1fr;
  gap: 10px;
  margin-top: clamp(40px, 5vw, 64px);
}
.strip figure {
  margin: 0;
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  background: #fff;
}
.strip img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 3.6;
  object-fit: cover;
}
.strip figure:first-child img {
  object-fit: contain;
  background: #fff;
}
.strip figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(250, 248, 243, .94);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--n, 5), 1fr);
  counter-reset: step;
}
.step {
  position: relative;
  padding: 0 22px 0 0;
}
.step::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 58px;
  right: 0;
  height: 1px;
  background: var(--line);
}
.step:last-child::before {
  display: none;
}
.step__num {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--olive);
  color: var(--olive);
  font-family: var(--serif);
  font-size: 20px;
  background: var(--paper);
  position: relative;
}
.section--sand .step__num,
.section--white .step__num {
  background: inherit;
}
.step h3 {
  margin-top: 22px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}
.step p {
  margin-top: 8px;
  font-size: 15.5px;
  color: var(--muted);
  max-width: 16em;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.pullquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.3;
  color: var(--olive);
  padding-left: 22px;
  border-left: 2px solid var(--c-gestiones);
  margin-top: 30px;
}
.delegate {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.delegateItem {
  padding: 30px 26px 32px;
  border-radius: var(--r);
  background: var(--white);
  border: 1px solid var(--line-2);
  position: relative;
}
.delegateItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 40px;
  height: 3px;
  background: var(--c-gestiones);
}
.delegateItem h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}
.delegateItem p {
  margin-top: 12px;
  font-size: 15.5px;
  color: var(--muted);
}
.trust {
  background: var(--olive);
  color: #fff;
}
.trust .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.trust .eyebrow {
  color: #d9dfc8;
}
.trust .lead {
  color: rgba(255, 255, 255, .86);
  margin-top: 22px;
}
.trust .values {
  margin-top: 32px;
  font-size: 12.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #d9dfc8;
}
.trust .sheet {
  background-color: #f6f3ec;
  padding: 7% 6%;
}
.contact {
  background: var(--sand);
  padding: var(--sec) 0;
}
.contact .wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.contact .lead {
  margin-top: 22px;
}
.contactList {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
  display: grid;
  gap: 4px;
}
.contactList a,
.contactList span {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-size: 16.5px;
}
.contactList a:hover {
  color: var(--olive);
}
.contactList img {
  width: 20px;
  height: 20px;
  flex: none;
  opacity: .8;
}
.contactList small {
  margin-left: auto;
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.contactForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
  padding: clamp(26px, 3.4vw, 44px);
  border-radius: var(--r);
  background: var(--white);
  box-shadow: 0 30px 70px -48px rgba(28, 40, 46, .45);
}
.field {
  display: grid;
  gap: 7px;
}
.field--full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.contactForm input,
.contactForm select,
.contactForm textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.4 var(--sans);
  transition: border-color .2s, background .2s;
}
.contactForm textarea {
  min-height: 130px;
  resize: vertical;
}
.contactForm input:focus,
.contactForm select:focus,
.contactForm textarea:focus {
  outline: none;
  border-color: var(--olive);
  background: #fff;
}
.contactForm .btn {
  justify-self: start;
  grid-column: 1 / -1;
}
.contactForm .formStatus {
  grid-column: 1 / -1;
  min-height: 22px;
  font-size: 15px;
}
.formStatus.success {
  color: #46603f;
}
.formStatus.error {
  color: #8a3f35;
}
.contactForm button:disabled {
  opacity: .6;
  cursor: wait;
}
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, .45);
  transition: transform .2s;
}
.wa:hover {
  transform: scale(1.06);
}
.wa img {
  width: 30px;
  height: 30px;
}
@media (max-width:1080px) {
  .delegate {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 44px;
  }
  .step:nth-child(3)::before {
    display: none;
  }
}
@media (max-width:900px) {
  body {
    font-size: 16.5px;
  }
  .siteHeader nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gut) 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -30px rgba(0, 0, 0, .35);
  }
  .siteHeader nav.open {
    display: flex;
  }
  .siteHeader nav a:not(.consult) {
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid var(--line-2);
  }
  .siteHeader nav a:not(.consult)::after {
    display: none;
  }
  .consult {
    justify-content: center;
  }
  .hero .wrap,
  .pageHero .wrap,
  .studio .wrap,
  .split,
  .trust .wrap,
  .contact .wrap {
    grid-template-columns: 1fr;
  }
  .hero__visual {
    aspect-ratio: auto;
  }
  .studio__visual {
    order: 2;
  }
  .paths,
  .cards {
    grid-template-columns: 1fr;
  }
  .strip {
    grid-template-columns: 1fr 1fr;
  }
  .strip figure:first-child {
    grid-column: 1 / -1;
  }
  .strip figure:first-child img {
    aspect-ratio: 16 / 10;
  }
  .zoneBand {
    display: block;
    min-height: 0;
  }
  .zoneBand__media {
    position: relative;
    inset: auto;
    height: 280px;
  }
  .zoneBand__panel {
    width: 100%;
    min-width: 0;
    clip-path: none;
    padding: 44px var(--gut) 38px;
  }
  .zoneBand__quote {
    right: var(--gut);
    bottom: 22px;
    max-width: 12em;
  }
}
@media (max-width:640px) {
  .delegate {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .step {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 20px;
    padding: 0 0 30px;
  }
  .step::before,
  .step:nth-child(3)::before {
    display: block;
    top: 58px;
    bottom: 0;
    left: 29px;
    right: auto;
    width: 1px;
    height: auto;
  }
  .step:last-child::before {
    display: none;
  }
  .step h3 {
    margin-top: 12px;
  }
  .step p {
    grid-column: 2;
  }
  .contactForm {
    grid-template-columns: 1fr;
  }
  .zoneBand__title {
    font-size: 44px;
  }
  .zoneBand__list {
    white-space: normal;
  }
  .beforeAfter img {
    aspect-ratio: 4 / 5;
  }
  .wa {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 16px;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.mt-lg {
  margin-top: 26px;
}
.steps--5 {
  --n: 5;
}
.steps--6 {
  --n: 6;
}
.centerImg {
  margin: 0 auto;
}
.planImg {
  margin: 0 auto;
  max-height: 520px;
  width: auto;
}
.signature .monogram {
  color: #fff;
  font-size: 22px;
}
.studio__visual {
  padding: 7% 5% 12%;
}
@media (max-width:900px) {
  .studio__visual,
  .hero__visual {
    padding: 7% 5% 16%;
  }
}
@media (max-width:640px) {
  .step p {
    margin-top: 2px;
  }
}
@media (max-width:900px) {
  .planImg {
    max-height: 340px;
  }
}
@media (min-width:641px) and (max-width:900px) {
  .paths {
    grid-template-columns: 1fr 1fr;
  }
  .hero__visual {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }
}
.siteHeader .wrap {
  grid-template-columns: auto 1fr auto;
}
.topnav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(243, 238, 228, .7);
  border: 1px solid var(--line-2);
}
.siteHeader nav.topnav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 14px;
  color: var(--ink-2);
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.siteHeader nav.topnav a::after {
  display: none;
}
.siteHeader nav.topnav a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dot, var(--olive));
  opacity: 0;
  transform: scale(.4);
  transition: opacity .2s, transform .2s;
}
.siteHeader nav.topnav a:hover {
  background: #fff;
  color: var(--ink);
}
.siteHeader nav.topnav a:hover::before,
.siteHeader nav.topnav a.active::before {
  opacity: 1;
  transform: scale(1);
}
.siteHeader nav.topnav a.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(28, 40, 46, .08);
}
.dot-olive {
  --dot: var(--olive);
}
.dot-cesped {
  --dot: var(--cesped);
}
.dot-agua {
  --dot: var(--agua);
}
.dot-arena {
  --dot: #b7c24f;
}
.dot-tierra {
  --dot: var(--tierra);
}
.doing {
  padding-top: clamp(48px, 6vw, 88px);
}
.doing .sectionHead {
  margin-bottom: clamp(28px, 3.4vw, 44px);
}
.doing__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.4vw, 32px);
}
.feature {
  position: relative;
  padding: clamp(28px, 3.4vw, 48px);
  border-radius: var(--r);
  background: var(--white);
  border: 1px solid var(--line-2);
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(28px, 3.4vw, 48px);
  width: 56px;
  height: 3px;
  background: var(--accent);
}
.feature__label {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--earth);
}
.feature h3 {
  margin-top: 14px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.15;
}
.feature > p {
  margin-top: 16px;
  color: var(--ink-2);
}
.feature__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.feature h4 {
  margin: 0 0 12px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
}
.checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.checks li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.45;
}
.checks li::before {
  content: "";
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--accent);
  transform: translateY(-1px);
}
.doing__also {
  margin-top: 20px;
  padding: 18px 24px;
  border-radius: var(--r);
  border: 1px dashed var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}
.doing__alsoLabel {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.doing__also ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  flex: 1;
}
.doing__also ul li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15.5px;
  color: var(--ink-2);
}
.doing__also ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.vision {
  margin: 28px 0 0;
  padding: 0 0 0 22px;
  border-left: 2px solid var(--cesped);
}
.vision p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(19px, 1.6vw, 22px);
  line-height: 1.45;
  color: var(--ink-2);
}
.values {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.values li {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.values strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 19px;
}
.values span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
.steps__hint {
  margin: -20px 0 34px;
  font-size: 14px;
  color: var(--muted);
}
.hint-touch {
  display: none;
}
@media (hover:none) {
  .hint-desk {
    display: none;
  }
  .hint-touch {
    display: inline;
  }
}
.step__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px dashed var(--line);
}
.step__toggle:hover,
.step.open .step__toggle {
  border-bottom-color: var(--olive);
  color: var(--olive);
}
.step__plus {
  position: relative;
  width: 16px;
  height: 16px;
  flex: none;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: .7;
}
.step__plus::before,
.step__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .2s;
}
.step__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.step.open .step__plus::after {
  transform: translate(-50%, -50%) rotate(0);
}
.step__note {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  left: 0;
  width: min(340px, 86vw);
  padding: 22px 22px 20px;
  border-radius: var(--r);
  background: #fff;
  border: 1px solid var(--line-2);
  box-shadow: 0 26px 60px -30px rgba(28, 40, 46, .45);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.step:nth-last-child(-n+2) .step__note {
  left: auto;
  right: 0;
}
.step__noteHead {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: var(--ink);
}
.step__noteLabel {
  display: block;
  margin-top: 14px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--earth);
}
.step__note ul {
  margin: 6px 0 0;
  padding-left: 18px;
}
.step__note li + li {
  margin-top: 4px;
}
.step__note p {
  margin-top: 6px;
  font-size: 14.5px;
  color: var(--ink-2);
  max-width: none;
}
@media (hover:hover) {
  .step:hover .step__note {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.step.open .step__note,
.step:focus-within .step__note {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.step:hover,
.step.open {
  z-index: 21;
}
@media (max-width:1080px) {
  .siteHeader nav.topnav a {
    padding: 8px 11px;
    font-size: 13.5px;
  }
}
@media (max-width:900px) {
  .siteHeader .wrap {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand consult" "nav nav";
    row-gap: 8px;
  }
  .brand {
    grid-area: brand;
  }
  .consult {
    grid-area: consult;
    margin-top: 0;
    height: 38px;
    padding: 0 16px;
  }
  .siteHeader nav.topnav {
    grid-area: nav;
    display: flex;
    position: static;
    justify-self: stretch;
    flex-direction: row;
    padding: 4px;
    box-shadow: none;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid var(--line-2);
  }
  .siteHeader nav.topnav::-webkit-scrollbar {
    display: none;
  }
  .siteHeader nav.topnav a:not(.consult) {
    padding: 7px 13px;
    font-size: 14px;
    border-bottom: 0;
    flex: none;
  }
  .doing__main {
    grid-template-columns: 1fr;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .values li {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 12px;
    align-items: baseline;
    padding-top: 10px;
  }
  .values span {
    margin-top: 0;
  }
}
@media (max-width:640px) {
  .feature__cols {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .doing__also {
    padding: 18px;
  }
  .step__note {
    position: static;
    grid-column: 2;
    width: auto;
    margin-top: 12px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--sand);
    border-color: transparent;
  }
  .step.open .step__note {
    display: block;
  }
  .step:focus-within .step__note {
    display: none;
  }
  .step.open:focus-within .step__note {
    display: block;
  }
}
@media (max-width:900px) {
  .siteHeader nav.topnav {
    justify-content: space-between;
  }
}
@media (max-width:420px) {
  .siteHeader nav.topnav a:not(.consult) {
    padding: 7px 9px;
    font-size: 13.5px;
    gap: 6px;
  }
}
@media (min-width:641px) and (max-width:1080px) {
  .step .step__note,
  .step:nth-last-child(-n+2) .step__note {
    left: 0;
    right: auto;
  }
  .step:nth-child(3n) .step__note {
    left: auto;
    right: 0;
  }
}
.siteHeader nav.topnav {
  gap: 2px;
}
.doing {
  padding-bottom: clamp(40px, 5vw, 72px);
}
.doing + .studio {
  padding-top: clamp(40px, 5vw, 72px);
}
@media (max-width:640px) {
  .doing__also {
    flex-direction: column;
    align-items: flex-start;
  }
  .doing__also ul {
    flex-direction: column;
    gap: 8px;
  }
}
.siteHeader .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.siteHeader nav.mainNav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.siteHeader .topnav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(243, 238, 228, .7);
  border: 1px solid var(--line-2);
}
.siteHeader .topnav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 14px;
  color: var(--ink-2);
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.siteHeader .topnav a::after {
  display: none;
}
.siteHeader .topnav a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dot, var(--olive));
  opacity: 0;
  transform: scale(.4);
  transition: opacity .2s, transform .2s;
}
.siteHeader .topnav a:hover,
.siteHeader .topnav a.active {
  background: #fff;
  color: var(--ink);
}
.siteHeader .topnav a.active {
  box-shadow: 0 1px 2px rgba(28, 40, 46, .08);
}
.siteHeader .topnav a:hover::before,
.siteHeader .topnav a.active::before {
  opacity: 1;
  transform: scale(1);
}
.quick {
  display: none;
}
@media (max-width:1080px) {
  .siteHeader .topnav a {
    padding: 8px 11px;
    font-size: 13.5px;
  }
}
@media (max-width:900px) {
  :root {
    --header: 66px;
  }
  .siteHeader {
    height: var(--header);
  }
  .siteHeader .wrap {
    gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .brand img {
    width: 70px;
  }
  .quick {
    display: flex;
    gap: 6px;
    margin-left: auto;
  }
  .quick__btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .6);
    font-size: 13px;
    color: var(--ink-2);
    text-decoration: none;
    white-space: nowrap;
  }
  .quick__btn::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dot);
  }
  .quick__btn.is-active {
    background: #fff;
    color: var(--ink);
    border-color: var(--ink-2);
  }
  .siteHeader nav.mainNav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gut) 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -30px rgba(0, 0, 0, .35);
  }
  .siteHeader nav.mainNav.open {
    display: flex;
  }
  .siteHeader .topnav {
    display: block;
    padding: 0;
    border: 0;
    background: none;
    border-radius: 0;
  }
  .siteHeader .topnav a {
    display: flex;
    padding: 15px 0;
    border-radius: 0;
    background: none !important;
    box-shadow: none !important;
    font-size: 18px;
    border-bottom: 1px solid var(--line-2);
  }
  .siteHeader .topnav a::before {
    opacity: 1;
    transform: none;
    width: 7px;
    height: 7px;
  }
  .siteHeader .topnav a.active {
    color: var(--olive);
  }
  .siteHeader nav.mainNav .consult {
    margin-top: 18px;
    justify-content: center;
    height: 50px;
  }
}
@media (max-width:370px) {
  .quick__btn {
    padding: 6px 9px;
    font-size: 12.5px;
    gap: 5px;
  }
  .brand img {
    width: 62px;
  }
}
.menu {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  position: relative;
}
.menu span,
.menu::before,
.menu::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  height: 1.5px;
  background: currentColor;
  transition: transform .25s, opacity .2s;
}
.menu::before {
  top: 15px;
}
.menu span {
  top: 21px;
}
.menu::after {
  top: 27px;
}
.menu[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}
.menu[aria-expanded="true"] span {
  opacity: 0;
}
.menu[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}
.menu {
  display: none;
}
.siteHeader nav .topnav a:not(.consult) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 14px;
}
@media (max-width:1080px) {
  .siteHeader nav .topnav a:not(.consult) {
    padding: 8px 11px;
    font-size: 13.5px;
  }
}
@media (max-width:900px) {
  .menu {
    display: block;
    flex: none;
    margin-right: -8px;
  }
  .siteHeader nav .topnav a:not(.consult) {
    display: flex;
    padding: 15px 0;
    border-radius: 0;
    font-size: 18px;
    border-bottom: 1px solid var(--line-2);
  }
}
.feature {
  display: flex;
  flex-direction: column;
}
.feature__cta {
  margin-top: auto;
  padding-top: 28px;
  align-self: flex-start;
}
.feature__cta {
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.feature .feature__cols + .feature__cta {
  margin-top: auto;
}
.feature > p + .feature__cols {
  margin-top: 26px;
}
.doing__main {
  align-items: stretch;
}
.motivoChip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 10px 16px;
  border-radius: 10px;
  background: var(--olive-l);
  color: var(--olive-d);
  font-size: 14.5px;
}
.motivoChip[hidden] {
  display: none;
}
.motivoChip strong {
  font-weight: 500;
}
.motivoChip__x {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  color: var(--olive-d);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.motivoChip__x:hover {
  background: #fff;
}
.delegateItem {
  display: flex;
  flex-direction: column;
}
.delegateItem .link {
  margin-top: auto;
  padding-top: 18px;
  align-self: flex-start;
  font-size: 14.5px;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.pageHero--compact {
  padding-bottom: clamp(24px, 3vw, 40px);
}
.pageHero--compact .wrap {
  grid-template-columns: 1fr;
  max-width: calc(860px + 2 * var(--gut));
}
.display--sm {
  font-size: clamp(38px, 4.6vw, 62px);
}
.contact--sumate {
  padding-top: clamp(24px, 3vw, 40px);
}
.contact--sumate .wrap {
  grid-template-columns: 1fr;
  max-width: calc(860px + 2 * var(--gut));
}
.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: var(--sand);
  margin-bottom: 6px;
}
.tab {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-2);
  font: 500 14.5px/1.2 var(--sans);
  cursor: pointer;
  transition: background .2s, color .2s;
}
.tab.is-active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 3px rgba(28, 40, 46, .12);
}
.group {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.group[hidden] {
  display: none;
}
.groupGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
}
@media (max-width:640px) {
  .groupGrid {
    grid-template-columns: 1fr;
  }
  .tabs {
    border-radius: 16px;
  }
  .tab {
    font-size: 13.5px;
    padding: 0 10px;
  }
}
.contact {
  padding-bottom: clamp(88px, 10vw, 140px);
}
.feature__cta,
.delegateItem .link {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.siteHeader nav .topnav a.navSumate:not(.consult) {
  position: relative;
  margin-left: 6px;
  font-size: 13px;
  color: var(--muted);
}
.siteHeader nav .topnav a.navSumate:not(.consult)::after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: var(--line);
}
.siteHeader nav .topnav a.navSumate.active {
  color: var(--ink);
}
@media (max-width:900px) {
  .siteHeader nav .topnav a.navSumate:not(.consult) {
    margin-left: 0;
    font-size: 18px;
    color: var(--ink-2);
  }
  .siteHeader nav .topnav a.navSumate:not(.consult)::after {
    display: none;
  }
}
.valuesText {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 38em;
}
.valuesText strong {
  font-weight: 500;
  color: var(--ink);
}

/* =========================================================
   V22 — Auditoría de obra
   ========================================================= */
.audit { background: var(--white); }
.audit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 88px); align-items: center; }
.audit__lead { margin-top: 22px; }
.audit__nota { margin-top: 16px; font-size: 15.5px; max-width: 34em; }
.audit__cta { margin-top: 26px; }
.audit__checks { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.audit__checks li { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 17px; color: var(--ink-2); }
.audit__n { font-family: var(--serif); font-size: 22px; color: var(--c-direccion); }
@media (max-width: 900px) { .audit__grid { grid-template-columns: 1fr; } }

/* =========================================================
   V22 BIS — estilo oscuro ("lámina invertida")
   Mismo HTML que la V22: todo el cambio está en esta capa.
   ========================================================= */
@font-face { font-family: "Bricolage"; src: url("assets/fonts/bricolage-var.woff") format("woff"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("assets/fonts/figtree-var.woff") format("woff"); font-weight: 400 600; font-display: swap; }
@font-face { font-family: "PlexMono"; src: url("assets/fonts/plexmono-400.woff") format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "PlexMono"; src: url("assets/fonts/plexmono-500.woff") format("woff"); font-weight: 500; font-display: swap; }

:root {
  --carbon: #141d18;
  --carbon-2: #1c2821;
  --calco: #e6e8e1;
  --calco-2: #d9dcd2;
  --on-dark: #ffffff;
  --on-dark-2: rgba(255, 255, 255, .74);
  --on-dark-3: rgba(255, 255, 255, .55);
  --line-dark: rgba(255, 255, 255, .16);
  --display: "Bricolage", "Helvetica Neue", Arial, sans-serif;
  --serif: var(--display);
  --sans: "Figtree", "Helvetica Neue", Arial, sans-serif;
  --mono: "PlexMono", ui-monospace, Menlo, monospace;
  --r: 6px;
  --paper: var(--calco);
  --sand: var(--calco);
}
body { counter-reset: lamina; background: var(--calco); }

/* ---- tipografía ---- */
.display, .title, .path h3, .card h3, .feature h3, .delegateItem h3, .step h3, .signature strong, .zoneBand__title, .step__noteHead { font-family: var(--display); letter-spacing: -.025em; }
.display { font-weight: 600; font-size: clamp(42px, 5.8vw, 84px); line-height: .98; }
.title { font-weight: 600; font-size: clamp(32px, 4vw, 56px); line-height: 1.03; }
.display em, .title em { font-style: normal; color: inherit; }
.path h3, .card h3, .feature h3 { font-weight: 600; }
.zoneBand__title { font-weight: 600; }
.zoneBand__quote { font-family: var(--display); font-style: normal; font-weight: 500; }

/* ---- rótulo de plano en lugar de la etiqueta ---- */
.eyebrow {
  counter-increment: lamina;
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid currentColor;
  padding: 0 12px 0 0;
  font: 500 11.5px/30px var(--mono); letter-spacing: .08em;
  color: var(--ink-2); margin-bottom: 26px;
}
.eyebrow::before {
  content: "Lámina " counter(lamina, decimal-leading-zero);
  width: auto; height: auto; background: none;
  padding: 0 12px; border-right: 1px solid currentColor;
}
.sectionHead--center .eyebrow::after { display: none; }
.hero .eyebrow::before, .pageHero .eyebrow::before { content: "ARQUIMSC"; }
.hero .eyebrow, .pageHero .eyebrow { counter-increment: none; }

/* ---- botones más arquitectónicos ---- */
.btn, .consult, .zoneBand__cta, .tab, .tabs { border-radius: 4px; }
.btn { font: 600 14.5px/1 var(--sans); letter-spacing: .02em; text-transform: none; }

/* =========================================================
   Secciones oscuras
   ========================================================= */
.hero, .pageHero, .studio, #caminos, .section:has(.steps), .contact, .trust {
  background-color: var(--carbon); color: var(--on-dark);
}
.studio, .trust { background-color: var(--carbon-2); }
.hero, .pageHero, .contact {
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 40px 40px;
}
:is(.hero, .pageHero, .studio, [id="caminos"], .section:has(.steps), .contact, .trust) :is(.lead, p, .muted, .smallLead) { color: var(--on-dark-2); }
:is(.hero, .pageHero, .studio, [id="caminos"], .section:has(.steps), .contact, .trust) :is(.display, .title, h2, h3) { color: var(--on-dark); }
:is(.hero, .pageHero, .studio, [id="caminos"], .section:has(.steps), .contact, .trust) .eyebrow { color: var(--on-dark-2); }
:is(.hero, .pageHero, .studio, [id="caminos"], .section:has(.steps), .contact, .trust) .link { color: var(--on-dark); }
:is(.hero, .pageHero, .studio, [id="caminos"], .section:has(.steps), .contact, .trust) .link:hover { color: var(--arena); }
:is(.hero, .pageHero, [id="caminos"], .section:has(.steps), .contact, .studio) .btn { background: var(--arena); border-color: var(--arena); color: var(--ink); }
:is(.hero, .pageHero, [id="caminos"], .section:has(.steps), .contact, .studio) .btn:hover { background: #dde88a; border-color: #dde88a; }
.hero .display em { color: var(--agua); }

/* hero: el croquis a color queda como una lámina clara sobre la mesa oscura */
.hero__visual.sheet, .pageHero__media.sheet { background-color: var(--calco); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7); }
.beforeAfter figcaption { background: var(--calco); color: var(--ink); font-family: var(--mono); }

/* Quiénes somos: croquis en trazo blanco */
.studio .sheet { background-color: transparent; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); border: 1px solid var(--line-dark); }
.studio .sheet img { filter: invert(1) grayscale(1) contrast(1.15); mix-blend-mode: screen; }
.studio .sheet__tag { color: var(--on-dark-3); font-family: var(--mono); }
.studio .signature { border-top-color: var(--line-dark); }
.studio .signature strong { color: var(--on-dark); }
.studio .signature span { color: var(--on-dark-3); }
.studio .signature .monogram { background: var(--arena); color: var(--ink); font-family: var(--display); font-weight: 600; }
.studio .vision { border-left: 3px solid var(--arena); background: rgba(255, 255, 255, .04); padding: 18px 22px; }
.studio .vision p { font-family: var(--display); font-style: normal; font-weight: 500; color: var(--on-dark); }
.studio .valuesText { border-top-color: var(--line-dark); color: var(--on-dark-2); }
.studio .valuesText strong { color: var(--on-dark); }

/* ¿Cómo podemos ayudarte?: tarjetas claras como láminas sobre fondo oscuro */
#caminos .path { border-color: transparent; }
#caminos .path h3 { color: var(--ink); }
#caminos .path p { color: var(--muted); }
#caminos .path__cta { color: var(--ink); }

/* procesos en oscuro */
.section:has(.steps) .steps__hint { color: var(--on-dark-3); }
.section:has(.steps) .step::before { background: var(--line-dark); }
.section:has(.steps) .step__num { background: var(--carbon); border-color: var(--arena); color: var(--arena); font-family: var(--mono); font-size: 15px; }
.section:has(.steps) .step__toggle { color: var(--on-dark); border-bottom-color: var(--line-dark); }
.section:has(.steps) .step__toggle:hover, .section:has(.steps) .step.open .step__toggle { color: var(--arena); border-bottom-color: var(--arena); }
.section:has(.steps) .step > p { color: var(--on-dark-2); }
.section:has(.steps) .step__note, .section:has(.steps) .step__note p, .section:has(.steps) .step__note li { color: var(--ink-2); }
.section:has(.steps) .step__noteHead { color: var(--ink); }
@media (max-width: 640px) { .section:has(.steps) .step__note { background: var(--calco); } }

/* contacto en oscuro */
.contact .contactList a, .contact .contactList span { border-bottom-color: var(--line-dark); color: var(--on-dark); }
.contact .contactList small { color: var(--on-dark-3); font-family: var(--mono); }
.contact .contactList img { filter: brightness(0) invert(1); opacity: .8; }
.contact .contactList a[href^="https://wa.me"] img { filter: none; opacity: 1; }
.contact .contactForm { background: rgba(255, 255, 255, .04); border: 1px solid var(--line-dark); box-shadow: none; }
.contact .field label { color: var(--on-dark-2); font-family: var(--mono); font-weight: 500; }
.contact .contactForm input, .contact .contactForm select, .contact .contactForm textarea { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .22); color: var(--on-dark); }
.contact .contactForm select option { color: var(--ink); }
.contact .contactForm input:focus, .contact .contactForm select:focus, .contact .contactForm textarea:focus { border-color: var(--arena); background: rgba(255, 255, 255, .08); }
.contact .formStatus.success { color: var(--arena); }
.contact .formStatus.error { color: #f0a58f; }
.contact .motivoChip { background: rgba(209, 220, 114, .16); color: var(--on-dark); }
.contact .motivoChip__x { background: rgba(255, 255, 255, .12); color: var(--on-dark); }
.contact .tabs { background: rgba(255, 255, 255, .06); }
.contact .tab { color: var(--on-dark-2); }
.contact .tab.is-active { background: var(--arena); color: var(--ink); }

/* soporte externo (estudios) */
.trust .values { color: var(--arena); font-family: var(--mono); }
.trust .sheet { background-color: transparent; background-image: none; border: 1px solid var(--line-dark); }
.trust .sheet img { filter: invert(1) grayscale(1); mix-blend-mode: screen; }

/* =========================================================
   Secciones claras y de acento
   ========================================================= */
.section--white { background: #fff; }
.feature, .card, .delegateItem, .path { border-radius: var(--r); }
.feature, .card, .delegateItem { border: 2px solid var(--ink); }
.feature::before, .card::before, .delegateItem::before { display: none; }
.feature__label, .card h2, .path__label { font-family: var(--mono); font-weight: 500; letter-spacing: .1em; }
.feature h4 { font-family: var(--mono); font-weight: 500; }
.strip figcaption { font-family: var(--mono); }
.doing__also { border: 2px solid var(--ink); border-radius: var(--r); }

/* auditoría en arena */
.audit { background: var(--arena); color: var(--ink); }
.audit .eyebrow, .audit .title, .audit .lead { color: var(--ink); }
.audit .muted { color: #3f4a2a; }
.audit__checks { border-top-color: var(--ink); }
.audit__checks li { border-bottom-color: rgba(23, 32, 27, .28); color: var(--ink); }
.audit__n { font-family: var(--mono); font-size: 14px; color: var(--ink); }

/* franja de arriba: clara, como en la V22 (el logo se ve bien) */
.siteHeader { background: rgba(250, 248, 243, .94); }

/* corrección: la frase de valores de "Soporte externo" es un solo texto, no una grilla */
.trust .values { display: block; }
/* rótulo que se parte en dos líneas (celular) */
.eyebrow { align-items: stretch; line-height: 1.35; padding: 8px 12px 8px 0; }
.eyebrow::before { display: flex; align-items: center; padding: 0 12px; margin: -8px 0; }


/* =========================================================
   V22 BIS 2 — "mesa de trabajo": gestos hechos a mano sobre la bis
   Mismo HTML que la V22 y la V22 bis.
   ========================================================= */
:root { --papel: #eef1cf; --cinta: rgba(209, 220, 114, .62); }

/* ---------- subrayado de marcador en el título principal ---------- */
.hero .display em, .pageHero .display em {
  color: var(--on-dark);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 24' preserveAspectRatio='none'%3E%3Cpath d='M3 15 C 44 7 92 18 138 10 S 205 7 237 12' fill='none' stroke='%23d1dc72' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M18 20 C 70 15 140 21 226 16' fill='none' stroke='%23d1dc72' stroke-width='2.5' stroke-linecap='round' opacity='.7'/%3E%3C/svg%3E") no-repeat 0 94% / 100% .26em;
  padding-bottom: .06em;
}

/* ---------- láminas y fotos apoyadas con cinta ---------- */
.hero__visual.sheet, .pageHero__media.sheet { transform: rotate(-1.2deg); overflow: visible; animation: apoyar .9s cubic-bezier(.2,.8,.25,1.15) both; }
@keyframes apoyar { from { transform: rotate(-4deg) translateY(14px); } to { transform: rotate(-1.2deg); } }
.hero__visual.sheet::before, .hero__visual.sheet::after,
.pageHero__media.sheet::before, .pageHero__media.sheet::after {
  content: ""; position: absolute; z-index: 2; width: 92px; height: 26px; background: var(--cinta);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}
.hero__visual.sheet::before, .pageHero__media.sheet::before { top: -11px; left: 18px; transform: rotate(-9deg); }
.hero__visual.sheet::after, .pageHero__media.sheet::after { bottom: -10px; right: 22px; transform: rotate(-6deg); }
.pageHero__media.sheet { overflow: visible; }

.beforeAfter figure { overflow: visible; box-shadow: 0 22px 40px -20px rgba(0, 0, 0, .7); }
.beforeAfter figure:first-child { transform: rotate(-2deg); }
.beforeAfter figure:last-child { transform: rotate(1.6deg) translateY(10px); }
.beforeAfter figure img { border-radius: 3px; }
.beforeAfter figure::after { content: ""; position: absolute; top: -10px; left: 50%; width: 78px; height: 22px; transform: translateX(-50%) rotate(3deg); background: var(--cinta); box-shadow: 0 1px 2px rgba(0, 0, 0, .18); }

.strip figure { overflow: visible; box-shadow: 0 16px 30px -18px rgba(0, 0, 0, .55); }
.strip figure:nth-child(1) { transform: rotate(-1.4deg); }
.strip figure:nth-child(2) { transform: rotate(1deg) translateY(8px); }
.strip figure:nth-child(3) { transform: rotate(-.6deg); }
.strip figure::before { content: ""; position: absolute; z-index: 2; top: -10px; left: 24px; width: 70px; height: 22px; transform: rotate(-7deg); background: var(--cinta); box-shadow: 0 1px 2px rgba(0, 0, 0, .15); }
.strip img { border-radius: 3px; }

/* ---------- tarjetas con sombra "de tablero" ---------- */
.feature, .card, .delegateItem { box-shadow: 6px 6px 0 var(--ink); transition: transform .25s, box-shadow .25s; }
.feature:hover, .card:hover, .delegateItem:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
#caminos .path { box-shadow: 8px 8px 0 var(--arena); }
#caminos .path:hover { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--arena); }

/* ---------- etapas: números anotados a mano ---------- */
.section:has(.steps) .step__num {
  width: auto; min-width: 64px; height: auto; border: 0; border-radius: 0; background: none;
  display: inline-block; padding: 10px 12px 6px; position: relative;
  font: 600 clamp(40px, 4.2vw, 58px)/1 var(--display); letter-spacing: -.04em; color: var(--on-dark);
}
.section:has(.steps) .step__num::after {
  content: ""; position: absolute; inset: -9px -12px -7px -12px; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M46 9 C 22 5 6 20 8 40 C 10 60 30 73 50 68 C 69 63 76 43 70 27 C 65 14 52 8 36 11' fill='none' stroke='%23d1dc72' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.section:has(.steps) .step:nth-child(odd) .step__num { transform: rotate(-4deg); }
.section:has(.steps) .step:nth-child(even) .step__num { transform: rotate(3deg) translateY(4px); }
.section:has(.steps) .step:nth-child(3n) .step__num::after { transform: rotate(35deg); }
.section:has(.steps) .step::before { top: 30px; left: 96px; right: 14px; height: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20' preserveAspectRatio='none'%3E%3Cpath d='M2 11 C 30 7 70 14 110 9' fill='none' stroke='rgba%28255,255,255,.35%29' stroke-width='1.6' stroke-linecap='round' stroke-dasharray='5 5'/%3E%3Cpath d='M104 4 L 114 9 L 105 15' fill='none' stroke='rgba%28255,255,255,.45%29' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.section:has(.steps) .step h3 { margin-top: 18px; }

/* ---------- notas: ficha de papel pegada con cinta ---------- */
.section:has(.steps) .step { --tilt: -1.2deg; }
.section:has(.steps) .step:nth-child(even) { --tilt: 1deg; }
.section:has(.steps) .step__note {
  background: var(--papel); border: 0; border-radius: 2px; overflow: visible;
  box-shadow: 0 22px 34px -16px rgba(0, 0, 0, .65), 0 2px 5px rgba(0, 0, 0, .25);
  transform: rotate(calc(var(--tilt) * 2.4)) translateY(10px);
  transition: opacity .25s, visibility .25s, transform .45s cubic-bezier(.2, .9, .25, 1.25);
  padding: 26px 22px 20px;
}
.section:has(.steps) .step__note::before {
  content: ""; position: absolute; top: -12px; left: 50%; width: 96px; height: 24px;
  transform: translateX(-50%) rotate(-3deg); background: rgba(255, 255, 255, .6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}
.section:has(.steps) .step.open .step__note,
.section:has(.steps) .step:focus-within .step__note { transform: rotate(var(--tilt)); }
@media (hover: hover) { .section:has(.steps) .step:hover .step__note { transform: rotate(var(--tilt)); } }
.section:has(.steps) .step__noteHead { font-family: var(--display); font-weight: 600; font-size: 19px; }
.section:has(.steps) .step__noteLabel { font-family: var(--mono); color: var(--tierra); }
.section:has(.steps) .step__note ul { list-style: none; padding-left: 0; }
.section:has(.steps) .step__note li { padding-left: 22px; position: relative; }
.section:has(.steps) .step__note li::before { content: "—"; position: absolute; left: 0; color: var(--tierra); }

/* ---------- auditoría: tildes de control dibujadas ---------- */
.audit__n { width: 34px; height: 34px; font-size: 0; color: transparent; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M6 22 C 11 25 14 29 16 33 C 21 21 28 12 36 5' fill='none' stroke='%2317201b' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; align-self: center; }
.audit__checks li:nth-child(2) .audit__n { transform: rotate(-6deg); }
.audit__checks li:nth-child(3) .audit__n { transform: rotate(4deg); }

/* ---------- Quiénes somos: monograma como sello ---------- */
.studio .signature .monogram { transform: rotate(-6deg); box-shadow: 3px 3px 0 rgba(255, 255, 255, .15); }

/* ---------- celular ---------- */
@media (max-width: 640px) {
  .section:has(.steps) .step { grid-template-columns: 84px 1fr; }
  .section:has(.steps) .step::before, .section:has(.steps) .step:nth-child(3)::before {
    top: 70px; bottom: 6px; left: 36px; right: auto; width: 2px; height: auto;
    background: repeating-linear-gradient(to bottom, rgba(255,255,255,.3) 0 6px, transparent 6px 12px);
  }
  .section:has(.steps) .step__note { transform: rotate(var(--tilt)); margin-top: 18px; }
  .section:has(.steps) .step { --tilt: -.9deg; }
  .section:has(.steps) .step:nth-child(even) { --tilt: .8deg; }
  .beforeAfter figure:last-child { transform: rotate(1.6deg); }
  .strip figure:nth-child(2) { transform: rotate(1deg); }
}
@media (prefers-reduced-motion: reduce) { .hero__visual.sheet, .pageHero__media.sheet { animation: none; } }

/* notas más anchas (menos altas) y lugar reservado en la mesa para que no pisen la sección siguiente */
@media (min-width: 641px) {
  .section:has(.steps) .step__note { width: min(470px, 86vw); }
  .section:has(.steps) .steps { margin-bottom: 250px; }
}
