@font-face {
  font-family:'Instrument Sans';
  src:url('../fonts/instrument-sans-variable-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
}
@font-face {
  font-family:'Source Sans 3';
  src:url('../fonts/source-sans-3-variable-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
}

:root {
  --emx-jade:#0B6B50;
  --emx-jade-dark:#07513E;
  --emx-terracotta:#B6422E;
  --emx-maize:#E7B84B;
  --emx-cream:#FFF8E8;
  --emx-cream-deep:#F5E9CE;
  --emx-ink:#102A2C;
  --emx-muted:#536563;
  --emx-white:#FFFFFF;
  --emx-line:#D9D6C8;
  --emx-shadow:0 18px 45px rgba(16,42,44,.11);
  --emx-radius:16px;
}

*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  min-width:320px;
  color:var(--emx-ink);
  background:var(--emx-white);
  font:400 17px/1.62 'Source Sans 3',sans-serif;
}
body.emx-is-locked { overflow:hidden; }
img { display:block;max-width:100%;height:auto; }
a { color:var(--emx-jade);text-underline-offset:.2em; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; }
h1,h2,h3 {
  margin:0 0 .65em;
  font-family:'Instrument Sans',sans-serif;
  line-height:1.14;
  letter-spacing:-.02em;
}
h1 { font-size:clamp(2.15rem,4vw,3.5rem); }
h2 { font-size:clamp(1.65rem,2.7vw,2.35rem); }
h3 { font-size:1.22rem; }
p { margin:0 0 1.05em; }

.emx-wrap { width:min(1200px,calc(100% - 40px));margin-inline:auto; }
.emx-wrap--narrow { width:min(790px,calc(100% - 40px)); }
.emx-skip-link {
  position:fixed;z-index:9999;top:1rem;left:1rem;
  transform:translateY(-170%);padding:.75rem 1rem;
  background:var(--emx-ink);color:var(--emx-white);
}
.emx-skip-link:focus { transform:none; }
:focus-visible { outline:3px solid var(--emx-maize);outline-offset:4px; }
.emx-eyebrow {
  margin-bottom:.9rem;color:var(--emx-terracotta);
  font-family:'Instrument Sans',sans-serif;font-size:.76rem;font-weight:700;
  letter-spacing:.13em;text-transform:uppercase;
}

/* Header and navigation */
.emx-header {
  position:relative;z-index:50;height:64px;
  border-bottom:1px solid var(--emx-line);background:var(--emx-cream);
}
.emx-header__row { display:flex;align-items:center;gap:.9rem;height:100%; }
.emx-brand { display:flex;flex:0 0 auto;margin-right:auto;text-decoration:none; }
.emx-brand picture { display:flex;align-items:center; }
.emx-brand img { width:auto;height:35px; }
.emx-header-search { display:flex;flex:0 1 268px;min-width:185px;height:38px;border:1px solid #9FA9A4;border-radius:8px;background:var(--emx-white);overflow:hidden; }
.emx-header-search input[type="search"] { width:100%;min-width:0;padding:.55rem .68rem;border:0;background:transparent;color:var(--emx-ink); }
.emx-header-search button { flex:0 0 auto;padding:.5rem .72rem;border:0;background:var(--emx-jade);color:var(--emx-white);font-weight:700; }
.emx-header-search button b { display:none;font-size:1.2rem; }
.emx-nav__list { display:flex;align-items:center;gap:1.05rem;margin:0;padding:0;list-style:none; }
.emx-nav a { color:var(--emx-ink);font-size:.94rem;font-weight:650;text-decoration:none; }
.emx-nav a:hover { color:var(--emx-jade); }
.emx-header__cta,.emx-button {
  display:inline-flex;align-items:center;justify-content:center;
  min-height:38px;padding:.54rem .95rem;border:2px solid transparent;border-radius:8px;
  font-family:'Instrument Sans',sans-serif;font-weight:700;text-decoration:none;
}
.emx-header__cta,.emx-button--primary { background:var(--emx-jade);color:var(--emx-white); }
.emx-header__cta:hover,.emx-button--primary:hover { background:var(--emx-jade-dark);color:var(--emx-white); }
.emx-button--secondary { border-color:var(--emx-jade);color:var(--emx-jade);background:transparent; }
.emx-button--secondary:hover { background:var(--emx-jade);color:var(--emx-white); }
.emx-button--clay { background:var(--emx-terracotta);color:var(--emx-white); }
.emx-button--white { background:var(--emx-white);color:var(--emx-jade-dark); }
.emx-menu-button { display:none;border:0;background:transparent;color:var(--emx-ink);padding:.5rem; }
.emx-menu-button i,.emx-menu-button i::before,.emx-menu-button i::after {
  display:block;width:25px;height:2px;background:currentColor;content:'';
}
.emx-menu-button i::before { transform:translateY(-7px); }
.emx-menu-button i::after { transform:translateY(5px); }
.emx-mobile-menu { position:fixed;z-index:90;inset:0;background:rgba(16,42,44,.58); }
.emx-mobile-menu[hidden] { display:none; }
.emx-mobile-menu__panel {
  position:absolute;inset:0 0 0 auto;width:min(88vw,390px);padding:5.5rem 2rem 2rem;
  background:var(--emx-cream);box-shadow:-18px 0 45px rgba(16,42,44,.2);
}
.emx-mobile-menu__close { position:absolute;top:1rem;right:1rem;border:0;background:transparent;font-size:1.8rem; }
.emx-mobile-menu__eyebrow { margin:0 0 .35rem;color:var(--emx-terracotta);font-size:.73rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase; }
.emx-mobile-menu__title { margin:0 2.5rem 1.35rem 0;font:700 1.55rem/1.2 'Instrument Sans',sans-serif; }
.emx-mobile-menu__search { margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid var(--emx-line); }
.emx-mobile-menu__search label { display:block;margin-bottom:.45rem;font-size:.88rem;font-weight:700; }
.emx-mobile-menu__search>div { display:flex;min-width:0;padding:5px;border:1px solid #9FA9A4;border-radius:9px;background:var(--emx-white); }
.emx-mobile-menu__search input[type="search"] { width:100%;min-width:0;padding:.65rem;border:0;background:transparent;color:var(--emx-ink); }
.emx-mobile-menu__search button { flex:0 0 auto;padding:.65rem .8rem;border:0;border-radius:6px;background:var(--emx-jade);color:var(--emx-white);font-weight:700; }
.emx-mobile-menu__list { display:grid;gap:.4rem;margin:0;padding:0;list-style:none; }
.emx-mobile-menu__list a { display:block;padding:.8rem 0;border-bottom:1px solid var(--emx-line);font:650 1.22rem 'Instrument Sans',sans-serif;text-decoration:none; }

/* Home */
.emx-hero {
  position:relative;overflow:hidden;padding:clamp(3.6rem,6vw,5.5rem) 0;
  background:var(--emx-cream);
}
.emx-hero__grid { position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);align-items:center;gap:clamp(2.5rem,6vw,6rem); }
.emx-hero h1 { max-width:700px;font-size:clamp(2.35rem,4.1vw,3.45rem);color:var(--emx-ink); }
.emx-hero__tagline { max-width:660px;font-size:1.12rem;line-height:1.6;color:var(--emx-muted); }
.emx-hero-search { max-width:660px;margin-top:1.65rem; }
.emx-hero-search label,.emx-filter-search label { display:block;margin-bottom:.45rem;font-weight:700; }
.emx-hero-search>div,.emx-filter-search>div {
  display:flex;min-width:0;padding:6px;border:1px solid var(--emx-line);border-radius:11px;
  background:var(--emx-white);box-shadow:0 8px 26px rgba(16,42,44,.08);
}
.emx-hero-search input,.emx-filter-search input { flex:1;min-width:0;border:0;background:transparent;padding:.78rem; }
.emx-hero-search button,.emx-filter-search button {
  border:0;border-radius:7px;background:var(--emx-jade);color:var(--emx-white);font-weight:700;padding:.78rem 1.15rem;
}
.emx-hero__trust { display:flex;flex-wrap:wrap;gap:.55rem 1.25rem;margin:1rem 0 0;padding:0;list-style:none;color:var(--emx-muted);font-size:.88rem;font-weight:650; }
.emx-hero__trust li::before { margin-right:.42rem;color:var(--emx-jade);content:'✓'; }
.emx-hero-tasks { padding:1.65rem;border:1px solid var(--emx-line);border-radius:16px;background:var(--emx-white);box-shadow:0 12px 35px rgba(16,42,44,.08); }
.emx-hero-tasks__label { margin:0 0 .45rem;color:var(--emx-terracotta);font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase; }
.emx-hero-tasks h2 { margin-bottom:1rem;font-size:1.55rem; }
.emx-hero-tasks nav { margin-bottom:1rem;border-top:1px solid var(--emx-line); }
.emx-hero-tasks nav a { display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.82rem .15rem;border-bottom:1px solid var(--emx-line);color:var(--emx-ink);font-weight:650;text-decoration:none; }
.emx-hero-tasks nav a:hover { color:var(--emx-jade); }
.emx-hero-tasks nav b { color:var(--emx-terracotta);font-size:1.1rem; }

.emx-section { padding:clamp(4rem,7.5vw,6.5rem) 0; }
.emx-section--limestone { background:var(--emx-cream); }
.emx-section__head { display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:2.4rem; }
.emx-section__head h2,.emx-team__title { max-width:760px; }
.emx-section__head>p { max-width:430px;color:var(--emx-muted); }
.emx-category-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1rem; }
.emx-category-grid>a,.emx-category-grid>div {
  display:flex;min-height:190px;padding:1.45rem;flex-direction:column;border:1px solid var(--emx-line);
  border-radius:var(--emx-radius);background:var(--emx-white);color:var(--emx-ink);text-decoration:none;transition:.18s;
}
.emx-category-grid>a:hover { border-color:var(--emx-maize);box-shadow:var(--emx-shadow);transform:translateY(-3px); }
.emx-category-grid__icon { display:grid;place-items:center;width:48px;height:48px;border-radius:10px;background:rgba(11,107,80,.1);color:var(--emx-jade); }
.emx-category-grid__icon svg { width:27px;height:27px;stroke:currentColor; }
.emx-category-grid h3 { margin:auto 0 .45rem; }
.emx-category-grid small { color:var(--emx-terracotta);font-weight:650; }
.emx-icon-credit { margin:1rem 0 0;color:var(--emx-muted);font-size:.74rem; }

.emx-card-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem; }
.emx-formato-card { overflow:hidden;border:1px solid var(--emx-line);border-radius:var(--emx-radius);background:var(--emx-white);box-shadow:0 7px 24px rgba(16,42,44,.06); }
.emx-formato-card__visual { display:block;aspect-ratio:3/2;padding:1.25rem;background:var(--emx-cream); }
.emx-formato-card__visual img { width:100%;height:100%;border-radius:7px;object-fit:cover; }
.emx-formato-card__sheet {
  position:relative;display:block;height:100%;padding:18px;border-radius:7px;background:var(--emx-white);
  background-image:linear-gradient(rgba(11,107,80,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(11,107,80,.1) 1px,transparent 1px);
  background-size:23px 23px;
}
.emx-formato-card__sheet i { display:block;width:66%;height:10px;margin:9px;background:rgba(11,107,80,.16); }
.emx-formato-card__sheet svg { position:absolute;right:14px;bottom:12px;width:65%; }
.emx-formato-card__sheet path { fill:none;stroke:var(--emx-terracotta);stroke-width:5; }
.emx-formato-card__body { padding:1.3rem; }
.emx-formato-card__body>div { display:flex;align-items:center;justify-content:space-between;gap:1rem; }
.emx-formato-card__term { color:var(--emx-jade);font-size:.78rem;font-weight:700;text-decoration:none; }
.emx-formato-card__body>div>span { color:var(--emx-terracotta);font-size:.72rem;font-weight:700;letter-spacing:.09em; }
.emx-formato-card h3 { margin:.75rem 0 1rem;font-size:1.27rem; }
.emx-formato-card h3 a { color:var(--emx-ink);text-decoration:none; }
.emx-text-link { color:var(--emx-jade);font-weight:700;text-decoration:none; }

.emx-benefits__grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem; }
.emx-benefits article { padding:1.7rem;border-left:5px solid var(--emx-maize);background:var(--emx-cream); }
.emx-benefits article>span { color:var(--emx-terracotta);font:700 1.9rem 'Instrument Sans',sans-serif; }
.emx-process { background:var(--emx-jade-dark);color:var(--emx-white); }
.emx-process .emx-wrap { display:grid;grid-template-columns:.82fr 1.18fr;gap:5rem; }
.emx-process .emx-eyebrow { color:var(--emx-maize); }
.emx-process ol { margin:0;padding:0;list-style:none; }
.emx-process li { display:grid;grid-template-columns:54px 1fr;gap:1rem;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.2); }
.emx-process li>span { display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--emx-maize);color:var(--emx-ink);font-weight:700; }
.emx-team__grid { display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem; }
.emx-team article { display:grid;grid-template-columns:112px 1fr;gap:1.2rem;padding:1.4rem;border:1px solid var(--emx-line);border-radius:var(--emx-radius);background:var(--emx-white); }
.emx-team img { width:112px;height:112px;border-radius:12px;object-fit:cover; }
.emx-team__title {
  margin:0 0 .65em;font:700 clamp(1.65rem,2.7vw,2.35rem)/1.14 'Instrument Sans',sans-serif;
  letter-spacing:-.025em;
}
.emx-team__name {
  margin:0 0 .65em;font:700 1.3rem/1.08 'Instrument Sans',sans-serif;
  letter-spacing:-.025em;
}
.emx-team strong { color:var(--emx-jade); }
.emx-team--compact .emx-section__head { margin-bottom:1.5rem; }
.emx-faq-list article { border-top:1px solid var(--emx-line); }
.emx-faq-list h3 { margin:0;font-size:1.1rem; }
.emx-faq-list button { display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.2rem 0;border:0;background:transparent;color:var(--emx-ink);font-weight:700;text-align:left; }
.emx-faq-list article>div { padding:0 2rem 1.2rem 0; }
.emx-cta { padding:3.3rem 0;background:var(--emx-terracotta);color:var(--emx-white); }
.emx-cta .emx-wrap { display:flex;align-items:center;justify-content:space-between;gap:2rem; }
.emx-cta .emx-eyebrow { color:var(--emx-maize); }
.emx-cta h2 { margin-bottom:0; }

