/*
Theme Name: Arterias — Hello Elementor Child
Theme URI: https://arterias.art/
Description: Child theme de Arterias para Hello Elementor.
Author: Arterias
Template: hello-elementor
Version: 1.3.0
Text Domain: arterias
*/

/* Fuentes autoalojadas. Cabinet Grotesk conserva WOFF2 + WOFF como fallback;
 * Manrope y News Cycle usan los WOFF2 latinos oficiales de Google Fonts. */
@font-face {
  font-family: "CabinetGrotesk";
  src: url("assets/fonts/CabinetGrotesk-Medium.woff2") format("woff2"),
       url("assets/fonts/CabinetGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CabinetGrotesk";
  src: url("assets/fonts/CabinetGrotesk-Bold.woff2") format("woff2"),
       url("assets/fonts/CabinetGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CabinetGrotesk";
  src: url("assets/fonts/CabinetGrotesk-Black.woff2") format("woff2"),
       url("assets/fonts/CabinetGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Variable-Latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "News Cycle";
  src: url("assets/fonts/NewsCycle-Regular-Latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "News Cycle";
  src: url("assets/fonts/NewsCycle-Bold-Latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #FFF9EB;
  --bg-raised: #FFFDF6;
  --ink: #00213F;
  --ink-72: rgba(0, 33, 63, 0.72);
  --ink-55: rgba(0, 33, 63, 0.65);
  --ink-16: rgba(0, 33, 63, 0.16);
  --ink-38: rgba(0, 33, 63, 0.38);
  --coral: #DC4147;
  --coral-text: #C13037;
  --rosa: #FC8CA4;
  --radius-card: 16px;
  --radius-pill: 48px;
  --maxw: 1215px;
  --font-display: "CabinetGrotesk", "Manrope", sans-serif;
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --font-mark: "News Cycle", "News Gothic MT", "Helvetica Neue", sans-serif;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.art-header img,
.art-header svg,
:is(.art-hero, .art-proyectos, .art-contacto, .art-footer) img,
:is(.art-hero, .art-proyectos, .art-contacto, .art-footer) svg {
  display: block;
  max-width: 100%;
}

.art-skip-link {
  position: absolute;
  z-index: 999;
  top: 0;
  left: -999px;
  padding: 12px 20px;
  border-radius: 0 0 8px 0;
  background: var(--ink);
  color: var(--bg);
}

.art-skip-link:focus { left: 0; }

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) ::selection {
  background: var(--rosa);
  color: var(--ink);
}

:is(.art-header, .art-hero, .art-porque, .art-servicios, .art-cta-band, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto, .art-footer),
:is(.art-header, .art-hero, .art-porque, .art-servicios, .art-cta-band, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto, .art-footer) * {
  box-sizing: border-box;
}

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) {
  position: relative;
  padding-block: 110px;
  color: var(--ink);
}

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto)[id] {
  scroll-margin-top: 96px;
}

:is(.art-hero, .art-porque, .art-servicios, .art-cta-band, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto, .art-header, .art-footer) > .e-con-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 28px;
}

:is(.art-hero, .art-porque, .art-servicios, .art-cta-band, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto, .art-header, .art-footer) :is(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
  border-radius: 4px;
}

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) :is(h1, h2, h3) {
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: -0.015em;
  margin: 0;
}

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) h2 {
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 700;
  line-height: 1.05;
}

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.22;
}

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

:is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) .eyebrow::before {
  width: 22px;
  height: 2px;
  background: var(--coral);
  content: "";
  flex-shrink: 0;
}

:is(.art-hero, .art-areas, .art-equipo, .art-diagnostico) .lede {
  color: var(--ink-72);
  font-size: 17px;
  line-height: 1.7;
}

:is(.art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo) .section-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px 48px;
  align-items: start;
  margin-bottom: 64px;
}

:is(.art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo) .head-body {
  max-width: 680px;
}

:is(.art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo) .head-body p {
  margin-top: 20px;
}

/* Botones del sistema visual. En Elementor Free basta asignar btn + variante. */
:is(.art-header, .art-hero, .art-cta-band, .art-contacto, .art-footer, .art-project-single) .btn .elementor-button,
:is(.art-header, .art-hero, .art-cta-band, .art-contacto, .art-footer, .art-project-single) a.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

:is(.art-header, .art-hero, .art-contacto, .art-project-single) .btn-primary .elementor-button,
:is(.art-header, .art-hero, .art-contacto, .art-project-single) a.btn-primary {
  background: var(--ink);
  color: var(--bg);
}

