/* Global visual rules explicitly shared by every public page. */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
dt,
dd,
label,
button,
input,
textarea,
select,
option,
blockquote,
figcaption,
table,
th,
td {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.post-type-archive-formation .fsgt93-formation-family__arrow,
.post-type-archive-formation .fsgt93-formation-date__arrow,
.post-type-archive-formation .fsgt93-formation-landing__all-dates span {
  color: var(--fsgt93-brand-red, #981b21);
}

/* FSGT 93 logo palette: the primary burgundy is sampled from the logo asset. */
:root {
  /* Shared interaction and layout primitives for late-loading public styles. */
  --fsgt93-color-text: #092747;
  --fsgt93-color-text-muted: #516b88;
  --fsgt93-color-brand: #981b21;
  --fsgt93-color-brand-strong: #741419;
  --fsgt93-color-on-brand: #ffffff;
  --fsgt93-color-surface: #ffffff;
  --fsgt93-color-surface-soft: #fff8ed;
  --fsgt93-color-border: #d3dfed;
  --fsgt93-color-focus: #1c579e;
  --fsgt93-space-0: 4px;
  --fsgt93-space-1: 8px;
  --fsgt93-space-2: 12px;
  --fsgt93-space-3: 16px;
  --fsgt93-space-4: 24px;
  --fsgt93-space-5: 32px;
  --fsgt93-space-6: 48px;
  --fsgt93-space-7: 64px;
  --fsgt93-radius-small: 8px;
  --fsgt93-radius-medium: 12px;
  --fsgt93-container-reading: 720px;
  --fsgt93-container-content: 1180px;
  --fsgt93-container-wide: 1440px;
  --fsgt93-touch-target: 44px;
  --fsgt93-space-fluid-1: clamp(12px, 2vw, 20px);
  --fsgt93-measure-reading: 72ch;
  --fsgt93-motion-standard: 240ms;
  --fsgt93-motion-slow: 340ms;
  --fsgt93-motion-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --fsgt93-brand-red: #981b21;
  --fsgt93-brand-red-deep: #741419;
  --fsgt93-brand-orange: #981b21;
  --fsgt93-neo-red-900: #5a0f14;
  --fsgt93-neo-red-700: #981b21;
  --fsgt93-premium-red: #981b21;
  --fsgt93-premium-red-deep: #741419;
  --fsgt93-accent: #981b21;
  --fsgt93-shadow-2: 0 8px 22px rgba(152, 27, 33, 0.14);
}

/* Reusable button foundation. Legacy component classes remain as variants. */
.fsgt93-button,
.fsgt93-cta-link,
.fsgt93-outline-btn,
.fsgt93-slider-btn {
  box-sizing: border-box;
  min-height: var(--fsgt93-touch-target);
  touch-action: manipulation;
}

.fsgt93-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--fsgt93-space-1);
  padding: 10px 18px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms var(--fsgt93-motion-ease),
    background-color 180ms var(--fsgt93-motion-ease),
    border-color 180ms var(--fsgt93-motion-ease);
}

.fsgt93-button--primary {
  color: var(--fsgt93-color-on-brand);
  background: var(--fsgt93-color-brand);
  border-color: var(--fsgt93-color-brand);
}

.fsgt93-button--secondary {
  color: var(--fsgt93-color-brand);
  background: var(--fsgt93-color-surface);
  border-color: var(--fsgt93-color-brand);
}

.fsgt93-button--icon {
  width: var(--fsgt93-touch-target);
  min-width: var(--fsgt93-touch-target);
  padding: 0;
}

.fsgt93-button:focus-visible,
.fsgt93-newsletter__submit:focus-visible {
  outline: 3px solid var(--fsgt93-color-focus);
  outline-offset: 3px;
}

.fsgt93-button:disabled,
.fsgt93-button[aria-disabled="true"] {
  opacity: 0.42;
  cursor: not-allowed;
}

/* Standard page-header and empty-state foundations. */
.fsgt93-page-header {
  display: grid;
  gap: var(--fsgt93-space-2);
  margin-bottom: clamp(24px, 4vw, 48px);
}

.fsgt93-page-header > * {
  margin: 0;
}

