/* Servicios V1 — experiencia editorial y scrollytelling específico. */
.services-page {
  --services-ink: #2c170e;
  --services-paper: #f5ede1;
  --services-dark: #3b2415;
  overflow: clip;
  color: var(--services-ink);
  background: var(--services-paper);
}

.services-kicker {
  margin: 0;
  font-family: var(--font-ui);
  font-size: .69rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Hero */
.services-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(120px, 14vh, 170px) clamp(24px, 5vw, 78px) 42px;
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(540px, 1.14fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(24px, 5vw, 84px);
  background: var(--services-paper);
}

.services-hero__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 720px;
}

.services-hero__copy .services-kicker { color: #9a765e; margin-bottom: clamp(24px, 4vh, 42px); }

.services-hero h1 {
  margin: 0;
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(4.7rem, 6.65vw, 7.35rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: 0;
  white-space: nowrap;
}

.services-hero h1 span { color: #8b5739; }

.services-hero__intro {
  max-width: 49ch;
  margin: clamp(30px, 4.5vh, 52px) 0 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
  color: #7f7167;
}

.services-hero__scene {
  position: relative;
  min-height: min(58svh, 540px);
  align-self: center;
  isolation: isolate;
}

.services-hero__photo {
  position: absolute;
  inset: 0 0 22px 5%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(59, 36, 21, .12);
  border-radius: 220px 220px 24px 24px;
  background: #d8c8b8;
  box-shadow: 0 32px 80px rgba(62, 34, 18, .16);
}
.services-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(30,17,10,.62)); }
.services-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.services-hero__photo figcaption { position: absolute; z-index: 2; left: 28px; bottom: 24px; font-family: var(--font-ui); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #fff; }
.services-hero__badge { position: absolute; z-index: 3; right: -16px; bottom: 0; width: 174px; aspect-ratio: 1; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 50%; color: #f5ede1; background: #8b5739; box-shadow: 0 20px 55px rgba(62,34,18,.18); }
.services-hero__badge strong { font-family: var(--font-display); font-size: 4.6rem; font-weight: 600; line-height: .75; }
.services-hero__badge span { font-family: var(--font-ui); font-size: .62rem; font-weight: 700; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }

.services-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(59, 36, 21, .18);
}

.services-index a {
  min-height: 62px;
  padding: 18px clamp(8px, 1.5vw, 24px);
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(59, 36, 21, .18);
  font-family: var(--font-ui);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease;
}

.services-index a:last-child { border-right: 0; }
.services-index a:hover { color: #f5ede1; background: #3b2415; }
.services-index span { color: #b28b70; }
.services-scroll-cue { display: none; }

/* Manifiesto: el panel se expande durante el scroll. */
.services-manifesto { position: relative; height: 265svh; background: var(--services-paper); }
.services-manifesto__sticky { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; overflow: hidden; }
.services-manifesto__card {
  position: relative;
  width: min(38vw, 570px);
  min-width: 430px;
  height: min(58vh, 570px);
  padding: clamp(38px, 6vw, 86px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 26px;
  color: #f5ede1;
  background:
    radial-gradient(circle at 76% 46%, rgba(224, 96, 58, .1), transparent 34%),
    repeating-linear-gradient(112deg, rgba(245, 237, 225, .012) 0 1px, transparent 1px 7px),
    var(--services-dark);
  overflow: hidden;
  transform-origin: center;
}

.services-manifesto__card .services-kicker { color: #d7aa86; margin-bottom: 34px; }
.services-manifesto__card h2 {
  max-width: 10.5ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 5.7vw, 6.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.services-manifesto__promise {
  position: absolute;
  isolation: isolate;
  top: 50%;
  right: clamp(38px, 6vw, 92px);
  left: 56%;
  padding-left: clamp(28px, 3.4vw, 58px);
  border-left: 1px solid rgba(245, 237, 225, .2);
  transform: translateY(-10%);
}
.services-manifesto__promise::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 14%;
  right: -16%;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 170, 134, .09), transparent 68%);
  pointer-events: none;
}
.services-manifesto__promise p { margin: 0; }
.services-manifesto__install {
  color: #cbb9aa;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.75vw, 3.3rem);
  font-weight: 600;
  line-height: 1;
}
.services-manifesto__line {
  position: relative;
  width: min(100%, 520px);
  height: 1px;
  margin: clamp(24px, 3.2vh, 38px) 0;
  display: block;
  background: rgba(245, 237, 225, .18);
}
.services-manifesto__line i {
  position: absolute;
  inset: 0;
  display: block;
  background: #d7aa86;
  transform-origin: left;
}
.services-manifesto__line b {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #e0603a;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(224, 96, 58, .12);
}
.services-manifesto__operate {
  max-width: 9ch;
  color: #f5ede1;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 5.35vw, 6.3rem);
  font-weight: 600;
  line-height: .92;
}
.services-manifesto__operate strong { color: #e77a55; font-weight: inherit; }
.services-manifesto__continuity {
  width: min(100%, 560px);
  margin: clamp(38px, 5vh, 62px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(245, 237, 225, .22);
  border-bottom: 1px solid rgba(245, 237, 225, .12);
  list-style: none;
}
.services-manifesto__continuity li {
  padding: 15px 12px 14px 0;
  color: #cbb9aa;
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.services-manifesto__continuity li + li { padding-left: 12px; }
.services-manifesto__continuity span { margin-bottom: 7px; display: block; color: #d7aa86; font-size: .56rem; }

/* Catálogo guiado */
.service-guide { position: relative; height: 580svh; background: var(--services-paper); }
.service-guide__pin { position: sticky; top: 0; height: 100svh; padding: 88px clamp(24px, 4vw, 64px) 30px; overflow: hidden; }
.service-guide__header { position: absolute; top: 96px; left: clamp(24px, 4vw, 64px); right: clamp(24px, 4vw, 64px); z-index: 10; display: flex; justify-content: space-between; }
.service-guide__header .services-kicker { color: #957660; }
.service-guide__count { margin: 0; font-family: var(--font-ui); font-size: .72rem; font-weight: 700; letter-spacing: .14em; color: #957660; }

.service-guide__rail {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: clamp(24px, 4vw, 64px);
  width: clamp(150px, 15vw, 220px);
  transform: translateY(-46%);
}

.service-guide__rail a {
  position: relative;
  padding: 12px 0 12px 25px;
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 5px;
  align-items: center;
  font-family: var(--font-ui);
  color: rgba(59, 36, 21, .38);
  transition: color .35s ease, transform .35s ease;
}
.service-guide__rail a span { font-size: .6rem; font-weight: 700; letter-spacing: .1em; }
.service-guide__rail a strong { font-size: .72rem; font-weight: 700; letter-spacing: .05em; }
.service-guide__rail a.is-active { color: var(--services-ink); transform: translateX(7px); }
.service-guide__progress { position: absolute; top: 0; bottom: 0; left: 4px; width: 1px; overflow: hidden; background: rgba(59, 36, 21, .14); }
.service-guide__progress i { position: absolute; inset: 0; display: block; background: #8b5739; transform: scaleY(0); transform-origin: top; }

.service-guide__stage { position: absolute; inset: 146px clamp(24px, 4vw, 64px) 40px clamp(205px, 19vw, 288px); }
.service-chapter { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(330px, .82fr) minmax(430px, 1.18fr); gap: clamp(24px, 4vw, 72px); align-items: stretch; visibility: hidden; opacity: 0; scroll-margin-top: 88px; }
.service-chapter.is-active { visibility: visible; opacity: 1; }
.service-chapter__copy { align-self: center; max-width: 610px; }
.service-chapter__eyebrow { margin: 0 0 27px; font-family: var(--font-ui); font-size: .68rem; font-weight: 700; line-height: 1.4; letter-spacing: .13em; text-transform: uppercase; color: var(--service-color); }
.service-chapter h2 { max-width: 11.5ch; margin: 0; font-family: var(--font-display); font-size: clamp(3.25rem, 4.85vw, 5.5rem); font-weight: 600; line-height: 1; letter-spacing: 0; }
.service-chapter__description { max-width: 49ch; margin: clamp(24px, 4vh, 38px) 0 0; font-size: clamp(.98rem, 1.12vw, 1.13rem); line-height: 1.62; color: #7f7167; }
.service-chapter ul { max-width: 510px; margin: clamp(22px, 3vh, 34px) 0 0; padding: 0; display: grid; border-top: 1px solid rgba(59, 36, 21, .16); list-style: none; }
.service-chapter li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid rgba(59, 36, 21, .16); font-family: var(--font-ui); font-size: .72rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.service-chapter li::before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--service-color); transform: translateY(-50%); }
.service-chapter__cta { margin-top: clamp(24px, 3.5vh, 38px); padding-bottom: 7px; display: inline-flex; align-items: center; gap: 26px; border-bottom: 1px solid currentColor; font-family: var(--font-ui); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.service-chapter__cta span { font-size: 1rem; transition: transform .3s ease; }
.service-chapter__cta:hover span { transform: translate(4px, -4px); }

.service-chapter__visual { position: relative; min-height: 0; overflow: hidden; display: grid; place-items: center; border-radius: 24px; background: var(--service-wash); }
.service-chapter__visual::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, transparent 60%, rgba(44, 23, 14, .08)); }
.service-chapter__visual img { position: relative; z-index: 1; width: 100%; height: 100%; }
.service-chapter__visual img { object-position: center; }
.service-chapter__visual--cafe img { object-position: 42% center; }
.service-chapter__number { position: absolute; z-index: 3; top: 25px; left: 28px; font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1; color: var(--service-color); }

/* Agua queda como ilustración hasta confirmar el fabricante del equipo. */
.water-scene { position: relative; width: 100%; height: 100%; display: grid; place-items: center; }
.water-scene__halo { position: absolute; width: 66%; aspect-ratio: 1; border-radius: 50%; background: rgba(57, 116, 134, .14); }
.water-scene p { position: absolute; right: 28px; bottom: 25px; z-index: 4; margin: 0; font-family: var(--font-ui); font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #397486; }
.water-drawing { position: relative; z-index: 3; width: min(42%, 255px); aspect-ratio: .5; border: 7px solid #2d3537; border-radius: 22px 22px 10px 10px; background: linear-gradient(145deg, #f4f5f2, #b9c5c7); box-shadow: 18px 25px 0 rgba(36, 70, 78, .13); }
.water-drawing::before { content: ""; position: absolute; top: 8%; left: 13%; right: 13%; height: 19%; border-radius: 8px; background: #263235; box-shadow: inset 0 0 0 2px rgba(255,255,255,.11); }
.water-drawing::after { content: ""; position: absolute; top: 28%; left: 46%; width: 8%; height: 12%; border-radius: 0 0 6px 6px; background: #536467; }
.water-drawing > i { position: absolute; z-index: 2; top: 13%; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: #7ccad5; box-shadow: 0 0 15px #7ccad5; transform: translateX(-50%); }
.water-drawing > b { position: absolute; left: 14%; right: 14%; top: 39%; height: 37%; border-radius: 12px; background: #384346; box-shadow: inset 0 12px 28px rgba(0,0,0,.25); }
.water-drawing > b::after { content: ""; position: absolute; top: -6%; left: 49%; width: 3px; height: 48%; background: linear-gradient(#c9f5fa, #74c9d6); }
.water-drawing > em { position: absolute; z-index: 2; left: 34%; right: 34%; top: 56%; height: 28%; border: 3px solid rgba(244,251,251,.82); border-radius: 5px 5px 14px 14px; background: linear-gradient(to top, rgba(92,190,208,.78) 45%, rgba(237,249,250,.18) 46%); }
.water-drawing--small { width: 48%; border-width: 4px; border-radius: 10px; box-shadow: 7px 9px 0 rgba(36,70,78,.12); justify-self: center; }
.water-drawing--small::before { border-radius: 3px; }
.water-drawing--small > i { width: 5px; height: 5px; }
.water-drawing--small > b { border-radius: 5px; }
.water-drawing--small > em { border-width: 1px; border-radius: 2px 2px 5px 5px; }

/* Operación */
.services-operation { position: relative; height: auto; isolation: isolate; overflow: hidden; color: var(--services-paper); background: var(--services-dark); }
.services-operation::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(42, 24, 16, .76), rgba(42, 24, 16, .9)), linear-gradient(0deg, rgba(42, 24, 16, .88), rgba(42, 24, 16, .45)); pointer-events: none; }
.services-operation__media { position: absolute; z-index: 0; inset: 0; height: 100%; margin: 0; }
.services-operation__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.services-operation__sticky { position: relative; z-index: 2; width: min(1440px, 100%); height: auto; margin: 0 auto; padding: clamp(68px, 7vw, 96px) clamp(24px, 5vw, 78px); overflow: visible; }
.services-operation__intro { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); gap: clamp(42px, 8vw, 130px); align-items: end; }
.services-operation__intro .services-kicker { margin: 0 0 8px; color: #e4b88e; }
.services-operation__intro h2 { max-width: 11.5ch; margin: 0; text-align: left; font-family: var(--font-display); font-size: clamp(2.75rem, 4vw, 4.35rem); font-weight: 600; line-height: 1; letter-spacing: 0; }
.services-operation__cards { margin-top: clamp(44px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid rgba(245, 237, 225, .3); background: rgba(42, 24, 16, .48); backdrop-filter: blur(7px); }
.operation-card,
.operation-card:nth-child(n) { min-height: 210px; padding: clamp(24px, 2.5vw, 34px); border-right: 1px solid rgba(245, 237, 225, .22); color: var(--services-paper); background: transparent; box-shadow: none; transform: none; }
.operation-card:last-child { border-right: 0; }
.operation-card span { font-family: var(--font-ui); font-size: .65rem; font-weight: 700; letter-spacing: .12em; color: #d5a983; }
.operation-card h3 { margin: clamp(34px, 3.8vw, 52px) 0 14px; font-family: var(--font-display); font-size: clamp(1.85rem, 2.35vw, 2.55rem); font-weight: 600; line-height: 1; letter-spacing: 0; color: var(--services-paper); }
.operation-card p { max-width: 35ch; margin: 0; font-size: .96rem; line-height: 1.6; color: rgba(245, 237, 225, .62); }
.services-operation__message { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; visibility: visible; opacity: 1; }
.services-operation__message strong { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-ui); font-size: .68rem; font-weight: 700; line-height: 1; letter-spacing: .14em; text-transform: uppercase; color: rgba(245, 237, 225, .72); }
.services-operation__message strong:not(:last-child)::after { content: "·"; color: #d5a983; }

/* Cierre y pie */
.services-closer-wrap { position: relative; background: var(--services-paper); }
.services-closer { min-height: 100svh; padding: clamp(100px, 13vh, 150px) clamp(24px, 6vw, 94px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); gap: clamp(40px, 6vw, 92px); align-items: center; color: #f5ede1; background: #8b5739; }
.services-closer__copy { position: relative; z-index: 2; }
.services-closer .services-kicker { margin-bottom: 34px; color: #efd2b8; }
.services-closer h2 { max-width: 11ch; margin: 0; font-family: var(--font-display); font-size: clamp(3.6rem, 5.75vw, 6.3rem); font-weight: 600; line-height: 1; letter-spacing: 0; }
.services-closer__copy > p:not(.services-kicker) { max-width: 45ch; margin: 34px 0 0; font-size: clamp(1rem, 1.2vw, 1.16rem); line-height: 1.7; color: #ead9c9; }
.services-closer__actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 12px; }
.services-closer .btn { border-color: #f5ede1; color: #f5ede1; }
.services-closer .btn--solid { color: #3b2415; background: #f5ede1; }
.services-closer__media { position: relative; height: min(72svh, 720px); margin: 0; overflow: hidden; border-radius: 240px 240px 24px 24px; box-shadow: 0 30px 80px rgba(39,20,10,.22); }
.services-closer__media img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }

@media (max-width: 1100px) {
  .services-hero { grid-template-columns: minmax(360px, .9fr) 1.1fr; }
  .services-hero h1 { white-space: normal; }
  .services-hero__scene { min-height: 490px; }
  .service-guide__rail { width: 155px; }
  .service-guide__stage { left: 200px; }
  .service-chapter { grid-template-columns: minmax(300px, .9fr) minmax(350px, 1.1fr); }
}

@media (max-width: 900px) {
  .services-hero { min-height: auto; padding-top: 120px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .services-hero h1 { font-size: clamp(4.5rem, 13vw, 7.8rem); }
  .services-hero__scene { min-height: 600px; margin: 44px 0 30px; }
  .services-hero__photo { inset: 0 5% 20px; }
  .services-hero__badge { right: 1%; }
  .services-index { grid-template-columns: 1fr 1fr; }
  .services-index a:nth-child(2n) { border-right: 0; }
  .services-index a:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(59,36,21,.18); }

  .services-manifesto { height: auto; padding: 70px 20px; }
  .services-manifesto__sticky { position: relative; height: auto; }
  .services-manifesto__card { width: 100%; min-width: 0; height: auto; min-height: 72svh; overflow: hidden; }
  .services-manifesto__promise { position: relative; inset: auto; margin-top: 54px; padding: 38px 0 0; border-top: 1px solid rgba(245,237,225,.2); border-left: 0; transform: none; }
  .services-manifesto__operate { max-width: 10ch; }

  .service-guide { height: auto; }
  .service-guide__pin { position: relative; height: auto; padding: 90px 20px; overflow: visible; }
  .service-guide__header { position: relative; inset: auto; margin-bottom: 48px; }
  .service-guide__count, .service-guide__rail { display: none; }
  .service-guide__stage { position: relative; inset: auto; display: grid; gap: 22px; }
  .service-chapter { position: relative; inset: auto; min-height: 0; padding: 0 0 70px; display: grid; grid-template-columns: 1fr; gap: 30px; visibility: visible; opacity: 1; border-bottom: 1px solid rgba(59,36,21,.17); }
  .service-chapter:last-child { border-bottom: 0; }
  .service-chapter__copy { order: 2; padding: 0 6px; }
  .service-chapter__visual { order: 1; min-height: 62svh; }
  .service-chapter h2 { font-size: clamp(3.8rem, 10vw, 6rem); }

  .services-operation { height: auto; }
  .services-operation__sticky { position: relative; height: auto; padding: 68px 20px; overflow: visible; }
  .services-operation__intro { display: block; }
  .services-operation__intro h2 { margin-top: 32px; text-align: left; }
  .services-operation__cards { position: relative; inset: auto; margin-top: 42px; display: grid; grid-template-columns: 1fr; gap: 0; }
  .operation-card, .operation-card:nth-child(n) { position: relative; inset: auto; width: 100%; min-height: 0; border-right: 0; border-bottom: 1px solid rgba(245, 237, 225, .2); transform: none; }
  .operation-card:last-child { border-bottom: 0; }
  .operation-card h3 { margin-top: 40px; }
  .services-operation__message { display: flex; justify-content: flex-start; }

  .services-closer { min-height: auto; padding-block: 100px; grid-template-columns: 1fr; }
  .services-closer__media { height: min(78svh, 680px); }
}

@media (max-width: 560px) {
  .services-hero { padding: 105px 18px 24px; }
  .services-hero h1 { font-size: clamp(3.5rem, 15.5vw, 5rem); line-height: .98; overflow-wrap: normal; }
  .services-hero__intro { font-size: .98rem; line-height: 1.58; }
  .services-hero__scene { min-height: 480px; margin-inline: -5px; }
  .services-hero__photo { inset: 0 7px 22px; border-radius: 150px 150px 18px 18px; }
  .services-hero__photo figcaption { left: 18px; bottom: 18px; font-size: .57rem; }
  .services-hero__badge { right: -2px; width: 130px; padding: 19px; }
  .services-hero__badge strong { font-size: 3.6rem; }
  .services-index { grid-template-columns: 1fr; }
  .services-index a, .services-index a:nth-child(n) { grid-column: auto; border-right: 0; border-top: 1px solid rgba(59,36,21,.18); }
  .services-index a:first-child { border-top: 0; }

  .services-manifesto__card { min-height: 78svh; padding: 34px 25px; border-radius: 18px; }
  .services-manifesto__card h2 { font-size: clamp(3.35rem, 14.2vw, 4.7rem); line-height: 1; }
  .services-manifesto__promise { margin-top: 46px; padding-top: 30px; }
  .services-manifesto__install { font-size: 1.8rem; }
  .services-manifesto__operate { font-size: clamp(3rem, 13vw, 4.3rem); }
  .services-manifesto__continuity li { padding-right: 7px; font-size: .52rem; letter-spacing: .05em; }
  .services-manifesto__continuity li + li { padding-left: 7px; }

  .service-guide__pin { padding-inline: 18px; }
  .service-chapter { padding-bottom: 60px; }
  .service-chapter__visual { min-height: 52svh; border-radius: 17px; }
  .service-chapter h2 { font-size: clamp(3.25rem, 14vw, 4.7rem); line-height: 1; }
  .service-chapter__description { font-size: .96rem; }
  .water-drawing { width: 48%; }
  .water-scene p { right: 16px; bottom: 16px; }

  .services-operation__sticky { padding-inline: 18px; }
  .services-operation__intro h2 { font-size: clamp(2.7rem, 11.5vw, 3.8rem); line-height: 1; }
  .operation-card { padding: 24px; }
  .operation-card h3 { font-size: 2.5rem; }

  .services-closer { padding: 86px 22px; gap: 52px; }
  .services-closer h2 { font-size: clamp(3.35rem, 14.5vw, 4.8rem); line-height: 1; }
  .services-closer__media { height: 58svh; border-radius: 140px 140px 18px 18px; }
  .services-closer__actions { width: 100%; flex-direction: column; }
  .services-closer__actions .btn { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .services-manifesto,
  .service-guide,
  .services-operation { height: auto; }
  .services-manifesto { padding: 70px 20px; }
  .services-manifesto__sticky,
  .service-guide__pin,
  .services-operation__sticky { position: relative; height: auto; }
  .services-manifesto__card { width: 100%; min-width: 0; height: auto; min-height: 72svh; }
  .service-guide__pin { padding: 90px 20px; overflow: visible; }
  .service-guide__header { position: relative; inset: auto; margin-bottom: 48px; }
  .service-guide__count,
  .service-guide__rail { display: none; }
  .service-guide__stage { position: relative; inset: auto; display: grid; gap: 22px; }
  .service-chapter {
    position: relative;
    inset: auto;
    min-height: 0;
    padding-bottom: 70px;
    grid-template-columns: minmax(280px, .85fr) minmax(380px, 1.15fr);
    visibility: visible;
    border-bottom: 1px solid rgba(59,36,21,.17);
  }
  .services-operation__sticky { padding: clamp(68px, 7vw, 96px) clamp(24px, 5vw, 78px); overflow: visible; }
  .services-operation__cards { position: relative; inset: auto; margin-top: clamp(44px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .operation-card,
  .operation-card:nth-child(n) { position: relative; inset: auto; width: 100%; min-height: 0; transform: none; }
  .services-operation__message { display: flex; }
  .services-hero__photo,
  .services-manifesto__card,
  .service-chapter,
  .operation-card,
  .services-operation__message { transform: none !important; opacity: 1; }
  .service-chapter { visibility: visible; }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .service-chapter { grid-template-columns: 1fr; }
  .services-operation__cards { grid-template-columns: 1fr; }
}

/* El contenido sigue siendo navegable si JavaScript está desactivado. */
html:not(.js) .services-manifesto,
html:not(.js) .service-guide,
html:not(.js) .services-operation { height: auto; }
html:not(.js) .services-manifesto { padding: 70px 20px; }
html:not(.js) .services-manifesto__sticky,
html:not(.js) .service-guide__pin,
html:not(.js) .services-operation__sticky { position: relative; height: auto; }
html:not(.js) .services-manifesto__card { width: 100%; min-width: 0; height: auto; min-height: 72svh; }
html:not(.js) .service-guide__pin { padding: 90px 20px; overflow: visible; }
html:not(.js) .service-guide__header { position: relative; inset: auto; margin-bottom: 48px; }
html:not(.js) .service-guide__count,
html:not(.js) .service-guide__rail { display: none; }
html:not(.js) .service-guide__stage { position: relative; inset: auto; display: grid; gap: 22px; }
html:not(.js) .service-chapter {
  position: relative;
  inset: auto;
  min-height: 0;
  padding-bottom: 70px;
  grid-template-columns: minmax(280px, .85fr) minmax(380px, 1.15fr);
  visibility: visible;
  opacity: 1;
  border-bottom: 1px solid rgba(59,36,21,.17);
}
html:not(.js) .services-operation__sticky { padding: clamp(68px, 7vw, 96px) clamp(24px, 5vw, 78px); overflow: visible; }
html:not(.js) .services-operation__cards { position: relative; inset: auto; margin-top: clamp(44px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
html:not(.js) .operation-card,
html:not(.js) .operation-card:nth-child(n) { position: relative; inset: auto; width: 100%; min-height: 0; transform: none; }
html:not(.js) .services-operation__message { display: flex; }

@media (max-width: 900px) {
  html:not(.js) .service-chapter,
  html:not(.js) .services-operation__cards { grid-template-columns: 1fr; }
}
