:root {
  --eu-green: #336633;
  --eu-yellow: #ffff00;
  --eu-dark: #171717;
  --eu-gray: #4b4b4b;
  --eu-soft: #f5f7f4;
  --eu-line: rgba(0,0,0,.12);
  --eu-radius: 0 0 28px 0;
  --eu-shadow: 0 18px 48px rgba(0,0,0,.12);
  --eu-font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--eu-font);
  color: var(--eu-dark);
  background: #fff;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 400;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--eu-green); }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0 0 .75rem; line-height: 1.12; font-weight: 300; color: var(--eu-green); }
h1 { font-size: clamp(2.3rem, 6vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.18rem; font-weight: 600; color: var(--eu-dark); text-transform: none; }
strong { font-weight: 700; }

.screen-reader-text,
.skip-link:not(:focus) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 1rem;
  left: 1rem;
  background: #fff;
  color: #000;
  padding: .75rem 1rem;
  box-shadow: var(--eu-shadow);
}
.eu-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.eu-main { min-height: 55vh; }
.eu-section { padding: clamp(3rem, 7vw, 6rem) 0; position: relative; }
.eu-section-title { font-weight: 300; letter-spacing: .01em; text-transform: none; }
.eu-lead { font-size: clamp(1.08rem, 2vw, 1.35rem); color: #4c4c4c; font-weight: 300; }
.eu-kicker {
  margin: 0 0 .5rem;
  color: var(--eu-green);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  font-weight: 700;
}
.eu-muted-green { color: rgba(51,102,51,.75); font-size: 1.1rem; }

/* Header home */
.eu-site-header { position: relative; z-index: 10; }
.eu-home-hero {
  min-height: clamp(360px, 48vw, 620px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.eu-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.12));
}
.eu-home-hero__mark {
  position: absolute;
  top: 0;
  right: clamp(12%, 18vw, 28%);
  width: clamp(86px, 9vw, 122px);
  aspect-ratio: 1;
  background: var(--eu-green);
  display: grid;
  place-items: center;
  z-index: 2;
  box-shadow: 0 12px 34px rgba(0,0,0,.15);
}
.eu-home-hero__logo { width: 82%; height: 82%; object-fit: contain; }
.eu-brand-strip {
  background: var(--eu-yellow);
  color: var(--eu-dark);
  min-height: 118px;
  display: flex;
  align-items: center;
}
.eu-brand-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2rem);
}
.eu-strip-logo { width: min(290px, 42vw); display: block; }
.eu-strip-logo__img { width: 100%; }
.eu-strip-divider {
  display: block;
  width: 2px;
  align-self: stretch;
  min-height: 56px;
  background: #141414;
}
.eu-brand-strip p {
  max-width: 280px;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.35;
}
.eu-nav-bar { background: var(--eu-green); color: #fff; }
.eu-nav-bar--home { min-height: 68px; display: flex; align-items: center; }
.eu-nav-bar__inner { display: flex; justify-content: center; align-items: center; }

/* Inner header */
.eu-inner-header { background: #fff; border-top: 3px solid var(--eu-green); box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.eu-inner-header__inner { min-height: 128px; display: flex; align-items: center; gap: 2rem; }
.eu-inner-logo { width: 128px; aspect-ratio: 1; background: var(--eu-green); display: grid; place-items: center; flex: 0 0 auto; }
.eu-inner-logo__img { width: 86%; height: 86%; object-fit: contain; }
.eu-primary-nav { width: 100%; }
.eu-primary-nav--inner { margin-left: auto; }
.eu-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.8rem, 2.1vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(.88rem, 1.1vw, 1.05rem);
  font-weight: 300;
}
.eu-inner-header .eu-menu { justify-content: flex-end; color: var(--eu-green); }
.eu-menu a {
  display: block;
  padding: .8rem .1rem;
  transition: color .2s ease, background .2s ease;
}
.eu-nav-bar .eu-menu a:hover { color: var(--eu-yellow); }
.eu-inner-header .eu-menu a:hover,
.eu-inner-header .eu-menu .current-menu-item > a,
.eu-inner-header .eu-menu .current_page_item > a {
  color: #fff;
  background: rgba(51,102,51,.75);
  padding-inline: .9rem;
}
.eu-menu .menu-item-has-children { position: relative; }
.eu-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: .5rem 0;
  list-style: none;
  background: #fff;
  color: var(--eu-green);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--eu-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
  z-index: 20;
}
.eu-menu .menu-item-has-children:hover > .sub-menu,
.eu-menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.eu-menu .sub-menu a { padding: .65rem 1rem; }
.eu-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: var(--eu-green);
  padding: 10px;
  cursor: pointer;
  margin-left: auto;
}
.eu-nav-bar .eu-menu-toggle { background: transparent; margin-inline: auto 0; }
.eu-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

