:root {
      --milk: #F6F0E7;
      --white: #FFFDF8;
      --paper: #FFFFFF;
      --sand: #D8C3A5;
      --beige: #B99578;
      --graphite: #262625;
      --brown: #6A5043;
      --terracotta: #A8644F;
      --olive: #6F765D;
      --green: #4E5A50;
      --burgundy: #7B4A46;
      --line: rgba(38,38,37,.15);
      --line-soft: rgba(38,38,37,.09);
      --muted: rgba(38,38,37,.74);
      --muted-2: rgba(38,38,37,.60);
      --max: 1190px;
      --pad: clamp(18px, 4vw, 46px);
      --section: clamp(76px, 9vw, 124px);
      --head: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --hero-img: url("/img/generated/metodo-ruso-masaje-hero-1024.jpg");
      --work-img: url("/img/generated/metodo-ruso-trabajo-manual-1024.jpg");
      --studio-img: url("/img/generated/metodo-ruso-espacio-masaje-1536.jpg");
      --detail-img: url("/img/generated/metodo-ruso-detalle-masaje-1024.jpg");
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 92px; }
    body {
      margin: 0;
      color: var(--graphite);
      background: var(--milk);
      font-family: var(--body);
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    img { display: block; max-width: 100%; height: auto; }

    .mr-page { width: 100%; overflow: clip;  }
    .mr-container { width: min(var(--max), calc(100% - var(--pad) * 2)); margin-inline: auto; }
    .mr-section { padding: var(--section) 0; border-top: 1px solid var(--line-soft); }
    .mr-section-white { background: var(--paper); }
    .mr-section-milk { background: var(--milk); }
    .mr-section-dark { color: var(--milk); background: var(--graphite); border-top-color: rgba(246,240,231,.12); }
    .mr-section-compact { padding: clamp(42px, 6vw, 76px) 0; }

    .mr-header {
      position: sticky;
      top: 0;
      z-index: 80;
      
      border-bottom: 1px solid var(--line-soft);
      backdrop-filter: blur(14px);
    }
    .mr-nav {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }
    .mr-brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
    .mr-mark {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      background: var(--graphite);
      color: var(--milk);
      font-family: var(--head);
      font-weight: 800;
      letter-spacing: -.08em;
      line-height: 1;
    }
    .mr-brand-copy { display: grid; gap: 2px; min-width: 0; }
    .mr-brand-name {
      font-family: var(--head);
      font-size: 18px;
      font-weight: 800;
      letter-spacing: -.045em;
      line-height: 1;
    }
    .mr-brand-sub { color: var(--muted-2); font-size: 12px; line-height: 1.25; white-space: nowrap; }
    .mr-nav-links { display: flex; align-items: center; gap: clamp(12px, 1.45vw, 20px); color: var(--muted); font-size: 13px; font-weight: 750; }
    .mr-nav-links a { padding: 8px 0; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
    .mr-nav-links a:hover { color: var(--graphite); border-color: currentColor; }
    .mr-nav-links .mr-instagram { display: inline-flex; align-items: center; gap: 5px; }
    .mr-nav-links .mr-instagram span { font-size: 11px; line-height: 1; }

    .mr-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 14px 18px;
      border: 1px solid transparent;
      font-family: var(--head);
      font-size: 14px;
      font-weight: 800;
      letter-spacing: -.015em;
      line-height: 1;
      cursor: pointer;
      
    }
    
    .mr-btn:focus-visible { outline: 3px solid rgba(168,100,79,.32); outline-offset: 3px; }
    .mr-btn-primary { color: var(--white); background: var(--terracotta); box-shadow: 0 12px 32px rgba(168,100,79,.18); }
    .mr-btn-primary:hover { background: #955642; }
    .mr-btn-dark { color: var(--milk); background: var(--graphite); }
    .mr-btn-ghost { color: var(--graphite); background: transparent; border-color: var(--line); }
    .mr-btn-ghost:hover { background: rgba(255,255,255,.55); border-color: rgba(38,38,37,.28); }
    .mr-section-dark .mr-btn-ghost { color: var(--milk); border-color: rgba(246,240,231,.24); }
    .mr-wa::after { content: "→"; font-size: 1.05em; line-height: 1; transform: translateX(0); transition: transform .18s ease; }
    .mr-wa:hover::after { transform: translateX(3px); }
    .mr-mini-line {
      display: block;
      width: min(360px, 70vw);
      height: 34px;
      margin-top: 4px;
      color: var(--olive);
      opacity: .82;
    }
    .mr-mini-line svg { width: 100%; height: 100%; display: block; }
    .mr-mini-line path { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
    .mr-mini-line circle { fill: var(--terracotta); }

    .mr-kicker, .mr-eyebrow, .mr-tag {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      gap: 9px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .11em;
      text-transform: uppercase;
      color: var(--brown);
    }
    .mr-kicker::before, .mr-eyebrow::before {
      content: "";
      width: 28px;
      height: 1px;
      background: currentColor;
      opacity: .65;
    }
    .mr-section-dark .mr-eyebrow { color: var(--beige); }
    .mr-title {
      margin: 0;
      max-width: 900px;
      font-family: var(--head);
      
      
      
      font-weight: 800;
    }
    .mr-title span { color: var(--brown); }
    .mr-title-medium {
      margin: 0;
      font-family: var(--head);
      font-size: clamp(32px, 4.4vw, 58px);
      
      
      font-weight: 800;
    }
    .mr-lead { margin: 0; color: var(--muted); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.58; letter-spacing: -.012em; }
    .mr-copy { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.64; letter-spacing: -.006em; }
    .mr-section-dark .mr-lead, .mr-section-dark .mr-copy { color: rgba(255,253,248,.82); }

    .mr-hero {
      padding: clamp(54px, 8vw, 108px) 0 clamp(58px, 8vw, 106px);
      
      border-top: 0;
    }
    .mr-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) minmax(330px, .74fr);
      gap: clamp(38px, 7vw, 92px);
      align-items: center;
    }
    .mr-hero-copy { display: grid; gap: 24px; }
    .mr-hero-text { display: grid; gap: 22px; max-width: 820px; }
    .mr-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 8px; }
    .mr-hero-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 18px;
      padding-top: 14px;
      border-top: 1px solid var(--line-soft);
      color: var(--muted-2);
      font-size: 13px;
      font-weight: 700;
    }
    .mr-hero-proof span { display: inline-flex; gap: 8px; align-items: center; }
    .mr-hero-proof span::before { content: ""; width: 5px; height: 5px; background: var(--terracotta); }
    .mr-hero-visual { display: grid; gap: 16px; }
    .mr-img-frame {
      min-height: clamp(500px, 68vh, 720px);
      background-image: linear-gradient(180deg, rgba(38,38,37,.02), rgba(38,38,37,.12)), var(--hero-img);
      background-size: cover;
      background-position: center;
      border: 1px solid rgba(38,38,37,.10);
      position: relative;
      overflow: hidden;
      box-shadow: 0 28px 90px rgba(38,38,37,.12);
    }
    .mr-img-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg width='520' height='720' viewBox='0 0 520 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M374 80C312 136 297 201 323 270C349 339 332 394 274 437C216 480 204 548 248 640' fill='none' stroke='%23F6F0E7' stroke-opacity='.68' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='323' cy='270' r='6' fill='%23A8644F' fill-opacity='.84'/%3E%3Ccircle cx='274' cy='437' r='4' fill='%236F765D' fill-opacity='.82'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 72% 50%;
      background-size: min(58%, 360px) auto;
      mix-blend-mode: screen;
    }
    .mr-hero-format {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255,255,255,.35);
    }
    .mr-hero-format span { padding: 18px 16px; border-right: 1px solid var(--line-soft); }
    .mr-hero-format span:last-child { border-right: 0; }
    .mr-hero-format b { display: block; font-family: var(--head); font-size: clamp(30px, 4vw, 44px); letter-spacing: -.07em; line-height: .9; }
    .mr-hero-format small { display: block; margin-top: 8px; color: var(--muted-2); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

    .mr-trust-line {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: var(--paper);
    }
    .mr-trust-item { min-height: 122px; padding: 24px 20px; border-right: 1px solid var(--line-soft); display: grid; align-content: space-between; gap: 18px; }
    .mr-trust-item:last-child { border-right: 0; }
    .mr-trust-item b { font-family: var(--head); font-size: 17px; line-height: 1.12; letter-spacing: -.035em; }
    .mr-trust-item span { color: var(--muted); font-size: 13px; line-height: 1.42; }

    .mr-about {
      position: relative;
      overflow: hidden;
      background: var(--paper);
    }
    .mr-about::before {
      content: "";
      position: absolute;
      right: -10vw;
      top: 50%;
      width: min(560px, 46vw);
      height: min(560px, 46vw);
      transform: translateY(-50%);
      background: radial-gradient(circle, rgba(168,100,79,.10), transparent 66%);
      pointer-events: none;
    }
    .mr-about-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
      gap: clamp(38px, 7vw, 96px);
      align-items: center;
    }
    .mr-about-portrait {
      position: relative;
      margin: 0;
      min-height: clamp(560px, 64vw, 720px);
      overflow: hidden;
      border: 1px solid rgba(38,38,37,.11);
      border-radius: var(--radius-sm, 6px);
      background:
        linear-gradient(180deg, rgba(38,38,37,.02), rgba(38,38,37,.16)),
        var(--work-img) center / cover no-repeat;
      box-shadow: 0 28px 90px rgba(38,38,37,.12);
    }
    .mr-about-portrait img {
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: cover;
      object-position: center top;
    }
    .mr-about-portrait img[hidden] { display: none; }
    .mr-about-caption {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 2;
      display: grid;
      gap: 3px;
      padding: 14px 16px;
      color: var(--milk);
      background: rgba(38,38,37,.66);
      border: 1px solid rgba(246,240,231,.18);
      border-radius: var(--radius-sm, 6px);
      backdrop-filter: blur(12px);
    }
    .mr-about-caption b {
      font-family: var(--head);
      font-size: 18px;
      letter-spacing: -.035em;
    }
    .mr-about-caption span {
      color: rgba(255,253,248,.78);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .mr-about-copy { display: grid; gap: 22px; }
    .mr-about-copy .mr-title-medium { max-width: 680px; }
    .mr-about-text {
      display: grid;
      gap: 18px;
      max-width: 720px;
      padding-top: 22px;
      border-top: 1px solid var(--line);
    }
    .mr-about-text p {
      margin: 0;
      color: var(--muted);
      font-size: clamp(16px, 1.35vw, 18px);
      line-height: 1.66;
      letter-spacing: -.008em;
    }
    .mr-about-text p:first-child { color: var(--graphite); }
    .mr-about-details {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 22px;
      padding-top: 20px;
      border-top: 1px solid var(--line-soft);
      color: var(--muted-2);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .mr-about-details span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .mr-about-details span::before {
      content: "";
      width: 5px;
      height: 5px;
      background: var(--terracotta);
    }
    .mr-about-details span:nth-child(2)::before { background: var(--olive); }

    .mr-section-head {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(280px, .45fr);
      gap: clamp(28px, 6vw, 86px);
      align-items: end;
      margin-bottom: clamp(32px, 5vw, 58px);
    }
    .mr-section-head-single { display: grid; gap: 18px; max-width: 820px; margin-bottom: clamp(32px, 5vw, 58px); }

    .mr-situation-list { display: grid; border-top: 1px solid var(--line); }
    .mr-situation {
      position: relative;
      display: grid;
      grid-template-columns: 54px minmax(180px, .45fr) minmax(0, 1fr) minmax(150px, .25fr);
      gap: clamp(16px, 3vw, 36px);
      align-items: center;
      padding: clamp(20px, 3.5vw, 36px) 0 clamp(20px, 3.5vw, 36px) 20px;
      border-bottom: 1px solid var(--line-soft);
    }
    .mr-situation::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 2px;
      height: 42px;
      transform: translateY(-50%);
      background: var(--terracotta);
    }
    .mr-situation[data-zone="gym"]::before, .mr-situation[data-zone="legs"]::before { background: var(--olive); }
    .mr-situation[data-zone="back"]::before, .mr-situation[data-zone="neck"]::before { background: var(--terracotta); }
    .mr-situation[data-zone="face"]::before, .mr-situation[data-zone="esthetic"]::before { background: var(--burgundy); }
    .mr-situation[data-zone="routine"]::before { background: var(--brown); }
    .mr-situation-num { font-family: var(--head); font-weight: 800; font-size: 15px; color: var(--terracotta); }
    .mr-situation h3 { margin: 0; font-family: var(--head); font-size: clamp(22px, 2.4vw, 32px); line-height: 1.04; letter-spacing: -.05em; }
    .mr-situation p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
    .mr-rec { justify-self: end; padding: 8px 10px; background: rgba(168,100,79,.09); color: var(--brown); font-size: 12px; font-weight: 800; line-height: 1; white-space: nowrap; }

    .mr-method-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: clamp(38px, 7vw, 92px); align-items: center; }
    .mr-method-copy { display: grid; gap: 22px; position: relative; }
    .mr-method-copy::after {
      content: "";
      width: min(420px, 100%);
      height: 1px;
      background: linear-gradient(90deg, var(--beige), rgba(246,240,231,.16));
      margin-top: 4px;
    }
    .mr-method-flow { display: grid; padding-left: 34px; border-top: 1px solid rgba(246,240,231,.22); }
    .mr-flow-step {
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr);
      gap: 22px;
      padding: 24px 0;
      border-bottom: 1px solid rgba(246,240,231,.16);
    }
    .mr-flow-num { font-family: var(--head); font-size: 28px; font-weight: 800; letter-spacing: -.06em; color: var(--beige); }
    .mr-flow-step h3 { margin: 0 0 7px; font-family: var(--head); font-size: 25px; line-height: 1.04; letter-spacing: -.048em; }
    .mr-flow-step p { margin: 0; color: rgba(255,253,248,.80); font-size: 15px; line-height: 1.5; }

    .mr-sessions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
    .mr-session {
      min-height: 610px;
      display: flex;
      flex-direction: column;
      padding: clamp(24px, 3vw, 38px);
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: var(--paper);
    }
    .mr-session.featured { color: var(--white);  border-color: rgba(246,240,231,.24); }
    .mr-session-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
    .mr-session-min { font-family: var(--head); font-size: clamp(52px, 5.5vw, 82px); font-weight: 800; line-height: .8; letter-spacing: -.08em; }
    .mr-session-min small { font-size: 16px; letter-spacing: -.02em; margin-left: 4px; }
    .mr-label { display: inline-flex; padding: 8px 10px; background: var(--terracotta); color: var(--white); font-size: 12px; line-height: 1; font-weight: 800; white-space: nowrap; }
    .mr-session.featured .mr-label { background: var(--milk); color: var(--graphite); }
    .mr-session h3 { margin: 0; font-family: var(--head); font-size: 28px; line-height: 1.05; letter-spacing: -.055em; }
    .mr-session p { margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
    .mr-session.featured p, .mr-session.featured li { color: rgba(255,253,248,.91); }
    .mr-session.featured h3, .mr-session.featured .mr-session-min { color: var(--white); }
    .mr-session.featured .mr-btn-primary { background: var(--white); color: var(--graphite); box-shadow: none; }
    .mr-session.featured .mr-btn-primary:hover { background: var(--milk); color: var(--graphite); }
    .mr-list { display: grid; gap: 10px; margin: 24px 0 32px; padding: 0; list-style: none; }
    .mr-list li { position: relative; padding-left: 17px; color: var(--muted); font-size: 14px; line-height: 1.45; }
    .mr-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; background: var(--terracotta); }
    .mr-session.featured .mr-list li::before { background: var(--sand); }
    .mr-card-footer { margin-top: auto; }
    .mr-card-footer .mr-btn { width: 100%; }

    .mr-work-layout { display: grid; grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr); gap: clamp(30px, 6vw, 88px); align-items: start; }
    .mr-work-photo {
      
      top: 96px;
      min-height: 620px;
      background-image: linear-gradient(180deg, rgba(38,38,37,.02), rgba(38,38,37,.18)), var(--work-img);
      background-size: cover;
      background-position: center;
      border: 1px solid rgba(38,38,37,.11);
    }
    .mr-work-list { display: grid; border-top: 1px solid var(--line); }
    .mr-work {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 22px;
      padding: 28px 0;
      border-bottom: 1px solid var(--line-soft);
    }
    .mr-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--graphite); border: 1px solid var(--line); background: var(--white); position: relative; }
    .mr-icon::after { content: ""; position: absolute; left: -1px; bottom: -1px; width: 16px; height: 2px; background: var(--terracotta); }
    .mr-work:nth-child(1) .mr-icon::after { background: var(--olive); }
    .mr-work:nth-child(4) .mr-icon::after, .mr-work:nth-child(5) .mr-icon::after { background: var(--burgundy); }
    .mr-icon svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
    .mr-work h3, .mr-reason h3, .mr-step h3, .mr-expect h3 { margin: 0; font-family: var(--head); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.04; letter-spacing: -.05em; }
    .mr-work p, .mr-reason p, .mr-step p, .mr-expect p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
    .mr-work .mr-btn { margin-top: 18px;   font-size: 13px; }

    .mr-reasons { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(246,240,231,.20); }
    .mr-reason { min-height: 240px; padding: 26px 20px; border-right: 1px solid rgba(246,240,231,.14); border-bottom: 1px solid rgba(246,240,231,.14); }
    .mr-reason:last-child { border-right: 0; }
    .mr-reason p { color: rgba(246,240,231,.67); }
    .mr-reason:nth-child(2) { background: rgba(168,100,79,.16); }
    .mr-reason:nth-child(3) { background: rgba(111,118,93,.20); }

    .mr-process {   border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
    .mr-step {    border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .mr-step-num { display: block;  font-family: var(--head); font-size: 46px; line-height: .8; letter-spacing: -.08em; font-weight: 800;  }

    .mr-confidence-layout { display: grid; grid-template-columns: minmax(0, .84fr) minmax(320px, .64fr); gap: clamp(36px, 7vw, 94px); align-items: center; }
    .mr-confidence-copy { display: grid; gap: 22px; }
    .mr-checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 12px; }
    .mr-check { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.36); }
    .mr-check b { display: block; margin-bottom: 7px; font-family: var(--head); font-size: 17px; letter-spacing: -.035em; }
    .mr-check span { color: var(--muted); font-size: 14px; line-height: 1.45; }
    .mr-confidence-visual { display: grid; grid-template-columns: 1fr .72fr; gap: 12px; min-height: 540px; }
    .mr-photo-large, .mr-photo-small { background-size: cover; background-position: center; border: 1px solid rgba(38,38,37,.10); }
    .mr-photo-large { background-image: var(--studio-img); }
    .mr-photo-stack { display: grid; gap: 12px; }
    .mr-photo-small:first-child { background-image: var(--detail-img); background-position: 44% 50%; }
    .mr-photo-small:last-child { background-image: var(--hero-img); background-position: 53% 50%; }

    .mr-expects {   border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
    .mr-expect {    border-right: 1px solid var(--line);  }



    .mr-location-layout { display: grid; grid-template-columns: minmax(280px,.50fr) minmax(0,.82fr); gap: clamp(34px, 7vw, 94px); align-items: stretch; }
    .mr-location-copy { display: grid; align-content: center; gap: 22px; }
    .mr-location-address { display: grid; gap: 10px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line-soft); }
    .mr-location-address b { font-family: var(--head); font-size: clamp(25px, 3vw, 38px); line-height: 1.02; letter-spacing: -.055em; }
    .mr-location-address span { color: var(--muted); font-size: 15px; line-height: 1.55; }
    .mr-location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .mr-location-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 10px; }
    .mr-location-meta span { min-height: 92px; padding: 17px 15px; display: grid; align-content: space-between; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.35; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.44); }
    .mr-location-meta b { color: var(--graphite); font-family: var(--head); font-size: 15px; line-height: 1.1; letter-spacing: -.035em; }
    .mr-map-frame { position: relative; min-height: clamp(390px, 46vw, 560px); border: 1px solid var(--line); background: var(--sand); overflow: hidden; box-shadow: 0 24px 78px rgba(38,38,37,.10); }
    .mr-map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0;  }
    .mr-map-note { position: absolute; left: 18px; bottom: 18px; z-index: 2; max-width: min(360px, calc(100% - 36px)); padding: 12px 14px; color: var(--graphite); background: rgba(255,253,248,.92); border: 1px solid rgba(38,38,37,.12); box-shadow: 0 12px 34px rgba(38,38,37,.12); font-size: 12px; line-height: 1.35; }

    .mr-faq-wrap { display: grid; grid-template-columns: minmax(280px,.42fr) minmax(0,.76fr); gap: clamp(34px, 7vw, 92px); align-items: start; }
    .mr-faq-list { border-top: 1px solid var(--line); }
    .mr-faq { border-bottom: 1px solid var(--line-soft); }
    .mr-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 22px; padding: 22px 0; font-family: var(--head); font-size: 19px; line-height: 1.18; letter-spacing: -.035em; font-weight: 800; }
    .mr-faq summary::-webkit-details-marker { display: none; }
    .mr-faq summary::after { content: "+"; flex: 0 0 auto; color: var(--terracotta); font-size: 24px; line-height: 1; transition: transform .18s ease; }
    .mr-faq[open] summary::after { transform: rotate(45deg); }
    .mr-faq p { margin: 0; padding: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.6; }

    .mr-final { padding: clamp(80px, 9vw, 138px) 0; color: var(--milk);  }
    .mr-final-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(280px,.44fr); gap: clamp(32px, 7vw, 92px); align-items: end; }
    .mr-final-copy { display: grid; gap: 22px; }
    .mr-final-actions { display: grid; gap: 14px; }
    .mr-final-actions .mr-btn { width: 100%; }
    .mr-final-note { color: rgba(255,253,248,.80); font-size: 13px; line-height: 1.45; }
    .mr-footer { padding: 28px 0 calc(28px + env(safe-area-inset-bottom)); color: rgba(246,240,231,.60); background: var(--graphite); border-top: 1px solid rgba(246,240,231,.12); font-size: 13px; }
    .mr-footer-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
    .mr-footer-social { color: rgba(255,253,248,.86); font-weight: 700; transition: color .18s ease; }
    .mr-footer-social:hover { color: var(--white); }

    .mr-social-float {
      position: fixed;
      z-index: 95;
      right: clamp(14px, 2.2vw, 28px);
      bottom: calc(18px + env(safe-area-inset-bottom));
      display: grid;
      gap: 10px;
    }
    .mr-social-float__link {
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      color: var(--milk);
      border: 1px solid rgba(246,240,231,.24);
      border-radius: 50%;
      box-shadow: 0 16px 42px rgba(38,38,37,.24);
      backdrop-filter: blur(12px);
      transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .mr-social-float__link:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 48px rgba(38,38,37,.30);
    }
    .mr-social-float__link:focus-visible {
      outline: 3px solid rgba(168,100,79,.34);
      outline-offset: 3px;
    }
    .mr-social-float__link svg {
      width: 26px;
      height: 26px;
      fill: currentColor;
    }
    .mr-social-float__link.mr-wa::after { content: none; }
    .mr-social-float__link--instagram { background: rgba(168,100,79,.96); }
    .mr-social-float__link--instagram:hover { background: #955642; }
    .mr-social-float__link--whatsapp { background: rgba(51,65,56,.97); }
    .mr-social-float__link--whatsapp:hover { background: #27362F; }

    .mr-reveal { opacity: 1; transform: none; }
    .mr-js .mr-reveal { opacity: 0; transform: translateY(18px); transition: opacity .52s ease, transform .52s ease; }
    .mr-js .mr-reveal.is-visible { opacity: 1; transform: translateY(0); }

    /* Art Direction Polish: more living minimalism, almost no rounded geometry */
    .mr-page { background: var(--milk); }
    .mr-header { background: rgba(246,240,231,.88); }
    .mr-nav-links a { position: relative; }
    .mr-nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 3px;
      width: 100%;
      height: 1px;
      background: currentColor;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .24s ease;
    }
    .mr-nav-links a:hover::after,
    .mr-nav-links a.is-active::after { transform: scaleX(1); }
    .mr-nav-links a.is-active { color: var(--graphite); }

    .mr-btn { position: relative; overflow: hidden; }
    .mr-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
      transform: translateX(-120%);
      transition: transform .55s ease;
      pointer-events: none;
    }
    .mr-btn:hover::before { transform: translateX(120%); }
    .mr-btn-ghost::before { background: linear-gradient(90deg, transparent, rgba(168,100,79,.09), transparent); }

    .mr-hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(255,253,248,.74) 0%, rgba(255,253,248,.28) 48%, rgba(216,195,165,.24) 100%),
        var(--milk);
    }
    .mr-hero::before {
      content: "";
      position: absolute;
      right: -8vw;
      top: 8%;
      width: 46vw;
      height: 78%;
      background: var(--detail-img) center/cover no-repeat;
      opacity: .055;
      filter: grayscale(.28) sepia(.12);
      mix-blend-mode: multiply;
      pointer-events: none;
    }
    .mr-hero::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 52vw;
      height: 1px;
      background: linear-gradient(90deg, var(--terracotta), transparent);
      opacity: .34;
      pointer-events: none;
    }
    .mr-hero > * { position: relative; z-index: 1; }
    .mr-mini-line path {
      stroke-dasharray: 380;
      stroke-dashoffset: 380;
    }
    .mr-js .mr-hero-copy.is-visible .mr-mini-line path { animation: mrLineDraw 1.15s .32s ease forwards; }
    .mr-js .mr-hero-copy.is-visible .mr-mini-line circle { animation: mrDotIn .42s .92s ease forwards; transform-origin: center; opacity: 0; }
    .mr-hero-copy.is-visible .mr-title { animation: mrHeroIn .64s ease both; }
    .mr-hero-copy.is-visible .mr-lead { animation: mrHeroIn .64s .08s ease both; }
    .mr-hero-copy.is-visible .mr-copy { animation: mrHeroIn .64s .16s ease both; }
    .mr-hero-format span { transition: background .22s ease, transform .22s ease; }
    .mr-hero-format span:hover { background: rgba(168,100,79,.08); transform: translateY(-2px); }

    .mr-section-milk { position: relative; overflow: hidden; }
    .mr-section-milk::after {
      content: "";
      position: absolute;
      right: -80px;
      top: 18%;
      width: min(520px, 46vw);
      height: min(520px, 46vw);
      background: radial-gradient(circle, rgba(168,100,79,.08), transparent 62%);
      pointer-events: none;
    }
    .mr-section-milk > * { position: relative; z-index: 1; }
    .mr-section-white + .mr-section-white { border-top-color: rgba(168,100,79,.18); }
    .mr-section-location {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, var(--paper) 0%, var(--paper) 58%, rgba(216,195,165,.24) 58%, rgba(216,195,165,.24) 100%);
    }
    .mr-section-location::before {
      content: "";
      position: absolute;
      left: -10vw;
      bottom: -24%;
      width: 48vw;
      height: 70%;
      background: var(--studio-img) center/cover no-repeat;
      opacity: .05;
      filter: grayscale(.35);
      mix-blend-mode: multiply;
      pointer-events: none;
    }
    .mr-section-location > * { position: relative; z-index: 1; }
    .mr-section-soft {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(246,240,231,.96), rgba(246,240,231,.88)),
        var(--detail-img) 92% center / 520px auto no-repeat;
    }
    .mr-section-soft::before {
      content: "";
      position: absolute;
      right: clamp(18px, 8vw, 120px);
      top: 18%;
      width: min(420px, 46vw);
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--olive), var(--terracotta), transparent);
      opacity: .35;
    }

    .mr-situation { transition: background .22s ease, padding-left .22s ease; }
    .mr-situation::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 0;
      height: 1px;
      background: var(--terracotta);
      transition: width .32s ease;
    }
    
    .mr-situation:hover::after { width: 100%; }
    .mr-situation[data-zone="gym"]::after, .mr-situation[data-zone="legs"]::after { background: var(--olive); }
    .mr-situation[data-zone="face"]::after, .mr-situation[data-zone="esthetic"]::after { background: var(--burgundy); }
    .mr-rec { transition: background .22s ease, color .22s ease; }
    .mr-situation:hover .mr-rec { background: var(--graphite); color: var(--milk); }

    .mr-zone-selector {
      margin-top: clamp(34px, 5vw, 62px);
      display: grid;
      grid-template-columns: minmax(240px,.42fr) minmax(0,.82fr);
      gap: clamp(24px, 5vw, 70px);
      padding-top: clamp(28px, 5vw, 48px);
      border-top: 1px solid var(--line);
    }
    .mr-selector-copy { display: grid; gap: 14px; align-content: start; }
    .mr-selector-copy h3 { margin: 0; font-family: var(--head); font-size: clamp(27px, 3.2vw, 42px); line-height: 1.02; letter-spacing: -.055em; }
    .mr-selector-copy p { margin: 0; color: var(--muted); line-height: 1.55; }
    .mr-selector-panel { display: grid; gap: 18px; }
    .mr-zone-options { display: flex; flex-wrap: wrap; gap: 10px; }
    .mr-zone-option {
      min-height: 44px;
      padding: 12px 14px;
      border: 1px solid var(--line);
      background: rgba(255,253,248,.48);
      color: var(--graphite);
      font-family: var(--head);
      font-weight: 800;
      letter-spacing: -.02em;
      cursor: pointer;
      transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
    }
    .mr-zone-option:hover { transform: translateY(-1px); border-color: rgba(38,38,37,.32); }
    .mr-zone-option.is-active { background: var(--graphite); color: var(--milk); border-color: var(--graphite); }
    .mr-selector-result {
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      gap: 10px 22px;
      align-items: center;
      padding: 18px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line-soft);
    }
    .mr-selector-result b { font-family: var(--head); font-size: clamp(20px, 2vw, 27px); line-height: 1.08; letter-spacing: -.045em; }
    .mr-selector-result span { grid-column: 1; color: var(--muted); font-size: 13px; line-height: 1.45; }
    .mr-selector-result .mr-btn { grid-column: 2; grid-row: 1 / span 2; white-space: nowrap; }

    .mr-method-flow { position: relative; }
    .mr-method-flow::before {
      content: "";
      position: absolute;
      left: 8px;
      top: 32px;
      width: 1px;
      height: calc(100% - 64px);
      background: linear-gradient(180deg, var(--beige), rgba(246,240,231,.14));
      transform: scaleY(0);
      transform-origin: top;
      transition: transform 1s ease;
    }
    .mr-method-flow.is-visible::before { transform: scaleY(1); }
    .mr-flow-step { position: relative; transition: transform .22s ease, background .22s ease; }
    .mr-flow-step:hover { transform: translateX(6px); background: rgba(246,240,231,.035); }

    .mr-session { transition: transform .24s ease, box-shadow .24s ease, background .24s ease; }
    .mr-session:hover {  box-shadow: 0 22px 70px rgba(38,38,37,.08); }
    .mr-session.featured { background: linear-gradient(145deg, #27362F, #384A3F 68%, #2D3A33); }
    .mr-session.featured::after {
      content: "La opción más completa";
      display: block;
      margin-top: 18px;
      color: rgba(255,253,248,.62);
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
      font-weight: 800;
    }

    .mr-work-photo { overflow: hidden; }
    .mr-work-photo::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 38%;
      background: linear-gradient(180deg, transparent, rgba(38,38,37,.16));
      pointer-events: none;
    }
    .mr-work { transition: transform .22s ease, background .22s ease; }
    .mr-work:hover { transform: translateX(8px); background: rgba(255,253,248,.34); }
    .mr-work:hover .mr-icon::after { width: 100%; }
    .mr-icon::after { transition: width .24s ease; }

    
    .mr-process::before {
      content: "";
      position: absolute;
      left: 0;
      
      width: 0;
      
      
      transition: width .9s ease;
      z-index: 2;
    }
    .mr-process.is-visible::before { width: 100%; }
    .mr-step { transition: background .22s ease, transform .22s ease; }
    
    .mr-step:hover .mr-step-num { color: rgba(168,100,79,.46); }

    
    .mr-expect {  overflow: hidden; transition: background .22s ease, transform .22s ease; }
    .mr-expect::before {
      content: "";
      display: block;
      
      height: 2px;
      background: var(--terracotta);
      margin-bottom: 22px;
      opacity: .7;
    }
    .mr-expect:nth-child(2)::before { background: var(--olive); }
    .mr-expect:nth-child(3)::before { background: var(--brown); }
    .mr-expect:nth-child(4)::before { background: var(--burgundy); }
    

    .mr-final { position: relative; overflow: hidden; background: #222522; }
    .mr-final::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(34,37,34,.94), rgba(34,37,34,.82)),
        var(--work-img) right center / 58% auto no-repeat;
      opacity: .72;
      pointer-events: none;
    }
    .mr-final::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 64vw;
      height: 1px;
      background: linear-gradient(90deg, var(--beige), transparent);
      opacity: .45;
    }
    .mr-final > * { position: relative; z-index: 1; }
    .mr-final-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      max-width: 520px;
      border-top: 1px solid rgba(246,240,231,.24);
      border-bottom: 1px solid rgba(246,240,231,.18);
      margin-top: 4px;
    }
    .mr-final-strip span { padding: 16px 18px; border-right: 1px solid rgba(246,240,231,.14); font-family: var(--head); font-weight: 800; font-size: 28px; letter-spacing: -.06em; line-height: .95; }
    .mr-final-strip span:last-child { border-right: 0; }
    .mr-final-strip small { display: block; margin-top: 7px; color: rgba(255,253,248,.74); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

    @keyframes mrLineDraw { to { stroke-dashoffset: 0; } }
    @keyframes mrDotIn { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
    @keyframes mrHeroIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
      .mr-nav-links { display: none; }
      .mr-trust-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .mr-trust-item:nth-child(2n) { border-right: 0; }
      .mr-trust-item:last-child { grid-column: span 2; }
      .mr-reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .mr-reason:nth-child(2n) { border-right: 0; }
      .mr-reason:last-child { grid-column: span 2; border-right: 1px solid rgba(246,240,231,.14); }
      .mr-process, .mr-expects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .mr-situation { grid-template-columns: 42px minmax(160px,.38fr) minmax(0,1fr); }
      .mr-rec { grid-column: 2 / -1; justify-self: start; }

      .mr-zone-selector { grid-template-columns: 1fr; }
      .mr-selector-result { grid-template-columns: 1fr; }
      .mr-selector-result .mr-btn { grid-column: auto; grid-row: auto; width: 100%; }
      .mr-expects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 900px) {
      :root { --pad: 18px; }
      .mr-header { position: relative; }
      .mr-hero-grid, .mr-section-head, .mr-about-grid, .mr-method-grid, .mr-work-layout, .mr-confidence-layout, .mr-location-layout, .mr-faq-wrap, .mr-final-grid { grid-template-columns: 1fr; }
      .mr-img-frame { min-height: 520px; }
      .mr-about-portrait { min-height: 600px; }
      .mr-work-photo {  top: auto; min-height: 520px; }
      .mr-sessions { grid-template-columns: 1fr; }
      .mr-session { min-height: auto; }
      .mr-confidence-visual { min-height: 480px; }
      .mr-map-frame { min-height: 430px; }
      .mr-footer { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
    }
    @media (max-width: 640px) {
      .mr-nav { min-height: 64px; }
      .mr-brand-sub { display: none; }
      .mr-brand-name { font-size: 17px; }
      .mr-mark { width: 38px; height: 38px; }
      .mr-header .mr-btn { min-height: 40px; padding: 11px 12px; font-size: 13px; }
      .mr-title { font-size: clamp(40px, 12vw, 54px); letter-spacing: -.052em; }
      .mr-lead { font-size: 16px; line-height: 1.54; }
      .mr-hero { padding-top: 28px; }
      .mr-hero-actions { display: grid; grid-template-columns: 1fr; }
      .mr-hero-actions .mr-btn { width: 100%; }
      .mr-img-frame { min-height: 460px; }
      .mr-about-portrait { min-height: min(128vw, 590px); }
      .mr-about-caption { left: 12px; right: 12px; bottom: 12px; padding: 12px 14px; }
      .mr-about-copy { gap: 18px; }
      .mr-about-text { gap: 16px; padding-top: 18px; }
      .mr-about-text p { font-size: 16px; line-height: 1.62; }
      .mr-about-details { display: grid; gap: 10px; }
      .mr-hero-format { grid-template-columns: 1fr 1fr 1fr; }
      .mr-hero-format span { padding: 15px 10px; }
      .mr-hero-format b { font-size: 29px; }
      .mr-hero-format small { font-size: 10px; letter-spacing: .06em; }
      .mr-trust-line, .mr-process, .mr-expects, .mr-checks, .mr-reasons { grid-template-columns: 1fr; }
      .mr-trust-item, .mr-reason, .mr-step, .mr-expect, .mr-check { border-right: 0; }
      .mr-trust-item:last-child, .mr-reason:last-child { grid-column: auto; }
      .mr-situation { grid-template-columns: 1fr; gap: 12px; align-items: start; }
      .mr-rec { grid-column: auto; }
      .mr-flow-step { grid-template-columns: 1fr; gap: 8px; }
      .mr-work { grid-template-columns: 1fr; }
      .mr-work-photo { min-height: 420px; }
      .mr-confidence-visual { grid-template-columns: 1fr; min-height: auto; }
      .mr-photo-large { min-height: 360px; }
      .mr-photo-small { min-height: 230px; }
      .mr-faq summary { font-size: 17px; padding: 20px 0; }
      .mr-location-meta { grid-template-columns: 1fr; }
      .mr-location-actions { display: grid; grid-template-columns: 1fr; }
      .mr-location-actions .mr-btn { width: 100%; }
      .mr-map-frame { min-height: 360px; }
      .mr-map-note { position: static; max-width: none; border-left: 0; border-right: 0; border-bottom: 0; box-shadow: none; }
      .mr-section-location { background: var(--paper); }
      .mr-zone-options { display: grid; grid-template-columns: 1fr 1fr; }
      .mr-zone-option { width: 100%; }
      .mr-expects { grid-template-columns: 1fr; }
      .mr-process::before { width: 2px; height: 0; left: 0; top: 0; transition: height .9s ease; }
      .mr-process.is-visible::before { width: 2px; height: 100%; }
      .mr-final-strip { grid-template-columns: 1fr; }
      .mr-final-strip span { border-right: 0; border-bottom: 1px solid rgba(246,240,231,.14); }
      .mr-final-strip span:last-child { border-bottom: 0; }
      .mr-footer-row { display: grid; gap: 10px; }
      .mr-social-float {
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        gap: 8px;
      }
      .mr-social-float__link { width: 52px; height: 52px; }
      .mr-social-float__link svg { width: 24px; height: 24px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        transition-delay: 0ms !important;
        scroll-behavior: auto !important;
      }
      .mr-btn:hover { transform: none; }
      .mr-js .mr-reveal, .mr-js .mr-reveal.is-visible { opacity: 1; transform: none; }
      .mr-img-frame::after { opacity: .55; }
      .mr-mini-line path { stroke-dashoffset: 0 !important; }
      .mr-mini-line circle { opacity: 1 !important; animation: none !important; }
      .mr-method-flow::before { transform: scaleY(1) !important; }
      .mr-process::before { width: 100% !important; height: 2px !important; }
    }

    /* Final Premium Polish: human warmth, controlled geometry, clearer motion */
    :root {
      --radius-xs: 4px;
      --radius-sm: 6px;
      --radius-md: 8px;
    }
    .mr-header { transition: min-height .22s ease, background .22s ease, box-shadow .22s ease; }
    .mr-header.is-compact { background: rgba(246,240,231,.96); box-shadow: 0 10px 36px rgba(38,38,37,.07); }
    .mr-header.is-compact .mr-nav { min-height: 62px; }
    .mr-header.is-compact .mr-mark { width: 36px; height: 36px; }
    .mr-header.is-compact .mr-btn { min-height: 40px; padding-block: 10px; }

    .mr-title { font-size: clamp(41px, 5.65vw, 76px); line-height: 1.015; letter-spacing: -.048em; }
    .mr-title-medium { line-height: 1.045; letter-spacing: -.048em; }
    .mr-btn, .mr-zone-option, .mr-map-frame, .mr-img-frame, .mr-photo-large, .mr-photo-small, .mr-work-photo, .mr-map-note, .mr-mark { border-radius: var(--radius-sm); }
    .mr-btn::before { display: none; }
    .mr-btn { transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease; }
    .mr-btn:hover { transform: translateY(-1px); }

    .mr-work .mr-btn {
      min-height: auto;
      width: fit-content;
      padding: 0 0 4px;
      border: 0;
      border-bottom: 1px solid currentColor;
      background: transparent;
      box-shadow: none;
      color: var(--graphite);
      border-radius: 0;
    }
    .mr-work .mr-btn:hover { transform: none; color: var(--terracotta); background: transparent; }
    .mr-work .mr-btn.mr-wa::after { margin-left: 2px; }

    .mr-situation:hover { padding-left: 20px; background: rgba(255,253,248,.38); }
    .mr-situation:hover .mr-rec { transform: translateX(-3px); }
    .mr-rec { border-radius: var(--radius-xs); }

    .mr-zone-selector { position: relative; }
    .mr-zone-selector::before {
      content: "";
      position: absolute;
      left: 0;
      top: -1px;
      width: 118px;
      height: 2px;
      background: linear-gradient(90deg, var(--terracotta), var(--olive));
    }
    .mr-zone-option:focus-visible { outline: 3px solid rgba(168,100,79,.28); outline-offset: 2px; }
    .mr-zone-option.is-active { box-shadow: inset 0 -3px 0 var(--terracotta); }
    .mr-selector-result { background: rgba(255,253,248,.44); padding-inline: 18px; border-radius: var(--radius-sm); }

    .mr-sessions[data-selected~="45"] .mr-session[data-duration="45"],
    .mr-sessions[data-selected~="45-60"] .mr-session[data-duration="45"],
    .mr-sessions[data-selected~="45-60"] .mr-session[data-duration="60"],
    .mr-sessions[data-selected~="60-90"] .mr-session[data-duration="60"],
    .mr-sessions[data-selected~="60-90"] .mr-session[data-duration="90"] {
      outline: 2px solid rgba(168,100,79,.28);
      outline-offset: -2px;
    }
    .mr-session:hover { transform: translateY(-2px); }

    .mr-process {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(22px, 4vw, 46px);
      border: 0;
      padding-top: 48px;
      position: relative;
    }
    .mr-process::before {
      top: 20px;
      height: 2px;
      background: linear-gradient(90deg, var(--terracotta), var(--olive));
      opacity: .48;
    }
    .mr-step {
      min-height: auto;
      padding: 0;
      background: transparent;
      border: 0;
      position: relative;
    }
    .mr-step::before {
      content: "";
      position: absolute;
      left: 0;
      top: -36px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--paper);
      border: 2px solid var(--terracotta);
      z-index: 3;
    }
    .mr-step:nth-child(2)::before { border-color: var(--brown); }
    .mr-step:nth-child(3)::before { border-color: var(--olive); }
    .mr-step:nth-child(4)::before { border-color: var(--green); }
    .mr-step:hover { background: transparent; transform: translateY(-2px); }
    .mr-step-num { margin-bottom: 24px; color: rgba(168,100,79,.32); }

    .mr-work-photo { position: sticky; }
    .mr-photo-caption {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 2;
      display: block;
      padding: 12px 14px;
      color: var(--milk);
      background: rgba(38,38,37,.42);
      border: 1px solid rgba(246,240,231,.20);
      border-radius: var(--radius-sm);
      font-family: var(--head);
      font-weight: 800;
      letter-spacing: -.025em;
      backdrop-filter: blur(10px);
    }

    .mr-map-frame iframe { filter: grayscale(.42) contrast(.96) saturate(.72); transition: filter .35s ease; }
    .mr-map-frame:hover iframe { filter: grayscale(.08) contrast(.98) saturate(.95); }

    .mr-expect-section { background: linear-gradient(90deg, rgba(246,240,231,.94), rgba(255,253,248,.88)), var(--detail-img) 98% center / 480px auto no-repeat; }
    .mr-expect-layout {
      display: grid;
      grid-template-columns: minmax(280px, .54fr) minmax(0, .76fr);
      gap: clamp(34px, 7vw, 92px);
      align-items: start;
    }
    .mr-expect-intro { display: grid; gap: 18px; }
    .mr-expect-note {
      margin: 0;
      padding-top: 18px;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-size: 14px;
      line-height: 1.58;
    }
    .mr-expects {
      display: grid;
      grid-template-columns: 1fr;
      border: 0;
      gap: 0;
    }
    .mr-expect {
      min-height: auto;
      padding: 22px 0 22px 52px;
      border: 0;
      border-bottom: 1px solid var(--line-soft);
      background: transparent;
      position: relative;
    }
    .mr-expect::before {
      position: absolute;
      left: 0;
      top: 30px;
      width: 30px;
      margin: 0;
    }
    .mr-expect:hover { transform: none; background: transparent; }

    .mr-final .mr-title-medium { max-width: 820px; color: var(--white); }
    .mr-final .mr-lead { color: rgba(255,253,248,.86); }
    .mr-final .mr-final-strip { color: var(--white); }

    @media (max-width: 900px) {
      .mr-title { font-size: clamp(39px, 10.8vw, 56px); }
      .mr-method-flow { padding-left: 28px; }
      .mr-method-flow::before { left: 6px; }
      .mr-flow-step { padding-left: 0; }
      .mr-process { grid-template-columns: 1fr; gap: 28px; padding-left: 32px; padding-top: 0; }
      .mr-process::before { width: 2px; height: 0; left: 5px; top: 0; }
      .mr-process.is-visible::before { width: 2px; height: 100%; }
      .mr-step::before { left: -31px; top: 6px; }
      .mr-step-num { margin-bottom: 12px; }
      .mr-expect-layout { grid-template-columns: 1fr; }
      .mr-work-photo { position: relative; }
    }
    @media (max-width: 640px) {
      .mr-btn, .mr-zone-option, .mr-map-frame, .mr-img-frame, .mr-photo-large, .mr-photo-small, .mr-work-photo, .mr-map-note { border-radius: var(--radius-sm); }
      .mr-situation, .mr-situation:hover { padding-left: 20px; }
      .mr-selector-result { padding-inline: 14px; }
      .mr-expect { padding-left: 42px; }
      .mr-photo-caption { left: 12px; right: 12px; bottom: 12px; }
    }

@media (prefers-reduced-motion: reduce) {
      .mr-process::before { opacity: .48 !important; }
      .mr-map-frame iframe { filter: grayscale(.25) contrast(.98) saturate(.85); }
    }

/* Phase 5B — responsive production media.
   JPEG declarations remain the baseline fallback. Browsers with image-set()
   receive AVIF first, then WebP, then JPEG. Geometry is intentionally untouched. */

@supports (background-image: image-set(url("/img/generated/metodo-ruso-masaje-hero-1024.avif") type("image/avif"))) {
  :root {
    --hero-img: image-set(
      url("/img/generated/metodo-ruso-masaje-hero-1024.avif") type("image/avif"),
      url("/img/generated/metodo-ruso-masaje-hero-1024.webp") type("image/webp"),
      url("/img/generated/metodo-ruso-masaje-hero-1024.jpg") type("image/jpeg")
    );
    --work-img: image-set(
      url("/img/generated/metodo-ruso-trabajo-manual-1024.avif") type("image/avif"),
      url("/img/generated/metodo-ruso-trabajo-manual-1024.webp") type("image/webp"),
      url("/img/generated/metodo-ruso-trabajo-manual-1024.jpg") type("image/jpeg")
    );
    --studio-img: image-set(
      url("/img/generated/metodo-ruso-espacio-masaje-1536.avif") type("image/avif"),
      url("/img/generated/metodo-ruso-espacio-masaje-1536.webp") type("image/webp"),
      url("/img/generated/metodo-ruso-espacio-masaje-1536.jpg") type("image/jpeg")
    );
    --detail-img: image-set(
      url("/img/generated/metodo-ruso-detalle-masaje-1024.avif") type("image/avif"),
      url("/img/generated/metodo-ruso-detalle-masaje-1024.webp") type("image/webp"),
      url("/img/generated/metodo-ruso-detalle-masaje-1024.jpg") type("image/jpeg")
    );
  }
}

@media (max-width: 900px) {
  :root {
    --hero-img: url("/img/generated/metodo-ruso-masaje-hero-768.jpg");
    --work-img: url("/img/generated/metodo-ruso-trabajo-manual-768.jpg");
    --studio-img: url("/img/generated/metodo-ruso-espacio-masaje-1024.jpg");
    --detail-img: url("/img/generated/metodo-ruso-detalle-masaje-768.jpg");
  }

  @supports (background-image: image-set(url("/img/generated/metodo-ruso-masaje-hero-768.avif") type("image/avif"))) {
    :root {
      --hero-img: image-set(
        url("/img/generated/metodo-ruso-masaje-hero-768.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-masaje-hero-768.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-masaje-hero-768.jpg") type("image/jpeg")
      );
      --work-img: image-set(
        url("/img/generated/metodo-ruso-trabajo-manual-768.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-trabajo-manual-768.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-trabajo-manual-768.jpg") type("image/jpeg")
      );
      --studio-img: image-set(
        url("/img/generated/metodo-ruso-espacio-masaje-1024.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-espacio-masaje-1024.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-espacio-masaje-1024.jpg") type("image/jpeg")
      );
      --detail-img: image-set(
        url("/img/generated/metodo-ruso-detalle-masaje-768.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-detalle-masaje-768.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-detalle-masaje-768.jpg") type("image/jpeg")
      );
    }
  }
}

@media (max-width: 640px) {
  :root {
    --hero-img: url("/img/generated/metodo-ruso-masaje-hero-480.jpg");
    --work-img: url("/img/generated/metodo-ruso-trabajo-manual-480.jpg");
    --studio-img: url("/img/generated/metodo-ruso-espacio-masaje-640.jpg");
    --detail-img: url("/img/generated/metodo-ruso-detalle-masaje-480.jpg");
  }

  @supports (background-image: image-set(url("/img/generated/metodo-ruso-masaje-hero-480.avif") type("image/avif"))) {
    :root {
      --hero-img: image-set(
        url("/img/generated/metodo-ruso-masaje-hero-480.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-masaje-hero-480.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-masaje-hero-480.jpg") type("image/jpeg")
      );
      --work-img: image-set(
        url("/img/generated/metodo-ruso-trabajo-manual-480.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-trabajo-manual-480.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-trabajo-manual-480.jpg") type("image/jpeg")
      );
      --studio-img: image-set(
        url("/img/generated/metodo-ruso-espacio-masaje-640.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-espacio-masaje-640.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-espacio-masaje-640.jpg") type("image/jpeg")
      );
      --detail-img: image-set(
        url("/img/generated/metodo-ruso-detalle-masaje-480.avif") type("image/avif"),
        url("/img/generated/metodo-ruso-detalle-masaje-480.webp") type("image/webp"),
        url("/img/generated/metodo-ruso-detalle-masaje-480.jpg") type("image/jpeg")
      );
    }
  }
}

/* María is a semantic image, unlike the decorative/background media above. */
.mr-about-picture {
  position: absolute;
  inset: 0;
  display: block;
}
.mr-about-picture img {
  min-height: 0;
}