/* Footer and generic pages */
.emx-footer { padding:4rem 0 1.4rem;background:var(--emx-ink);color:var(--emx-white); }
.emx-footer__grid { display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem; }
.emx-footer__grid>div p { max-width:440px;margin-top:1rem; }
.emx-footer__title { margin:0 0 .65em;font:700 .8rem 'Instrument Sans',sans-serif;letter-spacing:.12em;text-transform:uppercase; }
.emx-footer ul { margin:0;padding:0;list-style:none; }
.emx-footer li { margin:.45rem 0; }
.emx-footer a { color:var(--emx-white); }
.emx-footer__base { display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);font-size:.86rem; }
.emx-breadcrumbs { margin-bottom:1.8rem;font-size:.83rem; }
.emx-breadcrumbs ol { display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none; }
.emx-breadcrumbs li+li::before { margin-right:.4rem;color:var(--emx-terracotta);content:'／'; }
.emx-page { padding:3rem 0 5rem;background:var(--emx-cream); }
.emx-page.emx-institutional-page { padding:0; }
.emx-paper { padding:clamp(2rem,6vw,5rem);background:var(--emx-white);box-shadow:var(--emx-shadow); }
.emx-page__head { margin-bottom:3rem; }
.emx-page__head>p:last-child { font-size:1.18rem; }
.emx-prose { max-width:72ch; }
.emx-prose h2 { margin-top:2em;font-size:1.75rem; }
.emx-prose a { font-weight:650; }
.emx-prose--lead { font-size:1.14rem; }
.emx-updated { color:var(--emx-muted);font-size:.85rem; }
.emx-list article { padding:2rem 0;border-top:1px solid var(--emx-line); }
.emx-empty { padding:2rem;border:1px dashed var(--emx-line);border-radius:var(--emx-radius);background:var(--emx-cream); }