/* Intro */
.eu-section-intro { background: #fff; padding-block: 0; border-top: 2px solid var(--eu-green); }
.eu-section-about { padding-top: 1.5rem; }
.eu-intro-grid {
  min-height: 190px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-block: 1.6rem;
}
.eu-intro-logo { width: 150px; height: 150px; background: var(--eu-green); display: grid; place-items: center; }
.eu-intro-logo__img { width: 86%; height: 86%; object-fit: contain; }
.eu-intro-text { font-size: 1rem; line-height: 1.58; font-weight: 400; }
.eu-intro-text p,
.eu-intro-text h2,
.eu-intro-text h3 { font-size: 1rem; font-weight: 400; color: inherit; line-height: 1.58; margin: 0; }
.eu-intro-cards { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.eu-intro-card { min-height: 150px; padding: 1.1rem; color: #fff; border-radius: 0 0 24px 0; }
.eu-intro-card h2 { color: #fff; font-size: 1.35rem; margin-bottom: 1.3rem; }
.eu-intro-card p { font-size: .76rem; font-weight: 700; margin: 0; }
.eu-intro-card--light { background: rgba(51,102,51,.78); }
.eu-intro-card--dark { background: var(--eu-green); }

/* Values */
.eu-section-values { background: #fff; }
.eu-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem) clamp(2rem, 7vw, 6rem);
  margin-top: 2rem;
}
.eu-value-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 1.35rem;
  row-gap: .45rem;
  align-items: start;
}
.eu-value-icon {
  grid-area: icon;
  color: var(--eu-green);
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  justify-self: center;
}
.eu-value-icon img { width: 82px; height: 82px; object-fit: contain; }
.eu-value-card h3 {
  grid-area: title;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
  margin: 0 0 .35rem;
  align-self: center;
}
.eu-value-text {
  grid-area: text;
  width: 100%;
  max-width: none;
  font-size: .95rem;
  line-height: 1.65;
}
.eu-value-text p { margin: 0 0 .6rem; }
.eu-values-cityband {
  margin-top: clamp(3rem, 7vw, 6rem);
  width: 100%;
  background: transparent;
  padding: 0;
  min-height: 0;
  overflow: hidden;
}
.eu-values-cityband img {
  width: 100%;
  height: auto;
  display: block;
}

/* Team */
.eu-section-team { background: #fff; border-top: 1px solid rgba(0,0,0,.05); }
.eu-team-layout { display: grid; grid-template-columns: 280px 160px 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.eu-team-intro .eu-section-title { margin-bottom: 2.2rem; }
.eu-team-intro h3 { border-bottom: 1px solid #000; padding-bottom: .4rem; display: inline-block; }
.eu-team-intro p { font-size: .95rem; line-height: 1.9; }
.eu-team-note {
  margin-top: 3rem;
  border: 1px solid #222;
  padding: 1rem;
  min-height: 160px;
  position: relative;
  font-size: .88rem;
}
.eu-team-note__icon {
  position: absolute;
  right: -22px;
  bottom: -34px;
  width: 78px;
  height: 78px;
  background: var(--eu-green);
  color: #fff;
  display: grid;
  place-items: center;
}
.eu-team-note__icon svg { width: 54px; height: 54px; }
.eu-team-symbol { color: var(--eu-green); display: grid; place-items: center; min-height: 420px; }
.eu-team-symbol svg { width: 96px; height: 96px; }
.eu-team-kicker {
  margin: 0 0 2.2rem;
  color: var(--eu-green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.35rem;
  font-weight: 500;
}
.eu-team-content > h2 { margin-bottom: 1.4rem; }
.eu-team-cards-section h2 { margin-bottom: 1.4rem; }
.eu-team-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem; }
.eu-team-card { background: #666; min-height: 392px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; transition: transform .32s ease, box-shadow .32s ease; }
.eu-team-card:hover { transform: translateY(-7px); box-shadow: 0 24px 56px rgba(0,0,0,.22), inset 0 -4px 0 var(--eu-yellow); }
.eu-team-photo { min-height: 290px; background: #666; display: grid; place-items: center; color: #fff; overflow: hidden; }
.eu-team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.eu-team-card:hover .eu-team-photo img { transform: scale(1.06); }
.eu-team-photo--placeholder span { width: 112px; height: 112px; color: #fff; opacity: .85; }
.eu-team-meta {
  background: var(--eu-green);
  color: #fff;
  min-height: 110px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.eu-team-meta h3 { color: #fff; font-size: .88rem; margin: 0; font-weight: 400; text-align: right; }
.eu-team-meta p { margin: 0; font-size: .8rem; text-align: right; }
.eu-team-meta a { display: block; color: #fff; font-size: .75rem; text-decoration: underline; text-align: right; }
.eu-team-qr { width: 54px; height: 54px; object-fit: contain; background: #fff; flex: 0 0 auto; }
.eu-team-qr--empty { background: rgba(255,255,255,.12); }
.eu-team-closing { text-align: right; color: var(--eu-green); text-transform: uppercase; font-size: 1.4rem; margin: 1.4rem 0 0; font-weight: 500; }
/* Perfiles expandidos */
.eu-section-profiles { border-top: 1px solid #e0e0e0; }
.eu-profiles { display: flex; flex-direction: column; gap: 5rem; }
.eu-profile { display: grid; grid-template-columns: 280px 1fr; gap: 3.5rem; align-items: start; }
.eu-profile__photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.eu-profile__photo-placeholder { width: 100%; aspect-ratio: 3/4; background: #666; display: grid; place-items: center; color: #fff; }
.eu-profile__photo-placeholder svg { width: 80px; height: 80px; opacity: .6; }
.eu-profile__name { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; margin: 0 0 .3rem; }
.eu-profile__position { color: var(--eu-green); font-size: 1rem; margin: 0 0 1.4rem; font-weight: 500; }
.eu-profile__bio { font-size: .95rem; line-height: 1.85; margin-bottom: 1.4rem; }
.eu-profile__contact { list-style: none; padding: 0; margin: 0; font-size: .9rem; display: flex; flex-wrap: wrap; gap: .5rem 2rem; }
.eu-profile__contact a { color: var(--eu-green); }

/* Contact form */
.eu-section-home-contact { background: #f8faf7; }
.eu-home-contact-grid { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(320px, 520px); gap: clamp(2rem, 8vw, 6rem); align-items: start; }
.eu-contact-form-wrap { width: 100%; }
.eu-contact-form-title { font-size: 1.3rem; color: #444; text-transform: uppercase; letter-spacing: .03em; font-weight: 400; }
.eu-contact-form { display: grid; gap: 1rem; }
.eu-contact-form label { display: grid; gap: .25rem; color: #777; font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.eu-contact-form input,
.eu-contact-form textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  background: #fff;
  min-height: 44px;
  padding: .75rem;
  font-family: inherit;
  font-size: 1rem;
  color: #222;
}
.eu-contact-form textarea { resize: vertical; }
.eu-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.eu-form-message { padding: .85rem 1rem; margin-bottom: 1rem; border-left: 4px solid var(--eu-green); background: #fff; }
.eu-form-message--error { border-left-color: #a50000; }
.eu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .78rem 1.25rem;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}
.eu-button--primary { background: var(--eu-green); color: #fff; }
.eu-button--primary:hover { background: #1d4f1d; color: #fff; }
.eu-button--accent { background: var(--eu-yellow); color: #111; }
.eu-button--accent:hover { background: #fff45f; color: #111; }
.eu-button--outline { border-color: var(--eu-green); color: var(--eu-green); background: transparent; }
.eu-button--outline:hover { background: var(--eu-green); color: #fff; }
.eu-button--outline-light { border-color: rgba(255,255,255,.72); color: #fff; background: transparent; }
.eu-button--outline-light:hover { background: #fff; color: var(--eu-green); }

/* Pages */
.eu-page-main { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.eu-page-shell { position: relative; }
.eu-page-header { margin-bottom: clamp(2rem, 5vw, 4rem); }
.eu-page-header--compact { margin-bottom: 2rem; }
.eu-projects-intro { margin-bottom: clamp(2rem, 5vw, 4rem); max-width: 860px; }
.eu-projects-intro img { max-width: 100%; height: auto; display: block; margin: 1.5rem 0; }
.eu-page-editor-content { font-size: 1rem; }
.eu-page-editor-content > * { max-width: 880px; }
.eu-page-editor-content img { height: auto; }
.eu-page-editor-content a { color: var(--eu-green); text-decoration: underline; }
.eu-page-editor-content ul,
.eu-page-editor-content ol { padding-left: 1.4rem; }
.eu-single-shell { max-width: 920px; }
.eu-single-hero { margin: 2rem 0; }
.eu-single-hero img { width: 100%; border-radius: var(--eu-radius); }

/* Comunidad */
.eu-community-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 2.5rem);
  margin: 1.5rem auto 2rem;
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: #666;
  flex-wrap: nowrap;
}
.eu-community-flow__brand { width: 160px; flex-shrink: 0; }
.eu-community-flow > img { width: 140px; flex-shrink: 0; }
.eu-community-flow strong { color: #666; text-transform: uppercase; font-weight: 800; }
.eu-arrow { font-size: 2.5rem; color: #000; font-weight: 800; }
.eu-community-lead { max-width: 1040px; }
.eu-community-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .25rem; margin-top: 1.4rem; }
.eu-community-cards article { padding: 1.6rem; min-height: 240px; border-radius: 0 0 28px 0; }
.eu-community-cards article:nth-child(1) { background: rgba(51,102,51,.82); color: #fff; }
.eu-community-cards article:nth-child(2) { background: rgba(51,102,51,.38); color: #111; }
.eu-community-cards article:nth-child(3) { background: rgba(51,102,51,.12); color: #111; }
.eu-community-cards h2 { font-size: 1.05rem; font-weight: 800; color: inherit; }
.eu-community-cards p { font-weight: 300; margin: 0; }
.eu-community-closing { display: grid; grid-template-columns: 1fr 360px 90px; gap: 1.5rem; align-items: center; margin-top: 2rem; }
.eu-community-closing blockquote { margin: 0; border-left: 3px solid #111; padding-left: 1rem; font-size: 1.7rem; line-height: 1.35; color: #666; font-weight: 300; }
.eu-community-closing span { color: rgba(51,102,51,.42); }

/* Philosophy */
.eu-philosophy-cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .12rem; margin-top: 2rem; }
.eu-philosophy-cards article { min-height: 246px; padding: 1.4rem; border-radius: 0 0 28px 0; }
.eu-philosophy-cards .is-dark { background: rgba(51,102,51,.82); color: #fff; }
.eu-philosophy-cards .is-light { background: rgba(51,102,51,.14); color: #111; }
.eu-philosophy-cards h2 { color: inherit; font-size: 1rem; font-weight: 700; }
.eu-philosophy-cards p { font-size: .85rem; line-height: 1.45; }
.eu-timeline-section { margin-top: 2.2rem; }
.eu-timeline-section h2 { font-size: 1.18rem; font-weight: 500; }
.eu-timeline { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; gap: 1rem; margin-top: 2rem; }
.eu-timeline::before { content: ""; position: absolute; top: 26px; left: 2%; right: 2%; height: 5px; background: rgba(51,102,51,.34); }
.eu-timeline-point { position: relative; padding-top: 56px; }
.eu-timeline-point span { position: absolute; top: 15px; left: 0; width: 22px; height: 22px; border-radius: 50%; background: #000; z-index: 1; }
.eu-timeline-point.is-active span { width: 42px; height: 42px; top: 5px; border: 7px solid var(--eu-green); background: #000; box-shadow: inset 0 0 0 5px #fff; }
.eu-timeline-point h3 { font-size: .9rem; font-weight: 400; margin-bottom: 3rem; }
.eu-timeline-point p { font-size: .86rem; max-width: 170px; }

/* Alliances */
.eu-alliances-layout { display: grid; grid-template-columns: 260px 1fr; gap: 3rem; align-items: start; }
.eu-alliances-brand { color: var(--eu-green); position: sticky; top: 1rem; }
.eu-alliances-brand img { width: 118px; height: 118px; object-fit: contain; background: var(--eu-green); margin-bottom: 1rem; }
.eu-alliances-brand h2 { font-size: 1.9rem; }
.eu-alliances-brand span svg { width: 78px; height: 78px; }
.eu-alliances-content > h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); margin-bottom: 1.6rem; color: #333; }
.eu-alliance-groups { display: grid; gap: 2rem; }
.eu-alliance-group h3 { font-size: 1.3rem; font-weight: 300; color: #333; margin-bottom: .7rem; }
.eu-alliance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem; }
.eu-alliance-card { background: var(--eu-green); color: #fff; min-height: 118px; padding: 1rem; display: grid; align-items: center; justify-items: center; text-align: center; }
.eu-alliance-card h4 { color: #fff; font-size: .95rem; font-weight: 600; }
.eu-alliance-card a { text-decoration: underline; font-size: .78rem; }
.eu-alliance-logo img { max-height: 60px; width: auto; object-fit: contain; }
.eu-alliance-card--placeholder div { width: 100%; height: 100%; min-height: 80px; background: rgba(255,255,255,.04); }

/* Contact page */
.eu-contact-layout { display: grid; grid-template-columns: 1fr 520px; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.eu-contact-info-card { padding-left: clamp(2rem, 10vw, 8rem); }
.eu-contact-logo { width: 120px; height: 120px; background: var(--eu-green); display: grid; place-items: center; margin-bottom: 4rem; }
.eu-contact-logo img { width: 86%; }
.eu-contact-qr { width: 120px; margin-bottom: 1.5rem; }
.eu-contact-info-card h2 { color: #111; font-size: 1rem; text-transform: uppercase; font-weight: 500; margin-top: 1.6rem; }
.eu-contact-info-card p { line-height: 1.45; }

/* Sales */
.eu-sales-fallback { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; background: rgba(51,102,51,.08); padding: 2rem; border-radius: var(--eu-radius); }
.eu-sales-fallback svg { width: 74px; height: 74px; color: var(--eu-green); }
.eu-sales-fallback h2 { font-size: 2rem; }

/* Projects */
.eu-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.eu-project-card { background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 12px 34px rgba(0,0,0,.06); }
.eu-project-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--eu-green); }
.eu-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.eu-project-card:hover .eu-project-card__image img { transform: scale(1.04); }
.eu-project-card__body { padding: 1.5rem; }
.eu-project-card__body h2 { font-size: 1.8rem; }

/* Primer proyecto: ocupa todo el ancho y se divide en imagen + contenido */
.eu-project-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.eu-project-card--featured .eu-project-card__image { aspect-ratio: unset; min-height: 340px; }
.eu-project-card--featured .eu-project-card__body { display: flex; flex-direction: column; justify-content: center; padding: 2.5rem; }
.eu-project-card--featured .eu-project-card__body h2 { font-size: 2.2rem; }
.eu-inversiones-page .eu-project-card,
.eu-inversiones-page .eu-project-card--featured { grid-column: auto !important; display: block !important; grid-template-columns: unset !important; }
.eu-inversiones-page .eu-project-card .eu-project-card__image,
.eu-inversiones-page .eu-project-card--featured .eu-project-card__image { aspect-ratio: 16/9 !important; min-height: unset !important; }
.eu-inversiones-page .eu-project-card .eu-project-card__body,
.eu-inversiones-page .eu-project-card--featured .eu-project-card__body { display: block !important; padding: 1.5rem !important; }
.eu-inversiones-page .eu-project-card .eu-project-card__body h2,
.eu-inversiones-page .eu-project-card--featured .eu-project-card__body h2 { font-size: 1.8rem !important; }
.eu-project-card__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin: 1rem 0; }
.eu-project-card__facts div { border-top: 1px solid rgba(0,0,0,.08); padding-top: .5rem; }
.eu-project-card__facts dt { color: var(--eu-green); font-size: .72rem; text-transform: uppercase; font-weight: 800; letter-spacing: .05em; }
.eu-project-card__facts dd { margin: 0; font-size: .92rem; }
.eu-project-hero {
  min-height: clamp(260px, 38vw, 460px);
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: end;
}
.eu-project-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.12)); }
.eu-project-hero__content { position: relative; padding-block: 4rem; }
.eu-project-hero h1 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 6vw, 4rem); }
.eu-project-hero .eu-kicker { color: #fff; }
.eu-project-hero__logo { display: block; max-height: 140px; max-width: 400px; width: auto; object-fit: contain; }
.eu-project-layout { display: grid; grid-template-columns: 1fr 290px; gap: 2.4rem; padding-block: 3rem; align-items: start; }
.eu-project-maincol { display: grid; gap: 2rem; }
.eu-project-block { background: #fff; }
.eu-project-block h2 { font-size: 1.4rem; font-weight: 500; color: var(--eu-green); }
.eu-video-embed,
.eu-map-embed,
.eu-kml-map { width: 100%; background: #f1f1f1; border: 1px solid rgba(0,0,0,.08); }
.eu-video-embed { margin-bottom: 1.5rem; }
.eu-video-embed:last-child { margin-bottom: 0; }
.eu-video-embed iframe { width: 100%; aspect-ratio: 16/9; height: auto; display: block; }
.eu-map-embed iframe { width: 100%; min-height: 320px; display: block; border: 0; }
.eu-kml-map { min-height: 420px; }
.eu-alert { padding: 1rem; background: rgba(255,255,0,.35); border-left: 4px solid var(--eu-green); }
.eu-project-sidebar { position: sticky; top: 1.5rem; }
.eu-project-ficha { background: var(--eu-green); color: #fff; padding: 1.4rem; }
.eu-project-ficha h2 { color: #fff; font-size: 1rem; font-weight: 700; text-transform: uppercase; }
.eu-project-ficha dl { margin: 1.4rem 0; }
.eu-project-ficha div { border-bottom: 1px solid rgba(255,255,255,.25); padding: .65rem 0; }
.eu-project-ficha dt { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: rgba(255,255,255,.7); }
.eu-project-ficha dd { margin: .2rem 0 0; font-size: .88rem; }
.eu-project-ficha .eu-button { width: 100%; margin-top: .65rem; }
.eu-project-contact { background: #f8faf7; }

/* Cards generic */
.eu-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.7rem; }
.eu-post-card { background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 12px 34px rgba(0,0,0,.06); }
.eu-post-card__image { aspect-ratio: 4/3; display: grid; place-items: center; overflow: hidden; background: rgba(51,102,51,.12); color: var(--eu-green); }
.eu-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.eu-post-card__image svg { width: 90px; height: 90px; }
.eu-post-card__body { padding: 1.25rem; }
.eu-post-card__body time { color: var(--eu-green); font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.eu-post-card__body h2 { font-size: 1.45rem; }
.eu-text-link { color: var(--eu-green); font-weight: 700; text-decoration: underline; }
.navigation.pagination { margin-top: 2rem; }
.nav-links { display: flex; gap: .5rem; }
.page-numbers { padding: .5rem .75rem; border: 1px solid rgba(0,0,0,.1); }
.page-numbers.current { background: var(--eu-green); color: #fff; }

/* Footer */
.eu-site-footer { background: var(--eu-green); color: #fff; }
.eu-footer-citybar { width: 100%; height: var(--eu-footer-citybar-height, 185px); background: var(--eu-green); border-top: 8px solid rgba(255,255,255,.92); border-bottom: 1px solid rgba(255,255,255,.18); overflow: hidden; }
.eu-footer-citybar__image { width: 100%; height: 100%; object-fit: var(--eu-footer-citybar-fit, cover); object-position: var(--eu-footer-citybar-position, center center); display: block; }
.eu-footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 2.5rem; padding-block: 3rem; }
.eu-footer-col h2 { color: #fff; font-size: 1rem; text-transform: uppercase; font-weight: 800; letter-spacing: .04em; }
.eu-footer-col p { font-size: .94rem; }
.eu-footer-col a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.eu-footer-menu,
.eu-social-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
.eu-footer-widgets { margin-top: 1.2rem; }
.eu-footer-legal { border-top: 1px solid rgba(255,255,255,.18); padding: .9rem 0; }
.eu-footer-legal p { font-size: .76rem; color: rgba(255,255,255,.65); margin: 0; text-align: center; }
.eu-footer-legal a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.eu-footer-legal a:hover { color: #fff; }

@media (max-width: 1120px) {
  .eu-intro-grid { grid-template-columns: 130px 1fr; }
  .eu-team-layout { grid-template-columns: 250px 1fr; }
  .eu-team-symbol { display: none; }
  .eu-team-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eu-philosophy-cards { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .eu-container { width: min(100% - 28px, 1180px); }
  .eu-menu-toggle { display: block; }
  .eu-inner-header__inner { min-height: 96px; }
  .eu-inner-logo { width: 96px; }
  .eu-primary-nav {
    position: fixed;
    inset: 0 0 auto 0;
    top: 0;
    min-height: 100vh;
    background: var(--eu-green);
    color: #fff;
    padding: 5.5rem 1.5rem 2rem;
    transform: translateX(100%);
    transition: transform .28s ease;
    z-index: 60;
    overflow-y: auto;
  }
  body.eu-menu-open .eu-primary-nav { transform: translateX(0); }
  .eu-menu-toggle { position: relative; z-index: 70; }
  body.eu-menu-open .eu-menu-toggle { background: #1d4f1d; }
  .eu-menu { display: grid; justify-content: stretch; gap: 0; font-size: 1.1rem; }
  .eu-menu a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .eu-inner-header .eu-menu { color: #fff; justify-content: stretch; }
  .eu-inner-header .eu-menu a:hover,
  .eu-inner-header .eu-menu .current-menu-item > a,
  .eu-inner-header .eu-menu .current_page_item > a { padding-inline: 0; background: transparent; color: var(--eu-yellow); }
  .eu-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; border: 0; color: #fff; padding-left: 1rem; }
  .eu-brand-strip__inner { justify-content: flex-start; }
  .eu-strip-divider { min-height: 46px; }
  .eu-intro-grid,
  .eu-values-grid,
  .eu-team-layout,
  .eu-home-contact-grid,
  .eu-community-cards,
  .eu-community-closing,
  .eu-alliances-layout,
  .eu-contact-layout,
  .eu-project-layout,
  .eu-footer-grid,
  .eu-project-grid,
  .eu-card-grid,
  .eu-sales-fallback { grid-template-columns: 1fr; }
  .eu-inversiones-page .eu-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eu-project-card--featured { grid-template-columns: 1fr; }
  .eu-project-card--featured .eu-project-card__image { min-height: 220px; }
  .eu-intro-logo { width: 120px; height: 120px; }
  .eu-team-cards { grid-template-columns: 1fr; }
  .eu-contact-info-card { padding-left: 0; }
  .eu-project-sidebar { position: static; }
  .eu-philosophy-cards { grid-template-columns: 1fr; }
  .eu-timeline { grid-template-columns: 1fr; }
  .eu-timeline::before { left: 10px; right: auto; top: 0; bottom: 0; width: 4px; height: auto; }
  .eu-timeline-point { padding-top: 0; padding-left: 56px; min-height: 110px; }
  .eu-timeline-point span { top: 0; left: 0; }
  .eu-timeline-point h3 { margin-bottom: .6rem; }
  .eu-footer-citybar { height: var(--eu-footer-citybar-height-mobile, 90px); }
  .eu-footer-citybar__image { min-height: 0; }
}

@media (max-width: 640px) {
  .eu-home-hero { min-height: 320px; }
  .eu-home-hero__mark { right: 18px; width: 86px; }
  .eu-brand-strip { min-height: 96px; }
  .eu-brand-strip__inner { gap: .8rem; }
  .eu-strip-logo { width: 190px; }
  .eu-brand-strip p { font-size: .86rem; }
  .eu-value-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "text";
    text-align: center;
  }
  .eu-value-icon { margin-inline: auto; }
  .eu-value-card h3,
  .eu-value-text { max-width: 32rem; margin-inline: auto; }
  .eu-values-cityband img {
    min-height: 84px;
    object-fit: cover;
    object-position: center;
  }
  .eu-community-flow { justify-content: flex-start; }
  .eu-community-closing blockquote { font-size: 1.25rem; }
  .eu-alliance-grid { grid-template-columns: 1fr; }
  .eu-project-card__facts { grid-template-columns: 1fr; }
}

/* =========================================================
   Croquis interactivo
========================================================= */
.eu-croquis__map {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.eu-croquis__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.eu-croquis__dot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: none;
  border-radius: 50%;
  font-weight: 700;
  font-size: .78rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.eu-croquis__dot:hover { transform: translate(-50%, -50%) scale(1.18); box-shadow: 0 4px 14px rgba(0,0,0,.45); }
.eu-croquis__dot--lote { width: 28px; height: 28px; background: var(--eu-green); color: #fff; }
.eu-croquis__dot--area { width: 28px; height: 28px; background: var(--eu-yellow); color: #222; }
.eu-croquis__dot--sector { width: 32px; height: 32px; background: var(--eu-yellow); color: #222; font-size: 1rem; }

.eu-croquis__legend { display: flex; gap: 1.2rem; margin-top: .9rem; }
.eu-croquis__legend-item { display: flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 600; }
.eu-croquis__legend-item::before { content: ''; display: inline-block; width: 14px; height: 14px; border-radius: 50%; }
.eu-croquis__legend-item--lote::before { background: var(--eu-green); }
.eu-croquis__legend-item--area::before { background: var(--eu-yellow); }
.eu-croquis__legend-item--sector::before { background: var(--eu-yellow); }

/* Modales */
.eu-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; }
.eu-modal[hidden] { display: none; }
.eu-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); cursor: pointer; }
.eu-modal__box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 680px;
  width: calc(100% - 2rem);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  animation: eu-modal-in .2s ease;
}
@keyframes eu-modal-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.eu-modal__close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  background: rgba(0,0,0,.08);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.eu-modal__close:hover { background: rgba(0,0,0,.18); }
.eu-modal__img { width: 100%; max-height: 460px; object-fit: cover; border-radius: 12px 12px 0 0; display: block; }
.eu-modal__img-placeholder { width: 100%; height: 220px; background: var(--eu-green-12); border-radius: 12px 12px 0 0; }
.eu-modal__body { padding: 1.25rem 1.5rem 1.5rem; }
.eu-modal__title { font-size: 1.25rem; margin: 0 0 .5rem; }
.eu-modal__badge { display: inline-block; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding: .25rem .65rem; border-radius: 99px; }
.eu-modal__badge--lote { background: var(--eu-green); color: #fff; }
.eu-modal__badge--sector { background: var(--eu-yellow); color: #222; }

/* =========================================================
   Header home - ajuste visual logo superpuesto
   Mantiene la estructura original del tema, corrige la franja
   amarilla para que el logo monte sobre la portada y la linea
   sea corta, sin partir el bloque en dos.
========================================================= */
.eu-home-header {
  overflow: visible;
}

.eu-home-header .eu-home-hero {
  z-index: 1;
}

.eu-home-header .eu-brand-strip {
  position: relative;
  z-index: 3;
  min-height: 112px;
  overflow: visible;
}

.eu-home-header .eu-brand-strip__inner {
  --eu-strip-logo-w: clamp(215px, 20vw, 270px);
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: var(--eu-strip-logo-w) 2px minmax(250px, 330px);
  column-gap: clamp(1rem, 2vw, 1.65rem);
  align-items: center;
  justify-content: center;
}

.eu-home-header .eu-strip-logo {
  position: relative;
  z-index: 6;
  width: var(--eu-strip-logo-w);
  height: 112px;
  display: block;
  overflow: visible;
}

.eu-home-header .eu-strip-logo__img {
  position: absolute;
  left: 0;
  top: clamp(-64px, -4.5vw, -42px);
  width: 100%;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.eu-home-header .eu-strip-divider {
  width: 2px;
  height: 54px;
  min-height: 0;
  align-self: center;
  background: #141414;
}

.eu-home-header .eu-brand-strip p {
  max-width: 330px;
  margin: 0;
  font-size: clamp(.95rem, 1.2vw, 1.08rem);
  line-height: 1.35;
}

@media (max-width: 900px) {
  .eu-home-header .eu-brand-strip__inner {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .eu-home-header .eu-brand-strip {
    min-height: 102px;
  }

  .eu-home-header .eu-brand-strip__inner {
    --eu-strip-logo-w: clamp(150px, 30vw, 180px);
    min-height: 102px;
    grid-template-columns: var(--eu-strip-logo-w) 1px minmax(135px, 1fr);
    column-gap: .85rem;
  }

  .eu-home-header .eu-strip-logo {
    width: var(--eu-strip-logo-w);
    height: 102px;
  }

  .eu-home-header .eu-strip-logo__img {
    top: -34px;
  }

  .eu-home-header .eu-strip-divider {
    width: 1px;
    height: 42px;
  }

  .eu-home-header .eu-brand-strip p {
    max-width: 190px;
    font-size: .82rem;
    line-height: 1.3;
  }
}

@media (max-width: 430px) {
  .eu-home-header .eu-brand-strip {
    min-height: auto;
  }

  .eu-home-header .eu-brand-strip__inner {
    grid-template-columns: 1fr;
    row-gap: .35rem;
    min-height: 0;
    padding-block: .7rem .9rem;
    text-align: center;
  }

  .eu-home-header .eu-strip-logo {
    width: min(190px, 70vw);
    height: 82px;
    justify-self: center;
  }

  .eu-home-header .eu-strip-logo__img {
    top: -36px;
  }

  .eu-home-header .eu-strip-divider {
    width: 58px;
    height: 1px;
    justify-self: center;
  }

  .eu-home-header .eu-brand-strip p {
    justify-self: center;
  }
}

/* Footer social icons */
.eu-social-links--icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin-top: .35rem;
}
.eu-social-links--icons li {
  line-height: 1;
}
.eu-footer-col .eu-social-links--icons .eu-social-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  text-underline-offset: 0;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.eu-footer-col .eu-social-links--icons .eu-social-link svg {
  width: 21px;
  height: 21px;
  display: block;
}
.eu-footer-col .eu-social-links--icons .eu-social-link:hover,
.eu-footer-col .eu-social-links--icons .eu-social-link:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--eu-green);
  transform: translateY(-2px);
}

/* ============================================================
   NOVEDADES — Grid 3 columnas (archivo y página principal)
   ============================================================ */

/* Header con título + "Ver todas" */
.eu-home-news-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.eu-home-news-header .eu-section-title {
    margin-bottom: 0;
}

.eu-home-news-ver-todas {
    display: inline-flex;
    align-items: center;
    padding: .45rem 1.2rem;
    border: 1.5px solid var(--eu-dark, #1a1a1a);
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 500;
    letter-spacing: .03em;
    color: var(--eu-dark, #1a1a1a);
    text-decoration: none;
    transition: background .22s ease, color .22s ease;
    white-space: nowrap;
}

.eu-home-news-ver-todas:hover {
    background: var(--eu-dark, #1a1a1a);
    color: #fff;
}

/* Header de página de archivo */
.eu-novedades-header {
    margin-bottom: 2rem;
}

/* Grid principal — 3 columnas */
.eu-novedades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* Tarjeta de novedad */
.eu-novedad-card {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    aspect-ratio: 4 / 3;
    background: #222;
    transition: transform .28s ease, box-shadow .28s ease;
}

.eu-novedad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
}

/* Imagen */
.eu-novedad-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.eu-novedad-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.eu-novedad-card:hover .eu-novedad-card__image img {
    transform: scale(1.04);
}

.eu-novedad-card__image--placeholder {
    background: linear-gradient(135deg, #2a2a2a 0%, #444 100%);
}

/* Overlay degradado */
.eu-novedad-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .72) 0%,
        rgba(0, 0, 0, .28) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}

/* Contenido sobre la imagen */
.eu-novedad-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.1rem 1.25rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.eu-novedad-card__badge {
    display: inline-block;
    align-self: flex-start;
    background: var(--eu-green, #4caf50);
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: .18rem .55rem;
    border-radius: 999px;
    margin-bottom: .2rem;
}

.eu-novedad-card__title {
    font-size: clamp(.82rem, 1.4vw, 1rem);
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    color: #fff;
}

.eu-novedad-card__date {
    font-size: .72rem;
    opacity: .75;
    color: #fff;
}

/* Sección en front-page */
.eu-section-home-news {
    padding-block: 4rem;
}

/* Paginación del archivo */
.eu-pagination {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.eu-pagination .nav-links {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.eu-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 .75rem;
    border: 1.5px solid #ddd;
    border-radius: 999px;
    font-size: .85rem;
    color: var(--eu-dark, #1a1a1a);
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.eu-pagination .page-numbers.current,
.eu-pagination .page-numbers:hover {
    background: var(--eu-dark, #1a1a1a);
    border-color: var(--eu-dark, #1a1a1a);
    color: #fff;
}

.eu-empty-message {
    text-align: center;
    color: #888;
    padding: 3rem 0;
}

/* Navegación anterior/siguiente en post individual de novedad */
.eu-news-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 0 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--eu-line);
}
.eu-news-nav__arrow {
    font-size: 2.8rem;
    color: var(--eu-green);
    font-weight: 800;
    line-height: 1;
    transition: opacity .2s;
}
.eu-news-nav__arrow:hover {
    opacity: .65;
    color: var(--eu-green);
}
.eu-news-nav__spacer {
    display: inline-block;
    width: 2.8rem;
}

/* Responsive */
@media (max-width: 900px) {
    .eu-novedades-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .eu-novedades-grid {
        grid-template-columns: 1fr;
    }

    .eu-novedad-card {
        aspect-ratio: 16 / 9;
    }

    .eu-home-news-header {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem;
    }
}