:is(.art-header, .art-hero, .art-contacto, .art-project-single) .btn-primary:hover .elementor-button,
:is(.art-header, .art-hero, .art-contacto, .art-project-single) a.btn-primary:hover {
  box-shadow: 0 10px 24px rgba(0, 33, 63, .22);
  transform: translateY(-2px);
}

.art-cta-band .btn-inverse .elementor-button,
.art-cta-band a.btn-inverse {
  background: var(--bg);
  color: var(--ink);
}
.art-cta-band .btn-inverse:hover .elementor-button,
.art-cta-band a.btn-inverse:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}

.art-contacto .btn-outline .elementor-button,
.art-contacto a.btn-outline,
.art-footer .btn-outline .elementor-button,
.art-footer a.btn-outline,
.art-project-single a.btn-outline {
  border-color: var(--ink-38);
  background: transparent;
  color: var(--ink);
}

.art-contacto .btn-outline:hover .elementor-button,
.art-contacto a.btn-outline:hover,
.art-footer .btn-outline:hover .elementor-button,
.art-footer a.btn-outline:hover,
.art-project-single a.btn-outline:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

:is(.art-header, .art-hero, .art-cta-band, .art-contacto, .art-footer) :is(.btn, .btn-text) svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* Header global del child theme. Conserva compatibilidad visual con widgets
 * nativos de Elementor si se usan dentro de secciones, pero no requiere Pro. */
.art-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--ink-16);
  background: rgba(255, 249, 235, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.art-header > .e-con-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.art-header .brand,
.art-footer .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.art-header .brand-mark :is(img, svg) {
  width: 36px;
  height: auto;
}

.art-header .brand-word,
.art-footer .brand-word {
  color: var(--ink);
  font-family: var(--font-mark);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .01em;
}

.art-header .art-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.art-header .elementor-nav-menu--main .elementor-item,
.art-header .art-nav a {
  position: relative;
  padding: 4px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  opacity: .72;
  text-decoration: none;
}

.art-header .elementor-nav-menu--main .elementor-item:hover,
.art-header .elementor-nav-menu--main .elementor-item:focus,
.art-header .art-nav a:hover,
.art-header .art-nav a:focus {
  color: var(--ink);
  opacity: 1;
}

.art-header .elementor-nav-menu--main .elementor-item::after,
.art-header .art-nav a::after {
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transition: width .25s ease;
}

.art-header .art-nav a:hover::after,
.art-header .art-nav a:focus::after {
  width: 100%;
}

.art-header .elementor-menu-toggle,
.art-header [data-art-menu-toggle] {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.art-header .art-menu-icon,
.art-header .art-menu-icon::before,
.art-header .art-menu-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.art-header .art-menu-icon {
  position: relative;
  margin-inline: auto;
}

.art-header .art-menu-icon::before,
.art-header .art-menu-icon::after {
  position: absolute;
  left: 0;
}

.art-header .art-menu-icon::before { top: -7px; }
.art-header .art-menu-icon::after { top: 7px; }

.art-header .elementor-nav-menu--dropdown,
.art-header [data-art-mobile-menu] {
  display: none;
  border-top: 1px solid var(--ink-16);
  background: var(--bg);
}

.art-header [data-art-mobile-menu].open {
  display: block;
}

.art-header .elementor-nav-menu--dropdown .elementor-item,
.art-header [data-art-mobile-menu] a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid var(--ink-16);
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

/* Hero */
.art-hero {
  overflow: hidden;
  padding-block: 72px 100px;
}

.art-hero > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 56px;
  align-items: center;
}

.art-hero .hero-copy .eyebrow { margin-bottom: 26px; }
.art-hero .hero-copy h1 {
  max-width: 15ch;
  margin-bottom: 26px;
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 700;
  line-height: 1.04;
}
.art-hero .hero-copy h1 em { color: var(--coral); font-style: normal; }
.art-hero .hero-copy .lede { max-width: 52ch; margin-bottom: 40px; }
.art-hero .hero-ctas {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.art-hero .btn-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink-38);
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .25s ease, gap .25s ease;
}
.art-hero .btn-text:hover { gap: 13px; border-color: var(--coral); }
.art-hero .btn-text .elementor-button {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid var(--ink-38);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}
.art-hero .hero-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--ink-55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.art-hero .hero-tags span + span::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-inline: 12px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}
.art-hero .hero-visual { position: relative; min-height: 380px; }
.art-hero .hero-plate {
  position: relative;
  width: 100%;
  max-height: 520px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  background: var(--rosa) url("assets/images/gradient-bg.png") center / 165% 165% no-repeat;
}
.art-hero .hero-plate::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 249, 235, .55);
  border-radius: 14px;
  content: "";
  pointer-events: none;
}
.art-hero .plate-mark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 34px;
}
.art-hero .plate-mark :is(img, svg) { width: 92px; height: auto; }
.art-hero .hero-plate-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: var(--ink-55);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Problema / propuesta */
.art-porque { padding-top: 0; }
.art-porque > .e-con-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--ink-16);
}
.art-porque .split-cell { padding: 72px 56px 72px 0; }
.art-porque .split-cell + .split-cell {
  padding-right: 0;
  padding-left: 56px;
  border-left: 1px solid var(--ink-16);
}
.art-porque .split-cell .eyebrow { margin-bottom: 22px; }
.art-porque .split-cell h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2.6vw, 30px);
}
.art-porque .split-cell p {
  color: var(--ink-72);
  font-size: 16px;
  line-height: 1.75;
}

