/* AI Calabria — Ecosistema pubblico, Fase 1.
 * Tutte le classi sono prefissate eco- per evitare collisioni con i moduli esistenti.
 */
:root {
  --eco-ink: #10233f;
  --eco-blue: #0b2b55;
  --eco-blue-2: #123f78;
  --eco-cyan: #2bc5d9;
  --eco-green: #45b97c;
  --eco-gold: #f1bd55;
  --eco-soft: #edf4fa;
  --eco-line: rgba(16, 35, 63, .13);
  --eco-shadow: 0 20px 50px rgba(10, 38, 74, .12);
}

.eco-section { position: relative; padding: clamp(64px, 7vw, 112px) 0; overflow: hidden; }
.eco-section--white { background: #fff; color: var(--eco-ink); }
.eco-section--soft { background: linear-gradient(180deg, #f5f9fc 0%, #eaf2f8 100%); color: var(--eco-ink); }
.eco-section--space {
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(43,197,217,.2), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(69,185,124,.15), transparent 28%),
    linear-gradient(135deg, #081d39 0%, #0d315d 50%, #10284d 100%);
}
.eco-section--space::before,
.eco-research-hero::before,
.eco-province-hero::before,
.eco-method-hero::before,
.eco-observatory-hero::before,
.eco-books-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image: radial-gradient(circle, rgba(255,255,255,.45) 1px, transparent 1.5px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.eco-heading { display: flex; justify-content: space-between; gap: 34px; align-items: flex-end; margin-bottom: 34px; }
.eco-heading > div { max-width: 880px; }
.eco-heading h2 { margin: 0 0 12px; color: var(--eco-ink); font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.04; letter-spacing: -.04em; }
.eco-heading p { margin: 0; color: #52647a; font-size: 1.06rem; line-height: 1.75; }
.eco-heading--light h2 { color: #fff; }
.eco-heading--light p { color: rgba(255,255,255,.76); }
.eco-text-link { color: var(--eco-blue-2); text-decoration: none; font-weight: 800; white-space: nowrap; }
.eco-heading--light .eco-text-link { color: #fff; }
.eco-text-link:hover { text-decoration: underline; }

.eco-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.eco-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.eco-btn:hover { transform: translateY(-2px); }
.eco-btn--primary { color: #fff; background: linear-gradient(135deg, var(--eco-blue-2), #0e6d85); box-shadow: 0 12px 30px rgba(15,68,117,.22); }
.eco-btn--light { color: #0b2b55; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.eco-btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.48); background: rgba(255,255,255,.06); }

.eco-simple-hero,
.eco-province-hero,
.eco-research-hero,
.eco-method-hero,
.eco-observatory-hero,
.eco-books-hero,
.eco-search-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #081d39, #104276); }
.eco-simple-hero > div,
.eco-method-hero > div,
.eco-observatory-hero > div,
.eco-search-hero > div { position: relative; z-index: 1; padding-top: clamp(72px, 8vw, 128px); padding-bottom: clamp(72px, 8vw, 128px); }
.eco-province-hero__grid,
.eco-research-hero__grid,
.eco-books-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 48px; align-items: center; padding-top: clamp(72px, 8vw, 128px); padding-bottom: clamp(72px, 8vw, 128px); }
.eco-province-hero h1,
.eco-research-hero h1,
.eco-method-hero h1,
.eco-observatory-hero h1,
.eco-books-hero h1,
.eco-search-hero h1,
.eco-simple-hero h1 { max-width: 1050px; margin: 0 0 20px; color: #fff; font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.eco-province-hero p,
.eco-research-hero p,
.eco-method-hero p,
.eco-observatory-hero p,
.eco-books-hero p,
.eco-search-hero p,
.eco-simple-hero p { max-width: 820px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.7; }

.eco-orbit,
.eco-data-core,
.eco-book-stack { position: relative; width: min(360px, 72vw); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.eco-orbit::before,
.eco-data-core::before,
.eco-book-stack::before { content: ""; position: absolute; inset: 18%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.28), rgba(43,197,217,.1) 58%, transparent 60%); filter: drop-shadow(0 0 32px rgba(43,197,217,.5)); }
.eco-orbit span,
.eco-data-core span { position: absolute; inset: calc(8% + var(--i, 0%)); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; animation: ecoSpin 14s linear infinite; }
.eco-orbit span:nth-child(1), .eco-data-core span:nth-child(1) { --i: 0%; }
.eco-orbit span:nth-child(2), .eco-data-core span:nth-child(2) { --i: 10%; animation-direction: reverse; animation-duration: 10s; }
.eco-orbit span:nth-child(3), .eco-data-core span:nth-child(3) { --i: 20%; animation-duration: 18s; }
.eco-orbit span::after,
.eco-data-core span::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; top: 10%; left: 18%; background: var(--eco-cyan); box-shadow: 0 0 18px var(--eco-cyan); }
.eco-orbit strong,
.eco-data-core strong,
.eco-book-stack strong { position: relative; z-index: 2; color: #fff; text-align: center; font-size: clamp(2.4rem, 7vw, 5.4rem); line-height: .85; letter-spacing: -.06em; }
.eco-book-stack span { position: absolute; width: 48%; height: 67%; border-radius: 12px 24px 24px 12px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(185,224,239,.86)); box-shadow: 0 25px 50px rgba(0,0,0,.25); transform: rotate(var(--r)); }
.eco-book-stack span:nth-child(1) { --r: -12deg; left: 18%; }
.eco-book-stack span:nth-child(2) { --r: 12deg; right: 18%; }
.eco-book-stack strong { color: #0b2b55; font-size: clamp(2.2rem, 5vw, 4rem); }

.eco-kpi-band { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--eco-line); box-shadow: 0 10px 35px rgba(12,44,79,.08); }
.eco-kpi-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.eco-kpi-grid article { padding: 25px clamp(14px, 2vw, 28px); border-right: 1px solid var(--eco-line); }
.eco-kpi-grid article:last-child { border-right: 0; }
.eco-kpi-grid strong { display: block; color: var(--eco-blue); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.eco-kpi-grid span { display: block; margin-top: 7px; color: #63738a; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.eco-province-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 24px; }
.eco-map { min-height: 610px; border-radius: 28px; overflow: hidden; background: #e6eef5; box-shadow: var(--eco-shadow); }
.eco-town-list { max-height: 610px; padding: 8px; overflow: auto; border: 1px solid var(--eco-line); border-radius: 28px; background: #f7fafc; }
.eco-town-row { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 12px; align-items: center; margin: 4px; padding: 13px; color: var(--eco-ink); border-radius: 18px; text-decoration: none; transition: .2s ease; }
.eco-town-row:hover { background: #fff; transform: translateX(3px); box-shadow: 0 9px 22px rgba(15,48,80,.08); }
.eco-town-row img { width: 46px; height: 46px; object-fit: contain; }
.eco-town-row strong, .eco-town-row small { display: block; }
.eco-town-row small { color: #6a7a8e; margin-top: 3px; }
.eco-town-row em { color: #7d8998; font-size: .72rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.eco-town-row.is-active em { color: #127447; }
.eco-town-row.is-active { background: rgba(69,185,124,.08); }

.eco-content-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.eco-content-card,
.eco-empty-card { padding: 22px; border-radius: 22px; background: #fff; color: var(--eco-ink); box-shadow: 0 16px 38px rgba(1,19,41,.17); }
.eco-content-card > span { color: #1b7891; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eco-content-card h3 { margin: 8px 0 6px; font-size: 1.35rem; overflow-wrap: anywhere; }
.eco-content-card p { min-height: 52px; margin: 0 0 14px; color: #53677c; }
.eco-content-card audio { width: 100%; height: 38px; margin: 6px 0 13px; }
.eco-content-card a,
.eco-empty-card a { color: #0e5b83; font-weight: 850; text-decoration: none; }
.eco-section--space .eco-empty-card { background: rgba(255,255,255,.94); }

.eco-company-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.eco-company-grid > article { display: flex; gap: 18px; padding: 24px; border: 1px solid var(--eco-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 35px rgba(10,38,70,.08); }
.eco-company-sigil { flex: 0 0 58px; height: 58px; display: grid; place-items: center; color: #fff; border-radius: 18px; background: linear-gradient(145deg, var(--eco-blue-2), #16869c); font-size: 1.6rem; font-weight: 900; }
.eco-company-grid h3 { margin: 0 0 6px; }
.eco-company-grid p { color: #617185; }
.eco-company-grid small { display: block; margin-bottom: 12px; color: #6c7e92; }
.eco-company-grid a { color: var(--eco-blue-2); font-weight: 800; text-decoration: none; }

.eco-tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.eco-tag-cloud span { min-width: 190px; padding: 15px 18px; border: 1px solid var(--eco-line); border-radius: 16px; background: #fff; }
.eco-tag-cloud strong, .eco-tag-cloud small { display: block; }
.eco-tag-cloud small { margin-top: 4px; color: #65768a; }

.eco-block-cta { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 32px; padding: 24px 28px; border: 1px solid rgba(16,35,63,.12); border-radius: 24px; background: linear-gradient(135deg, #eef6fb, #fff); }
.eco-block-cta p { margin: 0; color: var(--eco-ink); font-size: 1.1rem; font-weight: 750; }
.eco-block-cta--dark { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.eco-block-cta--dark p { color: #fff; }

.eco-principle-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.eco-principle-grid article { padding: 26px; border: 1px solid var(--eco-line); border-radius: 24px; background: #fff; box-shadow: 0 13px 32px rgba(11,42,76,.07); }
.eco-principle-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 14px; color: #fff; background: var(--eco-blue-2); font-weight: 900; }
.eco-principle-grid h3 { margin: 0 0 10px; color: var(--eco-ink); }
.eco-principle-grid p { margin: 0; color: #607186; line-height: 1.65; }
.eco-principle-grid--dark article { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.09); box-shadow: none; }
.eco-principle-grid--dark h3 { color: #fff; }
.eco-principle-grid--dark p { color: rgba(255,255,255,.73); }
.eco-principle-grid--compact { grid-template-columns: repeat(2,minmax(0,1fr)); }

.eco-path-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.eco-path-grid a { position: relative; min-height: 185px; padding: 24px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.08); text-decoration: none; transition: .22s ease; }
.eco-path-grid a:hover { transform: translateY(-5px); background: rgba(255,255,255,.13); }
.eco-path-grid span { display: block; margin-bottom: 30px; color: var(--eco-cyan); font-weight: 900; }
.eco-path-grid strong, .eco-path-grid small { display: block; }
.eco-path-grid strong { font-size: 1.25rem; }
.eco-path-grid small { margin-top: 8px; color: rgba(255,255,255,.7); line-height: 1.55; }
.eco-path-grid--light a { color: var(--eco-ink); border-color: var(--eco-line); background: #fff; box-shadow: 0 14px 32px rgba(10,39,72,.08); }
.eco-path-grid--light a:hover { background: #f7fbfd; }
.eco-path-grid--light small { color: #607186; }

.eco-faq { display: grid; gap: 12px; max-width: 1000px; }
.eco-faq details { border: 1px solid var(--eco-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(10,39,72,.05); }
.eco-faq summary { position: relative; padding: 20px 54px 20px 22px; color: var(--eco-ink); font-weight: 850; cursor: pointer; list-style: none; }
.eco-faq summary::-webkit-details-marker { display: none; }
.eco-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; }
.eco-faq details[open] summary::after { content: "−"; }
.eco-faq details p { margin: 0; padding: 0 22px 22px; color: #5d6e82; line-height: 1.7; }

.eco-province-cards { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.eco-province-cards > a { display: flex; flex-direction: column; min-height: 270px; padding: 22px; color: var(--eco-ink); border: 1px solid var(--eco-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 32px rgba(10,39,72,.08); text-decoration: none; transition: .22s ease; }
.eco-province-cards > a:hover { transform: translateY(-5px); box-shadow: var(--eco-shadow); }
.eco-province-cards > a > span { align-self: flex-start; padding: 7px 10px; color: #fff; border-radius: 10px; background: var(--eco-blue-2); font-weight: 900; }
.eco-province-cards h3 { margin: 18px 0; font-size: 1.25rem; }
.eco-province-cards div { display: flex; align-items: baseline; gap: 8px; margin: 3px 0; }
.eco-province-cards div strong { font-size: 1.45rem; }
.eco-province-cards div small { color: #66788c; }
.eco-province-cards em { margin-top: auto; padding-top: 18px; color: #0e607f; font-style: normal; font-weight: 850; }

.eco-method-flow { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.eco-method-flow article { position: relative; padding: 22px 18px; border: 1px solid var(--eco-line); border-radius: 20px; background: #fff; }
.eco-method-flow article:not(:last-child)::after { content: "→"; position: absolute; right: -14px; top: 25px; z-index: 2; color: var(--eco-cyan); font-weight: 900; }
.eco-method-flow span { color: #0d6a83; font-weight: 900; }
.eco-method-flow h3 { margin: 18px 0 8px; font-size: 1.05rem; }
.eco-method-flow p { margin: 0; color: #65768a; font-size: .92rem; line-height: 1.55; }

.eco-research-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.eco-research-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.08); }
.eco-research-grid h3 { color: #fff; }
.eco-research-grid p { color: rgba(255,255,255,.72); }

.eco-global-search { max-width: 950px; margin-top: 30px; }
.eco-global-search label { display: block; margin-bottom: 8px; font-weight: 800; }
.eco-global-search > div { display: flex; padding: 7px; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.eco-global-search input { flex: 1; min-width: 0; padding: 16px; border: 0; outline: 0; font-size: 1.05rem; }
.eco-global-search button { padding: 0 24px; color: #fff; border: 0; border-radius: 13px; background: linear-gradient(135deg, var(--eco-blue-2), #0f778f); font-weight: 900; }
.eco-search-prompts { display: flex; flex-wrap: wrap; gap: 12px; }
.eco-search-prompts a { padding: 13px 17px; color: var(--eco-blue-2); border: 1px solid var(--eco-line); border-radius: 999px; background: #fff; text-decoration: none; font-weight: 800; }
.eco-search-group { margin-top: 38px; }
.eco-search-group__head h3 { margin: 0; font-size: 1.75rem; }
.eco-search-group__head p { color: #66788c; }
.eco-search-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.eco-search-card { display: flex; gap: 14px; align-items: center; min-height: 100px; padding: 18px; color: var(--eco-ink); border: 1px solid var(--eco-line); border-radius: 20px; background: #fff; text-decoration: none; box-shadow: 0 10px 25px rgba(10,39,72,.06); }
.eco-search-card:hover { box-shadow: var(--eco-shadow); }
.eco-search-card strong, .eco-search-card small { display: block; }
.eco-search-card small { margin-top: 5px; color: #63758a; }
.eco-search-card--town img { object-fit: contain; }
.eco-search-card--content { display: block; }
.eco-search-card--content audio { width: 100%; height: 38px; margin: 10px 0; }
.eco-search-card--content a { color: #0e607f; text-decoration: none; font-weight: 800; }

.eco-filter-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.eco-filter-tabs a { padding: 11px 17px; color: var(--eco-ink); border: 1px solid var(--eco-line); border-radius: 999px; background: #fff; text-decoration: none; font-weight: 850; }
.eco-filter-tabs a.is-active { color: #fff; background: var(--eco-blue-2); }
.eco-library-summary { display: flex; align-items: baseline; gap: 10px; margin: 0 0 24px; }
.eco-library-summary strong { color: var(--eco-blue); font-size: 2.2rem; }
.eco-library-summary span { color: #67798d; }
.eco-library-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.eco-library-book { display: grid; grid-template-columns: 44% 56%; min-height: 340px; overflow: hidden; border: 1px solid var(--eco-line); border-radius: 26px; background: #fff; box-shadow: 0 16px 38px rgba(9,39,73,.1); }
.eco-library-cover { display: flex; flex-direction: column; min-width: 0; padding: 22px; color: #fff; background: linear-gradient(155deg, #0c315e, #115d74); }
.eco-library-cover > span { font-size: .68rem; letter-spacing: .13em; font-weight: 900; }
.eco-library-cover img { width: 64px; height: 64px; margin: 24px auto 16px; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(0,0,0,.2)); }
.eco-library-cover small { color: rgba(255,255,255,.7); }
.eco-library-cover h3 { margin: 6px 0; color: #fff; font-size: clamp(1.2rem, 2.2vw, 1.75rem); overflow-wrap: anywhere; line-height: 1.02; }
.eco-library-cover em { margin-top: auto; color: rgba(255,255,255,.72); font-style: normal; }
.eco-library-copy { display: flex; flex-direction: column; justify-content: center; padding: 25px; }
.eco-library-copy p { color: #607186; line-height: 1.7; }
.eco-library-copy a { color: #0d617c; font-weight: 850; text-decoration: none; }
.eco-library-book.is-empty .eco-library-cover { background: linear-gradient(155deg, #52677e, #73869a); }
.eco-status { align-self: flex-start; padding: 7px 10px; border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.eco-status--active { color: #0a7143; background: #e2f7ec; }
.eco-status--waiting { color: #8b5b00; background: #fff2d2; }
.eco-pagination { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 30px; }
.eco-pagination a { padding: 10px 15px; color: var(--eco-blue-2); border: 1px solid var(--eco-line); border-radius: 999px; text-decoration: none; font-weight: 800; }
.eco-recognition-grid { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: 34px; align-items: center; }
.eco-recognition-grid figure { margin: 0; text-align: center; }
.eco-recognition-grid img { max-width: 330px; width: 100%; filter: drop-shadow(0 25px 30px rgba(0,0,0,.25)); }
.eco-recognition-grid figcaption { color: rgba(255,255,255,.68); }

.leaflet-popup-content .eco-map-popup { min-width: 190px; }
.leaflet-popup-content .eco-map-popup strong { display: block; font-size: 1rem; }
.leaflet-popup-content .eco-map-popup span { display: block; margin: 5px 0 10px; color: #5d6e82; }
.leaflet-popup-content .eco-map-popup a { color: #0d617c; font-weight: 800; }

@keyframes ecoSpin { to { transform: rotate(360deg); } }

@media (max-width: 1199.98px) {
  .eco-kpi-grid { grid-template-columns: repeat(3,1fr); }
  .eco-kpi-grid article:nth-child(3) { border-right: 0; }
  .eco-kpi-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--eco-line); }
  .eco-content-grid, .eco-search-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eco-province-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .eco-method-flow { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .eco-method-flow article::after { display: none; }
  .eco-library-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
  .eco-province-hero__grid, .eco-research-hero__grid, .eco-books-hero__grid, .eco-province-layout, .eco-recognition-grid { grid-template-columns: 1fr; }
  .eco-orbit, .eco-data-core, .eco-book-stack { width: min(300px, 72vw); }
  .eco-map { min-height: 500px; }
  .eco-town-list { max-height: none; }
  .eco-principle-grid, .eco-research-grid, .eco-company-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eco-path-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eco-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .eco-section { padding: 58px 0; }
  .eco-province-hero h1, .eco-research-hero h1, .eco-method-hero h1, .eco-observatory-hero h1, .eco-books-hero h1, .eco-search-hero h1, .eco-simple-hero h1 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .eco-kpi-grid { grid-template-columns: repeat(2,1fr); }
  .eco-kpi-grid article { border-right: 1px solid var(--eco-line) !important; border-bottom: 1px solid var(--eco-line); }
  .eco-kpi-grid article:nth-child(even) { border-right: 0 !important; }
  .eco-kpi-grid article:last-child { grid-column: 1 / -1; border-right: 0 !important; }
  .eco-content-grid, .eco-search-grid, .eco-principle-grid, .eco-research-grid, .eco-company-grid, .eco-province-cards, .eco-method-flow, .eco-library-grid, .eco-principle-grid--compact { grid-template-columns: 1fr; }
  .eco-path-grid { grid-template-columns: 1fr 1fr; }
  .eco-path-grid a { min-height: 155px; }
  .eco-block-cta { align-items: stretch; flex-direction: column; }
  .eco-block-cta .eco-btn { width: 100%; }
  .eco-map { min-height: 430px; border-radius: 20px; }
  .eco-town-list { border-radius: 20px; }
  .eco-library-book { grid-template-columns: 42% 58%; min-height: 310px; }
  .eco-global-search > div { flex-direction: column; }
  .eco-global-search button { min-height: 50px; }
}

@media (max-width: 575.98px) {
  .eco-path-grid { grid-template-columns: 1fr; }
  .eco-library-book { grid-template-columns: 1fr; }
  .eco-library-cover { min-height: 285px; }
  .eco-town-row { grid-template-columns: 42px minmax(0,1fr); }
  .eco-town-row em { grid-column: 2; }
  .eco-actions { flex-direction: column; }
  .eco-actions .eco-btn { width: 100%; }
  .eco-pagination { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .eco-orbit span, .eco-data-core span { animation: none; }
  .eco-btn, .eco-path-grid a, .eco-province-cards > a, .eco-town-row { transition: none; }
}
