@font-face {
  font-family: "Inter";
  src: url("inter-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("inter-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("inter-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("montserrat-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("montserrat-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

html { scroll-behavior: smooth; }
body.elementor-page { margin: 0; background: #f6f4ee; }

.mr-native-page {
  --lime: #66e300;
  --lime-dark: #47b600;
  --ink: #0b0d0c;
  --ink-2: #141715;
  --paper: #f6f4ee;
  --white: #ffffff;
  --muted: #727772;
  --line: rgba(11, 13, 12, .14);
  --line-dark: rgba(255, 255, 255, .16);
  --orange: #f55600;
  --max: 1240px;
  width: 100% !important;
  max-width: none !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.mr-native-page, .mr-native-page * { box-sizing: border-box; }
.mr-native-page .e-con { display: flex; flex-direction: column; --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; --gap: 0; }
.mr-native-page .elementor-widget { margin: 0; }
.mr-native-page .elementor-widget-text-editor p { margin: 0; }
.mr-native-page .elementor-heading-title { margin: 0; color: inherit; font-family: inherit; line-height: inherit; }
.mr-native-page a { color: inherit; text-decoration: none; }
.mr-native-page img { display: block; max-width: 100%; }
.mr-wrap { width: min(var(--max), calc(100% - 64px)) !important; max-width: none !important; margin-right: auto !important; margin-left: auto !important; }
.mr-section { width: 100% !important; max-width: none !important; padding: 112px 0 !important; }

.mr-eyebrow { width: auto !important; margin: 0 0 24px !important; color: inherit; }
.mr-eyebrow .elementor-widget-container { display: flex; align-items: center; gap: 12px; }
.mr-eyebrow .elementor-widget-container::before { width: 28px; height: 3px; flex: 0 0 28px; content: ""; background: var(--lime); }
.mr-eyebrow p { font-family: "Montserrat", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.mr-display .elementor-heading-title {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(42px, 5.45vw, 78px) !important;
  font-weight: 800 !important;
  letter-spacing: -.055em !important;
  line-height: .99 !important;
}
.mr-title .elementor-heading-title {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(34px, 4.2vw, 60px) !important;
  font-weight: 800 !important;
  letter-spacing: -.045em !important;
  line-height: 1.02 !important;
}
.mr-accent { color: var(--lime); }
.mr-lead { max-width: 680px !important; margin-top: 28px !important; color: #383d39; font-size: 20px; line-height: 1.55; }

.mr-btn { width: auto !important; }
.mr-btn .elementor-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: .2s ease;
}
.mr-btn .elementor-button-content-wrapper { align-items: center; }
.mr-btn .elementor-button-text { flex-grow: 0; }
.mr-btn .elementor-button::after { content: "↗"; font-size: 18px; }
.mr-btn-primary .elementor-button { color: var(--ink) !important; background: var(--lime) !important; }
.mr-btn-primary .elementor-button:hover { color: var(--ink) !important; background: #76ef18 !important; transform: translateY(-2px); }
.mr-btn-ghost .elementor-button { color: var(--white) !important; border-color: rgba(255,255,255,.3) !important; background: transparent !important; }
.mr-btn-ghost .elementor-button:hover { color: var(--white) !important; border-color: var(--lime) !important; }

/* Portada y navegación */
.mr-hero {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 860px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}
.mr-hero::before {
  position: absolute; z-index: -2; top: -270px; right: -190px; width: 760px; height: 760px;
  border: 1px solid rgba(102,227,0,.25); border-radius: 50%; content: "";
  box-shadow: 0 0 0 92px rgba(102,227,0,.035), 0 0 0 184px rgba(102,227,0,.025);
}
.mr-hero::after {
  position: absolute; z-index: -1; right: -120px; bottom: -270px; width: 720px; height: 720px;
  border-radius: 44% 56% 63% 37% / 43% 40% 60% 57%; content: ""; background: var(--lime); opacity: .07; transform: rotate(24deg);
}
.mr-nav { width: 100% !important; max-width: none !important; height: 100px; border-bottom: 1px solid var(--line-dark); }
.mr-nav-inner { display: flex !important; height: 100%; flex-direction: row !important; align-items: center; justify-content: space-between; gap: 28px !important; }
.mr-brand { display: flex !important; width: auto !important; flex-direction: row !important; align-items: center; gap: 12px !important; }
.mr-brand-logo { width: 58px !important; flex: 0 0 58px; }
.mr-brand-logo img { width: 58px !important; height: 58px !important; object-fit: contain; }
.mr-brand-copy { width: auto !important; }
.mr-brand-name .elementor-heading-title { font-family: "Montserrat", Arial, sans-serif !important; font-size: 18px !important; font-weight: 800 !important; letter-spacing: -.02em !important; line-height: 1 !important; }
.mr-brand-tag { margin-top: 6px !important; color: #a7ada8; font-size: 10px; font-weight: 500; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.mr-nav-links { display: flex !important; width: auto !important; flex-direction: row !important; align-items: center; gap: 34px !important; }
.mr-nav-link { width: auto !important; }
.mr-nav-link .elementor-button { padding: 0; color: #d8dbd8 !important; background: transparent !important; font-family: "Inter", Arial, sans-serif; font-size: 14px; font-weight: 500; }
.mr-nav-link .elementor-button:hover { color: var(--lime) !important; }
.mr-nav-cta .elementor-button { min-height: 46px; padding: 0 20px; font-size: 14px; }
.mr-hero-content { display: grid !important; min-height: 700px; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 74px !important; padding-top: 72px !important; padding-bottom: 86px !important; }
.mr-hero-copy { width: 100% !important; }
.mr-hero-copy .mr-eyebrow { color: #b8bdb9; }
.mr-hero-copy .mr-display { max-width: 780px; }
.mr-intro { max-width: 690px !important; margin-top: 28px !important; color: #c6cac7; font-size: 19px; line-height: 1.65; }
.mr-hero-actions { display: flex !important; width: 100% !important; flex-direction: row !important; flex-wrap: wrap; gap: 14px !important; margin-top: 36px !important; }
.mr-hero-meta { display: flex !important; width: 100% !important; flex-direction: row !important; gap: 36px !important; margin-top: 58px !important; color: #979d98; font-size: 13px; }
.mr-meta-item { position: relative; width: auto !important; padding-left: 18px; }
.mr-meta-item::before { position: absolute; top: 8px; left: 0; width: 6px; height: 6px; border-radius: 50%; content: ""; background: var(--lime); }

.mr-hero-visual { position: relative; display: grid !important; min-height: 570px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 18px !important; }
.mr-portrait-card { position: relative; display: block !important; width: 100% !important; height: auto; aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 160px 160px 22px 22px; background: #171a18; box-shadow: 0 32px 70px rgba(0,0,0,.35); }
.mr-portrait-image { position: absolute; inset: 0; width: 100% !important; height: 100%; }
.mr-portrait-image .elementor-widget-container, .mr-portrait-image img { width: 100% !important; height: 100% !important; }
.mr-portrait-image img { object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.04); }
.mr-portrait-card.mr-angelica .mr-portrait-image img { object-position: 48% center; }
.mr-portrait-caption { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: flex !important; width: auto !important; flex-direction: row !important; align-items: center; justify-content: space-between; gap: 10px !important; padding: 12px 14px !important; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(9,11,10,.82); backdrop-filter: blur(10px); }
.mr-portrait-name { width: auto !important; }
.mr-portrait-name .elementor-heading-title { color: white; font-family: "Inter", Arial, sans-serif !important; font-size: 12px !important; font-weight: 600 !important; }
.mr-portrait-role { width: auto !important; color: var(--lime); font-size: 10px; font-weight: 600; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; text-align: right; }
.mr-hero-seal { position: absolute; z-index: 3; right: -18px; bottom: 22px; display: grid !important; width: 150px !important; height: 150px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-family: "Montserrat", Arial, sans-serif; font-size: 13px; font-weight: 800; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.mr-hero-seal::after { position: absolute; inset: 10px; border: 1px solid rgba(11,13,12,.35); border-radius: 50%; content: ""; }

/* Franja */
.mr-signal { width: 100% !important; max-width: none !important; padding: 28px 0 !important; border-bottom: 1px solid var(--line); background: var(--paper); }
.mr-signal-row { display: flex !important; flex-direction: row !important; align-items: center; justify-content: space-between; gap: 20px !important; color: #575c57; font-size: 13px; }
.mr-signal-brand { width: auto !important; }
.mr-signal-brand .elementor-heading-title { color: var(--ink); font-family: "Montserrat", Arial, sans-serif !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .12em !important; text-transform: uppercase; }
.mr-signal-capabilities { width: auto !important; }
.mr-signal-dots { width: auto !important; }
.mr-signal-dots .elementor-widget-container { display: flex; gap: 9px; }
.mr-signal-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d2d4ce; }
.mr-signal-dots span:first-child { background: var(--lime-dark); }

/* Punto de entrada */
.mr-challenge-head { display: grid !important; grid-template-columns: .75fr 1.25fr; align-items: end; gap: 72px !important; }
.mr-challenge-head .mr-eyebrow { margin-bottom: 0 !important; }
.mr-challenge-head .mr-title { max-width: 820px; }
.mr-challenge-grid { display: grid !important; margin-top: 72px !important; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mr-challenge-card { position: relative; min-height: 270px; padding: 34px 34px 30px !important; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); }
.mr-card-number { position: relative; }
.mr-card-number .elementor-heading-title { color: var(--muted); font-family: "Montserrat", Arial, sans-serif !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: .1em !important; }
.mr-card-number::after { position: absolute; top: 4px; right: 0; width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--lime-dark); }
.mr-card-title { margin-top: 54px !important; }
.mr-card-title .elementor-heading-title { font-family: "Montserrat", Arial, sans-serif !important; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -.025em !important; line-height: 1.2 !important; }
.mr-card-body { margin-top: 14px !important; color: #555a55; font-size: 15px; line-height: 1.6; }

/* Servicios */
.mr-services { color: var(--white); background: var(--ink); }
.mr-services-head, .mr-method-head { display: grid !important; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px !important; }
.mr-heading-group { width: 100% !important; }
.mr-services .mr-lead { color: #aeb4af; }
.mr-services-grid { display: grid !important; margin-top: 76px !important; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.mr-service-card { position: relative; min-height: 340px; overflow: hidden; padding: 42px !important; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.mr-service-card::after { position: absolute; right: -48px; bottom: -48px; width: 160px; height: 160px; border: 1px solid rgba(102,227,0,.25); border-radius: 50%; content: ""; transition: .25s; }
.mr-service-card:hover::after { right: -20px; bottom: -20px; background: rgba(102,227,0,.06); }
.mr-service-icon { display: grid !important; width: 54px !important; height: 54px; place-items: center; border: 1px solid rgba(102,227,0,.5); border-radius: 16px; }
.mr-service-icon .elementor-heading-title { color: var(--lime); font-family: "Montserrat", Arial, sans-serif !important; font-size: 12px !important; font-weight: 800 !important; }
.mr-service-title { max-width: 440px; margin-top: 72px !important; }
.mr-service-title .elementor-heading-title { color: var(--white); font-family: "Montserrat", Arial, sans-serif !important; font-size: 28px !important; font-weight: 700 !important; letter-spacing: -.03em !important; line-height: 1.15 !important; }
.mr-service-body { max-width: 500px; margin-top: 18px !important; color: #aeb4af; }

/* Método */
.mr-method { color: var(--ink); background: var(--lime); }
.mr-method .mr-eyebrow .elementor-widget-container::before { background: var(--ink); }
.mr-method .mr-lead { color: rgba(11,13,12,.7); }
.mr-method-rail { display: grid !important; margin-top: 78px !important; grid-template-columns: repeat(5, 1fr); border-top: 2px solid rgba(11,13,12,.36); }
.mr-step { position: relative; min-height: 268px; padding: 38px 22px 0 0 !important; }
.mr-step::before { position: absolute; top: -8px; left: 0; width: 14px; height: 14px; border: 2px solid var(--ink); border-radius: 50%; content: ""; background: var(--lime); }
.mr-step-number .elementor-heading-title { font-family: "Montserrat", Arial, sans-serif !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: .12em !important; }
.mr-step-title { margin-top: 58px !important; }
.mr-step-title .elementor-heading-title { font-family: "Montserrat", Arial, sans-serif !important; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -.03em !important; }
.mr-step-body { margin-top: 12px !important; color: rgba(11,13,12,.68); font-size: 14px; line-height: 1.55; }
.mr-method-note { display: grid !important; margin-top: 36px !important; padding-top: 30px !important; grid-template-columns: 1fr 1fr; gap: 32px !important; border-top: 1px solid rgba(11,13,12,.22); }
.mr-method-note-title .elementor-heading-title { font-family: "Montserrat", Arial, sans-serif !important; font-size: 16px !important; font-weight: 700 !important; }
.mr-method-note-body { color: rgba(11,13,12,.7); }

/* Principios */
.mr-principles { width: 100% !important; max-width: none !important; color: white; background: var(--ink-2); }
.mr-principles-grid { display: grid !important; grid-template-columns: 1.05fr .95fr; }
.mr-principles-main { display: flex !important; min-height: 690px; flex-direction: column !important; justify-content: space-between; padding: 104px 74px max(104px, 7vw) max(32px, calc((100vw - var(--max))/2)) !important; border-right: 1px solid var(--line-dark); }
.mr-principles-quote { max-width: 720px; }
.mr-principles-quote .elementor-heading-title { color: var(--white); font-family: "Montserrat", Arial, sans-serif !important; font-size: clamp(42px, 5vw, 68px) !important; font-weight: 700 !important; letter-spacing: -.05em !important; line-height: 1.03 !important; }
.mr-principles-description { max-width: 560px; color: #aeb4af; font-size: 18px; }
.mr-principles-list { display: flex !important; flex-direction: column !important; justify-content: center; padding: 90px max(32px, calc((100vw - var(--max))/2)) 90px 64px !important; }
.mr-principle { display: grid !important; padding: 28px 0 !important; grid-template-columns: 48px 1fr; gap: 16px !important; border-bottom: 1px solid var(--line-dark); }
.mr-principle:first-child { border-top: 1px solid var(--line-dark); }
.mr-principle-number .elementor-heading-title { color: var(--lime); font-family: "Montserrat", Arial, sans-serif !important; font-size: 11px !important; font-weight: 700 !important; }
.mr-principle-title .elementor-heading-title { color: var(--white); font-family: "Montserrat", Arial, sans-serif !important; font-size: 18px !important; font-weight: 700 !important; }
.mr-principle-body { margin-top: 6px !important; color: #939a94; font-size: 14px; }

/* Equipo */
.mr-team { background: var(--paper); }
.mr-team-head { display: flex !important; flex-direction: row !important; align-items: end; justify-content: space-between; gap: 60px !important; }
.mr-team-head .mr-heading-group { max-width: 700px; }
.mr-team-head .mr-lead { max-width: 480px; }
.mr-team-grid { display: grid !important; margin-top: 76px !important; grid-template-columns: repeat(2, 1fr); gap: 28px !important; }
.mr-person { display: grid !important; min-height: 600px; grid-template-rows: 420px auto; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.mr-person-photo { position: relative; display: block !important; height: 420px; overflow: hidden; background: var(--ink); }
.mr-person-image { position: absolute; inset: 0; width: 100% !important; height: 100%; }
.mr-person-image .elementor-widget-container, .mr-person-image img { width: 100% !important; height: 100% !important; }
.mr-person-image img { object-fit: cover; filter: grayscale(1); transition: .35s; }
.mr-person-photo.mr-angelica .mr-person-image img { object-position: 48% center; }
.mr-person-photo.mr-sergio .mr-person-image img { object-position: center 30%; }
.mr-person:hover .mr-person-image img { transform: scale(1.025); }
.mr-person-badge { position: absolute; z-index: 2; right: 24px; bottom: 24px; width: auto !important; padding: 10px 13px; border-radius: 999px; background: var(--lime); }
.mr-person-badge .elementor-heading-title { color: var(--ink); font-family: "Montserrat", Arial, sans-serif !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .1em !important; text-transform: uppercase; }
.mr-person-copy { padding: 32px 34px 36px !important; }
.mr-person-name .elementor-heading-title { font-family: "Montserrat", Arial, sans-serif !important; font-size: 28px !important; font-weight: 700 !important; letter-spacing: -.03em !important; }
.mr-person-role { margin-top: 6px !important; color: var(--lime-dark); font-size: 13px; font-weight: 600; }
.mr-person-bio { margin-top: 18px !important; color: #555a55; }

/* Resultado */
.mr-commitment { width: 100% !important; max-width: none !important; padding: 88px 0 !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mr-commitment-row { display: grid !important; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 64px !important; }
.mr-commitment-row .mr-eyebrow { margin-top: 10px !important; }
.mr-commitment-copy { max-width: 850px; }
.mr-commitment-title .elementor-heading-title { font-family: "Montserrat", Arial, sans-serif !important; font-size: clamp(32px, 4vw, 54px) !important; font-weight: 700 !important; letter-spacing: -.045em !important; line-height: 1.06 !important; }
.mr-commitment-body { margin-top: 22px !important; color: #555a55; font-size: 18px; }

/* Contacto */
.mr-contact { position: relative; overflow: hidden; color: white; background: var(--ink); }
.mr-contact::before { position: absolute; top: 16%; right: -260px; width: 660px; height: 660px; border: 1px solid rgba(102,227,0,.23); border-radius: 50%; content: ""; box-shadow: 0 0 0 84px rgba(102,227,0,.03), 0 0 0 168px rgba(102,227,0,.02); }
.mr-contact-grid { position: relative; display: grid !important; grid-template-columns: 1fr .85fr; gap: 100px !important; }
.mr-contact .mr-title { max-width: 730px; }
.mr-contact .mr-lead { color: #abb1ac; }
.mr-contact-points { display: flex !important; flex-direction: row !important; flex-wrap: wrap; gap: 12px !important; margin-top: 36px !important; }
.mr-contact-point { width: auto !important; padding: 9px 13px; border: 1px solid var(--line-dark); border-radius: 999px; }
.mr-contact-point .elementor-heading-title { color: #b7bcb8; font-family: "Inter", Arial, sans-serif !important; font-size: 12px !important; font-weight: 400 !important; }
.mr-contact-form { display: flex !important; flex-direction: column !important; padding: 34px !important; border: 1px solid var(--line-dark); border-radius: 26px; background: rgba(255,255,255,.035); }
.mr-form-field { margin-bottom: 22px !important; }
.mr-field label { display: block; margin-bottom: 8px; color: #9ba19c; font-size: 12px; font-weight: 600; }
.mr-field input, .mr-field textarea { width: 100%; padding: 0 0 12px; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: 0; color: white; background: transparent; font-family: "Inter", Arial, sans-serif; font-size: 16px; box-shadow: none; }
.mr-field textarea { min-height: 96px; resize: vertical; }
.mr-field input:focus, .mr-field textarea:focus { border-color: var(--lime); }
.mr-submit { width: 100% !important; margin-top: 8px !important; }
.mr-submit .elementor-button { width: 100%; }
.mr-form-status:empty { display: none; }
.mr-form-status { margin-bottom: 22px; padding: 12px 14px; border: 1px solid rgba(102,227,0,.45); border-radius: 12px; color: #dce2dd; background: rgba(102,227,0,.08); font-size: 13px; }
.mr-form-status.mr-error { border-color: rgba(245,86,0,.55); background: rgba(245,86,0,.08); }
.mr-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Pie */
.mr-footer { width: 100% !important; max-width: none !important; color: #a2a8a3; background: #060706; }
.mr-footer-main { display: grid !important; padding-top: 54px !important; padding-bottom: 46px !important; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px !important; }
.mr-footer-brand { color: white; }
.mr-footer .mr-brand-logo { width: 48px !important; flex-basis: 48px; }
.mr-footer .mr-brand-logo img { width: 48px !important; height: 48px !important; }
.mr-footer-description { max-width: 340px; margin-top: 22px !important; font-size: 13px; }
.mr-footer-title { margin-top: 6px !important; margin-bottom: 16px !important; }
.mr-footer-title .elementor-heading-title { color: white; font-family: "Montserrat", Arial, sans-serif !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .1em !important; text-transform: uppercase; }
.mr-footer-links { gap: 10px !important; }
.mr-footer-link .elementor-heading-title { color: #a2a8a3; font-family: "Inter", Arial, sans-serif !important; font-size: 13px !important; font-weight: 400 !important; }
.mr-footer-link .elementor-heading-title a:hover { color: var(--lime); }
.mr-footer-bottom { display: flex !important; padding-top: 22px !important; padding-bottom: 28px !important; flex-direction: row !important; justify-content: space-between; gap: 20px !important; border-top: 1px solid rgba(255,255,255,.11); font-size: 11px; }
.mr-footer-small { width: auto !important; }

@media (max-width: 1000px) {
  .mr-wrap { width: min(calc(100% - 44px), var(--max)) !important; }
  .mr-nav-link { display: none; }
  .mr-hero-content { grid-template-columns: 1fr; gap: 44px !important; }
  .mr-hero-visual { width: min(720px, 100%) !important; min-height: auto; margin-left: auto !important; }
  .mr-challenge-head, .mr-services-head, .mr-method-head, .mr-commitment-row, .mr-contact-grid { grid-template-columns: 1fr; gap: 30px !important; }
  .mr-method-rail { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid rgba(11,13,12,.36); }
  .mr-step { min-height: auto; padding: 12px 0 34px 34px !important; }
  .mr-step::before { top: 17px; left: -8px; }
  .mr-step-title { margin-top: 16px !important; }
  .mr-principles-grid { grid-template-columns: 1fr; }
  .mr-principles-main { min-height: 560px; padding: 86px 32px !important; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .mr-principles-list { padding: 70px 32px !important; }
  .mr-contact-grid { gap: 60px !important; }
}

@media (max-width: 720px) {
  .mr-wrap { width: min(calc(100% - 32px), var(--max)) !important; }
  .mr-section { padding: 80px 0 !important; }
  .mr-nav { height: 82px; }
  .mr-brand-logo { width: 46px !important; flex-basis: 46px; }
  .mr-brand-logo img { width: 46px !important; height: 46px !important; }
  .mr-brand-name .elementor-heading-title { font-size: 15px !important; }
  .mr-brand-tag { display: none; }
  .mr-nav-cta { display: none; }
  .mr-hero { min-height: 0; }
  .mr-hero-content { min-height: 0; padding-top: 64px !important; padding-bottom: 72px !important; }
  .mr-intro { font-size: 17px; }
  .mr-hero-meta { flex-direction: column !important; gap: 10px !important; margin-top: 36px !important; }
  .mr-hero-visual { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px !important; }
  .mr-portrait-card { aspect-ratio: 3 / 4; border-radius: 80px 80px 14px 14px; }
  .mr-portrait-caption { right: 10px; bottom: 10px; left: 10px; padding: 9px !important; }
  .mr-portrait-name .elementor-heading-title { font-size: 9px !important; }
  .mr-portrait-role { display: none; }
  .mr-hero-seal { right: -8px; bottom: -20px; width: 96px !important; height: 96px; font-size: 9px; }
  .mr-signal-capabilities { display: none; }
  .mr-challenge-grid, .mr-services-grid, .mr-team-grid, .mr-method-note { grid-template-columns: 1fr; }
  .mr-challenge-card { min-height: 230px; }
  .mr-service-card { min-height: 300px; padding: 32px !important; }
  .mr-service-title { margin-top: 50px !important; }
  .mr-team-head { align-items: start; flex-direction: column !important; gap: 0 !important; }
  .mr-person { min-height: 0; grid-template-rows: 330px auto; }
  .mr-person-photo { height: 330px; }
  .mr-principles-quote .elementor-heading-title { font-size: 40px !important; }
  .mr-footer-main { grid-template-columns: 1fr; gap: 36px !important; }
  .mr-footer-bottom { flex-direction: column !important; }
}