.fsgt93-page-header__eyebrow,
.fsgt93-search-result__type {
  color: var(--fsgt93-color-brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fsgt93-search-results {
  width: min(100%, var(--fsgt93-container-content));
  margin-inline: auto;
}

.fsgt93-search-results__form {
  max-width: var(--fsgt93-container-reading);
  margin-bottom: var(--fsgt93-space-5);
}

.fsgt93-search-results__list {
  display: grid;
  gap: var(--fsgt93-space-3);
  margin: 0 0 var(--fsgt93-space-5);
  padding: 0;
  list-style: none;
}

.fsgt93-search-result {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--fsgt93-color-border);
  border-radius: var(--fsgt93-radius-medium);
  background: var(--fsgt93-color-surface);
}

.fsgt93-search-result :is(h2, p) {
  margin-top: 0;
}

.fsgt93-search-result > article > :last-child {
  margin-bottom: 0;
}

.fsgt93-agenda-list .fsgt93-agenda-card-body h2 {
  display: -webkit-box;
  grid-row: 1;
  height: 3.45em !important;
  min-width: 0;
  min-height: 3.45em !important;
  max-height: 3.45em;
  margin: 0;
  overflow: hidden;
  color: #6f1111;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15 !important;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fsgt93-empty-state {
  display: grid;
  gap: var(--fsgt93-space-3);
  max-width: var(--fsgt93-container-reading);
  padding: clamp(20px, 4vw, 40px);
  border: 1px solid var(--fsgt93-color-border);
  border-radius: var(--fsgt93-radius-medium);
  background: var(--fsgt93-color-surface-soft);
}

.fsgt93-empty-state > * {
  margin: 0;
}

.fsgt93-empty-state__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fsgt93-space-2);
}

/* The club directory and map always describe the same filtered collection. */
[data-fsgt93-club-list] {
  min-width: 0;
}

[data-fsgt93-club-pager] {
  margin-top: var(--fsgt93-space-4);
}

.fsgt93-club-results-empty {
  padding: var(--fsgt93-space-4);
  border: 1px solid var(--fsgt93-color-border);
  border-radius: var(--fsgt93-radius-medium);
  background: var(--fsgt93-color-surface-soft);
}

/* Campaign buttons must keep an explicit on-dark foreground. */
.fsgt93-tdh-page a.fsgt93-tdh-button--dark,
.fsgt93-tdh-page .fsgt93-tdh-button--dark {
  color: #ffffff !important;
}

.fsgt93-menu-close {
  width: var(--fsgt93-touch-target);
  height: var(--fsgt93-touch-target);
}

@media (max-width: 600px) {
  .fsgt93-empty-state__links .fsgt93-outline-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fsgt93-button {
    transition: none;
  }
}

.fsgt93-formation-landing {
  --fsgt93-formation-red: #981b21;
}

.fsgt93-home-heading::before {
  background:
    linear-gradient(135deg, transparent 0 18%, rgba(251, 179, 25, 0.22) 18% 34%, rgba(152, 27, 33, 0.14) 34% 50%, transparent 50% 100%);
}

.fsgt93-news-thumb-fallback,
.fsgt93-featured-thumb-fallback {
  background:
    radial-gradient(circle at 78% 16%, rgba(251, 179, 25, 0.38) 0%, transparent 34%),
    linear-gradient(125deg, #741419 0%, #981b21 58%, #b24732 100%);
}

.fsgt93-header-menu > li.current-menu-item > a,
.fsgt93-header-menu > li.current-menu-item > a:hover,
.fsgt93-header-menu > li.current-menu-item > a:focus,
.fsgt93-header-menu > li.current-menu-ancestor > a,
.fsgt93-header-menu > li.current-menu-ancestor > a:hover,
.fsgt93-header-menu > li.current-menu-ancestor > a:focus {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #741419 0%, #981b21 100%) !important;
}

.fsgt93-header-menu > li.current-menu-item > a:focus-visible,
.fsgt93-header-menu > li.current-menu-ancestor > a:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: -5px;
}

