:root {
  --page-red: #df001f;
  --page-soft: #fff3f4;
  --page-border: #e9e9ec;
  --page-shadow: 0 10px 28px rgba(25, 27, 31, .08);
}

.desktop-nav-item.is-active > a::after {
  right: 0;
  left: 0;
}

.theme-page {
  min-height: 60vh;
  background: #fff;
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: #696b72;
  font-size: 12px;
}

.page-breadcrumb a:hover {
  color: var(--red);
}

.page-breadcrumb span:last-child {
  color: var(--red);
  font-weight: 700;
}

.page-hero {
  position: relative;
  min-height: 306px;
  overflow: hidden;
  background: #fff;
}

.page-hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.89) 52%, rgba(255,255,255,.18) 76%, rgba(255,255,255,.05) 100%);
  content: "";
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 46px;
  padding-bottom: 42px;
}

.page-title {
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 17px;
  font-size: clamp(35px, 4.1vw, 52px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.page-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: var(--red);
  content: "";
}

.page-title .accent {
  color: var(--red);
}

.page-lead {
  max-width: 550px;
  margin: 0;
  color: #46484e;
  font-size: 15px;
  line-height: 1.75;
}

.page-section {
  padding: 46px 0 60px;
}

.page-section--soft {
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}

.page-heading {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 13px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.page-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  background: var(--red);
  content: "";
}

.page-heading--center {
  text-align: center;
}

.page-heading--center::after {
  left: 50%;
  transform: translateX(-50%);
}

.page-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.page-button,
.page-button--outline {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 22px;
  border: 1px solid var(--red);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.page-button {
  background: var(--red);
  color: #fff;
  box-shadow: 0 8px 20px rgba(223, 0, 31, .2);
}

.page-button--outline {
  background: #fff;
  color: var(--red);
}

.page-button:hover,
.page-button--outline:hover {
  transform: translateY(-2px);
}

.page-button svg,
.page-button--outline svg {
  width: 17px;
  height: 17px;
}

.page-icon-circle {
  display: grid;
  width: 56px;
  height: 56px;
  border: 1px solid #ececef;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  place-items: center;
}

.page-icon-circle svg {
  width: 30px;
  height: 30px;
}

/* Actualités */
.news-page-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  margin-bottom: 25px;
}

.category-tabs {
  display: flex;
  overflow-x: auto;
  padding: 5px;
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--page-shadow);
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tabs.is-scrollable:not(.is-at-end) {
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 58px), transparent 100%);
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 58px), transparent 100%);
}

.category-tabs a {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

.category-tabs a.is-active {
  border-radius: 5px;
  background: var(--red);
  color: #fff;
}

.article-search {
  display: flex;
  padding: 5px;
  border: 1px solid var(--page-border);
  border-radius: 6px;
  background: #fff;
}

.article-search input {
  min-width: 0;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  outline: 0;
}

.article-search button {
  display: grid;
  width: 38px;
  border: 0;
  background: transparent;
  color: var(--ink);
  place-items: center;
}

.article-search svg {
  width: 19px;
  height: 19px;
}

.news-page-grid,
.article-layout,
.contact-layout,
.join-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 42px;
}

.article-listing {
  display: grid;
}

.article-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 24px;
  padding: 0 0 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid var(--page-border);
}

.article-row img {
  width: 190px;
  height: 135px;
  border-radius: 7px;
  object-fit: cover;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin-bottom: 8px;
  color: #6d6f75;
  font-size: 11px;
}

.article-meta strong {
  color: var(--red);
  font-size: 10px;
  text-transform: uppercase;
}

.article-row h2,
.related-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.article-row p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.article-row > svg {
  width: 21px;
  height: 21px;
  color: var(--red);
}

.page-sidebar {
  display: grid;
  gap: 18px;
}

.sidebar-card {
  padding: 20px;
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.sidebar-card h2 {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 19px;
  font-weight: 800;
}

.sidebar-card > img {
  width: 100%;
  height: 145px;
  margin-bottom: 14px;
  border-radius: 6px;
  object-fit: cover;
}

.sidebar-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-list li,
.sidebar-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.sidebar-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--page-border);
  font-size: 12px;
}

