@font-face {
  font-family: "Source Serif Pro";
  src: url("../../static/fonts/SourceSerifPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("../../static/fonts/SourceSerifPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("../../static/fonts/SourceSerifPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand: #10bbc4;
  --brand-dark: #087b82;
  --brand-soft: #e7f8f9;
  --ink: #282828;
  --muted: #616160;
  --line: #dee2e6;
  --surface: #fff;
  --page: #fff;
  --radius: 12px;
  --shadow: 0 12px 32px rgba(25, 54, 56, .12);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }

a {
  color: var(--brand-dark);
  text-decoration-thickness: .08em;
  text-underline-offset: .14em;
}

a:hover { color: #043f43; }
a:focus-visible, button:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }
img { max-width: 100%; height: auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.container {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 0;
}

.site-content {
  min-height: calc(100vh - 310px);
  padding: 46px 0 72px;
}

.site-content > .container,
.site-content > main.container,
.site-content > .container.marketing {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.site-content > main.container + .container,
.site-content > .container + .container { margin-top: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif Pro", Georgia, serif;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.18;
  text-align: left;
  text-wrap: pretty;
}

h1 { margin: 0 0 .7em; font-size: clamp(2rem, 4vw, 2.5rem); letter-spacing: 0; }
h2 { margin: 1.5em 0 .55em; font-size: clamp(1.55rem, 3vw, 2rem); }
h3 { margin: 1.35em 0 .45em; font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h4, h5, h6 { margin: 1.2em 0 .4em; }
p { margin: 0 0 1em; }
.lead { font-size: 1.25rem; line-height: 1.5; color: var(--ink); }
.mt-5 { margin-top: 0 !important; }
.article { margin: 1.3em 0; }
.date { color: var(--muted); font-size: .95em; }
.preview { margin-top: .75em; color: var(--ink); font-size: 1.05em; }
.featurette-divider { margin: 2rem 0; border-color: var(--line); }
.news-list { display: grid; gap: 34px; margin-top: 2.25rem; }
.news-card { display: grid; grid-template-columns: minmax(0, 1fr) 168px; min-height: 190px; align-items: center; gap: 30px; padding: 26px 28px; }
.news-card--tinted { background: var(--brand-soft); }
.news-card--plain { grid-template-columns: 168px minmax(0, 1fr); padding-block: 12px; }
.news-card--tinted .news-card__image { order: 2; }
.news-card__image { display: block; width: 156px; height: 156px; overflow: hidden; border-radius: 50%; justify-self: center; background: #d7e7e8; }
.news-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-card__content { min-width: 0; }
.news-card__title { margin: 0 0 5px; font-size: clamp(1.45rem, 2.5vw, 1.9rem); line-height: 1.2; overflow-wrap: normal; word-break: normal; hyphens: auto; text-transform: none; }
.news-card__title a { color: var(--ink); text-decoration: none; text-transform: none; }
.news-card__title a:hover { color: var(--brand-dark); text-decoration: underline; }
.news-card__date { display: block; margin-bottom: 12px; color: var(--muted); font-size: .94rem; }
.news-card__preview { max-width: 780px; margin: 0; font-size: 1rem; line-height: 1.45; }
.news-card__more { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: var(--brand-dark); font-size: .94rem; font-weight: 700; text-decoration: none; }
.news-card__more:hover { text-decoration: underline; }
.news-pagination { margin-top: 42px; }

/* Header and navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #0faeb7;
  box-shadow: 0 2px 10px rgba(24, 87, 90, .16);
}

.site-nav { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.site-logo { display: inline-flex; flex: 0 0 auto; align-items: center; color: #fff; text-decoration: none; }
.site-logo img { display: block; width: auto; max-height: 50px; object-fit: contain; }
.site-logo-text { font-size: 1.5rem; font-weight: 700; letter-spacing: .02em; }
.site-logo:hover { color: #fff; }
.site-menu { display: flex; flex: 1; align-items: stretch; justify-content: flex-end; gap: 2px; }
.site-menu > a, .dropdown-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 10px;
  border: 0;
  position: relative;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 1.13rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 50, 53, .22);
  text-transform: lowercase;
  white-space: nowrap;
}
.site-menu > a:hover, .dropdown-toggle:hover, .dropdown-toggle[aria-expanded="true"] { background: transparent; color: #173f42; }
.site-menu > a::before, .dropdown-toggle::before { position: absolute; right: 10px; bottom: 5px; left: 10px; height: 2px; background: currentColor; content: ""; opacity: 0; transform: scaleX(.3); transition: opacity .18s ease, transform .18s ease; }
.site-menu > a:hover::before, .dropdown-toggle:hover::before, .dropdown-toggle[aria-expanded="true"]::before { opacity: .45; transform: scaleX(1); }
.site-menu > a[aria-current="page"], .dropdown-toggle[aria-current="page"] { background: transparent; color: #fff; text-shadow: 0 1px 1px rgba(0, 50, 53, .22); }
.site-menu > a[aria-current="page"]::before, .dropdown-toggle[aria-current="page"]::before { background: #e2232e; opacity: 1; transform: scaleX(1); }
.dropdown-toggle:focus, .dropdown-toggle:focus-visible, .dropdown-toggle:active { border-color: transparent; outline: 0 !important; box-shadow: none !important; }
.dropdown-toggle::-moz-focus-inner { border: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 0; border-radius: 8px; background: rgba(255,255,255,.12); }
.nav-toggle-icon, .nav-toggle-icon::before, .nav-toggle-icon::after { display: block; width: 22px; height: 2px; margin: auto; background: #fff; content: ""; transition: transform .2s, opacity .2s; }
.nav-toggle-icon::before { transform: translateY(-7px); }
.nav-toggle-icon::after { transform: translateY(5px); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before { transform: translateY(1px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after { transform: translateY(-1px) rotate(-45deg); }
.nav-dropdown { position: relative; display: flex; }
.dropdown-toggle::after { width: .48em; height: .48em; margin-left: .55em; border: 0; border-right: 2px solid; border-bottom: 2px solid; transform: translateY(-2px) rotate(45deg); content: ""; }
.dropdown-panel { position: absolute; top: 100%; left: 0; display: none; min-width: 260px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.nav-dropdown.is-open .dropdown-panel { display: block; }
.dropdown-panel a { display: block; padding: 12px 16px; color: var(--ink); font-size: .95rem; font-weight: 700; text-decoration: none; text-transform: lowercase; }
.dropdown-panel a:hover { background: var(--brand-soft); color: var(--brand-dark); }

@media (min-width: 1181px) {
  .nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { display: block; }
}

/* Common content */
.image-cropper { width: 150px; height: 150px; margin: 0 auto; overflow: hidden; border-radius: 50%; }
.profile-pic { width: 100%; height: 100%; object-fit: cover; }
#right, #left { position: static; margin-top: 2%; }
.rounded-circle { margin-bottom: 1em; object-fit: cover; }
.marketing .row { row-gap: 30px; }
.marketing [class*="col-"] { text-align: center !important; }
.marketing h2 { margin-top: .25em; text-align: center; font-size: 1.35rem; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 28px 20px; }
.team-card { text-align: center; }
.team-card img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; box-shadow: 0 5px 18px rgba(25,54,56,.12); }
.team-card h3 { margin: 12px 0 0; font-size: 1.16rem; text-align: center; }
.team-note { margin-top: 2rem; padding: 18px 20px; border-radius: 10px; background: var(--brand-soft); }
.img-mobile { float: none; margin-bottom: 1em; }
.col-caption { margin-bottom: 1em; font-size: 1.35rem; }
.col-caption-mobile { display: flex; min-height: 120px; align-items: center; justify-content: center; padding: .5em; font-size: 1.35rem; }
.carousel { width: min(900px, 100%); margin: auto; }
.carousel-inner { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 2px; background: #edf1f1; }
.carousel-item { position: absolute !important; inset: 0; display: block !important; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: opacity .2s ease; }
.carousel-item.active { position: absolute !important; opacity: 1; visibility: visible; }
.carousel img, .carousel-item img { display: block; width: 100%; height: 100%; max-height: none; object-fit: cover; border-radius: 0; }
.carousel-control-prev, .carousel-control-next { border: 0; background: transparent; }
.carousel-caption { padding: 14px; border-radius: 8px; background: rgba(20,30,31,.72); }
.field-page section + section { margin-top: clamp(44px, 7vw, 76px); }
.map-embed { width: 100%; margin: 1.5rem 0 2rem; overflow: hidden; background: #eef3f3; }
.map-embed iframe { display: block; width: 100%; min-height: 400px; border: 0; }
.table-responsive, .site-content table { max-width: 100%; }
table { width: 100%; margin: 1.5em 0; border-collapse: collapse; }
th, td { padding: 1rem .85rem; border-top: 1px solid var(--line); vertical-align: middle; text-align: left; }
th { background: transparent; border-top: 0; border-bottom: 2px solid var(--line); }
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(16, 187, 196, .045); }
.site-content table a { text-underline-offset: .15em; }
.download-column, .download-cell { width: 78px; min-width: 78px; text-align: center; }
.file-action { display: inline-flex; width: 42px; height: 42px; min-height: 42px; align-items: center; justify-content: center; margin: 0; padding: 0; border: 1px solid #80cdd1; border-radius: 5px; background: #fff; color: #176d72 !important; font-family: inherit; line-height: 1; text-decoration: none !important; vertical-align: middle; }
.file-action:hover { border-color: var(--brand-dark); background: var(--brand-soft); color: #104f53 !important; }
.file-action__label { display: none; }
.document-link { font-weight: 700; }
.document-link__hint { display: inline-block; margin-left: 5px; color: var(--brand-dark); font-size: .9rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
audio { width: 100%; max-width: 540px; }
code { color: #9d3652; }
.seemore { margin: 4px 0 0 11px; color: var(--muted); font-size: .9em; text-align: left; }
.fa { position: relative; display: inline-flex; width: 1.35rem; height: 1.35rem; flex: 0 0 1.35rem; align-items: center; justify-content: center; border: 0; border-radius: 0; background: transparent; color: currentColor; font-style: normal; vertical-align: middle; }
.fa-file-pdf-o::before { width: 1.08rem; height: 1.25rem; border: 1.5px solid #172326; border-radius: 1px; background: transparent; content: ""; }
.fa-file-pdf-o::after { position: absolute; inset: 0; display: grid; place-items: center; color: #e2232e; content: "PDF"; font: 700 .43rem/1 Arial, sans-serif; letter-spacing: -.03em; transform: translateY(.11rem); }
.fa-file-audio-o::before { content: "♪"; font: 700 1.35rem/1 Georgia, serif; transform: translateY(-1px); }
.fa-file-image-o::before { width: 1.18rem; height: .9rem; border: 1.7px solid currentColor; border-radius: 2px; content: ""; }
.fa-file-image-o::after { position: absolute; right: .22rem; bottom: .28rem; width: .65rem; height: .5rem; border-top: 1.7px solid currentColor; border-left: 1.7px solid currentColor; content: ""; transform: rotate(45deg); }
.fa-upload::before { content: "↓"; font: 700 1.05rem/1 Arial, sans-serif; }
.fa-external-link-square::before, .fa-telegram::before { content: "↗"; font: 700 1rem/1 Arial, sans-serif; }
.fa-youtube-play::before { content: "▶"; font: 700 .82rem/1 Arial, sans-serif; }
.fa-download::before { content: "↓"; font: 700 1.05rem/1 Arial, sans-serif; }
.resource-list { margin: 0; padding: 0; list-style: none; }
.resource-list li { margin: 0 0 12px; padding: 0; }

/* Footer and dialog */
.site-footer { padding: 44px 0 22px; background: #0caeb7; color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr); gap: 40px; }
.footer-title { margin: 0 0 18px; color: #fff; font-size: 1.35rem; }
.contact-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.contact-list li, .contact-list a { display: block; }
.contact-list a { margin-top: 2px; color: #fff; font-size: .92rem; overflow-wrap: anywhere; }
.footer-citation { display: flex; align-items: flex-start; justify-content: flex-end; }
.citation-open { min-height: 44px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 3px; background: transparent; color: #fff; font: 400 1rem "Source Serif Pro", Georgia, serif; }
.citation-open:hover { background: #fff; color: var(--brand-dark); }
.citation-open:focus, .citation-open:focus-visible, .citation-open:active { outline: 0 !important; background: #fff; color: var(--brand-dark); box-shadow: none !important; }
.copyright { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.32); color: #fff; font-size: .88rem; text-align: center; }
.dialog[hidden] { display: none; }
.dialog { position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 20px; }
.dialog-backdrop { position: absolute; inset: 0; background: rgba(7, 24, 25, .72); }
.dialog-card { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(24px, 5vw, 42px); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.dialog-card h2 { margin-top: 0; }
.dialog-close { position: absolute; top: 10px; right: 12px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font: 400 2rem/1 sans-serif; }
.dialog-close:hover { background: var(--brand-soft); }

.pagination { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; padding: 0; list-style: none; }
.pagination a, .pagination span { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 8px; border: 1px solid var(--line); border-radius: 7px; }
.error-code { margin: 0; color: var(--brand); font-size: clamp(5rem, 18vw, 10rem); font-weight: 700; line-height: 1; }
.error-home { display: inline-flex; align-items: center; background: var(--brand); color: #fff; text-decoration: none; }
.error-home:hover { background: var(--brand-dark); color: #fff; }

@media (max-width: 1180px) {
  .nav-toggle { display: block; }
  .site-nav { flex-wrap: wrap; padding-block: 11px; }
  .site-menu { display: none; flex: 0 0 100%; flex-direction: column; align-items: stretch; padding: 8px 0 4px; }
  .site-menu.is-open { display: flex; }
  .site-menu > a, .dropdown-toggle { width: 100%; justify-content: flex-start; padding: 11px 14px; font-size: 1rem; }
  .site-menu > a::before, .dropdown-toggle::before { display: none; }
  .site-menu > a[aria-current="page"], .dropdown-toggle[aria-current="page"] { color: #fff; text-decoration: underline; text-decoration-color: #e2232e; text-decoration-thickness: 2px; text-underline-offset: 7px; }
  .dropdown-toggle[aria-expanded="true"] { text-decoration: underline; text-decoration-color: #e2232e; text-decoration-thickness: 2px; text-underline-offset: 7px; }
  .nav-dropdown { display: block; }
  .dropdown-panel { position: static; margin: 2px 0 6px 14px; border: 0; box-shadow: none; }
}

@media (max-width: 760px) {
  body { font-size: 16px; line-height: 1.55; }
  .container { width: min(100% - 28px, 1120px); }
  .site-content { padding: 24px 0 48px; }
  .site-content > .container, .site-content > main.container, .site-content > .container.marketing { padding: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-list { grid-template-columns: 1fr; gap: 14px; }
  .footer-citation { justify-content: flex-start; }
  .marketing .row { row-gap: 20px; }
  .site-content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  th, td { min-width: 120px; padding: 8px; font-size: .9rem; }
  .lead { font-size: 1.05rem; }
  .map-embed iframe { min-height: 320px; }
  .news-list { gap: 24px; }
  .news-card, .news-card--plain { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; min-height: 0; padding: 20px 16px; }
  .news-card--tinted .news-card__image { order: 0; }
  .news-card__image { width: 84px; height: 84px; align-self: start; }
  .news-card__title { font-size: 1.35rem; }
  .news-card__preview { grid-column: 1 / -1; }
  .file-action { margin-bottom: 6px; }
}

@media (max-width: 480px) {
  .news-card, .news-card--plain { grid-template-columns: 1fr; }
  .news-card__image { width: 112px; height: 112px; justify-self: start; }
  .news-card__preview { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