.post-type-archive-sport .fsgt93-map-view-toggle .fsgt93-outline-btn.is-active {
  background: linear-gradient(135deg, #741419 0%, #981b21 100%) !important;
}

.fsgt93-event-facts li,
.fsgt93-club-facts li {
  border-left-color: #981b21;
}

.fsgt93-event-commission-reports a:hover,
.fsgt93-event-commission-reports a:focus,
.fsgt93-club-sport-list a:hover,
.fsgt93-club-sport-list a:focus,
.fsgt93-header-nav .fsgt93-sidebar-toggle:hover,
.fsgt93-header-nav .fsgt93-sidebar-toggle:focus {
  color: #981b21;
}

.fsgt93-club-sport-list a:hover,
.fsgt93-club-sport-list a:focus {
  border-color: #981b21;
}

.fsgt93-sport-practice-card__principles li::before {
  background: #981b21;
}

.fsgt93-formation-landing__hero::after {
  border-color: rgba(152, 27, 33, 0.82);
}

/* The Sports hero no longer displays the decorative target. */
.post-type-archive-sport .fsgt93-sport-archive-hero::after {
  content: none;
}

/* Homepage hierarchy and horizontally sliding news. */
.fsgt93-home-cta-intro {
  max-width: 76ch;
  margin: 0 0 clamp(20px, 2.8vw, 32px);
  color: var(--fsgt93-premium-ink, #092747);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 600;
  line-height: 1.55;
}

.fsgt93-home-news-carousel {
  display: grid;
  grid-template-columns: var(--fsgt93-touch-target) minmax(0, 1fr) var(--fsgt93-touch-target);
  gap: clamp(8px, 1.4vw, 16px);
  align-items: center;
  min-width: 0;
}

.fsgt93-home-news-carousel__viewport {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.fsgt93-home-news-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.fsgt93-section-news .fsgt93-home-news-carousel .fsgt93-news-list {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 9px);
  gap: 18px;
  margin: 0;
  padding: 4px;
}

.fsgt93-home-news-carousel .fsgt93-news-list > li {
  min-width: 0;
  scroll-snap-align: start;
}

.fsgt93-home-news-carousel__arrow.fsgt93-slider-btn {
  position: static !important;
  width: var(--fsgt93-touch-target);
  height: var(--fsgt93-touch-target);
  border-color: #981b21;
  color: #981b21;
  background: #ffffff;
  transform: none !important;
}

.fsgt93-home-news-carousel__arrow.fsgt93-slider-btn:hover,
.fsgt93-home-news-carousel__arrow.fsgt93-slider-btn:focus-visible {
  color: #ffffff;
  background: #981b21;
}

.fsgt93-home-news-carousel__arrow.fsgt93-slider-btn:disabled {
  opacity: 0.32;
  cursor: default;
}

/* Compact, logo-coloured footer. */
.fsgt93-footer {
  background: linear-gradient(145deg, #981b21 0%, #741419 100%);
  border-top-color: #fbb319;
  font-size: 0.88rem;
  line-height: 1.4;
}

.fsgt93-footer a:hover,
.fsgt93-footer a:focus {
  color: #ffe3a0;
}

.fsgt93-footer-inner {
  padding: clamp(18px, 2.2vw, 28px) var(--fsgt93-space-4);
  gap: clamp(16px, 2vw, 26px);
}

.fsgt93-footer-col h2 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.fsgt93-footer-col p,
.fsgt93-footer-social li,
.fsgt93-footer-legal-menu li {
  margin-bottom: 4px;
}

.fsgt93-footer .fsgt93-newsletter__intro {
  margin-bottom: 8px;
}

.fsgt93-footer .fsgt93-newsletter__row input[type="email"],
.fsgt93-footer .fsgt93-newsletter__submit {
  min-height: var(--fsgt93-touch-target);
  padding-block: 7px;
}

.fsgt93-footer .fsgt93-newsletter__consent {
  margin-top: 7px;
  font-size: 0.76rem;
}

.fsgt93-footer-bottom {
  padding: 10px var(--fsgt93-space-4);
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  .fsgt93-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(18px, 4vw, 32px);
    row-gap: 16px;
    padding: 20px clamp(18px, 4vw, 28px);
  }

  .fsgt93-footer-col {
    min-width: 0;
  }

  .fsgt93-footer-col:nth-child(3) {
    grid-column: 1 / -1;
  }

  .fsgt93-footer-col h2 {
    margin-bottom: 6px;
    font-size: 1rem;
  }

  .fsgt93-footer-col p,
  .fsgt93-footer-social li {
    margin-bottom: 2px;
    font-size: 0.82rem;
    line-height: 1.3;
  }

  .fsgt93-footer-col a {
    overflow-wrap: anywhere;
  }

  .fsgt93-footer-social a {
    gap: 6px;
    min-height: 28px;
  }

  .fsgt93-footer-social img {
    width: 16px;
    height: 16px;
  }

  .fsgt93-footer .fsgt93-newsletter__intro {
    margin-bottom: 6px;
    font-size: 0.82rem;
  }

  .fsgt93-footer .fsgt93-newsletter__row input[type="email"],
  .fsgt93-footer .fsgt93-newsletter__submit {
    min-height: 44px;
  }

  .fsgt93-footer .fsgt93-newsletter__consent {
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .fsgt93-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 18px;
    padding: 10px clamp(18px, 4vw, 28px);
  }

  .fsgt93-footer-legal-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: initial;
    gap: 5px 14px;
  }

  .fsgt93-footer-legal-menu li {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .fsgt93-copyright {
    align-self: center;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .fsgt93-footer-inner {
    padding: 18px;
    column-gap: 14px;
  }

  .fsgt93-footer-bottom {
    grid-template-columns: minmax(0, 1fr);
    padding: 10px 18px 12px;
  }

  .fsgt93-copyright {
    justify-self: start;
    white-space: normal;
  }
}

/* Discipline filter reset stays grouped with its result count. */
.fsgt93-sport-disciplines-tools__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.fsgt93-sport-disciplines-tools__actions .fsgt93-meta {
  margin: 0;
}

.fsgt93-sport-disciplines-tools__actions .fsgt93-outline-btn {
  min-height: var(--fsgt93-touch-target);
  padding: 8px 14px;
}

/* Shared directional transition for paginated news and event cards. */
:is([data-news-hub], [data-news-hub-motion]) {
  --fsgt93-news-slide-distance: clamp(40px, 8vw, 96px);
  overflow-x: clip;
}

:is([data-news-hub], [data-news-hub-motion]) > .fsgt93-news-hub-list {
  justify-content: center;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity var(--fsgt93-motion-standard) ease,
    transform var(--fsgt93-motion-slow) cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

:is([data-news-hub], [data-news-hub-motion])[data-news-hub-direction="next"] > .fsgt93-news-hub-list.is-leaving,
:is([data-news-hub], [data-news-hub-motion])[data-news-hub-direction="prev"] > .fsgt93-news-hub-list.is-entering {
  opacity: 0;
  transform: translateX(calc(var(--fsgt93-news-slide-distance) * -1));
}

:is([data-news-hub], [data-news-hub-motion])[data-news-hub-direction="prev"] > .fsgt93-news-hub-list.is-leaving,
:is([data-news-hub], [data-news-hub-motion])[data-news-hub-direction="next"] > .fsgt93-news-hub-list.is-entering {
  opacity: 0;
  transform: translateX(var(--fsgt93-news-slide-distance));
}

:is([data-news-hub], [data-news-hub-motion]) > .fsgt93-news-hub-list.is-entering {
  transition: none;
}

/* Keep the stacked homepage hero rows sized to their real content. */
@media (max-width: 980px) {
  .fsgt93-featured-hero.is-enhanced .fsgt93-featured-track {
    min-height: 0;
  }

  .fsgt93-featured-hero .fsgt93-featured-hero-slide,
  .fsgt93-featured-hero .fsgt93-featured-slide.fsgt93-featured-hero-slide {
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .fsgt93-featured-hero .fsgt93-featured-thumb {
    align-self: start;
  }
}

@media (max-width: 680px) {
  .blog .fsgt93-news-hub-card > .fsgt93-card-carousel:has(> .fsgt93-news-hub-list),
  .post-type-archive-event .fsgt93-event-archive > .fsgt93-card-carousel:has(> .fsgt93-news-hub-list) {
    --fsgt93-carousel-arrow-gutter: 44px;
    --fsgt93-carousel-card-width: calc(100vw - 88px);
    --fsgt93-carousel-track-width: var(--fsgt93-carousel-card-width);
    box-sizing: border-box;
    padding-inline: var(--fsgt93-carousel-arrow-gutter) !important;
  }

  .blog .fsgt93-news-hub-list .fsgt93-agenda-link,
  .post-type-archive-event .fsgt93-archive-news-cards .fsgt93-agenda-link {
    height: 270px !important;
    min-height: 270px !important;
    max-height: 270px !important;
  }

  .blog .fsgt93-news-hub-list .fsgt93-agenda-location,
  .post-type-archive-event .fsgt93-archive-news-cards .fsgt93-agenda-location {
    align-items: flex-start;
    max-height: 2lh;
    white-space: normal;
  }

  .blog .fsgt93-news-hub-list .fsgt93-agenda-location-text,
  .post-type-archive-event .fsgt93-archive-news-cards .fsgt93-agenda-location-text {
    display: -webkit-box;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
  }

  .fsgt93-home-news-carousel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 6px;
  }

  .fsgt93-section-news .fsgt93-home-news-carousel .fsgt93-news-list {
    grid-auto-columns: 100%;
  }

  .fsgt93-home-news-carousel__arrow.fsgt93-slider-btn {
    width: 44px;
    height: 44px;
  }

  .post-type-archive-sport .fsgt93-sport-disciplines-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .post-type-archive-sport .fsgt93-sport-discipline-filter {
    width: 100%;
    max-width: none;
  }

  .fsgt93-sport-disciplines-tools__actions {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is([data-news-hub], [data-news-hub-motion]) > .fsgt93-news-hub-list,
  :is([data-news-hub], [data-news-hub-motion]) > .fsgt93-news-hub-list.is-entering,
  :is([data-news-hub], [data-news-hub-motion]) > .fsgt93-news-hub-list.is-leaving {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fsgt93-home-news-carousel__viewport {
    scroll-behavior: auto;
  }
}

/* Shared ergonomic controls: the visual treatment remains component-specific. */
.fsgt93-slider-btn,
.fsgt93-outline-btn,
.fsgt93-header-menu-toggle,
.fsgt93-page-corner-cta {
  min-height: var(--fsgt93-touch-target);
}

.fsgt93-cta-link,
.fsgt93-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--fsgt93-touch-target);
}

.fsgt93-slider-btn {
  min-width: var(--fsgt93-touch-target);
}

.fsgt93-header-menu-toggle {
  gap: var(--fsgt93-space-2);
  max-width: min(26rem, calc(100vw - 2 * var(--fsgt93-space-4)));
}

.fsgt93-header-current-location {
  max-width: 14rem;
  padding-left: var(--fsgt93-space-2);
  overflow: hidden;
  border-left: 1px solid currentColor;
  color: var(--fsgt93-color-text-muted);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .fsgt93-header-current-location {
    display: none;
  }
}

.fsgt93-pagination .page-numbers:not(.dots) {
  min-width: var(--fsgt93-touch-target);
  min-height: var(--fsgt93-touch-target);
}

.fsgt93-page-corner-close {
  width: var(--fsgt93-touch-target);
  height: var(--fsgt93-touch-target);
}

.fsgt93-page-corner-open #wrapper > *:not(.fsgt93-page-corner-panel) {
  pointer-events: none;
  user-select: none;
}

.fsgt93-page-corner-open .fsgt93-page-corner-panel {
  pointer-events: auto;
}

/* Commission news uses the same full-width card rail as the Actualites hub. */
.fsgt93-commission-single__grid {
  grid-template-columns: minmax(0, 1fr);
}

.fsgt93-map-controls :is(select, input),
.fsgt93-sport-discipline-filter {
  min-height: var(--fsgt93-touch-target);
}

.fsgt93-slider-btn:focus-visible,
.fsgt93-outline-btn:focus-visible,
.fsgt93-pagination .page-numbers:focus-visible,
.fsgt93-page-corner-close:focus-visible,
.fsgt93-page-corner-cta:focus-visible,
.fsgt93-map-controls :is(select, input):focus-visible,
.fsgt93-sport-discipline-filter:focus-visible {
  outline: 3px solid var(--fsgt93-color-focus);
  outline-offset: 3px;
}

/* Long-form modules keep a stable reading measure without constraining cards. */
.fsgt93-event-content > :is(p, ul, ol, blockquote),
.fsgt93-formation-content > :is(p, ul, ol, blockquote),
.fsgt93-club-content > :is(p, ul, ol, blockquote) {
  max-width: var(--fsgt93-measure-reading);
  line-height: 1.65;
}

/* Dedicated, responsive player for the Qui sommes-nous motion design. */
.fsgt93-comite-page__motion {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  margin-block: clamp(18px, 3vw, 30px) clamp(12px, 2vw, 22px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(116, 143, 174, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(152, 27, 33, 0.07) 0%, rgba(255, 255, 255, 0.98) 45%, rgba(28, 87, 158, 0.07) 100%);
  box-shadow: 0 14px 32px rgba(9, 39, 71, 0.08);
}

.fsgt93-comite-page__motion-copy {
  display: grid;
  gap: 8px;
}

.fsgt93-comite-page__motion-copy > *,
.fsgt93-comite-page__motion-link {
  margin: 0 !important;
}

.fsgt93-comite-page__motion .fsgt93-comite-page__motion-eyebrow {
  color: var(--fsgt93-premium-blue, #1c579e);
  font: 800 0.78rem/1.2 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fsgt93-comite-page__motion h2 {
  margin: 0;
}

.fsgt93-comite-page__motion-player {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #091f34;
  aspect-ratio: 16 / 9;
  box-shadow: 0 16px 34px rgba(9, 39, 71, 0.18);
}

.fsgt93-comite-page__motion-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.fsgt93-comite-page__motion-link a {
  color: var(--fsgt93-brand-red, #981b21);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.fsgt93-comite-page__motion-link a:hover,
.fsgt93-comite-page__motion-link a:focus-visible {
  color: var(--fsgt93-brand-red-deep, #741419);
}

.fsgt93-comite-page__motion-link a:focus-visible {
  outline: 3px solid var(--fsgt93-color-focus, #1c579e);
  outline-offset: 4px;
}

@media (max-width: 620px), (max-height: 520px) and (orientation: landscape) {
  :root {
    --fsgt93-space-fluid-1: 12px;
    --fsgt93-measure-reading: 100%;
  }

  .fsgt93-pagination {
    gap: var(--fsgt93-space-fluid-1);
  }
}

@media (max-width: 760px) {
  #commission-actualites .fsgt93-card-carousel > .fsgt93-news-hub-list > li {
    flex-basis: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fsgt93-page-corner-toggle::before,
  .fsgt93-page-corner-mark,
  :is([data-news-hub], [data-news-hub-motion]) > .fsgt93-news-hub-list {
    animation: none;
    transition: none;
    will-change: auto;
  }
}

/* Press review: editorial rows instead of generic horizontal carousel cards. */
.post-type-archive-press_review .fsgt93-press-review-results {
  position: relative;
  margin-top: clamp(30px, 4vw, 52px);
  counter-reset: fsgt93-press-review;
}

.post-type-archive-press_review .fsgt93-press-review-results__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(15, 47, 82, 0.2);
  border-bottom: 1px solid rgba(15, 47, 82, 0.2);
}

.post-type-archive-press_review .fsgt93-press-review-results__header p {
  margin: 0;
  color: var(--fsgt93-premium-blue, #164f8f);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.post-type-archive-press_review .fsgt93-press-review-results__header p:last-child {
  color: var(--fsgt93-premium-muted, #6f6058);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.post-type-archive-press_review .fsgt93-press-review-list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none;
}

.post-type-archive-press_review .fsgt93-press-review-list > .fsgt93-press-review-item {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15, 47, 82, 0.2) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  counter-increment: fsgt93-press-review;
}

.post-type-archive-press_review .fsgt93-press-review-item__link {
  display: grid;
  grid-template-columns: clamp(46px, 5vw, 74px) minmax(0, 1fr) auto;
  gap: clamp(18px, 2.6vw, 34px);
  align-items: center;
  min-height: 156px;
  padding: clamp(24px, 3.2vw, 40px) clamp(4px, 1vw, 14px);
  color: var(--fsgt93-premium-ink, #102d4e);
  text-decoration: none;
  transition: background-color 180ms ease, padding-inline 180ms ease;
}

.post-type-archive-press_review .fsgt93-press-review-item__link::before {
  content: counter(fsgt93-press-review, decimal-leading-zero);
  align-self: start;
  padding-top: 2px;
  color: rgba(139, 30, 36, 0.34);
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.post-type-archive-press_review .fsgt93-press-review-item__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 30px);
  align-items: center;
  min-width: 0;
}

.post-type-archive-press_review .fsgt93-press-review-item.has-media .fsgt93-press-review-item__main {
  grid-template-columns: clamp(130px, 16vw, 190px) minmax(0, 1fr);
}

.post-type-archive-press_review .fsgt93-press-review-item__media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 18px 2px 2px;
  background: #edf2f7;
}

.post-type-archive-press_review .fsgt93-press-review-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.post-type-archive-press_review .fsgt93-press-review-item__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.post-type-archive-press_review .fsgt93-press-review-item__date {
  color: var(--fsgt93-premium-blue, #164f8f);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.post-type-archive-press_review .fsgt93-press-review-item__copy h3 {
  max-width: 26ch;
  margin: 0 !important;
  color: var(--fsgt93-premium-red-deep, #851c22) !important;
  font-size: clamp(1.45rem, 2.35vw, 2.15rem) !important;
  line-height: 1.05 !important;
  text-wrap: balance;
}

.post-type-archive-press_review .fsgt93-press-review-item__copy p {
  max-width: 62ch;
  margin: 4px 0 0 !important;
  color: var(--fsgt93-premium-muted, #586a7d);
  font-size: clamp(0.96rem, 0.35vw + 0.9rem, 1.06rem);
  line-height: 1.55 !important;
}

.post-type-archive-press_review .fsgt93-press-review-item__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--fsgt93-premium-red-deep, #851c22);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.post-type-archive-press_review .fsgt93-press-review-item__action span {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.post-type-archive-press_review .fsgt93-press-review-item__link:hover,
.post-type-archive-press_review .fsgt93-press-review-item__link:focus-visible {
  padding-inline: clamp(12px, 1.8vw, 24px);
  background: linear-gradient(90deg, rgba(139, 30, 36, 0.055), rgba(22, 79, 143, 0.025));
}

.post-type-archive-press_review .fsgt93-press-review-item__link:hover .fsgt93-press-review-item__action span,
.post-type-archive-press_review .fsgt93-press-review-item__link:focus-visible .fsgt93-press-review-item__action span {
  transform: translateX(5px);
}

.post-type-archive-press_review .fsgt93-press-review-item__link:hover .fsgt93-press-review-item__media img,
.post-type-archive-press_review .fsgt93-press-review-item__link:focus-visible .fsgt93-press-review-item__media img {
  transform: scale(1.035);
}

.post-type-archive-press_review .fsgt93-press-review-item__link:focus-visible {
  z-index: 1;
  outline: 3px solid var(--fsgt93-color-focus, #1c579e);
  outline-offset: 3px;
}

.post-type-archive-press_review .fsgt93-press-review-pagination.fsgt93-card-carousel__arrows {
  position: static !important;
  justify-content: flex-end;
  width: 100%;
  margin-top: 24px;
  pointer-events: auto;
  transform: none;
}

@media (max-width: 720px) {
  .post-type-archive-press_review .fsgt93-press-review-results__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .post-type-archive-press_review .fsgt93-press-review-item__link {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 24px 2px;
  }

  .post-type-archive-press_review .fsgt93-press-review-item__link::before {
    font-size: 1.45rem;
  }

  .post-type-archive-press_review .fsgt93-press-review-item.has-media .fsgt93-press-review-item__main {
    grid-template-columns: minmax(0, 1fr);
  }

  .post-type-archive-press_review .fsgt93-press-review-item__media {
    max-width: 280px;
  }

  .post-type-archive-press_review .fsgt93-press-review-item__copy h3 {
    font-size: clamp(1.32rem, 7vw, 1.72rem) !important;
  }

  .post-type-archive-press_review .fsgt93-press-review-item__action {
    grid-column: 2;
    justify-self: start;
    min-height: 36px;
    margin-top: -4px;
  }

  .post-type-archive-press_review .fsgt93-press-review-item__link:hover,
  .post-type-archive-press_review .fsgt93-press-review-item__link:focus-visible {
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .post-type-archive-press_review .fsgt93-press-review-item__link,
  .post-type-archive-press_review .fsgt93-press-review-item__action span,
  .post-type-archive-press_review .fsgt93-press-review-item__media img {
    transition: none;
  }
}

/* Final ergonomic guarantees: these rules intentionally close the cascade. */
.fsgt93-button--icon,
.fsgt93-slider-btn.fsgt93-button--icon {
  width: var(--fsgt93-touch-target) !important;
  min-width: var(--fsgt93-touch-target) !important;
  height: var(--fsgt93-touch-target) !important;
  min-height: var(--fsgt93-touch-target) !important;
}

.leaflet-control-zoom a {
  width: var(--fsgt93-touch-target) !important;
  height: var(--fsgt93-touch-target) !important;
  line-height: var(--fsgt93-touch-target) !important;
}

.fsgt93-footer-legal-menu a {
  display: inline-flex;
  align-items: center;
  min-height: var(--fsgt93-touch-target);
}

.fsgt93-search-results__header {
  margin-bottom: var(--fsgt93-space-2);
}

.fsgt93-search-results__count {
  margin: 0 0 var(--fsgt93-space-4);
}