.newsletter-card {
  padding: 25px 22px;
  border-radius: 8px;
  background: linear-gradient(145deg, #d7001f, #eb0028);
  color: #fff;
}

.newsletter-card h2 {
  margin: 0 0 9px;
  font-size: 21px;
  line-height: 1.25;
}

.newsletter-card p {
  margin: 0 0 20px;
  font-size: 12px;
}

.newsletter-card .page-button {
  width: 100%;
  background: #fff;
  color: var(--red);
  box-shadow: none;
}

.pagination {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.pagination a {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid var(--page-border);
  border-radius: 5px;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}

.pagination a.is-active {
  background: var(--red);
  color: #fff;
}

/* Single article */
.article-page-head {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 58px 0 52px;
  background: url("assets/images/hero-march.webp") center 46% / cover no-repeat;
  color: var(--ink);
  isolation: isolate;
}

.article-page-head::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 39%, rgba(255,255,255,.94) 55%, rgba(255,255,255,.62) 77%, rgba(255,255,255,.2) 100%);
  content: "";
}

.article-page-head .container {
  position: relative;
}

.article-page-head .page-breadcrumb {
  color: #696b72;
}

.article-page-head .article-meta time {
  color: #6d6f75;
}

.article-page-title {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(35px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.article-intro {
  max-width: 650px;
  margin: 0;
  color: #4d4f55;
  font-size: 16px;
  line-height: 1.7;
}

.article-share-scope {
  position: relative;
}

.article-share-mobile {
  display: none;
}

.article-main-column {
  min-width: 0;
}

.article-share-rail {
  position: absolute;
  z-index: 3;
  top: 130px;
  bottom: 58px;
  left: max(8px, calc((100vw - var(--container)) / 2 - 52px));
  width: 36px;
}

.article-share-rail .share-links {
  position: sticky;
  top: 92px;
  flex-direction: column;
}

.article-share-rail .share-links a,
.article-share-mobile .share-links a {
  background: #fff;
  color: var(--red);
  box-shadow: 0 7px 20px rgba(25,27,31,.13);
}

.article-content {
  font-size: 14px;
  line-height: 1.8;
}

.article-main-image {
  width: 100%;
  max-height: 430px;
  margin: 0 0 22px;
  border-radius: 8px;
  object-fit: cover;
}

.article-content h2 {
  padding-left: 14px;
  margin: 25px 0 12px;
  border-left: 3px solid var(--red);
  font-size: 19px;
}

.article-checks {
  display: grid;
  gap: 7px;
  padding: 0;
  list-style: none;
}

.article-checks li::before {
  margin-right: 9px;
  color: var(--red);
  content: "✓";
  font-weight: 800;
}

.article-quote {
  position: relative;
  padding: 23px 25px 23px 58px;
  margin: 24px 0;
  border-radius: 7px;
  background: var(--page-soft);
}

.article-quote::before {
  position: absolute;
  top: 12px;
  left: 18px;
  color: var(--red);
  content: "“";
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.article-post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  margin-top: 26px;
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--page-shadow);
  font-size: 12px;
}

.article-post-nav a {
  color: var(--red);
  font-weight: 700;
}

.share-links {
  display: flex;
  gap: 8px;
}

.share-links a {
  display: grid;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #f1f1f3;
  place-items: center;
  font-weight: 700;
}

.related-section {
  margin-top: 28px;
}

.related-section .page-heading {
  margin-bottom: 16px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 0;
}

.related-card {
  display: grid;
  grid-template-rows: 112px 1fr;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.related-card img {
  width: 100%;
  height: 112px;
  object-fit: cover;
}

.related-card > div {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  padding: 12px 13px 13px;
}

.related-card .article-meta {
  padding: 0;
  margin-bottom: 5px;
}

.related-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
}

.related-card .text-link {
  margin-top: auto;
}

.popular-list {
  display: grid;
  gap: 14px;
}

.popular-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--page-border);
}