/* Servicios */
.art-servicios .service-rows { border-top: 1px solid var(--ink-16); }
.art-servicios .service-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 340px) 1fr 32px;
  gap: 32px;
  align-items: baseline;
  padding: 36px 0;
  border-bottom: 1px solid var(--ink-16);
  transition: padding-left .3s ease;
}
.art-servicios .service-row:hover { padding-left: 14px; }
.art-servicios .service-num {
  color: var(--coral-text);
  font-family: var(--font-mark);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}
.art-servicios .service-row h3 { font-size: clamp(20px, 2.2vw, 25px); }
.art-servicios .service-row p {
  max-width: 56ch;
  color: var(--ink-72);
  font-size: 15.5px;
  line-height: 1.7;
}
.art-servicios .row-dot {
  width: 9px;
  height: 9px;
  align-self: center;
  justify-self: end;
  border: 1.5px solid var(--ink-38);
  border-radius: 50%;
}
.art-servicios .service-row:hover .row-dot {
  border-color: var(--coral);
  background: var(--coral);
  transform: scale(1.25);
}

/* CTA intermedio */
.art-cta-band { padding-block: 0; }
.art-cta-band .cta-band {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
  padding: 64px;
  border-radius: 22px;
  background: var(--ink);
  color: var(--bg);
}
.art-cta-band .cta-band::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--coral), var(--rosa), var(--bg));
  content: "";
}
.art-cta-band h3 {
  max-width: 22ch;
  color: var(--bg);
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.15;
}
.art-cta-band .band-note {
  margin-top: 10px;
  color: rgba(255, 249, 235, .65);
  font-size: 14px;
  font-weight: 500;
}

/* Territorios */
.art-areas .areas-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 22px;
}
.art-areas .area-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 14px;
  padding: 44px 38px;
  border: 1px solid var(--ink-16);
  border-radius: var(--radius-card);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .3s ease, transform .3s ease;
}
.art-areas .area-card:hover {
  border-color: var(--ink-38);
  transform: translateY(-4px);
}
.art-areas .area-card.is-primary { background: var(--bg-raised); }
.art-areas .area-card.is-primary::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--coral), var(--rosa));
  content: "";
}
.art-areas .area-card h3 { font-size: 24px; }
.art-areas .area-card p { color: var(--ink-72); font-size: 15.5px; line-height: 1.7; }
.art-areas .area-kicker {
  color: var(--coral-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.art-areas .go { margin-top: auto; padding-top: 14px; font-size: 14px; font-weight: 700; }
.art-areas .go svg { width: 15px; height: 15px; transition: transform .3s ease; }
.art-areas .area-card:hover .go svg { transform: translateX(4px); }

/* Proyectos: compatible con shortcode [arterias_proyectos] y con grids manuales. */
.art-proyectos .proj-group + .proj-group { margin-top: 72px; }
.art-proyectos .proj-group-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--ink-55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.art-proyectos .proj-group-label::after {
  height: 1px;
  background: var(--ink-16);
  content: "";
  flex: 1;
}
.art-proyectos .elementor-loop-container,
.art-proyectos .proj-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.art-proyectos .proj-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--ink-16);
  border-radius: var(--radius-card);
  background: var(--bg-raised);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.art-proyectos .proj-card:hover {
  border-color: var(--ink-38);
  box-shadow: 0 14px 32px rgba(0, 33, 63, .08);
  transform: translateY(-4px);
}
.art-proyectos .proj-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--rosa) url("assets/images/gradient-bg.png") center / 190% 190% no-repeat;
}