/* Catalogue */
.emx-archive-head { padding:3.4rem 0;background:var(--emx-jade-dark);color:var(--emx-white); }
.emx-archive-head .emx-eyebrow { color:var(--emx-maize); }
.emx-archive-head h1 { font-size:clamp(2.15rem,3.5vw,3.2rem); }
.emx-archive-head p:last-child { max-width:720px;color:rgba(255,255,255,.82); }
.emx-archive { padding:3.7rem 0 6.5rem; }
.emx-archive__layout { display:grid;grid-template-columns:295px minmax(0,1fr);gap:2.5rem;align-items:start; }
.emx-filters { position:sticky;top:24px;min-width:0;padding:1.3rem;border:1px solid var(--emx-line);border-radius:var(--emx-radius);background:var(--emx-cream); }
.emx-filters .emx-filter-search>div { display:block;padding:6px; }
.emx-filters .emx-filter-search input,.emx-filters .emx-filter-search button { display:block;width:100%; }
.emx-filters .emx-filter-search button { margin-top:.4rem; }
.emx-filters h2 { margin:1.7rem 0 .7rem;font:700 .78rem 'Instrument Sans',sans-serif;letter-spacing:.12em;text-transform:uppercase; }
.emx-category-list { display:grid;gap:.3rem;margin:0;padding:0;list-style:none; }
.emx-category-list a { display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:.6rem;min-height:46px;padding:.48rem .55rem;border-radius:9px;color:var(--emx-ink);font-size:.87rem;font-weight:650;text-decoration:none; }
.emx-category-list a:hover { background:rgba(255,255,255,.72); }
.emx-category-list a.emx-is-current { background:var(--emx-jade);color:var(--emx-white); }
.emx-category-list__icon { display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:rgba(11,107,80,.12);color:var(--emx-jade); }
.emx-is-current .emx-category-list__icon { background:rgba(255,255,255,.16);color:var(--emx-white); }
.emx-category-list__icon svg { width:19px;height:19px;stroke:currentColor; }
.emx-category-list small { opacity:.72;font-size:.72rem; }
.emx-archive__results { min-width:0; }
.emx-archive__results>.emx-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.emx-results-count { font-weight:650; }
.nav-links { display:flex;gap:.5rem;margin-top:3rem; }
.nav-links .page-numbers { padding:.6rem .85rem;border:1px solid var(--emx-line);text-decoration:none; }
.nav-links .current { background:var(--emx-jade);color:var(--emx-white); }