.popular-item img {
  width: 84px;
  height: 72px;
  border-radius: 5px;
  object-fit: cover;
}

.popular-item strong {
  font-size: 12px;
  line-height: 1.4;
}

/* Secteurs */
.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 55px;
}

.sector-item {
  display: grid;
  grid-template-columns: 62px 1fr 18px;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  border-bottom: 1px solid var(--page-border);
}

.sector-item h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.sector-item p {
  margin: 0;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.sector-item > svg {
  width: 18px;
  height: 18px;
  color: var(--red);
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.promo-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 175px;
  padding: 25px;
  border: 1px solid #f2c6cc;
  border-radius: 8px;
  background: var(--page-soft);
}

.promo-card--red {
  border: 0;
  background: linear-gradient(135deg, #d4001e, #e90027);
  color: #fff;
}

.promo-card h3 {
  margin: 0 0 7px;
  font-size: 19px;
}

.promo-card p {
  margin: 0 0 15px;
  font-size: 12px;
}

.promo-card .page-icon-circle {
  width: 84px;
  height: 84px;
}

.promo-card--red .page-icon-circle {
  border-color: rgba(255,255,255,.3);
  background: transparent;
  color: #fff;
}

/* Syndicats */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0;
  margin-top: -18px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: var(--page-soft);
}

.stat-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border-right: 1px solid #e5cfd2;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item svg,
.stat-item > .udfo-icon {
  width: 38px;
  height: 38px;
  color: var(--red);
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.stat-item strong {
  display: block;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

.stat-item span {
  font-size: 11px;
  font-weight: 700;
}

.filter-panel {
  display: grid;
  grid-template-columns: 1.5fr .9fr .9fr auto;
  gap: 16px;
  padding: 18px;
  margin-bottom: 24px;
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.filter-panel label,
.theme-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
}

.filter-panel input,
.filter-panel select,
.theme-form input,
.theme-form select,
.theme-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #dfe0e4;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.directory-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.directory-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--page-border);
  background: #fafafa;
}

.directory-tabs a {
  padding: 14px 12px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.directory-tabs a.is-active {
  border-bottom: 2px solid var(--red);
  color: var(--red);
}

.union-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1.3fr) minmax(250px, .9fr);
  align-items: center;
  gap: 18px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--page-border);
}

.union-mark {
  display: grid;
  width: 64px;
  height: 64px;
  border: 1px solid var(--page-border);
  border-radius: 50%;
  color: var(--red);
  font-size: 23px;
  font-style: italic;
  font-weight: 800;
  place-items: center;
}

.union-row h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.union-row p,
.union-contact {
  margin: 0;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.union-contact {
  display: grid;
  gap: 3px;
}

.union-contact span::before {
  margin-right: 8px;
  color: var(--red);
  content: "•";
}

.union-row > svg {
  width: 18px;
  height: 18px;
  color: var(--red);
}

.directory-more {
  padding: 18px;
  text-align: center;
}

/* Forms, Contact and Adhérer */
.simple-page-head {
  padding: 44px 0 28px;
}

.simple-page-head .page-title {
  max-width: 800px;
}

.simple-page-head .page-title::after {
  display: none;
}

.contact-layout,
.join-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, .85fr);
}

.theme-form {
  padding: 25px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.form-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.form-title .page-icon-circle {
  width: 48px;
  height: 48px;
  border: 0;
  background: var(--red);
  color: #fff;
}

.form-title h2 {
  margin: 0;
  font-size: 20px;
}

.form-title p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 22px;
}

.field-label {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
}

.theme-form input,
.theme-form select {
  height: 46px;
  min-height: 46px;
}

.field--full {
  grid-column: 1 / -1;
}

.theme-form textarea {
  min-height: 118px;
  resize: vertical;
}

.required {
  color: var(--red);
  line-height: inherit;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 17px 0;
  color: var(--muted);
  font-size: 11px;
}