.art-proyectos .proj-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-proyectos .proj-visual::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 249, 235, .5);
  border-radius: 8px;
  content: "";
}
.art-proyectos .proj-monogram {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: rgba(255, 249, 235, .92);
  font-family: var(--font-mark);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}
.art-proyectos .tint-a { background-position: 18% 30%; }
.art-proyectos .tint-b { background-position: 80% 20%; filter: hue-rotate(-14deg); }
.art-proyectos .tint-c { background-position: 30% 78%; filter: hue-rotate(10deg) saturate(.9); }
.art-proyectos .tint-d { background-position: 72% 70%; filter: saturate(.75); }
.art-proyectos .tint-e { background-position: 50% 12%; filter: hue-rotate(-24deg) saturate(.85); }
.art-proyectos .tint-f { background-position: 12% 62%; filter: hue-rotate(18deg); }
.art-proyectos .proj-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 26px 28px 28px;
}
.art-proyectos .proj-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.art-proyectos .proj-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; }
.art-proyectos .proj-sector {
  color: var(--coral-text);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.art-proyectos .proj-services { color: var(--ink-55); font-size: 13px; font-weight: 600; }
.art-proyectos .proj-desc { color: var(--ink-72); font-size: 15px; line-height: 1.65; }
.art-proyectos .proj-foot { margin-top: auto; padding-top: 14px; font-size: 14px; font-weight: 700; }
.art-proyectos .proj-foot svg { width: 15px; height: 15px; transition: transform .3s ease; }
.art-proyectos .proj-card:hover .proj-foot svg { transform: translateX(4px); }

.art-proyectos .proj-empty {
  padding: 28px;
  border: 1px dashed var(--ink-16);
  border-radius: var(--radius-card);
  color: var(--ink-55);
  background: rgba(255, 253, 246, .58);
}

/* Proceso */
.art-proceso .process-list { border-top: 1px solid var(--ink-16); }
.art-proceso .process-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 300px) 1fr;
  gap: 28px;
  align-items: baseline;
  padding: 34px 0;
  border-bottom: 1px solid var(--ink-16);
}
.art-proceso .process-num {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
}
.art-proceso .process-num::after {
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 8px;
  background: var(--coral);
  content: "";
}
.art-proceso .process-item p {
  max-width: 52ch;
  color: var(--ink-72);
  font-size: 15.5px;
  line-height: 1.7;
}

/* Equipo: la bio breve sustituye al modal. */
.art-equipo .section-head { margin-bottom: 52px; }
.art-equipo .team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.art-equipo .team-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  height: 100%;
  padding: 32px 30px;
  border: 1px solid var(--ink-16);
  border-radius: var(--radius-card);
  background: var(--bg-raised);
  transition: border-color .3s ease, transform .3s ease;
}
.art-equipo .team-card:hover { border-color: var(--ink-38); transform: translateY(-3px); }
.art-equipo .team-mono {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid var(--coral);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(252, 140, 164, .25), rgba(255, 249, 235, 0));
  font-family: var(--font-mark);
  font-size: 18px;
  font-weight: 700;
}
.art-equipo .team-info { display: flex; flex-direction: column; gap: 5px; }
.art-equipo .member-name { font-family: var(--font-display); font-size: 19px; font-weight: 700; }
.art-equipo .pronouns { color: var(--ink-55); font-family: var(--font-body); font-size: 12px; font-weight: 500; }
.art-equipo .member-role { color: var(--ink-72); font-size: 14.5px; font-weight: 600; }
.art-equipo .member-bio { margin-top: 8px; color: var(--ink-72); font-size: 13px; line-height: 1.6; }