/* Single format */
.emx-formato-head { padding:3rem 0 4.5rem;background:var(--emx-cream); }
.emx-formato-head__grid { display:grid;grid-template-columns:1.05fr .95fr;gap:4.5rem;align-items:center; }
.emx-formato-head h1 { font-size:clamp(2.1rem,3.4vw,3.1rem); }
.emx-file-label { color:var(--emx-terracotta);font-weight:700;letter-spacing:.12em;font-size:.73rem; }
.emx-chip { display:inline-block;padding:.38rem .68rem;border-radius:999px;background:rgba(11,107,80,.11);color:var(--emx-jade);font-weight:700;font-size:.8rem;text-decoration:none; }
.emx-lead { font-size:1.16rem;color:var(--emx-muted); }
.emx-byline { display:flex;align-items:center;gap:.9rem;margin-top:1.8rem; }
.emx-byline__portraits { display:flex;align-items:center;min-width:88px; }
.emx-byline__portraits img { flex:0 0 auto;border:3px solid var(--emx-white);border-radius:50%;box-shadow:0 5px 15px rgba(16,42,44,.14); }
.emx-byline__portraits img+img { margin-left:-16px; }
.emx-byline p { margin:0;font-size:.88rem; }
.emx-byline p>span,.emx-byline small { display:block; }
.emx-sheet { display:grid;grid-template-columns:35px repeat(3,1fr);grid-template-rows:35px repeat(3,45px) 120px;padding:1rem;border:1px solid var(--emx-line);border-radius:12px;background:var(--emx-white);box-shadow:var(--emx-shadow); }
.emx-sheet>* { border:1px solid rgba(11,107,80,.13); }
.emx-sheet span,.emx-sheet b { display:grid;place-items:center;font-style:normal; }
.emx-sheet i { background:rgba(11,107,80,.06); }
.emx-sheet svg { grid-column:2/5;width:100%;border:0; }
.emx-sheet path { fill:none;stroke:var(--emx-terracotta);stroke-width:6; }
.emx-gallery { overflow:hidden; }
.emx-gallery__track { display:flex;transition:transform .3s ease; }
.emx-gallery__slide { flex:0 0 100%;margin:0; }
.emx-gallery__slide button { display:block;padding:0;border:0;background:none; }
.emx-gallery__slide img { width:100%;aspect-ratio:16/10;border-radius:10px;object-fit:cover;box-shadow:var(--emx-shadow); }
.emx-gallery__slide figcaption { padding:.5rem; }
.emx-gallery__controls { display:flex;align-items:center;justify-content:center;gap:1rem; }
.emx-gallery__controls button { width:44px;height:44px;border:1px solid var(--emx-line);border-radius:50%;background:var(--emx-white); }
.emx-formato-layout { display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:4.5rem;padding-top:4.5rem;padding-bottom:5.5rem; }
.emx-formato-content>section { margin-bottom:4rem; }
.emx-check-list,.emx-feature-list { padding-left:1.25rem; }
.emx-feature-list { display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem 2rem; }
.emx-download>div { position:sticky;top:24px;padding:1.5rem;border-top:7px solid var(--emx-maize);border-radius:var(--emx-radius);background:var(--emx-ink);color:var(--emx-white); }
.emx-download dl>div { display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-top:1px solid rgba(255,255,255,.18); }
.emx-download dt { color:rgba(255,255,255,.7); }
.emx-download dd { margin:0;text-align:right;font-weight:650; }
.emx-download .emx-button { width:100%;margin:1rem 0; }
.emx-download small { display:block;color:rgba(255,255,255,.7); }
.emx-lightbox { position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:3rem;background:rgba(16,42,44,.88); }
.emx-lightbox[hidden] { display:none; }
.emx-lightbox img { max-height:80vh; }
.emx-lightbox p { color:var(--emx-white);text-align:center; }
.emx-lightbox__close { position:absolute;top:1rem;right:1rem;border:0;background:transparent;color:var(--emx-white);font-size:2rem; }