.form-consent input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 2px;
}

.contact-details-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.contact-detail {
  padding: 0 16px;
  border-right: 1px solid var(--page-border);
  font-size: 11px;
}

.contact-detail:last-child {
  border-right: 0;
}

.contact-detail svg {
  width: 23px;
  height: 23px;
  margin-bottom: 10px;
  color: var(--red);
}

.contact-detail strong {
  display: block;
  margin-bottom: 6px;
}

.map-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9ecef;
  box-shadow: var(--page-shadow);
}

.map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.visit-card,
.benefits-card,
.contact-mini-card {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--page-shadow);
}

.visit-card {
  margin-top: 20px;
}

.visit-card h2,
.benefits-card h2,
.contact-mini-card h2 {
  margin: 0 0 17px;
  color: var(--red);
  font-size: 20px;
}

.visit-list,
.benefit-list,
.mini-contact-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.visit-list li,
.benefit-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 13px;
}

.visit-list strong,
.benefit-list strong {
  display: block;
  font-size: 13px;
}

.visit-list span,
.benefit-list span,
.mini-contact-list li {
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.visit-list .page-icon-circle,
.benefit-list .page-icon-circle {
  width: 39px;
  height: 39px;
  border: 0;
  background: var(--page-soft);
}

.visit-list svg,
.benefit-list svg,
.visit-list .page-icon-circle .udfo-icon,
.benefit-list .page-icon-circle .udfo-icon {
  width: 21px;
  height: 21px;
  font-size: 18px;
  line-height: 21px;
}

.contact-mini-card {
  margin-top: 20px;
  border: 1px solid #f1c9cf;
  background: var(--page-soft);
  box-shadow: none;
}

.mini-contact-list li {
  display: flex;
  gap: 10px;
}

.mini-contact-list svg,
.mini-contact-list .udfo-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--red);
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.wide-newsletter {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 24px 36px;
  margin-top: 28px;
  border-radius: 8px;
  background: var(--page-soft);
}

.wide-newsletter > svg {
  width: 90px;
  height: 90px;
  color: var(--red);
}

.wide-newsletter h2 {
  margin: 0 0 5px;
  font-size: 22px;
}

.wide-newsletter p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* 404 and maintenance */
.status-page {
  display: grid;
  min-height: 640px;
  place-items: center;
  padding: 70px 24px;
  background:
    radial-gradient(circle at 80% 20%, rgba(230,0,36,.08), transparent 30%),
    radial-gradient(circle at 15% 80%, rgba(230,0,36,.06), transparent 28%),
    #fff;
  text-align: center;
}

.status-inner {
  max-width: 700px;
}

.status-code {
  margin: 0;
  color: var(--red);
  font-size: clamp(100px, 18vw, 210px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .82;
  opacity: .12;
}

.status-icon {
  display: grid;
  width: 94px;
  height: 94px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--page-soft);
  color: var(--red);
  place-items: center;
}

.status-icon svg {
  width: 48px;
  height: 48px;
}

.status-page h1 {
  margin: 14px 0 13px;
  font-size: clamp(31px, 5vw, 48px);
  line-height: 1.15;
}

.status-page p {
  max-width: 560px;
  margin: 0 auto 27px;
  color: var(--muted);
  line-height: 1.75;
}

.status-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.maintenance-progress {
  width: min(420px, 100%);
  height: 8px;
  margin: 27px auto;
  overflow: hidden;
  border-radius: 99px;
  background: #f0e1e3;
}

.maintenance-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #cf001d, #ed002a);
}

@media (max-width: 1263px) {
  .article-share-rail {
    display: none;
  }

  .article-share-mobile {
    display: flex;
    margin-top: 24px;
  }

  .article-share-mobile .share-links {
    flex-direction: row;
  }
}