/* Diagnóstico / formulario. Compatible con Fluent Forms Free. */
.art-diagnostico { background: rgba(0, 33, 63, .035); }
.art-diagnostico > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 72px;
  align-items: start;
}
.art-diagnostico .diag-copy .eyebrow { margin-bottom: 22px; }
.art-diagnostico .diag-copy h2 { margin-bottom: 20px; }
.art-diagnostico .diag-copy .lede { margin-bottom: 28px; }
.art-diagnostico .diag-list { display: flex; flex-direction: column; gap: 14px; margin: 0 0 28px; padding: 0; list-style: none; }
.art-diagnostico .diag-list li { display: flex; gap: 12px; color: var(--ink-72); font-size: 15px; line-height: 1.6; }
.art-diagnostico .diag-list li::before {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
  flex-shrink: 0;
}
.art-diagnostico .diag-alt { color: var(--ink-55); font-size: 14px; }
.art-diagnostico .diag-alt a { text-decoration: underline; text-underline-offset: 3px; }
.art-diagnostico .elementor-form,
.art-diagnostico .fluentform form,
.art-diagnostico .frm-fluent-form,
.art-diagnostico .lead-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 40px 38px;
  border: 1px solid var(--ink-16);
  border-radius: 20px;
  background: var(--bg-raised);
  box-shadow: 0 20px 44px rgba(0, 33, 63, .06);
}
.art-diagnostico .elementor-field-group,
.art-diagnostico .ff-el-group,
.art-diagnostico .field { margin: 0 0 16px; }
.art-diagnostico .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.art-diagnostico .elementor-field-label,
.art-diagnostico .ff-el-input--label label,
.art-diagnostico .field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.art-diagnostico :is(.elementor-field-textual, .elementor-select-wrapper select, .ff-el-form-control, .lead-form input, .lead-form select, .lead-form textarea) {
  width: 100%;
  min-height: 48px;
  padding: 14px 15px;
  border: 1px solid var(--ink-38);
  border-radius: 11px;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
}
.art-diagnostico textarea.elementor-field-textual,
.art-diagnostico textarea.ff-el-form-control,
.art-diagnostico .lead-form textarea { min-height: 100px; resize: vertical; }
.art-diagnostico .elementor-button,
.art-diagnostico .ff-btn-submit,
.art-diagnostico .form-submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--ink);
  color: var(--bg);
  font-weight: 700;
  cursor: pointer;
}
.art-diagnostico .ff-btn-submit:hover,
.art-diagnostico .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 33, 63, .14);
}
.art-diagnostico .form-note { color: var(--ink-55); font-size: 12.5px; line-height: 1.6; }

/* Cierre */
.art-contacto { overflow: hidden; }
.art-contacto > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: 56px;
  align-items: end;
}
.art-contacto .cierre-copy h2 { max-width: 20ch; margin-bottom: 18px; }
.art-contacto .cierre-copy p {
  max-width: 46ch;
  margin-bottom: 38px;
  color: var(--ink-72);
  font-size: 17px;
  line-height: 1.7;
}
.art-contacto .cierre-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.art-contacto .cierre-plate {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  background: var(--rosa) url("assets/images/gradient-bg.png") 65% 40% / 200% 200% no-repeat;
}
.art-contacto .cierre-plate::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 249, 235, .5);
  border-radius: 10px;
  content: "";
}

/* Footer */
.art-footer {
  padding: 52px 0 36px;
  border-top: 1px solid var(--ink-16);
}
.art-footer .footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.art-footer .footer-links { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.art-footer .footer-links a { color: var(--ink); font-size: 15px; font-weight: 600; text-decoration: none; opacity: .72; }
.art-footer .footer-links a:hover { opacity: 1; }
.art-footer .footer-links .btn { opacity: 1; }
.art-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--ink-16);
  color: var(--ink-55);
  font-size: 13px;
}

/* Página de confirmación */
.art-gracias {
  min-height: calc(100svh - 160px);
  padding: clamp(96px, 12vw, 160px) 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 75% 20%, rgba(252, 140, 164, .2), transparent 34%),
    var(--bg);
}
.art-gracias > .e-con-inner {
  max-width: 760px;
  align-items: center;
}
.art-gracias .elementor-widget-heading h1 {
  max-width: 760px;
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.045em;
}
.art-gracias .elementor-widget-text-editor {
  max-width: 680px;
  margin-inline: auto;
  color: var(--ink-72);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
}
.art-gracias .elementor-widget-button {
  margin-top: 12px;
}

/* Single Proyecto renderizado por el child theme */
.single-proyecto .art-project-single {
  padding-block: clamp(72px, 9vw, 132px);
}

.art-project-single > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 64px;
  align-items: start;
}