/* Institutional and contact pages */
.emx-institutional-page { overflow:hidden;background:var(--emx-white); }
.emx-institutional-page h1 { font-size:clamp(2.15rem,3.7vw,3.35rem); }
.emx-institutional-page h2 { font-size:clamp(1.6rem,2.4vw,2.2rem); }
.emx-institutional-hero { position:relative;padding:2.2rem 0 3.6rem;background:var(--emx-cream); }
.emx-institutional-hero__grid { position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.78fr);gap:clamp(3rem,7vw,7rem);align-items:center; }
.emx-institutional-hero__lead { max-width:720px;font-size:1.18rem;color:var(--emx-muted); }
.emx-institutional-actions { display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem; }
.emx-trust-panel,.emx-contact-summary { padding:clamp(1.45rem,2.5vw,2rem);border-radius:16px;background:var(--emx-ink);color:var(--emx-white);box-shadow:0 18px 40px rgba(16,42,44,.14); }
.emx-trust-panel__label,.emx-contact-summary__label { color:var(--emx-maize);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase; }
.emx-trust-list { margin:1.4rem 0 0;padding:0;list-style:none; }
.emx-trust-list li { padding:.75rem 0;border-top:1px solid rgba(255,255,255,.17); }
.emx-institutional-strip { border-block:1px solid var(--emx-line);background:var(--emx-white); }
.emx-institutional-strip__grid { display:grid;grid-template-columns:repeat(4,1fr); }
.emx-institutional-strip__grid>div { padding:1.4rem;border-left:1px solid var(--emx-line); }
.emx-institutional-method,.emx-editorial-standards,.emx-scope-section,.emx-contact-main,.emx-contact-reasons { padding:clamp(3.2rem,5vw,4.8rem) 0; }
.emx-method-grid,.emx-standard-cards,.emx-scope-grid,.emx-contact-reasons__grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem; }
.emx-method-grid { margin:0;padding:0;list-style:none; }
.emx-method-grid li,.emx-standard-cards article,.emx-scope-grid article,.emx-contact-reasons article { padding:1.6rem;border:1px solid var(--emx-line);border-radius:var(--emx-radius);background:var(--emx-white); }
.emx-editorial-standards { background:var(--emx-cream); }
.emx-editorial-standards__grid { display:grid;grid-template-columns:.75fr 1.25fr;gap:4rem; }
.emx-editorial-standards__intro { position:sticky;top:24px;align-self:start; }
.emx-institutional-cta { padding:3.2rem 0;background:var(--emx-jade-dark);color:var(--emx-white); }
.emx-institutional-cta__inner { display:flex;align-items:center;justify-content:space-between;gap:2rem; }
.emx-contact-summary__email { display:inline-block;margin:.3rem 0 1.4rem;color:var(--emx-white);font:650 clamp(1.25rem,2vw,1.65rem) 'Instrument Sans',sans-serif;overflow-wrap:anywhere; }
.emx-contact-summary dl { margin:0;border-top:1px solid rgba(255,255,255,.16); }
.emx-contact-summary dl>div { display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.16); }
.emx-contact-summary dt { color:rgba(255,255,255,.68); }
.emx-contact-summary dd { margin:0;text-align:right;font-weight:700; }
.emx-contact-summary__note { margin:1.2rem 0 0;color:rgba(255,255,255,.7);font-size:.82rem; }
#formulario-contacto { scroll-margin-top:90px; }
.emx-contact-layout { display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:clamp(2rem,5vw,5rem);align-items:start; }
.emx-contact-form-card { min-width:0;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid var(--emx-line);border-radius:16px;background:var(--emx-white);box-shadow:0 12px 34px rgba(16,42,44,.07); }
.emx-contact-form-card__head { max-width:710px;margin-bottom:2rem; }
.emx-contact-form-card__head p:last-child { color:var(--emx-muted); }
.emx-form-notice { margin:0 0 1.5rem;padding:1rem 1.1rem;border-radius:11px;font-weight:650; }
.emx-form-notice--success { border:1px solid rgba(11,107,80,.35);background:rgba(11,107,80,.11);color:var(--emx-jade-dark); }
.emx-form-notice--error { border:1px solid rgba(182,66,46,.35);background:rgba(182,66,46,.1);color:#79291D; }
.emx-contact-form__grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem; }
.emx-form-field { min-width:0;margin:0; }
.emx-form-field--full { grid-column:1/-1; }
.emx-form-field label { display:block;margin-bottom:.4rem;font-weight:700; }
.emx-form-field label>span { color:var(--emx-terracotta); }
.emx-form-field input,.emx-form-field select,.emx-form-field textarea { display:block;width:100%;min-height:49px;padding:.7rem .8rem;border:1px solid #9FA9A4;border-radius:9px;background:var(--emx-white);color:var(--emx-ink); }
.emx-form-honeypot { position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important; }
.emx-form-consent { display:flex;align-items:flex-start;gap:.65rem; }
.emx-form-consent input { flex:0 0 auto;margin-top:.25rem; }
.emx-contact-form__submit { margin-top:1.2rem; }
.emx-contact-form__submit small { margin-left:.8rem;color:var(--emx-muted); }
.emx-contact-aside { position:sticky;top:24px;display:grid;gap:1rem; }
.emx-contact-aside>section { padding:1.35rem;border:1px solid var(--emx-line);border-radius:14px;background:var(--emx-cream); }
.emx-contact-aside h2 { margin-bottom:1rem;font-size:1.55rem; }
.emx-contact-help ol { display:grid;gap:.75rem;margin:0;padding:0;list-style:none;counter-reset:emx-contact-step; }
.emx-contact-help li { display:grid;grid-template-columns:28px minmax(0,1fr);gap:.7rem;align-items:start;counter-increment:emx-contact-step; }
.emx-contact-help li>span { display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--emx-jade);color:var(--emx-white);font-size:.78rem;font-weight:700; }
.emx-contact-help li p { margin:.1rem 0 0;font-size:.94rem;line-height:1.45; }
.emx-contact-team article { display:flex;align-items:center;gap:.8rem;padding:.75rem 0;border-top:1px solid var(--emx-line); }
.emx-contact-team article img { flex:0 0 auto;width:52px;height:52px;border-radius:50%;object-fit:cover; }
.emx-contact-team article h3 { margin:0 0 .15rem;font-size:1rem; }
.emx-contact-team article p { margin:0;color:var(--emx-muted);font-size:.88rem; }
.emx-contact-team>a { display:inline-block;margin-top:.8rem;font-weight:700;text-decoration:none; }
.emx-contact-reasons__grid article>span { display:block;margin-bottom:.75rem;color:var(--emx-terracotta);font-size:.78rem;font-weight:700;letter-spacing:.12em; }