@media (max-width: 1050px) {
  .news-page-tools,
  .news-page-grid,
  .article-layout,
  .contact-layout,
  .join-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
  }

  .article-row {
    grid-template-columns: 150px minmax(0, 1fr) 18px;
  }

  .article-row img {
    width: 150px;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .stat-item:nth-child(2) {
    border-right: 0;
  }

  .filter-panel {
    grid-template-columns: 1fr 1fr;
  }

  .union-row {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .union-contact {
    grid-column: 2 / 3;
  }
}

@media (max-width: 767px) {
  .page-hero {
    min-height: auto;
  }

  .page-hero-image {
    width: 100%;
    opacity: .23;
  }

  .page-hero::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.93) 72%, rgba(255,255,255,.75) 100%);
  }

  .page-hero-content {
    max-width: none;
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .page-breadcrumb {
    margin-bottom: 19px;
    font-size: 11px;
  }

  .page-title {
    font-size: 35px;
  }

  .page-lead {
    font-size: 14px;
  }

  .page-section {
    padding: 38px 0 48px;
  }

  .news-page-tools,
  .news-page-grid,
  .article-layout,
  .contact-layout,
  .join-layout {
    grid-template-columns: 1fr;
  }

  .news-page-tools {
    gap: 13px;
  }

  .category-tabs {
    scroll-snap-type: x proximity;
  }

  .category-tabs:not(.is-scrollable) {
    justify-content: center;
  }

  .category-tabs a {
    text-align: center;
    scroll-snap-align: center;
  }

  .article-row {
    grid-template-columns: 112px minmax(0, 1fr) 16px;
    gap: 14px;
  }

  .article-row img {
    width: 112px;
    height: 112px;
  }

  .article-row h2 {
    font-size: 14px;
  }

  .article-row p {
    display: none;
  }

  .page-sidebar {
    margin-top: 10px;
  }

  .article-page-title {
    font-size: 35px;
  }

  .article-page-head {
    min-height: auto;
    padding: 38px 0 36px;
    background-position: center;
  }

  .article-page-head::before {
    background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.82));
  }

  .article-page-head .container {
    padding-right: 0;
  }

  .related-grid,
  .sector-grid,
  .promo-grid {
    grid-template-columns: 1fr;
  }

  .related-grid {
    gap: 12px;
  }

  .related-card {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: minmax(118px, auto);
  }

  .related-card img {
    width: 112px;
    height: 100%;
    min-height: 118px;
  }

  .related-card > div {
    min-height: 118px;
    padding: 12px;
  }

  .sector-item {
    min-height: 105px;
  }

  .promo-card {
    grid-template-columns: 72px 1fr;
    padding: 21px;
  }

  .promo-card .page-icon-circle {
    width: 66px;
    height: 66px;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
    padding: 18px 0;
  }

  .stat-item {
    padding: 12px 17px;
  }

  .filter-panel {
    grid-template-columns: 1fr;
  }

  .directory-tabs {
    display: flex;
    overflow-x: auto;
  }

  .directory-tabs a {
    min-width: 150px;
  }

  .union-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }

  .union-mark {
    width: 52px;
    height: 52px;
  }

  .union-contact {
    grid-column: 2 / -1;
  }

  .simple-page-head {
    padding-top: 34px;
  }

  .form-grid,
  .contact-details-strip {
    grid-template-columns: 1fr;
  }

  .theme-form {
    padding: 21px 18px;
  }

  .contact-detail {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--page-border);
  }

  .contact-detail:last-child {
    border-bottom: 0;
  }

  .wide-newsletter {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    text-align: center;
  }

  .wide-newsletter > svg {
    margin: auto;
  }

  .status-page {
    min-height: 520px;
  }
}

@media (max-width: 430px) {
  .article-row {
    grid-template-columns: 94px minmax(0, 1fr) 14px;
  }

  .article-row img {
    width: 94px;
    height: 100px;
  }

  .stats-bar {
    grid-template-columns: 1fr;
  }

  .stat-item {
    border-right: 0;
    border-bottom: 1px solid #e5cfd2;
  }

  .stat-item:last-child {
    border-bottom: 0;
  }
}