.art-project-single .project-kicker {
  margin-bottom: 20px;
  color: var(--coral-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.art-project-single h1 {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 108px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.05em;
}

.art-project-single .project-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.art-project-single .project-meta span {
  padding: 9px 14px;
  border: 1px solid var(--ink-16);
  border-radius: var(--radius-pill);
  color: var(--ink-72);
  font-size: 13px;
  font-weight: 700;
}

.art-project-single .project-visual {
  overflow: hidden;
  border-radius: 20px;
  background: var(--rosa) url("assets/images/gradient-bg.png") center / 190% 190% no-repeat;
}

.art-project-single .project-visual img {
  width: 100%;
  height: auto;
}

.art-project-single .project-visual-fallback {
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 249, 235, .92);
  font-family: var(--font-mark);
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.art-project-single .project-content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.art-project-single .project-block {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ink-16);
}

.art-project-single .project-block h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.art-project-single .project-block p {
  margin: 0;
  color: var(--ink-72);
  font-size: 17px;
  line-height: 1.75;
}

.art-project-single .project-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .art-header .header-cta { display: none !important; }
  .art-header .art-nav { display: none; }
  .art-header [data-art-menu-toggle] { display: inline-flex; align-items: center; justify-content: center; }
  .art-header > .e-con-inner { min-height: 68px; }
  .art-header [data-art-mobile-menu] {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    box-shadow: 0 18px 36px rgba(0, 33, 63, .08);
  }
  .art-hero { padding-block: 52px 72px; }
  .art-hero > .e-con-inner { grid-template-columns: 1fr; gap: 44px; }
  .art-hero .hero-visual { min-height: 0; max-width: 420px; }
  .art-hero .hero-plate { max-height: 260px; aspect-ratio: 16 / 10; }
  .art-diagnostico > .e-con-inner { grid-template-columns: 1fr; gap: 44px; }
  .art-project-single > .e-con-inner { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 860px) {
  .art-porque > .e-con-inner { grid-template-columns: 1fr; }
  .art-porque .split-cell { padding: 52px 0; }
  .art-porque .split-cell + .split-cell { padding-left: 0; border-top: 1px solid var(--ink-16); border-left: 0; }
  .art-contacto > .e-con-inner { grid-template-columns: 1fr; gap: 40px; }
  .art-contacto .cierre-plate { max-width: 380px; aspect-ratio: 16 / 9; }
}

@media (max-width: 820px) {
  .art-servicios .service-row { grid-template-columns: 1fr; gap: 10px; padding: 30px 0; }
  .art-servicios .service-row:hover { padding-left: 0; }
  .art-servicios .row-dot { display: none; }
}

@media (max-width: 780px) {
  :is(.art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo) .section-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 44px;
  }
}

@media (max-width: 760px) {
  .art-areas .areas-grid,
  .art-proyectos .elementor-loop-container,
  .art-proyectos .proj-grid { grid-template-columns: 1fr; }
  .art-proceso .process-item { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; }
  .art-proceso .process-num { font-size: 26px; }
}

@media (max-width: 700px) {
  :is(.art-hero, .art-porque, .art-servicios, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto) {
    padding-block: 72px;
  }
  .art-hero { padding-block: 52px 72px; }
  .art-porque { padding-top: 0; }
  .art-equipo .team-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .art-cta-band .cta-band { padding: 44px 30px; }
}

@media (max-width: 600px) {
  :is(.art-hero, .art-porque, .art-servicios, .art-cta-band, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto, .art-header, .art-footer) > .e-con-inner {
    padding-inline: 20px;
  }
  .art-diagnostico .form-row { grid-template-columns: 1fr; }
  .art-hero .hero-ctas,
  .art-contacto .cierre-btns { flex-direction: column; align-items: stretch; }
  .art-hero .hero-ctas .btn { width: 100%; }
  .art-hero .hero-ctas .btn-text { align-self: flex-start; }
}

@media (max-width: 560px) {
  .art-diagnostico .elementor-form,
  .art-diagnostico .lead-form { padding: 30px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  :is(.art-header, .art-hero, .art-porque, .art-servicios, .art-cta-band, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto, .art-footer),
  :is(.art-header, .art-hero, .art-porque, .art-servicios, .art-cta-band, .art-areas, .art-proyectos, .art-proceso, .art-equipo, .art-diagnostico, .art-contacto, .art-footer) * {
    scroll-behavior: auto;
    animation-duration: .001ms !important; /* Accesibilidad: anula animaciones de Elementor. */
    transition-duration: .001ms !important; /* Accesibilidad: anula transiciones del tema. */
  }
}