@media (max-width:1000px) {
  .emx-institutional-hero__grid { grid-template-columns:1fr;gap:2.5rem; }
  .emx-trust-panel,.emx-contact-summary { max-width:720px; }
  .emx-editorial-standards__grid { grid-template-columns:1fr; }
  .emx-editorial-standards__intro { position:static; }
}
@media (max-width:900px) {
  .emx-nav,.emx-header__cta { display:none; }
  .emx-header-search { display:none; }
  .emx-menu-button { display:flex;align-items:center; }
  .emx-hero__grid,.emx-formato-head__grid { grid-template-columns:1fr; }
  .emx-hero-tasks { max-width:680px; }
  .emx-category-grid { grid-template-columns:repeat(2,1fr); }
  .emx-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .emx-process .emx-wrap { grid-template-columns:1fr;gap:2rem; }
  .emx-formato-layout { grid-template-columns:1fr; }
  .emx-download>div { position:static; }
  .emx-archive__layout { grid-template-columns:1fr; }
  .emx-filters { position:static;max-width:100%; }
  .emx-category-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .emx-footer__grid { grid-template-columns:1.4fr 1fr 1fr;gap:2rem; }
  .emx-contact-layout { grid-template-columns:1fr; }
  .emx-contact-aside { position:static;grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
  body { font-size:16px; }
  .emx-wrap,.emx-wrap--narrow { width:min(100% - 28px,1200px); }
  .emx-header { height:58px; }
  .emx-header__row { gap:.55rem; }
  .emx-brand img { width:36px;height:36px; }
  .emx-menu-button { gap:.55rem;padding:.35rem;font-size:.9rem;font-weight:700; }
  .emx-mobile-menu__panel { width:min(92vw,390px);padding:4.4rem 1.35rem 1.5rem; }
  .emx-hero { padding:2.8rem 0; }
  .emx-hero h1 { font-size:clamp(2.1rem,9.5vw,2.45rem); }
  .emx-hero-search>div,.emx-filter-search>div { display:block; }
  .emx-hero-search button,.emx-filter-search button { width:100%; }
  .emx-hero-tasks { padding:1.25rem; }
  .emx-hero-tasks h2 { font-size:1.4rem; }
  .emx-hero__trust { display:grid;gap:.35rem; }
  .emx-section { padding:3.3rem 0; }
  .emx-section__head,.emx-cta .emx-wrap,.emx-institutional-cta__inner { display:block; }
  .emx-category-grid,.emx-card-grid,.emx-benefits__grid,.emx-team__grid,.emx-method-grid,.emx-standard-cards,.emx-scope-grid,.emx-contact-reasons__grid { grid-template-columns:1fr; }
  .emx-team article { grid-template-columns:92px 1fr; }
  .emx-team img { width:92px;height:92px; }
  .emx-footer__grid { grid-template-columns:1fr; }
  .emx-footer__base { display:block; }
  .emx-paper { padding:1.4rem; }
  .emx-archive-head { padding:2.3rem 0; }
  .emx-archive-head h1 { font-size:2.1rem; }
  .emx-archive { padding:2rem 0 4rem; }
  .emx-category-list { display:flex;width:100%;max-width:100%;overflow-x:auto;padding-bottom:.45rem;scroll-snap-type:x proximity; }
  .emx-category-list li { flex:0 0 min(78vw,270px);scroll-snap-align:start; }
  .emx-archive__results>.emx-card-grid { grid-template-columns:1fr; }
  .emx-formato-head { padding:2rem 0 3rem; }
  .emx-formato-head h1,.emx-page__head h1 { font-size:2.05rem; }
  .emx-formato-layout { gap:3rem;padding-top:3rem; }
  .emx-feature-list { grid-template-columns:1fr; }
  .emx-institutional-page h1 { font-size:clamp(2rem,9.5vw,2.35rem); }
  .emx-institutional-page h2 { font-size:1.65rem; }
  .emx-institutional-hero { padding:1.5rem 0 2.8rem; }
  .emx-institutional-hero__grid { gap:2rem; }
  .emx-institutional-hero__lead { font-size:1.05rem; }
  .emx-institutional-actions { display:grid; }
  .emx-institutional-actions .emx-button { width:100%; }
  .emx-institutional-strip__grid { grid-template-columns:1fr; }
  .emx-contact-aside,.emx-contact-form__grid { grid-template-columns:1fr; }
  .emx-contact-aside { gap:.8rem; }
  .emx-contact-main { padding:2.8rem 0; }
  .emx-form-field--full { grid-column:auto; }
  .emx-contact-form__submit .emx-button { width:100%; }
  .emx-contact-form__submit small { display:block;margin:.7rem 0 0; }
  .emx-contact-summary dl>div { display:block; }
  .emx-contact-summary dd { margin-top:.15rem;text-align:left; }
  .emx-lightbox { padding:3rem 1rem; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important; }
}
