@font-face {
  font-family: "GPS Madefor Text";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/wix-madefor-text-variable.ttf") format("truetype");
}

@font-face {
  font-family: "GPS Madefor Display";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/wix-madefor-display-variable.ttf") format("truetype");
}

@font-face {
  font-family: "GPS Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/open-sans-condensed-light.woff2") format("woff2");
}

@font-face {
  font-family: "GPS Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/open-sans-condensed-bold.woff2") format("woff2");
}

:root {
  --gps-charcoal: #252128;
  --gps-text: #2f2b32;
  --gps-red: #ae1412;
  --gps-red-dark: #740d0c;
  --gps-blue-grey: #9197a0;
  --gps-footer-grey: #bdbdbd;
  --gps-pale: #f1f1f1;
  --gps-white: #fff;
  --gps-black: #000;
  --gps-line: #dedede;
  --gps-container: 980px;
  --gps-wide: 1260px;
  --gps-reading: 760px;
  --gps-header-height: 100px;
  --gps-shadow: 0 3px 16px rgb(0 0 0 / 14%);
  --gps-display: "GPS Madefor Display", Arial, Helvetica, sans-serif;
  --gps-body: "GPS Madefor Text", Arial, Helvetica, sans-serif;
  --gps-condensed: "GPS Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
  --gps-headline: "GPS Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--gps-header-height) + 24px);
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--gps-text);
  background: var(--gps-white);
  font-family: var(--gps-body);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.admin-bar .gps-site-header {
  top: 32px;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

figure,
p,
h1,
h2,
h3,
h4,
ul,
ol {
  margin-top: 0;
}

a {
  color: var(--gps-red);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--gps-red-dark);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #1b65b9;
  outline-offset: 3px;
}

::selection {
  color: var(--gps-white);
  background: var(--gps-red);
}

.gps-container,
.gps-container-wide,
.gps-container-narrow {
  width: min(100% - 40px, var(--gps-container));
  margin-inline: auto;
}

.gps-container-wide {
  width: min(100% - 40px, var(--gps-wide));
}

.gps-container-narrow {
  width: min(100% - 40px, var(--gps-reading));
}

.gps-section {
  padding-block: clamp(64px, 8vw, 112px);
}

.screen-reader-text,
.gps-skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gps-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--gps-white);
  background: var(--gps-charcoal);
  font-weight: 700;
}

.gps-eyebrow {
  margin-bottom: 12px;
  color: var(--gps-red);
  font-family: var(--gps-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  color: var(--gps-charcoal);
  font-family: var(--gps-headline);
  font-weight: 400;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(2.2rem, 5.2vw, 3.55rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.65rem);
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  letter-spacing: 0;
}

.gps-button,
.wp-element-button,
.wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 12px 22px;
  border: 2px solid var(--gps-charcoal);
  border-radius: 0;
  color: var(--gps-white);
  background: var(--gps-charcoal);
  font-family: var(--gps-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gps-button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
  border-color: var(--gps-red);
  color: var(--gps-white);
  background: var(--gps-red);
  transform: translateY(-2px);
}

.gps-button--outline {
  color: var(--gps-charcoal);
  background: transparent;
}

.gps-button--red {
  border-color: var(--gps-red);
  background: var(--gps-red);
}

.gps-button--red:hover {
  border-color: var(--gps-red-dark);
  background: var(--gps-red-dark);
}

.gps-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.gps-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gps-charcoal);
  font-family: var(--gps-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.gps-text-link span {
  color: var(--gps-red);
  font-size: 1.35rem;
  transition: transform 0.2s ease;
}

.gps-text-link:hover span {
  transform: translateX(4px);
}

.gps-text-link--light {
  color: var(--gps-white);
}

/* Header */
.gps-site-header {
  position: sticky;
  z-index: 51;
  top: 0;
  height: var(--gps-header-height);
  color: var(--gps-black);
  background: rgb(255 255 255 / 98%);
  box-shadow: var(--gps-shadow);
}

.gps-header-inner {
  display: flex;
  width: min(100% - 40px, var(--gps-container));
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-inline: auto;
}

.gps-brand {
  display: flex;
  width: 115px;
  height: 88px;
  flex: 0 0 115px;
  align-items: center;
  justify-content: center;
}

.gps-logo--header {
  width: 115px;
  height: 88px;
  object-fit: contain;
}

.gps-primary-navigation {
  margin-left: auto;
}

.gps-menu,
.gps-primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gps-menu a,
.gps-primary-navigation a {
  display: block;
  padding: 0 23px;
  color: var(--gps-black);
  font-family: var(--gps-body);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
  text-decoration: none;
  transition: color 0.4s ease;
}

.gps-menu a:hover,
.gps-menu .current-menu-item > a,
.gps-menu .current_page_item > a,
.gps-primary-navigation .current-menu-item > a {
  color: var(--gps-red-dark);
}

.gps-primary-navigation .sub-menu {
  position: absolute;
  display: none;
  min-width: 220px;
  align-items: stretch;
  padding: 10px 0;
  background: var(--gps-white);
  box-shadow: var(--gps-shadow);
}

.gps-primary-navigation li {
  position: relative;
}

.gps-primary-navigation li:hover > .sub-menu,
.gps-primary-navigation li:focus-within > .sub-menu {
  display: block;
}

.gps-primary-navigation .sub-menu a {
  padding: 11px 18px;
}

.gps-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: var(--gps-charcoal);
  background: transparent;
}

.gps-menu-toggle svg,
.gps-carousel-button svg,
.gps-footer-contact svg,
.gps-map-card svg,
.gps-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gps-menu-toggle__close {
  display: none;
}

.gps-menu-toggle[aria-expanded="true"] .gps-menu-toggle__open {
  display: none;
}

.gps-menu-toggle[aria-expanded="true"] .gps-menu-toggle__close {
  display: block;
}

/* Homepage */
.gps-home-hero {
  display: grid;
  min-height: 400px;
  place-items: center;
  padding-block: 34px 46px;
  background: var(--gps-white);
  text-align: center;
}

.gps-home-hero__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.gps-home-hero__logo {
  display: grid;
  width: 210px;
  min-height: 150px;
  place-items: center;
  margin-bottom: 8px;
}

.gps-logo--hero {
  width: 200px;
  max-height: 180px;
  object-fit: contain;
}

.gps-home-hero h1 {
  margin-bottom: 14px;
  color: var(--gps-charcoal);
  font-size: clamp(2.35rem, 5vw, 2.8rem);
  letter-spacing: 0.17em;
}

.gps-home-hero p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--gps-charcoal);
  font-family: var(--gps-display);
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  font-weight: 300;
  letter-spacing: 0.055em;
  line-height: 1.4;
}

.gps-founder {
  display: grid;
  min-height: 980px;
  align-items: center;
  padding-block: 58px;
  background-color: #1e1e1e;
  background-image: linear-gradient(90deg, rgb(0 0 0 / 8%), rgb(0 0 0 / 30%)), var(--gps-founder-image);
  background-position: center;
  background-size: cover;
}

.gps-founder__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 640px);
  align-content: center;
}

.gps-founder__title {
  z-index: 1;
  grid-column: 2;
  margin: 0 0 22px;
  color: var(--gps-red);
  font-size: clamp(2rem, 4.2vw, 2.75rem);
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0 rgb(255 255 255 / 85%);
}

.gps-founder__card {
  z-index: 1;
  grid-column: 2;
  width: min(100%, 640px);
  min-height: 690px;
  padding: clamp(32px, 4vw, 46px);
  border: 3px solid var(--gps-red);
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 18px 60px rgb(0 0 0 / 25%);
}

.gps-founder__card h3 {
  margin-bottom: 7px;
  color: var(--gps-red);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.gps-founder__subtitle {
  margin-bottom: 22px;
  color: var(--gps-red);
  font-family: var(--gps-display);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.4;
}

.gps-founder__rule {
  display: block;
  width: 62%;
  height: 1px;
  margin-bottom: 22px;
  background: var(--gps-red);
}

.gps-founder__card p:not(.gps-eyebrow) {
  font-family: var(--gps-condensed);
  font-size: 0.94rem;
  line-height: 1.7;
}

.gps-founder__biography p {
  margin-bottom: 10px;
}

.gps-founder__biography p:last-child {
  margin-bottom: 0;
}

.gps-home-editorial {
  background: var(--gps-white);
}

.gps-news-band {
  padding-block: 72px;
  background: var(--gps-white);
}

.gps-news-band__inner {
  width: min(100% - 40px, 900px);
}

.gps-news-band__inner h2 {
  margin-bottom: 34px;
  color: var(--gps-red);
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.gps-news-band__composition {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.gps-news-band__card {
  z-index: 1;
  display: grid;
  min-height: 176px;
  align-content: center;
  justify-items: center;
  margin-right: -30px;
  padding: 30px 44px;
  color: var(--gps-white);
  background: #252129;
  text-align: center;
}

.gps-news-band__card p {
  margin: 0;
  font-family: var(--gps-condensed);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.45;
}

.gps-news-band__card .gps-news-band__season {
  margin-bottom: 4px;
  padding: 2px 5px;
  color: var(--gps-white);
  background: var(--gps-red);
  font-weight: 400;
}

.gps-news-band__media {
  aspect-ratio: 8 / 5;
  margin-bottom: 0;
  overflow: hidden;
  background: #000;
}

.gps-news-band__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-news-band__link {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  border: 1px solid var(--gps-red);
  color: var(--gps-red);
  font-family: var(--gps-condensed);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.gps-news-band__link:hover,
.gps-news-band__link:focus-visible {
  color: var(--gps-white);
  background: var(--gps-red);
}

.gps-room-image {
  height: min(50vw, 571px);
  min-height: 420px;
  margin: 0;
  background: var(--gps-charcoal);
}

.gps-room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gps-room {
  padding-block: 58px 52px;
  background: var(--gps-white);
  text-align: center;
}

.gps-room__inner {
  max-width: 760px;
}

.gps-room__inner h2 {
  margin-bottom: 24px;
  letter-spacing: 0.11em;
}

.gps-room__address {
  margin: 26px 0 0;
  color: var(--gps-charcoal);
  font-family: var(--gps-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

/* Desktop dimensions mirror the original Wix composition. */
@media (min-width: 981px) {
  .gps-brand {
    position: relative;
    left: 9px;
  }

  .gps-home-hero {
    display: block;
    height: 397px;
    min-height: 397px;
    padding: 0;
  }

  .gps-home-hero__inner {
    position: relative;
    left: 33px;
    display: block;
    height: 100%;
  }

  .gps-home-hero__logo {
    position: absolute;
    top: -33px;
    left: 50%;
    display: block;
    width: 200px;
    height: 283px;
    min-height: 0;
    margin: 0;
    transform: translateX(-50%);
  }

  .gps-logo--hero {
    width: 200px;
    height: 283px;
    max-height: none;
    object-fit: contain;
  }

  .gps-home-hero h1 {
    position: absolute;
    top: 170px;
    left: 115px;
    width: 773px;
    height: 80px;
    margin: 0;
    font-family: var(--gps-display);
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 80px;
    transform: scale(0.688, 0.94);
    transform-origin: center;
  }

  .gps-home-hero p {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    font-family: var(--gps-display);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 38px;
  }

  .gps-founder {
    height: 978px;
    min-height: 978px;
    padding: 0;
  }

  .gps-founder__inner {
    transform: translateY(-4.7px);
  }

  .gps-founder__title {
    position: relative;
    left: -6px;
    height: 68.6px;
    margin-bottom: 25px;
    font-family: var(--gps-display);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.7;
    text-align: left;
    text-shadow: none;
    transform: scale(1.0713, 0.9167);
    transform-origin: left center;
  }

  .gps-founder__card {
    position: relative;
    left: -13px;
    width: 639px;
    height: 699px;
    min-height: 699px;
    padding: 10px 13px;
    border-width: 1px;
    background: var(--gps-white);
    box-shadow: none;
  }

  .gps-founder__card h3 {
    margin-bottom: 0;
    font-family: var(--gps-display);
    font-size: 20px;
    line-height: 38px;
  }

  .gps-founder__card p.gps-founder__subtitle {
    margin-bottom: 12px;
    font-family: var(--gps-display);
    font-size: 18px;
    font-weight: 400;
    line-height: 36.2px;
  }

  .gps-founder__rule {
    width: 59%;
    margin-bottom: 44.8px;
  }

  .gps-founder__biography {
    width: 597px;
    max-width: 100%;
    text-align: justify;
  }

  .gps-news-band {
    height: 574px;
    padding-block: 73px 0;
  }

  .gps-news-band__inner {
    width: 949px;
  }

  .gps-news-band__inner h2 {
    height: 52px;
    margin-bottom: 23px;
    font-family: var(--gps-display);
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 49px;
    -webkit-text-stroke: 0.25px currentcolor;
    paint-order: stroke fill;
    transform: scale(0.9776, 0.9318);
    transform-origin: center;
  }

  .gps-news-band__composition {
    width: 957px;
    height: 272px;
    grid-template-columns: 538px 419px;
    margin-left: -4.5px;
  }

  .gps-news-band__card {
    width: 538px;
    height: 175px;
    min-height: 175px;
    padding: 20px;
    margin: 0;
  }

  .gps-news-band__card p {
    font-size: 26px;
    line-height: 41.6px;
  }

  .gps-news-band__card .gps-news-band__season {
    height: 36px;
    padding: 0 3.4px;
    margin-bottom: 6.6px;
    line-height: 36px;
  }

  .gps-news-band__media,
  .gps-news-band__media video {
    width: 419px;
    height: 272px;
  }

  .gps-news-band__media {
    aspect-ratio: auto;
  }

  .gps-news-band__link {
    width: 949px;
    height: 40px;
    min-height: 40px;
    margin-top: 30px;
  }

  .gps-room {
    height: 342.4px;
    padding-block: 54px 53px;
  }

  .gps-room__inner {
    width: 952px;
    max-width: 952px;
  }

  .gps-room__inner h2 {
    margin-bottom: 25px;
    font-family: var(--gps-display);
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.068em;
    line-height: 48px;
    transform: scaleY(0.94);
    transform-origin: center;
  }

  .gps-room__inner > p:not(.gps-room__address) {
    margin: 0;
    font-family: var(--gps-condensed);
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }

  .gps-room__address {
    margin: 18px 0 0;
    font-family: var(--gps-headline);
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 36.4px;
  }
}

/* Page and content primitives */
.gps-main {
  min-height: 55vh;
}

.gps-page-hero,
.gps-discipline-intro,
.gps-local-hero {
  position: relative;
  display: grid;
  min-height: 330px;
  align-items: center;
  padding-block: clamp(68px, 9vw, 120px);
  color: var(--gps-white);
  background-color: var(--gps-charcoal);
  background-image: linear-gradient(90deg, rgb(37 33 40 / 96%), rgb(37 33 40 / 74%)), var(--gps-page-image, none);
  background-position: center;
  background-size: cover;
}

.gps-page-hero h1,
.gps-discipline-intro h1,
.gps-local-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  color: var(--gps-white);
  font-size: clamp(2.4rem, 6vw, 3.55rem);
  letter-spacing: 0.08em;
}

.gps-page-hero__subtitle,
.gps-page-hero__intro,
.gps-discipline-intro p:last-child,
.gps-local-hero p:last-child {
  max-width: 810px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 84%);
  font-family: var(--gps-display);
  font-size: clamp(1.15rem, 2.8vw, 1.65rem);
  line-height: 1.45;
}

.gps-page-hero__intro p:last-child {
  margin-bottom: 0;
}

.gps-page-hero--light,
.gps-page-hero--pale {
  color: var(--gps-charcoal);
  background: #f4f4f4;
}

.gps-page-hero--pale {
  background-image: linear-gradient(110deg, rgb(255 255 255 / 92%), rgb(233 233 233 / 75%)), var(--gps-page-image, none);
  background-position: center;
  background-size: cover;
}

.gps-page-hero--light h1,
.gps-page-hero--pale h1 {
  color: var(--gps-charcoal);
}

.gps-page-hero--light .gps-page-hero__subtitle,
.gps-page-hero--pale .gps-page-hero__subtitle,
.gps-page-hero--pale .gps-page-hero__intro {
  color: var(--gps-text);
}

.gps-page-content {
  padding-block: clamp(60px, 8vw, 110px);
}

.gps-prose {
  overflow-wrap: anywhere;
}

.gps-prose > * {
  max-width: var(--gps-reading);
  margin-right: auto;
  margin-left: auto;
}

.gps-prose > .alignwide {
  max-width: var(--gps-container);
}

.gps-prose > .alignfull {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.gps-prose h2,
.gps-prose h3 {
  margin-top: 2.2em;
  margin-bottom: 0.7em;
}

.gps-prose h2:first-child,
.gps-prose h3:first-child {
  margin-top: 0;
}

.gps-prose p,
.gps-prose li {
  font-family: var(--gps-condensed);
  font-size: 1.075rem;
  line-height: 1.75;
}

.gps-prose ul,
.gps-prose ol {
  padding-left: clamp(22px, 4vw, 38px);
  margin-bottom: 1.6em;
}

.gps-prose figure {
  margin-block: clamp(28px, 5vw, 54px);
}

.gps-prose figure img,
.gps-prose > img {
  width: 100%;
  height: auto;
}

.gps-prose figcaption {
  margin-top: 10px;
  color: #656168;
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
}

.gps-prose a {
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.gps-prose iframe {
  width: 100%;
  border: 0;
}

.gps-prose blockquote {
  padding: 20px 28px;
  border-left: 4px solid var(--gps-red);
  margin-block: 36px;
  background: #f5f5f5;
}

.gps-prose table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 34px;
  font-size: 0.94rem;
}

.gps-prose th,
.gps-prose td {
  padding: 12px 14px;
  border: 1px solid #cfcfcf;
  text-align: left;
  vertical-align: top;
}

.gps-prose th {
  color: var(--gps-white);
  background: var(--gps-charcoal);
}

.gps-prose .wp-block-image img,
.gps-prose .wp-block-gallery img {
  width: 100%;
}

.gps-prose .wp-block-gallery a {
  cursor: zoom-in;
}

.gps-editor-note,
.gps-empty-state {
  padding: 28px;
  border: 1px dashed #999;
  background: #f7f7f7;
}

/* Legal notice: compact document treatment matching the original white Wix page. */
.gps-legal-page {
  min-height: 0;
  color: var(--gps-text);
  background: var(--gps-white);
}

.gps-legal-container {
  width: min(100% - 40px, 960px);
  margin-inline: auto;
}

.gps-legal-header {
  padding-block: 48px 32px;
  background: var(--gps-white);
}

.gps-legal-header h1 {
  margin: 0;
  color: var(--gps-red);
  font-size: clamp(1.65rem, 3vw, 2rem);
  letter-spacing: 0.16em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.gps-legal-content {
  padding-block: 18px 68px;
}

.gps-legal-copy {
  color: #28242b;
  font-family: var(--gps-condensed);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.gps-legal-copy p {
  margin: 0 0 20px;
}

.gps-legal-copy p:nth-child(2) {
  margin-bottom: 36px;
}

.gps-legal-copy p:nth-child(3) {
  margin-bottom: 42px;
}

.gps-legal-copy p:last-child {
  margin-bottom: 0;
}

.gps-legal-copy__heading {
  display: inline-block;
  margin-bottom: 1px;
  color: #18151a;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.25;
}

.gps-legal-copy a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.gps-legal-copy a:hover,
.gps-legal-copy a:focus-visible {
  color: var(--gps-red);
}

@media (max-width: 760px) {
  .gps-legal-container {
    width: min(100% - 30px, 960px);
  }

  .gps-legal-header {
    padding-block: 36px 27px;
  }

  .gps-legal-header h1 {
    font-size: clamp(1.45rem, 7vw, 1.72rem);
    letter-spacing: 0.12em;
  }

  .gps-legal-content {
    padding-block: 20px 54px;
  }

  .gps-legal-copy {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .gps-legal-copy p {
    margin-bottom: 18px;
  }

  .gps-legal-copy p:nth-child(2) {
    margin-bottom: 30px;
  }

  .gps-legal-copy p:nth-child(3) {
    margin-bottom: 34px;
  }
}

/* Club */
.gps-feature-panels {
  display: grid;
  gap: 70px;
  padding-block: clamp(70px, 9vw, 130px);
}

.gps-feature-panel {
  display: grid;
  min-height: 520px;
  grid-template-columns: 1.7fr 1fr;
  background: var(--gps-pale);
  box-shadow: 0 14px 40px rgb(0 0 0 / 10%);
}

.gps-feature-panel--reverse {
  grid-template-columns: 1fr 1.7fr;
}

.gps-feature-panel--reverse figure {
  order: 2;
}

.gps-feature-panel figure {
  min-height: 450px;
  margin: 0;
  overflow: hidden;
}

.gps-feature-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-feature-panel__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 44px 35px;
}

.gps-feature-panel__content h2 {
  margin-bottom: 22px;
}

.gps-feature-panel__content .gps-button {
  margin-top: 18px;
}

/* Club landing page: two explicit image/editorial bands matching the Wix layout. */
.gps-club-page .gps-page-hero {
  min-height: 0;
  padding-block: 24px 18px;
  background: var(--gps-white);
  text-align: center;
}

.gps-club-page .gps-page-hero .gps-eyebrow {
  display: none;
}

.gps-club-page .gps-page-hero h1 {
  max-width: none;
  margin-bottom: 8px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  text-transform: uppercase;
}

.gps-club-page .gps-page-hero__subtitle {
  max-width: none;
  color: #aaa6ac;
  font-size: 0.9rem;
}

.gps-club-showcase {
  display: grid;
  gap: clamp(48px, 5vw, 76px);
  padding-bottom: clamp(76px, 8vw, 118px);
}

.gps-club-band {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 540px;
  place-items: center;
  overflow: hidden;
}

.gps-club-band::before,
.gps-club-band::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
}

.gps-club-band::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
  opacity: 0.18;
}

.gps-club-band::after {
  z-index: -1;
  background: rgb(255 255 255 / 52%);
}

.gps-club-band--association::before {
  background-image: url("../images/club-association.jpg");
}

.gps-club-band--coaches::before {
  background-image: url("../images/club-coaches.jpg");
}

.gps-club-band__inner {
  display: grid;
  width: min(100% - 40px, var(--gps-container));
  min-height: 540px;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  box-shadow: 0 10px 28px rgb(0 0 0 / 10%);
}

.gps-club-band__visual {
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.gps-club-band__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-club-band--association .gps-club-band__visual img {
  object-position: left center;
}

.gps-club-band--coaches .gps-club-band__visual img {
  object-position: center;
}

.gps-club-band__content {
  display: flex;
  min-width: 0;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  padding: 54px 36px 46px;
  color: var(--gps-white);
  background: #850d0b;
  text-align: center;
}

.gps-club-band__content h2 {
  margin-bottom: 24px;
  color: inherit;
  font-size: clamp(1.75rem, 2.25vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.gps-club-band__copy {
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.gps-club-band__copy p {
  max-width: 39em;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.48;
}

.gps-club-band__link {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  margin-top: 28px;
  border: 1px solid rgb(255 255 255 / 72%);
  color: #a20e0c;
  background: var(--gps-white);
  box-shadow: 0 2px 6px rgb(0 0 0 / 36%);
  font-family: var(--gps-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.gps-club-band__link:hover {
  color: var(--gps-white);
  background: var(--gps-charcoal);
}

.gps-club-band__link span {
  font-size: 1.25em;
  line-height: 1;
}

@media (min-width: 981px) {
  .gps-club-page .gps-page-hero {
    height: 118px;
    padding-block: 26px 21px;
  }

  .gps-club-page .gps-page-hero h1 {
    height: 38px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 38px;
    text-transform: none;
  }

  .gps-club-page .gps-page-hero__subtitle {
    height: 28px;
    font-family: var(--gps-headline);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .gps-club-showcase {
    gap: 40px;
    padding-bottom: 124px;
  }

  .gps-club-band,
  .gps-club-band__inner {
    height: 591px;
    min-height: 591px;
  }

  .gps-club-band--association .gps-club-band__content {
    padding: 73px 15px 46px;
  }

  .gps-club-band--coaches .gps-club-band__content {
    padding: 33px 7px 46px;
  }

  .gps-club-band__content h2 {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 38px;
    text-transform: none;
  }

  .gps-club-band--coaches .gps-club-band__content h2 {
    height: 76px;
  }
}

@media (max-width: 980px) {
  .gps-club-band,
  .gps-club-band__inner {
    min-height: 500px;
  }

  .gps-club-band__inner {
    width: min(100% - 30px, 860px);
  }

  .gps-club-band__content {
    padding: 44px 30px 38px;
  }

  .gps-club-band__copy p {
    font-size: 0.8rem;
  }
}

@media (max-width: 760px) {
  .gps-club-page .gps-page-hero {
    padding-block: 20px 18px;
  }

  .gps-club-page .gps-page-hero h1 {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .gps-club-page .gps-page-hero__subtitle {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .gps-club-showcase {
    gap: 38px;
    padding-block: 28px 74px;
  }

  .gps-club-band {
    min-height: 0;
    overflow: visible;
  }

  .gps-club-band::before,
  .gps-club-band::after {
    display: none;
  }

  .gps-club-band__inner {
    width: min(100% - 30px, 560px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
  }

  .gps-club-band__visual {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .gps-club-band--coaches .gps-club-band__visual {
    aspect-ratio: 1;
  }

  .gps-club-band__content {
    min-height: 390px;
    padding: 34px 24px 30px;
  }

  .gps-club-band--coaches .gps-club-band__content {
    min-height: 430px;
  }

  .gps-club-band__content h2 {
    margin-bottom: 20px;
    font-size: 1.55rem;
  }

  .gps-club-band__copy p {
    max-width: none;
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .gps-club-band__link {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .gps-club-band__inner {
    width: calc(100% - 20px);
  }

  .gps-club-band__content {
    padding: 30px 19px 26px;
  }

  .gps-club-band__content h2 {
    font-size: 1.4rem;
  }

  .gps-club-band__copy p {
    font-size: 0.82rem;
  }

  .gps-club-band__link {
    padding-inline: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }
}

/* Disciplines index */
.gps-disciplines-page .gps-page-hero {
  min-height: 173px;
  padding-block: 20px;
  background-image: linear-gradient(90deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 72%)), var(--gps-page-image, none);
  background-position: center 48%;
}

.gps-disciplines-page .gps-page-hero h1 {
  margin-bottom: 8px;
  font-size: 1.9rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.gps-disciplines-page .gps-page-hero__intro {
  max-width: none;
  color: #65616a;
  font-family: var(--gps-body);
  font-size: 0.82rem;
  line-height: 1.75;
}

.gps-disciplines-page .gps-page-hero__intro p {
  margin-bottom: 0;
}

.gps-discipline-list {
  display: grid;
  gap: 78px;
  padding-block: 32px 112px;
}

.gps-discipline-row {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 660px) minmax(0, 270px);
  gap: 20px;
  align-items: start;
  justify-content: center;
}

.gps-discipline-row--reverse {
  grid-template-columns: minmax(0, 270px) minmax(0, 660px);
}

.gps-discipline-row--reverse figure {
  order: 2;
}

.gps-discipline-row figure {
  min-height: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  box-shadow: 0 3px 4px rgb(0 0 0 / 24%);
}

.gps-discipline-row__image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gps-discipline-row figure img {
  width: 100%;
  aspect-ratio: 660 / 341;
  height: auto;
  object-fit: cover;
}

.gps-discipline-row__card {
  padding: 0;
  background: var(--gps-white);
}

.gps-discipline-row__card h2 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.105em;
  line-height: 1.35;
  text-align: center;
}

.gps-discipline-row__card h2 span {
  display: block;
}

.gps-discipline-row__card h2::after {
  display: block;
  width: 100px;
  height: 1px;
  margin: 14px auto 0;
  background: var(--gps-red);
  content: "";
}

.gps-discipline-row__copy {
  color: #37333b;
  font-family: var(--gps-condensed);
  font-size: 0.94rem;
  line-height: 1.7;
  text-align: justify;
}

.gps-discipline-row__copy p {
  margin-bottom: 0.55em;
}

.gps-discipline-row__copy p:last-child {
  margin-bottom: 0;
}

.gps-disciplines-cta {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 12px;
  color: var(--gps-white);
  background: #9197a0;
  font-family: var(--gps-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1.2;
  text-align: center;
}

.gps-disciplines-cta__arrow {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border: 2px solid #3186c7;
  border-radius: 50%;
  color: #3186c7;
  font-size: 0.9rem;
  line-height: 1;
}

.gps-discipline-row__image-link:hover .gps-disciplines-cta,
.gps-discipline-row__image-link:focus-visible .gps-disciplines-cta {
  background: #7d848d;
}

@media (min-width: 981px) {
  .gps-disciplines-page .gps-page-hero {
    height: 172.2px;
    min-height: 172.2px;
    padding-block: 11px 0;
  }

  .gps-disciplines-page .gps-page-hero h1 {
    width: 935px;
    max-width: 935px;
    height: 44px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
    text-transform: none;
  }

  .gps-disciplines-page .gps-page-hero__intro {
    font-family: var(--gps-condensed);
    font-size: 11px;
    line-height: 19.8px;
    text-align: justify;
  }

  .gps-discipline-list {
    gap: 0;
    padding-block: 32px 153px;
  }

  .gps-discipline-row {
    grid-template-columns: minmax(0, 660px) minmax(0, 270px);
    gap: 24px;
  }

  .gps-discipline-row--reverse {
    grid-template-columns: minmax(0, 270px) minmax(0, 660px);
  }

  .gps-discipline-row:nth-child(1) {
    margin-bottom: 80px;
  }

  .gps-discipline-row:nth-child(2) {
    margin-bottom: 128px;
  }

  .gps-discipline-row:nth-child(3) {
    margin-bottom: 131px;
  }

  .gps-discipline-row:nth-child(4) {
    margin-bottom: 72px;
  }

  .gps-discipline-row__card h2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25.2px;
  }
}

/* Team */
.gps-team-hero {
  min-height: 0;
  padding-block: 26px 18px;
  color: var(--gps-charcoal);
  background: var(--gps-white);
  text-align: center;
}

.gps-team-hero > .gps-container,
.gps-team-section > .gps-container,
.gps-team-intro > .gps-container {
  width: min(100% - 40px, var(--gps-wide));
}

.gps-team-hero > .gps-container {
  position: relative;
}

.gps-team-hero h1 {
  max-width: 1040px;
  margin: 0 auto 10px;
  color: var(--gps-charcoal);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.gps-team-hero p {
  margin: 0;
  color: #aaa6ac;
  font-family: var(--gps-condensed);
  font-size: 0.86rem;
}

.gps-team-back {
  position: absolute;
  right: 0;
  bottom: 0;
}

.gps-team-back a {
  font-family: var(--gps-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.gps-team-intro {
  padding-block: 31px 35px;
  color: var(--gps-white);
  background: var(--gps-blue-grey);
}

.gps-team-intro__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding-inline: clamp(20px, 4vw, 52px);
}

.gps-team-intro__panel {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.gps-team-intro__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 11px;
  color: var(--gps-white);
  font-family: var(--gps-display);
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gps-team-intro__title::before {
  width: 27px;
  height: 20px;
  flex: 0 0 27px;
  background: var(--gps-red);
  content: "";
}

.gps-team-intro__copy {
  max-width: 1000px;
  padding-left: 45px;
}

.gps-team-intro__copy p {
  margin: 0;
  color: var(--gps-white);
  font-family: var(--gps-condensed);
  font-size: 0.86rem;
  font-style: italic;
  line-height: 1.48;
}

.gps-team-intro__content > p {
  max-width: 1000px;
  margin: 0 auto;
  color: inherit;
  font-family: var(--gps-condensed);
  font-size: 0.86rem;
  line-height: 1.48;
}

.gps-team-intro__content > p + p {
  margin-top: 12px;
}

.gps-team-section {
  padding-block: clamp(50px, 6vw, 82px);
  text-align: center;
}

.gps-team-section > .gps-container > h2 {
  margin-bottom: 54px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.gps-coach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 62px 34px;
}

.gps-coach-card__portrait {
  width: min(100%, 250px);
  aspect-ratio: 1;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 5px solid var(--gps-white);
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 8px 25px rgb(0 0 0 / 14%);
}

.gps-coach-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-coach-card h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.gps-coach-card p {
  margin: 0;
  color: #666;
  font-family: var(--gps-display);
}

/* Discipline detail */
.gps-discipline-detail .gps-discipline-intro {
  display: block;
  min-height: 0;
  padding-block: 18px 24px;
  color: var(--gps-text);
  background: var(--gps-white);
}

.gps-discipline-intro__inner {
  width: min(100% - 40px, var(--gps-container));
}

.gps-discipline-intro__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.gps-discipline-detail .gps-discipline-intro h1 {
  display: inline-block;
  max-width: 790px;
  padding-bottom: 7px;
  margin: 0 0 12px;
  border-bottom: 2px solid #3186c7;
  color: #2376b7;
  font-size: 1.28rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gps-discipline-intro__return {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  padding-top: 4px;
  color: #9197a0;
  font-family: var(--gps-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.gps-discipline-intro__return:hover {
  color: var(--gps-red);
}

.gps-discipline-summary {
  display: grid;
  max-width: 800px;
  padding: 0 0 0 45px;
  margin: 0;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.9fr);
  gap: 18px 50px;
  color: #53505a;
  font-size: 0.92rem;
  line-height: 1.45;
}

.gps-discipline-summary li {
  padding-left: 2px;
}

.gps-discipline-summary li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.gps-discipline-summary li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.gps-discipline-summary li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}

.gps-discipline-summary__note,
.gps-discipline-summary__schedule,
.gps-discipline-summary__schedule > span {
  display: block;
}

.gps-discipline-summary__note {
  margin-top: 2px;
}

.gps-discipline-summary__schedule {
  margin-top: 7px;
}

.gps-discipline-summary__schedule > span + span {
  margin-top: 5px;
}

.gps-discipline-video {
  width: min(100%, var(--gps-wide));
  aspect-ratio: 1263 / 500;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  background: var(--gps-black);
}

.gps-discipline-video video,
.gps-discipline-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-discipline-body {
  width: min(100%, var(--gps-wide));
  min-height: 0;
  padding: 0;
  margin-inline: auto;
  background-color: #f7f7f7;
  background-image: linear-gradient(rgb(255 255 255 / 86%), rgb(255 255 255 / 92%)), var(--gps-discipline-image);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.gps-discipline-body > .gps-container {
  width: min(100% - 40px, var(--gps-container));
}

.gps-discipline-card {
  width: 100%;
  padding: 0 0 74px;
  margin: 0;
  color: #3b3740;
  background: transparent;
  box-shadow: none;
  font-size: 0.94rem;
  line-height: 1.7;
}

.gps-discipline-section + .gps-discipline-section {
  margin-top: 38px;
}

.gps-discipline-section h2 {
  padding: 6px 12px 7px;
  margin: 0 0 25px;
  color: var(--gps-white);
  background: #850c0b;
  font-size: 1.2rem;
  letter-spacing: 0.055em;
  line-height: 1.25;
}

.gps-discipline-section__content {
  padding-inline: 12px;
}

.gps-discipline-section__content p {
  margin-bottom: 0.62em;
}

.gps-discipline-section__content p:last-child {
  margin-bottom: 0;
}

.gps-discipline-section__label {
  color: var(--gps-red);
}

.gps-discipline-section__emphasis {
  font-weight: 700;
}

/* Desktop dimensions follow the original discipline pages: a compact source
   summary, full-bleed 1425 x 500 media and the Wix editorial rhythm. */
@media (min-width: 981px) {
  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-intro {
    height: 211px;
    padding: 10px 0 0;
    overflow: hidden;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-intro__inner {
    width: 980px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-intro h1 {
    width: 748px;
    max-width: 748px;
    height: 30px;
    padding: 0;
    margin: 0 0 13px 61px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-intro__return {
    padding-top: 0;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-summary {
    width: 861px;
    max-width: none;
    padding-left: 45px;
    margin-left: 81px;
    grid-template-columns: 386px 416px;
    column-gap: 14px;
    row-gap: 25.5px;
    font-size: 15px;
    line-height: 25.5px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-summary li:nth-child(3) {
    position: relative;
    top: -9px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-video {
    width: 100%;
    max-width: none;
    height: 500px;
    aspect-ratio: auto;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-body {
    width: 100%;
    max-width: none;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-body > .gps-container {
    width: 980px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-card {
    padding: 34px 0 46px;
    font-size: 14px;
    line-height: 32.2px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section + .gps-discipline-section {
    margin-top: 0;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section:nth-child(2) {
    margin-top: 51px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section:nth-child(3) {
    margin-top: 16px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section h2 {
    height: 32px;
    padding: 2px 12px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section:nth-child(2) h2 {
    margin-bottom: 24px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section:nth-child(3) h2 {
    margin-bottom: 40px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section__content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 32.2px;
  }

  .gps-discipline-detail--mma .gps-discipline-section:nth-child(2) .gps-discipline-section__content p:nth-child(6) {
    font-family: var(--gps-condensed);
    font-size: 20px;
    line-height: 27px;
  }

  .gps-discipline-detail--mma .gps-discipline-section:nth-child(3) .gps-discipline-section__content p:nth-child(-n + 2) {
    font-size: 14px;
    line-height: 28px;
  }

  .gps-discipline-detail--mma .gps-discipline-section:nth-child(3) .gps-discipline-section__content p:nth-child(n + 3) {
    font-family: var(--gps-condensed);
    font-size: 20px;
    line-height: 27px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section:nth-child(1) .gps-discipline-section__content {
    padding-inline: 10px 15px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section:nth-child(2) .gps-discipline-section__content {
    padding-inline: 11px 14px;
  }

  .gps-discipline-detail:not(.gps-discipline-detail--fit-ladies) .gps-discipline-section:nth-child(3) .gps-discipline-section__content {
    padding-inline: 12px 13px;
  }
}

.gps-discipline-detail--fit-ladies .gps-discipline-intro {
  padding-block: 22px 32px;
}

.gps-discipline-detail--fit-ladies .gps-discipline-intro h1 {
  width: min(100%, 375px);
  border-color: #6f6b72;
  color: #e88a13;
}

.gps-discipline-detail--fit-ladies .gps-discipline-intro__summary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 24px;
  align-items: start;
}

.gps-discipline-detail--fit-ladies .gps-discipline-summary {
  max-width: 680px;
  padding-top: 8px;
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, 0.75fr);
  color: #df8214;
}

.gps-discipline-detail--fit-ladies .gps-discipline-summary li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.gps-discipline-detail--fit-ladies .gps-discipline-summary li:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.gps-discipline-intro__art {
  width: 128px;
  margin: -25px 0 -30px auto;
}

.gps-discipline-intro__art img {
  width: 100%;
}

.gps-discipline-detail--fit-ladies .gps-discipline-body {
  width: 100%;
  padding-block: 54px 110px;
  background: var(--gps-white);
}

.gps-discipline-detail--fit-ladies .gps-discipline-card {
  padding: 0;
  font-size: 0.98rem;
}

.gps-fit-ladies-copy {
  max-width: 940px;
  margin-inline: auto;
}

.gps-fit-ladies-copy p {
  margin-bottom: 0.35em;
}

.gps-fit-ladies-photo {
  width: min(100%, 550px);
  padding: 6px 6px 0;
  margin: 48px auto 0;
  border: 1px solid #d3d3d3;
  background: var(--gps-white);
  box-shadow: 0 3px 8px rgb(0 0 0 / 18%);
}

.gps-fit-ladies-photo img {
  width: 100%;
}

.gps-fit-ladies-photo figcaption {
  padding: 7px 8px 8px;
  color: #4b4750;
  font-size: 0.9rem;
  line-height: 1.25;
  text-align: center;
}

/* Local dynamic page */
.gps-local-hero {
  min-height: 250px;
  padding-block: clamp(48px, 6vw, 76px);
  background: var(--gps-charcoal);
}

.gps-local-hero h1 {
  font-size: clamp(2.7rem, 7vw, 3.15rem);
}

.gps-local-hero__subtitle {
  margin: 0;
  color: var(--gps-white);
  font-family: var(--gps-headline);
  font-weight: 300;
}

.gps-local-stripe {
  padding-block: 28px;
  color: var(--gps-charcoal);
  background: #d5d5d5;
  font-family: var(--gps-display);
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  letter-spacing: 0.055em;
  text-align: center;
}

.gps-local-stripe p {
  margin: 0;
}

.gps-local-intro {
  padding-block: clamp(34px, 5vw, 58px);
  color: var(--gps-white);
  background: var(--gps-blue-grey);
}

.gps-local-intro h2,
.gps-local-intro h3,
.gps-local-intro p {
  color: inherit;
}

.gps-local-intro > * > :last-child {
  margin-bottom: 0;
}

.gps-local-editorial__row {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
  margin-bottom: clamp(65px, 9vw, 115px);
}

.gps-local-editorial__row:last-child {
  margin-bottom: 0;
}

.gps-local-editorial__media,
.gps-local-editorial__content {
  min-width: 0;
}

.gps-local-editorial__media figure {
  width: 100%;
  margin: 0;
}

.gps-local-editorial__media img {
  width: 100%;
  height: auto;
}

.gps-local-editorial__content blockquote {
  padding: 0;
  margin: 0 0 1rem;
  border: 0;
  background: transparent;
}

.gps-local-editorial__content > :last-child {
  margin-bottom: 0;
}

.gps-local-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
}

.gps-local-story figure {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
}

.gps-local-story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-local-story__content > * {
  max-width: 100%;
}

.gps-local-story__content {
  min-width: 0;
}

.gps-local-cta {
  color: var(--gps-white);
  background: var(--gps-charcoal);
}

.gps-local-cta > .gps-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.gps-local-cta h2 {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--gps-white);
}

.gps-local-cta .gps-text-link {
  color: var(--gps-white);
}

@media (min-width: 981px) {
  .gps-local-hero {
    height: 168px;
    min-height: 168px;
    padding-block: 19px 20px;
    text-align: center;
  }

  .gps-local-hero h1 {
    max-width: none;
    height: 75px;
    margin: 0;
    font-family: var(--gps-display);
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 75px;
    transform: scale(0.6553, 0.9524);
    transform-origin: center;
  }

  .gps-local-hero__subtitle {
    height: 54px;
    font-family: var(--gps-display);
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 54px;
    transform: scale(0.6708, 0.9556);
    transform-origin: center;
  }

  .gps-local-intro {
    display: grid;
    height: 144px;
    min-height: 144px;
    align-items: start;
    padding: 0;
    background: #bdbdbd;
  }

  .gps-local-intro > .gps-container {
    width: min(100% - 40px, var(--gps-container));
  }

  .gps-local-intro .gps-prose > * {
    max-width: none;
    margin: 0;
  }

  .gps-local-intro h2,
  .gps-local-intro h3 {
    font-family: var(--gps-display);
    font-size: 22.5px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 36px;
  }

  .gps-local-editorial.gps-section {
    padding-block: 66px 51px;
  }

  .gps-local-editorial > .gps-container {
    width: min(calc(100% - 100px), 1340px);
  }

  .gps-local-editorial__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: start;
    gap: 0;
  }

  .gps-local-editorial__content {
    width: min(100%, 653px);
    margin-inline: auto;
  }

  .gps-local-editorial__row:nth-child(1) {
    margin-bottom: 118px;
  }

  .gps-local-editorial__row:nth-child(2) {
    margin-bottom: 102px;
  }

  .gps-local-editorial__row:nth-child(3) {
    margin-bottom: 106px;
  }

  .gps-local-editorial__row:nth-child(4) {
    margin-bottom: 0;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__media img {
    height: 749px;
    object-fit: cover;
    object-position: top left;
  }

  .gps-local-editorial__row:nth-child(2) .gps-local-editorial__media img {
    height: 552px;
    object-fit: cover;
  }

  .gps-local-editorial__row:nth-child(3) .gps-local-editorial__media img {
    height: 480px;
    object-fit: cover;
  }

  .gps-local-editorial__row:nth-child(4) .gps-local-editorial__media img {
    height: 470px;
    object-fit: cover;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content {
    margin-top: 45px;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > p,
  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > h2 {
    margin: 0;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > p:first-child {
    width: 520px;
    max-width: calc(100% - 21px);
    margin-left: 21px;
    font-family: var(--gps-headline);
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > h2 {
    height: 42px;
    margin-top: 4px;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > p:not(:first-child):not(:last-child) {
    width: 634px;
    max-width: calc(100% - 18px);
    margin-left: 9px;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > p:last-child {
    height: 22px;
    margin-top: 6px;
    text-align: center;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > p:last-child a {
    display: inline-flex;
    width: 181px;
    height: 22px;
    align-items: center;
    justify-content: center;
    color: var(--gps-white);
    background: var(--gps-red);
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
  }

  .gps-local-editorial__row:nth-child(1) .gps-local-editorial__content > p:last-child br {
    display: none;
  }

  .gps-local-editorial__row:nth-child(2) .gps-local-editorial__content {
    margin-top: 220px;
  }

  .gps-local-editorial__row:nth-child(2) .gps-local-editorial__content blockquote,
  .gps-local-editorial__row:nth-child(2) .gps-local-editorial__content p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .gps-local-editorial__row:nth-child(3) .gps-local-editorial__content {
    margin-top: 59px;
  }

  .gps-local-editorial__row:nth-child(3) .gps-local-editorial__content blockquote,
  .gps-local-editorial__row:nth-child(3) .gps-local-editorial__content p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .gps-local-editorial__row:nth-child(3) .gps-local-editorial__content blockquote:first-child,
  .gps-local-editorial__row:nth-child(3) .gps-local-editorial__content blockquote:first-child p {
    height: 46px;
    font-family: var(--gps-headline);
    font-size: 30px;
    line-height: 46px;
  }

  .gps-local-editorial__row:nth-child(3) .gps-local-editorial__content blockquote:nth-child(2) {
    margin-top: 8px;
  }

  .gps-local-editorial__row:nth-child(4) .gps-local-editorial__content {
    margin-top: 110px;
  }

  .gps-local-editorial__row:nth-child(4) .gps-local-editorial__content > h4 {
    width: 620px;
    max-width: calc(100% - 32px);
    height: 42px;
    margin: 0 0 10px 16px;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
  }

  .gps-local-editorial__row:nth-child(4) .gps-local-editorial__content > p {
    min-height: 0;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .gps-local-editorial__row:nth-child(4) .gps-local-editorial__content > p:empty {
    height: 36px;
  }
}

/* Blog */
.gps-page-hero--blog {
  background: linear-gradient(120deg, #252128, #3c363f);
}

.gps-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px 38px;
  padding-block: clamp(70px, 9vw, 120px);
}

.gps-blog-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 0;
}

.gps-post-card {
  min-width: 0;
  border: 1px solid #e2e2e2;
  background: var(--gps-white);
  box-shadow: 0 8px 30px rgb(0 0 0 / 7%);
}

.gps-post-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--gps-charcoal);
}

.gps-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gps-post-card:hover .gps-post-card__image img {
  transform: scale(1.035);
}

.gps-post-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--gps-charcoal), #504951);
}

.gps-post-card__body {
  padding: clamp(24px, 4vw, 38px);
}

.gps-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: #777;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gps-post-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  letter-spacing: 0.035em;
}

.gps-post-card h2 a {
  color: var(--gps-charcoal);
  text-decoration: none;
}

.gps-post-card h2 a:hover {
  color: var(--gps-red);
}

.gps-post-card__body > p:not(.gps-post-meta) {
  font-family: var(--gps-condensed);
}

.navigation.pagination {
  padding-bottom: 80px;
}

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

.page-numbers {
  display: inline-grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  padding-inline: 12px;
  border: 1px solid #ddd;
  color: var(--gps-charcoal);
  text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
  color: var(--gps-white);
  background: var(--gps-red);
}

/* Blog article */
.gps-article-header {
  padding-top: clamp(70px, 10vw, 130px);
  padding-bottom: 50px;
}

.gps-breadcrumbs {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: #777;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.gps-breadcrumbs a {
  color: var(--gps-red);
}

.gps-article-header h1 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(2.45rem, 6vw, 4.1rem);
  letter-spacing: 0.035em;
}

.gps-post-meta--large {
  font-size: 0.84rem;
}

.gps-article-featured {
  max-height: 700px;
  margin-bottom: 0;
  overflow: hidden;
}

.gps-article-featured img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.gps-article-content {
  padding-block: clamp(60px, 9vw, 110px);
}

.gps-article-footer {
  padding-bottom: 70px;
}

.gps-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid var(--gps-line);
}

.gps-tags a {
  padding: 5px 10px;
  color: var(--gps-charcoal);
  background: #eee;
  font-size: 0.8rem;
  text-decoration: none;
}

.gps-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding-block: 45px;
  border-top: 1px solid var(--gps-line);
}

.gps-post-navigation > div:last-child {
  text-align: right;
}

.gps-post-navigation a {
  display: flex;
  flex-direction: column;
  color: var(--gps-charcoal);
  text-decoration: none;
}

.gps-post-navigation span {
  margin-bottom: 4px;
  color: var(--gps-red);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.gps-related {
  background: #f3f3f3;
}

.gps-related h2 {
  margin-bottom: 46px;
  text-align: center;
}

/* Wix-aligned blog archive. These overrides stay scoped to the native posts
   index so the same card partial can remain compact in related content. */
.gps-blog-index {
  color: #e9e7ea;
  background: #221e25;
}

.gps-blog-index > .gps-page-hero--blog {
  min-height: 0;
  padding-block: 22px 66px;
  background: #221e25;
}

.gps-blog-index > .gps-page-hero--blog .gps-eyebrow {
  display: none;
}

.gps-blog-index > .gps-page-hero--blog h1 {
  max-width: none;
  margin: 0;
  color: #b83331;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: none;
}

.gps-blog-index > .gps-page-hero--blog .gps-page-hero__subtitle {
  max-width: 620px;
  margin-top: 8px;
  color: #b9b5bc;
  font-size: 0.78rem;
}

.gps-blog-index .gps-blog-list {
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  padding-block: 34px 70px;
}

.gps-blog-index .gps-post-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  border: 0;
  color: #e9e7ea;
  background: transparent;
  box-shadow: none;
}

.gps-blog-index .gps-post-card__image {
  min-height: 235px;
  aspect-ratio: 8 / 5;
  background: #17141a;
}

.gps-blog-index .gps-post-card__body {
  display: flex;
  min-width: 0;
  justify-content: center;
  flex-direction: column;
  padding: 17px 4px 22px 30px;
  border-bottom: 1px solid rgb(255 255 255 / 11%);
}

.gps-blog-index .gps-post-meta {
  margin-bottom: 10px;
  color: #b9b5bc;
  font-size: 0.66rem;
}

.gps-blog-index .gps-post-meta::before {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--gps-white);
  background: #e64b21;
  content: "";
  font-family: var(--gps-condensed);
  font-size: 0.52rem;
  font-weight: 700;
}

.gps-blog-index .gps-post-card h2 {
  max-width: 560px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.15;
}

.gps-blog-index .gps-post-card h2 a,
.gps-blog-index .gps-post-card h2 a:hover {
  color: var(--gps-white);
}

.gps-blog-index .gps-post-card__body > p:not(.gps-post-meta) {
  max-width: 570px;
  margin-bottom: 18px;
  color: #c9c5cc;
  font-size: 0.78rem;
  line-height: 1.55;
}

.gps-blog-index .gps-post-card .gps-text-link {
  margin-top: auto;
  color: #aaa5ad;
  font-size: 0.62rem;
}

.gps-blog-index .gps-post-card .gps-text-link span {
  color: #c52927;
}

.gps-blog-index .navigation.pagination {
  padding-bottom: 68px;
}

.gps-blog-index .page-numbers {
  border-color: rgb(255 255 255 / 18%);
  color: #d7d3d9;
  background: transparent;
}

.gps-blog-index .page-numbers.current,
.gps-blog-index .page-numbers:hover {
  color: var(--gps-white);
  background: var(--gps-red);
}

/* Wix-aligned single post. Content, headings and links remain generated by
   WordPress; only their order, measure and visual treatment change. */
.gps-single-post {
  color: #e2dfe4;
  background: #221e25;
}

.gps-single-post .gps-article {
  padding-top: 28px;
}

.gps-single-post .gps-breadcrumbs {
  margin-bottom: 42px;
  color: #8f8992;
  font-size: 0.7rem;
}

.gps-single-post .gps-breadcrumbs a {
  color: #c6c1c9;
}

.gps-single-post .gps-article-featured {
  width: min(100% - 40px, var(--gps-container));
  max-height: none;
  aspect-ratio: 8 / 3;
  margin-inline: auto;
  background: #17141a;
}

.gps-single-post .gps-article-featured img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.gps-single-post .gps-article-header {
  padding-top: 40px;
  padding-bottom: 24px;
}

.gps-single-post .gps-article-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.gps-single-post .gps-article-byline .gps-eyebrow,
.gps-single-post .gps-article-byline .gps-post-meta {
  margin: 0;
}

.gps-single-post .gps-article-byline .gps-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e4dfe7;
  font-size: 0.67rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.gps-single-post .gps-article-byline .gps-eyebrow::before {
  display: inline-grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: var(--gps-white);
  background: #e64b21;
  content: "";
  font-family: var(--gps-condensed);
  font-size: 0.52rem;
}

.gps-single-post .gps-post-meta--large {
  color: #aaa4ae;
  font-size: 0.65rem;
}

.gps-single-post .gps-article-header h1 {
  max-width: 760px;
  margin: 0;
  color: var(--gps-white);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.gps-single-post .gps-article-content {
  padding-block: 18px 68px;
  color: #d8d4db;
  font-size: 0.9rem;
  line-height: 1.68;
}

.gps-single-post .gps-article-content > p:empty,
.gps-single-post .gps-article-content > figure:empty {
  display: none;
}

.gps-single-post .gps-article-content h2,
.gps-single-post .gps-article-content h3,
.gps-single-post .gps-article-content h4 {
  color: var(--gps-white);
  line-height: 1.14;
}

.gps-single-post .gps-article-content h2 {
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: clamp(1.4rem, 2.7vw, 1.8rem);
}

.gps-single-post .gps-article-content h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.gps-single-post .gps-article-content p {
  margin-bottom: 1em;
}

.gps-single-post .gps-article-content a {
  color: #dc4b48;
}

.gps-single-post .gps-article-inline-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 22px 0 34px;
  overflow: hidden;
  background: #17141a;
}

.gps-single-post .gps-article-inline-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.gps-single-post .gps-article-footer,
.gps-single-post .gps-post-navigation {
  color: #d1cdd3;
  border-color: rgb(255 255 255 / 13%);
}

.gps-single-post .gps-tags {
  border-color: rgb(255 255 255 / 13%);
}

.gps-single-post .gps-tags a {
  color: #ddd8e0;
  background: #343039;
}

.gps-single-post .gps-article-engagement {
  margin-top: 26px;
  border-top: 1px solid rgb(255 255 255 / 13%);
}

.gps-single-post .gps-article-share {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgb(255 255 255 / 13%);
  font-family: var(--gps-condensed);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gps-single-post .gps-article-share > span {
  color: #8f8992;
}

.gps-single-post .gps-article-share a {
  color: #e2dfe4;
  text-decoration: none;
}

.gps-single-post .gps-article-share a:hover,
.gps-single-post .gps-article-share a:focus-visible {
  color: #dc4b48;
}

.gps-single-post .gps-article-comments {
  padding-top: 28px;
}

.gps-single-post .gps-article-comments__title {
  margin: 0 0 15px;
  color: var(--gps-white);
  font-family: var(--gps-display);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.gps-single-post .gps-article-comments textarea {
  width: 100%;
  min-height: 76px;
  padding: 15px;
  resize: vertical;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 0;
  color: #e2dfe4;
  background: transparent;
  font: inherit;
}

.gps-single-post .gps-article-comments textarea:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.gps-single-post .gps-article-comments__status {
  margin: 8px 0 0;
  color: #918b95;
  font-size: 0.68rem;
}

.gps-single-post .gps-article-comments .comment-form {
  display: grid;
  gap: 12px;
}

.gps-single-post .gps-article-comments .form-submit {
  margin: 0;
}

.gps-single-post .gps-article-comments .submit {
  min-height: 40px;
  padding-inline: 22px;
  border: 1px solid var(--gps-red);
  color: var(--gps-white);
  background: var(--gps-red);
  font-family: var(--gps-condensed);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gps-single-post .gps-post-navigation a {
  color: #ddd8e0;
}

.gps-single-post .gps-related {
  color: #e5e1e7;
  border-top: 1px solid rgb(255 255 255 / 10%);
  background: #221e25;
}

.gps-single-post .gps-related h2 {
  color: var(--gps-white);
  font-size: 1.15rem;
}

.gps-single-post .gps-related .gps-blog-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gps-single-post .gps-related .gps-post-card {
  border-color: rgb(255 255 255 / 12%);
  color: #dad6dd;
  background: #29242c;
  box-shadow: none;
}

.gps-single-post .gps-related .gps-post-card__body {
  padding: 18px;
}

.gps-single-post .gps-related .gps-post-card h2 {
  margin-bottom: 9px;
  font-size: 0.92rem;
  line-height: 1.25;
  text-align: left;
}

.gps-single-post .gps-related .gps-post-card h2 a {
  color: var(--gps-white);
}

.gps-single-post .gps-related .gps-post-card__body > p:not(.gps-post-meta) {
  color: #bbb6bf;
  font-size: 0.7rem;
  line-height: 1.45;
}

.gps-single-post .gps-related .gps-text-link {
  color: #d7d2da;
  font-size: 0.62rem;
}

.gps-single-post .gps-breadcrumbs > span {
  display: none;
}

@media (max-width: 760px) {
  .gps-blog-index > .gps-page-hero--blog {
    padding-block: 18px 46px;
  }

  .gps-blog-index .gps-blog-list {
    width: min(100% - 18px, var(--gps-container));
    gap: 12px;
    padding-block: 28px 44px;
  }

  .gps-blog-index .gps-post-card {
    grid-template-columns: minmax(112px, 0.92fr) minmax(0, 1.08fr);
  }

  .gps-blog-index .gps-post-card__image {
    height: 100%;
    min-height: 152px;
    aspect-ratio: auto;
  }

  .gps-blog-index .gps-post-card__body {
    padding: 8px 2px 12px 12px;
  }

  .gps-blog-index .gps-post-meta {
    gap: 4px;
    margin-bottom: 6px;
    font-size: 0.48rem;
    line-height: 1.2;
  }

  .gps-blog-index .gps-post-meta::before {
    width: 17px;
    height: 17px;
    font-size: 0.4rem;
  }

  .gps-blog-index .gps-post-card h2 {
    margin-bottom: 6px;
    font-size: clamp(0.72rem, 3.5vw, 0.9rem);
    line-height: 1.15;
  }

  .gps-blog-index .gps-post-card__body > p:not(.gps-post-meta) {
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 0.56rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .gps-blog-index .gps-post-card .gps-text-link {
    font-size: 0.5rem;
  }

  .gps-blog-index .navigation.pagination {
    padding-bottom: 45px;
  }

  .gps-blog-index .page-numbers {
    min-width: 34px;
    height: 34px;
    padding-inline: 8px;
    font-size: 0.7rem;
  }

  .gps-single-post .gps-article {
    padding-top: 18px;
  }

  .gps-single-post .gps-breadcrumbs {
    width: min(100% - 28px, var(--gps-container));
    margin-bottom: 28px;
    font-size: 0.62rem;
  }

  .gps-single-post .gps-article-featured {
    width: min(100% - 28px, var(--gps-container));
    aspect-ratio: 8 / 3;
  }

  .gps-single-post .gps-article-header,
  .gps-single-post .gps-article-content,
  .gps-single-post .gps-article-footer {
    width: min(100% - 54px, var(--gps-reading));
  }

  .gps-single-post .gps-article-header {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .gps-single-post .gps-article-byline {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
  }

  .gps-single-post .gps-article-header h1 {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .gps-single-post .gps-article-content {
    padding-block: 14px 50px;
    font-size: 0.78rem;
    line-height: 1.62;
  }

  .gps-single-post .gps-article-inline-image {
    margin-block: 17px 28px;
  }

  .gps-single-post .gps-article-content h2 {
    margin-top: 37px;
    margin-bottom: 13px;
    font-size: 1.25rem;
  }

  .gps-single-post .gps-article-content h3 {
    margin-top: 28px;
    font-size: 0.96rem;
  }

  .gps-single-post .gps-article-footer {
    padding-bottom: 45px;
  }

  .gps-single-post .gps-article-share {
    min-height: 48px;
    gap: 13px;
    font-size: 0.62rem;
  }

  .gps-single-post .gps-article-comments {
    padding-top: 22px;
  }

  .gps-single-post .gps-post-navigation {
    width: min(100% - 28px, var(--gps-container));
  }

  .gps-single-post .gps-related {
    padding-block: 44px;
  }

  .gps-single-post .gps-related h2 {
    margin-bottom: 24px;
  }

  .gps-single-post .gps-related .gps-blog-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .gps-single-post .gps-related .gps-post-card__image {
    aspect-ratio: 4 / 3;
  }

  .gps-single-post .gps-related .gps-post-card__body {
    padding: 10px 8px;
  }

  .gps-single-post .gps-related .gps-post-meta {
    gap: 3px;
    margin-bottom: 6px;
    font-size: 0.45rem;
  }

  .gps-single-post .gps-related .gps-post-card h2 {
    font-size: 0.66rem;
  }

  .gps-single-post .gps-related .gps-post-card__body > p:not(.gps-post-meta) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.52rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .gps-single-post .gps-related .gps-text-link {
    font-size: 0.48rem;
  }
}

@media (max-width: 340px) {
  .gps-blog-index .gps-post-card {
    grid-template-columns: 1fr;
  }

  .gps-blog-index .gps-post-card__image {
    aspect-ratio: 16 / 10;
  }
}

/* Association, planning and pricing */
.gps-association-page {
  background: var(--gps-white);
}

.gps-association-container {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.gps-association-hero {
  padding-block: 26px 22px;
  border-bottom: 1px solid #ececec;
  background: var(--gps-white);
}

.gps-association-hero .gps-association-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gps-association-hero h1 {
  margin: 0;
  color: var(--gps-charcoal);
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.gps-association-back {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--gps-red);
  font-family: var(--gps-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.gps-association-back span {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.gps-association-back:hover span {
  transform: translateX(-3px);
}

.gps-association-chapter {
  padding-bottom: clamp(68px, 8vw, 102px);
}

.gps-association-panel {
  padding: clamp(40px, 5vw, 62px) clamp(24px, 6vw, 78px);
  color: var(--gps-white);
  background: var(--gps-blue-grey);
}

.gps-association-panel__inner {
  max-width: 900px;
  margin-inline: auto;
}

.gps-association-panel h2 {
  position: relative;
  padding-left: 42px;
  margin-bottom: 26px;
  color: var(--gps-charcoal);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  letter-spacing: 0.025em;
}

.gps-association-panel h2::before {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 0;
  width: 20px;
  background: var(--gps-red);
  content: "";
}

.gps-association-copy p,
.gps-association-copy li {
  font-family: var(--gps-condensed);
  font-size: 0.97rem;
  line-height: 1.56;
}

.gps-association-copy p {
  margin-bottom: 1em;
}

.gps-association-copy p:last-child {
  margin-bottom: 0;
}

.gps-association-copy strong {
  color: inherit;
}

.gps-association-copy a {
  color: var(--gps-white);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.gps-association-copy a:hover {
  color: #fff4f4;
}

.gps-association-copy h3 {
  margin: 30px 0 12px;
  color: var(--gps-white);
  font-size: 1.15rem;
  letter-spacing: 0.025em;
}

.gps-association-copy blockquote {
  max-width: 760px;
  padding: 4px 20px;
  border: 0;
  margin: 25px auto;
  color: rgb(255 255 255 / 92%);
  background: transparent;
  text-align: center;
}

.gps-association-copy blockquote p {
  margin: 0;
  font-size: clamp(1.04rem, 2vw, 1.2rem);
  font-style: italic;
  line-height: 1.45;
}

.gps-association-copy blockquote cite {
  display: block;
  margin-top: 5px;
  font-family: var(--gps-condensed);
  font-size: 0.78rem;
  font-style: normal;
}

.gps-association-social {
  margin-top: 40px;
}

.gps-association-social__intro {
  max-width: 900px;
  margin: 0 auto 30px;
  color: var(--gps-charcoal);
  font-family: var(--gps-condensed);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.5;
}

.gps-association-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 24px;
}

.gps-association-social-card {
  min-width: 0;
}

.gps-association-social-card > a {
  display: block;
  color: var(--gps-charcoal);
  text-decoration: none;
}

.gps-association-social-card figure {
  padding: 6px;
  border: 1px solid #d8d8d8;
  margin: 0 0 10px;
  background: var(--gps-white);
  box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}

.gps-association-social-card__photo {
  width: 100%;
  aspect-ratio: 268 / 308;
  object-fit: cover;
  transition: opacity 0.25s ease, transform 0.35s ease;
}

.gps-association-social-card figcaption {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 6px;
  padding-top: 6px;
  color: var(--gps-charcoal);
  font-family: var(--gps-condensed);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.25;
}

.gps-association-social-card .gps-association-social-card__icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 3px;
  object-fit: cover;
}

.gps-association-social-card > a > strong {
  display: block;
  min-height: 2.5em;
  color: #1675c5;
  font-family: var(--gps-condensed);
  font-size: 0.74rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-align: center;
}

.gps-association-social-card a:hover .gps-association-social-card__photo {
  opacity: 0.9;
  transform: scale(1.012);
}

.gps-association-gallery {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(34px, 5vw, 58px);
}

.gps-association-gallery--posters,
.gps-association-gallery--press {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gps-association-gallery figure {
  min-width: 0;
  margin: 0;
}

.gps-association-gallery a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 5px 18px rgb(0 0 0 / 10%);
}

.gps-association-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease, opacity 0.25s ease;
}

.gps-association-gallery--posters a {
  aspect-ratio: 3 / 4;
}

.gps-association-gallery--press a {
  aspect-ratio: 4 / 5;
  padding: 6px;
  background: var(--gps-white);
}

.gps-association-gallery a:hover img {
  opacity: 0.92;
  transform: scale(1.018);
}

.gps-association-chapter--last {
  padding-bottom: clamp(72px, 9vw, 118px);
}

/* Imported planning page: turn the editable archive copy back into the compact
   day-by-day timetable used by the public Wix page. */
.gps-planning-page {
  background: var(--gps-white);
}

.gps-planning-page > .gps-planning-hero {
  min-height: 0;
  padding-block: 23px 18px;
  color: var(--gps-charcoal);
  border-bottom: 1px solid #ededed;
  background: var(--gps-white);
}

.gps-planning-hero > .gps-container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
}

.gps-planning-page > .gps-planning-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--gps-charcoal);
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.gps-planning-season h2 {
  margin: 0;
  color: var(--gps-red);
  font-family: var(--gps-condensed);
  font-size: clamp(0.95rem, 1.7vw, 1.15rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gps-planning-accessible {
  background: var(--gps-white);
}

.gps-planning-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-block: 22px;
}

.gps-planning-tabs a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: var(--gps-charcoal);
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
  font-family: var(--gps-condensed);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.gps-planning-tabs a + a {
  border-left: 0;
}

.gps-planning-tabs a.is-active,
.gps-planning-tabs a:hover {
  color: var(--gps-white);
  background: #8d9299;
}

.gps-schedule {
  padding-block: clamp(42px, 5vw, 62px);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-image: linear-gradient(rgb(255 255 255 / 91%), rgb(255 255 255 / 91%)), var(--gps-schedule-image);
  background-position: center;
  background-size: cover;
}

.gps-schedule--enfants {
  background-image: linear-gradient(rgb(247 247 247 / 92%), rgb(247 247 247 / 92%)), var(--gps-schedule-image);
}

.gps-schedule__title {
  max-width: 820px;
  margin: 0 auto 34px;
  color: var(--gps-red);
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}

.gps-schedule-grid {
  display: grid;
  gap: 14px;
}

.gps-schedule-day {
  display: grid;
  min-width: 0;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
}

.gps-schedule-day > h3 {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  margin: 0;
  color: var(--gps-white);
  background: var(--gps-red);
  font-size: 0.9rem;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.gps-schedule-day__sessions {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gps-schedule-session {
  display: flex;
  min-width: 0;
  min-height: 88px;
  justify-content: center;
  flex-direction: column;
  padding: 10px 12px;
  color: #242127;
  border: 1px solid rgb(37 33 40 / 12%);
  background: #d8d8d8;
  text-align: center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
}

.gps-schedule-session--mma {
  background: #e3a09f;
}

.gps-schedule-session--jjb {
  background: #8bcfe6;
}

.gps-schedule-session--luta {
  background: #65b8dc;
}

.gps-schedule-session--ladies {
  background: #aaa0df;
}

.gps-schedule-session--striking {
  background: #abdcc5;
}

.gps-schedule-session--leglocks,
.gps-schedule-session--open {
  background: #c4c4c7;
}

.gps-schedule-session p {
  margin: 0;
  font-family: var(--gps-condensed);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
}

.gps-schedule-session__name p {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gps-schedule-session__detail p {
  margin-top: 3px;
  font-size: 0.7rem;
  font-weight: 600;
}

.gps-schedule-info {
  display: grid;
  max-width: 910px;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  margin: 48px auto 0;
  overflow: hidden;
  background: var(--gps-white);
  box-shadow: 0 5px 24px rgb(0 0 0 / 13%);
}

.gps-schedule-info figure {
  min-height: 310px;
  margin: 0;
}

.gps-schedule-info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-schedule-info__copy {
  align-self: center;
  padding: clamp(26px, 4vw, 45px);
}

.gps-schedule-info__copy h3 {
  margin-bottom: 18px;
  color: var(--gps-red);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.gps-schedule-info__copy p {
  margin-bottom: 0.65em;
  font-family: var(--gps-condensed);
  font-size: 0.84rem;
  line-height: 1.45;
}

.gps-planning-tabs--children {
  padding-block: 30px;
}

.gps-planning-download {
  padding-block: 32px;
  background: #efefef;
}

.gps-planning-download > .gps-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gps-planning-download .gps-eyebrow {
  margin: 0;
  color: var(--gps-charcoal);
}

.gps-planning-download .gps-button {
  min-width: 270px;
  text-align: center;
}

.gps-planning-download .gps-button p {
  margin: 0;
}

.gps-planning-tail {
  padding-block: 34px 50px;
}

.gps-planning-tail p {
  font-size: 0.87rem;
  line-height: 1.55;
}

@media (min-width: 761px) {
  .gps-planning-page .gps-schedule-day__sessions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gps-planning-page .gps-schedule-session--slot-1 { grid-column: 1; }
  .gps-planning-page .gps-schedule-session--slot-2 { grid-column: 2; }
  .gps-planning-page .gps-schedule-session--slot-3 { grid-column: 3; }
  .gps-planning-page .gps-schedule-session--slot-4 { grid-column: 4; }
}

@media (min-width: 981px) {
  .gps-planning-page > .gps-planning-hero {
    height: 83px;
    padding: 19px 0 20px;
  }

  .gps-planning-hero > .gps-container {
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
  }

  .gps-planning-page > .gps-planning-hero h1 {
    width: 220px;
    height: 44px;
    margin: 0 0 0 10px;
    font-family: var(--gps-display);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 42px;
    text-transform: none;
  }

  .gps-planning-season h2 {
    width: 195px;
    height: 24.8px;
    font-family: var(--gps-display);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 23.8px;
    text-transform: none;
  }

  .gps-planning-tabs,
  .gps-planning-tabs--children {
    width: 100%;
    max-width: none;
    height: 85px;
    padding: 0;
    margin: 0;
  }

  .gps-planning-tabs a {
    min-height: 85px;
    padding: 0;
    border: 0;
    font-family: var(--gps-display);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: none;
  }

  .gps-schedule--adultes {
    padding: 42px 0 56px;
  }

  .gps-schedule--enfants {
    padding: 33px 0 56px;
  }

  .gps-planning-page .gps-schedule > .gps-container {
    width: 960px;
  }

  .gps-schedule__title {
    display: block;
    width: 950px;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    font-family: var(--gps-display);
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: normal;
    text-transform: none;
  }

  .gps-schedule--adultes .gps-schedule__title {
    height: 61px;
    margin-bottom: 35px;
  }

  .gps-schedule--enfants .gps-schedule__title {
    height: 90px;
    margin-bottom: 57px;
  }

  .gps-schedule__title > span {
    display: block;
  }

  .gps-schedule__title-main {
    color: var(--gps-red);
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
  }

  .gps-schedule__title-note,
  .gps-schedule__title-age {
    color: var(--gps-charcoal);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 30px;
  }

  .gps-schedule-grid {
    width: 960px;
    gap: 0;
  }

  .gps-schedule-day {
    min-height: 78px;
    grid-template-columns: 96px 840px;
    align-items: start;
    gap: 24px;
  }

  .gps-schedule-day > h3 {
    width: 149px;
    min-height: 78px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    color: var(--gps-charcoal);
    background: transparent;
    font-family: var(--gps-display);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
  }

  .gps-schedule-day__sessions {
    width: 830px;
    gap: 10px;
  }

  .gps-schedule-session {
    min-height: 63px;
    padding: 8px 0;
    border: 0;
    box-shadow: none;
  }

  .gps-schedule-session p {
    font-family: var(--gps-display);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
  }

  .gps-schedule-session__name p {
    letter-spacing: 0;
    text-transform: none;
  }

  .gps-schedule-session__detail p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
  }

  .gps-schedule--adultes .gps-schedule-day:nth-child(2) { margin-top: 6px; }
  .gps-schedule--adultes .gps-schedule-day:nth-child(3) { margin-top: 11px; }
  .gps-schedule--adultes .gps-schedule-day:nth-child(4) { margin-top: 27px; }
  .gps-schedule--adultes .gps-schedule-day:nth-child(5) { margin-top: 14px; }
  .gps-schedule--adultes .gps-schedule-day:nth-child(6) { margin-top: 66px; }

  .gps-schedule--enfants .gps-schedule-day:nth-child(2) { margin-top: 25px; }
  .gps-schedule--enfants .gps-schedule-day:nth-child(3) { margin-top: 47px; }
  .gps-schedule--enfants .gps-schedule-day:nth-child(4) { margin-top: 30px; }

  .gps-schedule-info {
    width: 961px;
    max-width: 961px;
    height: 357px;
    grid-template-columns: 390px 571px;
    margin-top: 57px;
    box-shadow: none;
  }

  .gps-schedule-info figure {
    width: 335px;
    height: 251px;
    min-height: 0;
    margin: 41px 0 0 19px;
  }

  .gps-schedule-info__copy {
    align-self: start;
    padding: 26px 0 0;
  }

  .gps-schedule-info__copy h3 {
    width: 492px;
    margin: 0 0 25px 36px;
    font-family: var(--gps-display);
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    text-transform: none;
  }

  .gps-schedule-info__copy p {
    width: 549px;
    margin: 0;
    font-family: var(--gps-display);
    font-size: 15px;
    line-height: 31px;
  }
}

/* Imported pricing page: restore the Wix cover, membership timeline and rates
   while keeping every imported text node editable in WordPress. */
.gps-pricing-page > .gps-page-hero {
  min-height: 0;
  padding-block: 25px 18px;
  color: var(--gps-charcoal);
  background: var(--gps-white);
}

.gps-pricing-page > .gps-page-hero .gps-eyebrow,
.gps-pricing-page > .gps-page-hero .gps-page-hero__subtitle {
  display: none;
}

.gps-pricing-page > .gps-page-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--gps-charcoal);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  text-transform: uppercase;
}

.gps-pricing-lead {
  padding-block: 16px 30px;
}

.gps-pricing-lead > * {
  max-width: 900px;
  margin-right: auto;
  margin-left: 0;
}

.gps-pricing-lead p {
  margin-bottom: 0.8em;
  font-size: 0.94rem;
  line-height: 1.55;
}

.gps-pricing-cover {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: #ececec;
}

.gps-pricing-cover__background {
  position: absolute;
  inset: 0;
  opacity: 0.13;
}

.gps-pricing-cover__background > *,
.gps-pricing-cover__foreground > * {
  width: 100%;
  height: 100%;
  margin: 0;
}

.gps-pricing-cover__background img,
.gps-pricing-cover__foreground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-pricing-cover__inner {
  position: relative;
  min-height: 450px;
}

.gps-pricing-cover__foreground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9%;
  width: 56%;
}

.gps-pricing-cover__meta {
  position: absolute;
  right: 8%;
  bottom: 0;
  display: flex;
  width: min(390px, 40%);
  min-height: 165px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 26px 32px;
  color: var(--gps-white);
  background: var(--gps-red);
  text-align: center;
}

.gps-pricing-cover__meta h2,
.gps-pricing-cover__meta h3 {
  margin: 0;
  color: inherit;
}

.gps-pricing-cover__meta h2 {
  order: -1;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gps-pricing-cover__meta h3 {
  margin-top: 12px;
  font-size: 1.05rem;
}

.gps-pricing-band {
  width: min(100% - 40px, var(--gps-wide));
  padding: 13px 28px;
  margin: 18px auto 0;
  color: var(--gps-white);
  background: var(--gps-blue-grey);
}

.gps-pricing-band h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0;
}

.gps-pricing-timeline {
  padding-block: 42px 72px;
}

.gps-pricing-timeline__row {
  display: grid;
  grid-template-columns: minmax(185px, 260px) minmax(0, 1fr);
}

.gps-pricing-timeline__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 52px 24px 0;
  border-right: 1px solid #bbb;
  text-align: right;
}

.gps-pricing-timeline__heading::after {
  position: absolute;
  top: 50%;
  right: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gps-red);
  content: "";
  transform: translateY(-50%);
}

.gps-pricing-timeline__heading h3 {
  margin: 0;
  font-size: 1.15rem;
}

.gps-pricing-timeline__copy {
  padding: 22px 0 22px 70px;
}

.gps-pricing-timeline__copy > * {
  max-width: none;
  margin-left: 0;
}

.gps-pricing-timeline__copy p {
  margin-bottom: 0.65em;
  line-height: 1.55;
}

.gps-pricing-timeline__copy a[aria-label*="Inscription"] {
  display: inline-flex;
  padding: 9px 16px;
  color: var(--gps-white);
  background: var(--gps-red);
  font-family: var(--gps-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.gps-pricing-rates__body {
  padding-block: 45px 36px;
  text-align: center;
}

.gps-pricing-rates__media {
  width: min(100%, 680px);
  margin-inline: auto;
}

.gps-pricing-rates__media > * {
  margin: 0;
}

.gps-pricing-rates__media img {
  width: 100%;
  height: auto;
}

.gps-pricing-rates__notes {
  margin-top: 30px;
}

.gps-pricing-rates__notes > * {
  max-width: 860px;
}

.gps-pricing-rates__notes p {
  margin-bottom: 0.45em;
}

.gps-pricing-warning {
  padding-block: 18px;
  color: var(--gps-white);
  background: var(--gps-red);
  text-align: center;
}

.gps-pricing-warning .gps-prose > * {
  max-width: 900px;
  margin-bottom: 0.2em;
  color: inherit;
}

.gps-pricing-warning p:first-child {
  font-family: var(--gps-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 981px) {
  .gps-pricing-page > .gps-page-hero {
    height: 65px;
    padding: 17px 0 0;
  }

  .gps-pricing-page > .gps-page-hero h1 {
    width: 935px;
    max-width: 935px;
    height: 48px;
    margin: 0;
    font-family: var(--gps-display);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    text-transform: none;
  }

  .gps-pricing-lead {
    height: 158px;
    padding: 9px 0 16px;
  }

  .gps-pricing-lead > * {
    max-width: none;
    margin: 0;
  }

  .gps-pricing-lead p {
    margin: 0;
    font-family: var(--gps-display);
    font-size: 10px;
    line-height: 19px;
  }

  .gps-pricing-lead p:nth-child(3) {
    margin-bottom: 19px;
  }

  .gps-pricing-cover,
  .gps-pricing-cover__inner {
    height: 431px;
    min-height: 431px;
  }

  .gps-pricing-cover__foreground {
    top: 4px;
    bottom: 20px;
    left: 11.2%;
    width: 47.9%;
  }

  .gps-pricing-cover__meta {
    right: 11.27%;
    bottom: 20px;
    display: flex;
    width: 431px;
    height: 180px;
    min-height: 180px;
    padding: 18px 10px 0;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .gps-pricing-cover__meta h2 {
    position: relative;
    left: 5px;
    width: 421px;
    height: 102px;
    font-family: var(--gps-display);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 48px;
  }

  .gps-pricing-cover__meta h3 {
    position: relative;
    left: -6px;
    width: 431px;
    height: 28px;
    margin-top: 13px;
    font-family: var(--gps-display);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .gps-pricing-band {
    width: 100%;
    height: 76px;
    padding: 13px 0 15px;
    margin-top: 16px;
  }

  .gps-pricing-band h2 {
    width: 923px;
    height: 48px;
    margin: 0 auto;
    font-family: var(--gps-display);
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
  }

  .gps-pricing-timeline {
    padding: 24px 0 0;
  }

  .gps-pricing-timeline__row {
    grid-template-columns: 401px 579px;
  }

  .gps-pricing-timeline__heading {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 27px;
    text-align: left;
  }

  .gps-pricing-timeline__heading h3 {
    width: 233px;
    font-family: var(--gps-display);
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
  }

  .gps-pricing-timeline__copy {
    padding: 5px 53px 0 27px;
  }

  .gps-pricing-timeline__row:nth-child(1) { height: 199px; }
  .gps-pricing-timeline__row:nth-child(2) { height: 172px; }
  .gps-pricing-timeline__row:nth-child(3) { height: 162px; }
  .gps-pricing-timeline__row:nth-child(4) { height: 140px; }

  .gps-pricing-rates .gps-pricing-band {
    margin-top: 18px;
  }

  .gps-pricing-timeline__copy p {
    margin: 0 0 1px;
    font-family: var(--gps-display);
    font-size: 14px;
    line-height: 25.2px;
  }

  .gps-pricing-rates__body {
    height: 600px;
    padding: 37px 0 2px;
  }

  .gps-pricing-rates__media {
    width: 620px;
    transform: translateX(3px);
  }

  .gps-pricing-rates__media img {
    width: 620px;
    height: 445px;
    object-fit: contain;
  }

  .gps-pricing-rates__notes {
    margin-top: 37px;
    text-align: left;
  }

  .gps-pricing-rates__notes > * {
    width: 897px;
    max-width: 897px;
    margin-left: 39px;
  }

  .gps-pricing-rates__notes p {
    margin-bottom: 0;
    font-family: var(--gps-display);
    font-size: 14px;
    line-height: 26.2px;
  }

  .gps-pricing-rates__notes p:first-child {
    font-size: 17px;
    line-height: 30.6px;
  }
}

.gps-pricing {
  background: #f4f4f4;
}

.gps-pricing > .gps-container > h2 {
  margin-bottom: 48px;
}

.gps-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 45px;
}

.gps-pricing-grid figure {
  padding: 22px;
  margin: 0;
  background: var(--gps-white);
  box-shadow: 0 12px 35px rgb(0 0 0 / 9%);
}

.gps-pricing-grid figure img {
  width: 100%;
}

.gps-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--gps-white);
  font-size: 0.9rem;
}

.gps-pricing-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.gps-pricing-table th,
.gps-pricing-table td {
  padding: 13px 14px;
  border: 1px solid #d5d5d5;
  text-align: left;
  vertical-align: top;
}

.gps-pricing-table thead th {
  color: var(--gps-white);
  background: var(--gps-charcoal);
}

.gps-pricing-table td {
  width: 112px;
  color: var(--gps-red-dark);
  font-weight: 700;
  white-space: nowrap;
}

.gps-pricing-note {
  margin-top: 18px;
  color: #666;
  font-size: 0.8rem;
}

.gps-pricing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-top: 62px;
  margin-top: 62px;
  border-top: 1px solid #ccc;
}

.gps-pricing-cta h2 {
  margin: 0;
}

/* Footer */
.gps-site-footer {
  position: relative;
}

.gps-partners {
  position: relative;
  min-height: 148px;
  padding-block: 22px;
  border-top: 1px solid var(--gps-red);
  background: var(--gps-white);
}

.gps-partners__header {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  max-width: none;
  padding-inline: 4px;
  margin: 0;
  pointer-events: none;
}

.gps-partners__controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}

.gps-carousel-button {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid #cfcfcf;
  color: var(--gps-charcoal);
  background: var(--gps-white);
}

.gps-carousel-button:hover {
  color: var(--gps-white);
  background: var(--gps-charcoal);
}

.gps-partner-track {
  display: flex;
  width: 100%;
  height: 104px;
  align-items: center;
  gap: clamp(28px, 3vw, 42px);
  padding-inline: 44px;
  margin-inline: auto;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gps-partner-track::-webkit-scrollbar {
  display: none;
}

.gps-partner-logo {
  display: grid;
  width: clamp(120px, 12vw, 170px);
  height: 96px;
  flex: 0 0 clamp(120px, 12vw, 170px);
  place-items: center;
}

.gps-partner-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 94px;
  object-fit: contain;
}

.gps-footer-contact {
  min-height: 378px;
  padding-block: 38px;
  color: #fff;
  background: var(--gps-footer-grey);
}

.gps-footer-grid {
  display: grid;
  width: min(100% - 40px, var(--gps-wide));
  grid-template-columns: 288px 260px 288px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.gps-footer-logo {
  width: 260px;
  max-height: 168px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.gps-footer-identity {
  display: grid;
  place-items: center;
}

.gps-footer-address address {
  font-style: normal;
}

.gps-footer-address address p,
.gps-footer-address > p {
  margin-bottom: 18px;
  font-family: var(--gps-condensed);
  font-size: 1rem;
  line-height: 1.55;
}

.gps-footer-label {
  margin: 0 0 5px;
  color: inherit;
  font-family: var(--gps-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
}

.gps-footer-address a,
.gps-footer-navigation a,
.gps-footer-sitemap {
  color: inherit;
}

.gps-social-links {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.gps-social-links a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.gps-social-links img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.gps-footer-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gps-footer-side {
  display: grid;
  min-height: 280px;
  align-content: space-between;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.gps-footer-sitemap {
  font-size: 0.9rem;
}

.gps-footer-navigation li + li {
  margin-top: 10px;
}

.gps-footer-navigation a {
  font-size: 0.9rem;
}

.gps-map-card {
  position: relative;
  display: block;
  width: 288px;
  height: 182px;
  overflow: hidden;
  border: 4px solid rgb(255 255 255 / 65%);
  color: var(--gps-charcoal);
  background: #e6e2d9;
  box-shadow: 0 8px 28px rgb(0 0 0 / 14%);
  text-decoration: none;
}

.gps-map-card__grid {
  position: absolute;
  inset: -40px;
  opacity: 0.55;
  background-image: linear-gradient(25deg, transparent 48%, #b6b1a9 49%, #b6b1a9 52%, transparent 53%), linear-gradient(115deg, transparent 48%, #c7c2ba 49%, #c7c2ba 52%, transparent 53%);
  background-size: 56px 56px;
  transform: rotate(-8deg);
}

.gps-map-card__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--gps-white);
  background: var(--gps-red);
  transform: translate(-50%, -70%);
}

.gps-map-card__label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px;
  color: var(--gps-white);
  background: rgb(37 33 40 / 92%);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gps-map-card__label svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 981px) {
  .gps-partners {
    height: 148px;
    min-height: 148px;
  }

  .gps-partner-track {
    position: absolute;
    top: 33px;
    left: 0;
    height: 89px;
    gap: 35px;
    padding-inline: 35px;
  }

  .gps-partner-logo {
    width: auto;
    height: 89px;
    flex: 0 0 auto;
  }

  .gps-partner-logo img {
    width: auto;
    max-width: none;
    height: 89px;
    max-height: 89px;
  }

  .gps-footer-contact {
    height: 378px;
    min-height: 378px;
    padding-block: 38px;
    overflow: visible;
  }

  .gps-footer-grid {
    width: min(100% - 40px, var(--gps-wide));
    height: 302px;
    align-items: start;
  }

  .gps-footer-address {
    position: relative;
    left: 2.5px;
    align-self: start;
    margin-top: 10px;
  }

  .gps-footer-label {
    font-family: var(--gps-headline);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .gps-footer-address address p,
  .gps-footer-address > p {
    font-size: 16px;
    line-height: 28.8px;
  }

  .gps-footer-address address p {
    margin-bottom: 7.2px;
  }

  .gps-footer-address > p {
    margin-bottom: 14.4px;
  }

  .gps-social-links {
    gap: 26px;
    margin-top: 10px;
    transform: translateX(-7px);
  }

  .gps-social-links a,
  .gps-social-links img {
    width: 31px;
    height: 31px;
  }

  .gps-footer-identity {
    position: relative;
    left: -1.2px;
    align-self: start;
    margin-top: 36px;
  }

  .gps-footer-logo {
    width: 260px;
    height: 168px;
    max-height: 168px;
    object-fit: fill;
  }

  .gps-footer-side {
    position: relative;
    left: -11.7px;
    min-height: 0;
    align-self: start;
    align-content: start;
    gap: 0;
    transform: translateY(-31px);
  }

  .gps-footer-sitemap {
    display: block;
    width: 145px;
    height: 21px;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    line-height: 21px;
  }

  .gps-footer-side .gps-map-card {
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }

  .gps-map-card iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .gps-footer-navigation {
    margin-top: 11px;
  }

  .gps-footer-navigation a {
    display: block;
    height: 21px;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    line-height: 21px;
  }

  .gps-footer-navigation li:nth-child(1) a {
    width: 145px;
  }

  .gps-footer-navigation li:nth-child(2) a {
    width: 188px;
  }

  .gps-footer-navigation li:nth-child(3) a {
    width: 243px;
  }

  .gps-footer-navigation li + li {
    margin-top: 8px;
  }

  .gps-footer-navigation li:nth-child(3) {
    margin-top: 5px;
  }
}

.gps-whatsapp {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  color: var(--gps-white);
  background: #1f9d55;
  box-shadow: 0 10px 35px rgb(0 0 0 / 25%);
  text-decoration: none;
}

.gps-whatsapp > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 0.7rem;
}

.gps-whatsapp strong {
  font-size: 0.78rem;
}

/* Accessible lightbox, created by site.js */
.gps-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 0;
  color: var(--gps-white);
  background: rgb(0 0 0 / 92%);
}

.gps-lightbox[hidden] {
  display: none;
}

.gps-lightbox__stage {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.gps-lightbox__stage img {
  max-width: min(1200px, 92vw);
  max-height: 82vh;
  object-fit: contain;
}

.gps-lightbox__caption {
  position: absolute;
  right: 80px;
  bottom: 14px;
  left: 80px;
  margin: 0;
  text-align: center;
}

.gps-lightbox button {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  color: var(--gps-white);
  background: rgb(0 0 0 / 45%);
  font-size: 1.8rem;
}

.gps-lightbox__close {
  top: 20px;
  right: 20px;
}

.gps-lightbox__previous,
.gps-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.gps-lightbox__previous {
  left: 20px;
}

.gps-lightbox__next {
  right: 20px;
}

/* Keep the imported layouts immediately visible and dimensionally stable. */
.js .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  :root {
    --gps-header-height: 86px;
  }

  .gps-header-inner {
    width: min(100% - 30px, var(--gps-container));
  }

  .gps-brand {
    width: 96px;
    height: 76px;
    flex-basis: 96px;
  }

  .gps-logo--header {
    width: 96px;
    height: 76px;
  }

  .gps-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .gps-primary-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--gps-header-height));
    padding: 16px 20px 28px;
    overflow-y: auto;
    border-top: 1px solid #eee;
    background: var(--gps-white);
    box-shadow: 0 12px 25px rgb(0 0 0 / 14%);
  }

  .gps-primary-navigation.is-open {
    display: block;
  }

  .gps-menu,
  .gps-primary-navigation ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .gps-menu a,
  .gps-primary-navigation a {
    padding: 14px 4px;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .gps-primary-navigation .sub-menu {
    position: static;
    display: block;
    padding: 0 0 0 18px;
    box-shadow: none;
  }

  .gps-news-band__inner,
  .gps-local-story__grid {
    grid-template-columns: 1fr;
  }

  .gps-local-editorial__row {
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
    gap: 38px;
  }

  .gps-local-story__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gps-feature-panel,
  .gps-feature-panel--reverse,
  .gps-discipline-row,
  .gps-discipline-row--reverse {
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, 1fr);
  }

  .gps-feature-panel--reverse figure,
  .gps-discipline-row--reverse figure {
    order: 0;
  }

  .gps-disciplines-page .gps-discipline-row {
    grid-template-columns: minmax(0, 1.65fr) minmax(240px, 270px);
  }

  .gps-disciplines-page .gps-discipline-row--reverse {
    grid-template-columns: minmax(240px, 270px) minmax(0, 1.65fr);
  }

  .gps-disciplines-page .gps-discipline-row--reverse figure {
    order: 2;
  }

  .gps-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gps-footer-side {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .gps-map-card {
    grid-column: 1 / -1;
    width: 100%;
    height: 220px;
  }

  .gps-blog-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gps-association-social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gps-association-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gps-pricing-grid {
    grid-template-columns: 1fr;
  }

  .gps-local-story figure {
    min-height: 430px;
  }

  .gps-local-cta > .gps-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  body.admin-bar .gps-site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .gps-container,
  .gps-container-wide,
  .gps-container-narrow {
    width: min(100% - 30px, var(--gps-container));
  }

  .gps-home-hero {
    min-height: 420px;
    padding-block: 42px;
  }

  .gps-home-hero__logo {
    width: 155px;
    min-height: 135px;
    margin-bottom: 12px;
  }

  .gps-logo--hero {
    width: 145px;
    max-height: 150px;
  }

  .gps-home-hero h1 {
    letter-spacing: 0.1em;
  }

  .gps-founder {
    min-height: 680px;
    align-items: end;
    padding-block: 42px;
    background-position: 34% center;
  }

  .gps-founder__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .gps-founder__title {
    grid-column: 1;
    margin-bottom: 18px;
    font-size: clamp(1.65rem, 8vw, 2.15rem);
    letter-spacing: 0.08em;
  }

  .gps-founder__card {
    min-height: 0;
    grid-column: 1;
    padding: 28px 24px;
  }

  .gps-founder__card p:not(.gps-eyebrow) {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .gps-news-band__inner {
    width: min(100% - 30px, 900px);
  }

  .gps-news-band__inner h2 {
    margin-bottom: 24px;
    font-size: 1.65rem;
  }

  .gps-news-band__composition {
    grid-template-columns: minmax(0, 1fr);
  }

  .gps-news-band__card {
    min-height: 150px;
    margin-right: 0;
    padding: 25px 20px;
  }

  .gps-news-band__card p {
    font-size: 1rem;
  }

  .gps-news-band__media {
    display: none;
  }

  .gps-room-image {
    height: 62vw;
    min-height: 300px;
  }

  .gps-feature-panel,
  .gps-feature-panel--reverse,
  .gps-discipline-row,
  .gps-discipline-row--reverse {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .gps-feature-panel--reverse figure,
  .gps-discipline-row--reverse figure {
    order: 0;
  }

  .gps-feature-panel figure,
  .gps-discipline-row figure {
    min-height: 300px;
    aspect-ratio: 16 / 10;
  }

  .gps-feature-panel__content,
  .gps-discipline-row__card {
    padding: 36px 28px;
  }

  .gps-team-hero {
    padding-block: 24px 20px;
  }

  .gps-team-hero > .gps-container,
  .gps-team-section > .gps-container,
  .gps-team-intro > .gps-container {
    width: min(100% - 30px, var(--gps-wide));
  }

  .gps-team-hero h1 {
    font-size: 1.75rem;
  }

  .gps-team-back {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
  }

  .gps-team-intro__content {
    gap: 24px;
    padding-inline: 4px;
  }

  .gps-team-intro__title {
    gap: 12px;
    margin-bottom: 9px;
    font-size: 0.86rem;
  }

  .gps-team-intro__title::before {
    width: 20px;
    height: 15px;
    flex-basis: 20px;
  }

  .gps-team-intro__copy {
    padding-left: 32px;
  }

  .gps-team-intro__copy p {
    font-size: 0.8rem;
    line-height: 1.46;
  }

  .gps-disciplines-page .gps-page-hero {
    min-height: 0;
    padding-block: 26px;
  }

  .gps-disciplines-page .gps-discipline-list {
    gap: 54px;
    padding-block: 38px 78px;
  }

  .gps-disciplines-page .gps-discipline-row,
  .gps-disciplines-page .gps-discipline-row--reverse {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .gps-disciplines-page .gps-discipline-row--reverse figure {
    order: 0;
  }

  .gps-disciplines-page .gps-discipline-row figure {
    min-height: 0;
    aspect-ratio: auto;
  }

  .gps-disciplines-page .gps-discipline-row__card {
    padding: 28px 5px 0;
  }

  .gps-disciplines-page .gps-discipline-row__copy {
    font-size: 1rem;
    text-align: left;
  }

  .gps-discipline-list,
  .gps-feature-panels {
    gap: 45px;
  }

  .gps-coach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 25px;
  }

  .gps-discipline-detail .gps-discipline-intro {
    padding-block: 18px 22px;
  }

  .gps-discipline-intro__inner,
  .gps-discipline-body > .gps-container {
    width: min(100% - 30px, var(--gps-container));
  }

  .gps-discipline-intro__heading {
    display: block;
  }

  .gps-discipline-detail .gps-discipline-intro h1 {
    display: block;
    width: 100%;
    margin-bottom: 9px;
    font-size: 1.05rem;
    letter-spacing: 0.1em;
  }

  .gps-discipline-intro__return {
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .gps-discipline-summary {
    padding-left: 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    font-size: 0.88rem;
  }

  .gps-discipline-summary li,
  .gps-discipline-summary li:nth-child(2),
  .gps-discipline-summary li:nth-child(3),
  .gps-discipline-summary li:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }

  .gps-discipline-video {
    aspect-ratio: 1263 / 500;
    height: auto;
    min-height: 0;
  }

  .gps-discipline-body {
    min-height: 0;
    padding: 0;
  }

  .gps-discipline-card {
    padding: 0 0 56px;
    font-size: 0.92rem;
  }

  .gps-discipline-section + .gps-discipline-section {
    margin-top: 30px;
  }

  .gps-discipline-section h2 {
    padding: 7px 10px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .gps-discipline-section__content {
    padding-inline: 4px;
  }

  .gps-discipline-detail--fit-ladies .gps-discipline-intro {
    padding-block: 20px 26px;
  }

  .gps-discipline-detail--fit-ladies .gps-discipline-intro__summary-layout {
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 12px;
  }

  .gps-discipline-detail--fit-ladies .gps-discipline-summary {
    padding-top: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .gps-discipline-detail--fit-ladies .gps-discipline-summary li,
  .gps-discipline-detail--fit-ladies .gps-discipline-summary li:nth-child(2),
  .gps-discipline-detail--fit-ladies .gps-discipline-summary li:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }

  .gps-discipline-intro__art {
    width: 88px;
    margin: -5px 0 0 auto;
  }

  .gps-discipline-detail--fit-ladies .gps-discipline-body {
    padding-block: 42px 74px;
  }

  .gps-discipline-detail--fit-ladies .gps-discipline-card {
    padding: 0;
    font-size: 0.95rem;
  }

  .gps-fit-ladies-photo {
    margin-top: 34px;
  }

  .gps-local-story__grid {
    gap: 35px;
  }

  .gps-local-editorial__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-bottom: 65px;
  }

  .gps-local-story figure {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

  .gps-blog-grid,
  .gps-blog-grid--three {
    grid-template-columns: 1fr;
  }

  .gps-association-container {
    width: min(100% - 30px, 1120px);
  }

  .gps-association-panel {
    padding: 36px 25px;
  }

  .gps-association-social-grid,
  .gps-association-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gps-association-social-grid {
    gap: 26px 16px;
  }

  .gps-pricing-page > .gps-page-hero {
    padding-block: 22px 16px;
  }

  .gps-pricing-page > .gps-page-hero h1 {
    font-size: 1.75rem;
  }

  .gps-pricing-lead {
    padding-block: 14px 26px;
  }

  .gps-pricing-cover,
  .gps-pricing-cover__inner {
    min-height: 390px;
  }

  .gps-pricing-cover__foreground {
    left: 0;
    width: 100%;
  }

  .gps-pricing-cover__meta {
    right: 15px;
    bottom: 15px;
    width: min(300px, calc(100% - 30px));
    min-height: 125px;
    padding: 20px;
  }

  .gps-pricing-cover__meta h2 {
    font-size: 2rem;
  }

  .gps-pricing-band {
    width: min(100% - 30px, var(--gps-wide));
    padding: 12px 18px;
  }

  .gps-pricing-band h2 {
    font-size: 1.7rem;
  }

  .gps-pricing-timeline__row {
    grid-template-columns: 1fr;
    padding-block: 18px;
    border-bottom: 1px solid var(--gps-line);
  }

  .gps-pricing-timeline__heading {
    justify-content: flex-start;
    padding: 0 0 12px 30px;
    border: 0;
    text-align: left;
  }

  .gps-pricing-timeline__heading::after {
    top: 0.55em;
    right: auto;
    left: 0;
  }

  .gps-pricing-timeline__copy {
    padding: 0;
  }

  .gps-pricing-rates__body {
    padding-block: 36px 30px;
  }

  .gps-planning-hero > .gps-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .gps-planning-page > .gps-planning-hero h1 {
    font-size: 1.72rem;
  }

  .gps-planning-tabs {
    width: min(100% - 28px, var(--gps-container));
    padding-block: 16px;
  }

  .gps-planning-tabs a {
    min-height: 42px;
    padding-inline: 8px;
    font-size: 0.7rem;
  }

  .gps-schedule {
    padding-block: 36px;
  }

  .gps-schedule__title {
    margin-bottom: 26px;
    font-size: 1.45rem;
  }

  .gps-schedule-day {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .gps-schedule-day > h3 {
    min-height: 0;
    padding-block: 8px;
  }

  .gps-schedule-day__sessions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gps-schedule-session {
    min-height: 82px;
  }

  .gps-schedule-info {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .gps-schedule-info figure {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .gps-schedule-info__copy {
    padding: 26px 22px;
  }

  .gps-planning-download > .gps-container,
  .gps-pricing-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .gps-planning-download .gps-button {
    width: 100%;
    min-width: 0;
  }

  .gps-post-navigation {
    grid-template-columns: 1fr;
  }

  .gps-post-navigation > div:last-child {
    text-align: left;
  }

  .gps-footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 42px;
  }

  .gps-footer-address,
  .gps-footer-identity,
  .gps-footer-side {
    width: min(100%, 320px);
    grid-column: auto;
    justify-self: center;
  }

  .gps-footer-side {
    min-height: 0;
    gap: 24px;
  }

  .gps-footer-contact {
    min-height: 0;
    padding-block: 46px;
  }

  .gps-map-card {
    grid-column: auto;
  }

  .gps-partner-track {
    width: 100%;
    padding-inline: 25px 70px;
    overflow-x: auto;
  }

  .gps-whatsapp strong {
    display: none;
  }

  .gps-whatsapp {
    padding: 8px;
  }
}

@media (max-width: 480px) {
  h1 {
    letter-spacing: 0.045em;
  }

  .gps-team-hero {
    padding-block: 18px 15px;
  }

  .gps-team-hero h1 {
    font-size: 1.28rem;
    line-height: 1.16;
  }

  .gps-team-hero p {
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .gps-team-back a {
    font-size: 0.68rem;
  }

  .gps-team-intro {
    padding-block: 25px 29px;
  }

  .gps-team-intro__copy {
    padding-left: 0;
  }

  .gps-team-intro__copy p {
    font-size: 0.76rem;
  }

  .gps-planning-tabs a {
    font-size: 0.64rem;
    line-height: 1.25;
  }

  .gps-schedule-day__sessions {
    grid-template-columns: 1fr;
  }

  .gps-schedule-session {
    min-height: 72px;
  }

  .gps-schedule-info figure {
    aspect-ratio: 4 / 3;
  }

  .gps-planning-tail {
    padding-block: 28px 38px;
  }

  .gps-association-hero {
    padding-block: 22px 18px;
  }

  .gps-association-hero .gps-association-container {
    align-items: flex-start;
    gap: 15px;
  }

  .gps-association-hero h1 {
    font-size: 1.42rem;
    line-height: 1.2;
  }

  .gps-association-back {
    padding-top: 4px;
    font-size: 0.69rem;
  }

  .gps-association-panel {
    padding: 32px 20px;
  }

  .gps-association-panel h2 {
    padding-left: 31px;
    font-size: 1.3rem;
  }

  .gps-association-panel h2::before {
    width: 14px;
  }

  .gps-association-copy p,
  .gps-association-copy li {
    font-size: 0.93rem;
  }

  .gps-association-copy blockquote {
    padding-inline: 0;
  }

  .gps-association-social-card figure {
    padding: 4px;
  }

  .gps-association-social-card figcaption {
    min-height: 43px;
    align-items: flex-start;
    font-size: 0.62rem;
  }

  .gps-association-social-card > a > strong {
    font-size: 0.66rem;
  }

  .gps-association-gallery {
    gap: 15px;
  }

  .gps-home-hero p {
    font-size: 1.15rem;
  }

  .gps-page-hero,
  .gps-discipline-intro,
  .gps-local-hero {
    min-height: 300px;
  }

  .gps-page-hero h1,
  .gps-discipline-intro h1,
  .gps-local-hero h1 {
    font-size: 2.15rem;
    letter-spacing: 0.04em;
  }

  .gps-coach-grid {
    grid-template-columns: 1fr;
  }

  .gps-coach-card__portrait {
    width: 230px;
  }

  .gps-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .gps-button-row .gps-button {
    width: 100%;
  }

  .gps-lightbox {
    padding: 10px;
  }

  .gps-lightbox__previous {
    left: 8px;
  }

  .gps-lightbox__next,
  .gps-lightbox__close {
    right: 8px;
  }
}

/* Desktop fidelity for the Association and coaching team archive pages. */
@media (min-width: 1200px) {
  .gps-association-hero {
    padding-block: 12px 20px;
  }

  .gps-association-hero .gps-association-container {
    width: 980px;
  }

  .gps-association-hero h1 {
    width: 440px;
    flex: 0 0 440px;
    margin: 0 0 0 41px;
    font-family: var(--gps-display);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 42px;
  }

  .gps-association-back {
    width: 91px;
    height: 40px;
    align-self: flex-start;
    justify-content: center;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .gps-association-panel {
    width: 100%;
    max-width: none;
    padding: 15px 0 35px;
    margin-inline: 0;
  }

  .gps-association-panel__inner {
    width: 791px;
    max-width: none;
  }

  .gps-association-panel h2 {
    width: max-content;
    padding-left: 0;
    margin: 0 0 20px;
    font-size: 35px;
    line-height: 49px;
  }

  .gps-association-panel h2::before {
    top: -4px;
    bottom: -4px;
    left: -53px;
    width: 31px;
  }

  .gps-association-copy p,
  .gps-association-copy li {
    font-size: 15px;
    line-height: 21px;
  }

  .gps-association-page > .gps-association-chapter:first-of-type .gps-association-panel {
    min-height: 633px;
  }

  .gps-association-page > .gps-association-chapter:first-of-type .gps-association-copy > p {
    margin-bottom: 0;
  }

  .gps-association-page > .gps-association-chapter:first-of-type .gps-association-copy > p:nth-of-type(5) {
    margin-top: 21px;
  }

  .gps-association-page > .gps-association-chapter:first-of-type blockquote {
    position: relative;
    height: 115px;
    padding: 0;
    margin: 21px auto;
  }

  .gps-association-page > .gps-association-chapter:first-of-type blockquote p {
    font-size: 20px;
    line-height: 28px;
  }

  .gps-association-page > .gps-association-chapter:first-of-type blockquote cite {
    position: absolute;
    right: 110px;
    bottom: 2px;
    margin: 0;
  }

  .gps-association-social {
    width: min(calc(100% - 40px), 1200px);
    margin-top: 31px;
  }

  .gps-association-social__intro {
    max-width: 980px;
    margin-bottom: 51px;
    font-size: 28px;
    font-weight: 400;
    line-height: 50.4px;
  }

  .gps-association-social-grid {
    grid-template-columns: repeat(4, minmax(0, 268px));
    justify-content: center;
    gap: 42px;
  }

  .gps-association-gallery--posters,
  .gps-association-gallery--press {
    width: 980px;
    grid-template-columns: repeat(3, 269px);
    justify-content: center;
    gap: 120px 77px;
  }

  .gps-team-hero {
    padding: 15px 0 7px;
  }

  .gps-team-hero > .gps-container,
  .gps-team-intro > .gps-container,
  .gps-team-section > .gps-container {
    width: 980px;
  }

  .gps-team-hero h1 {
    max-width: 980px;
    margin: 0 auto 10px;
    font-family: var(--gps-display);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    white-space: nowrap;
  }

  .gps-team-hero p {
    color: #bdbdbd;
    font-size: 15px;
    line-height: 21px;
  }

  .gps-team-back {
    right: 1px;
    bottom: -7px;
  }

  .gps-team-back a {
    display: flex;
    width: 91px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .gps-team-intro {
    height: 300px;
    padding-block: 31px 32px;
  }

  .gps-team-intro__content {
    gap: 19px;
    padding-inline: 40px;
  }

  .gps-team-intro__panel {
    width: 100%;
    max-width: none;
  }

  .gps-team-intro__title {
    gap: 22px;
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 21px;
  }

  .gps-team-intro__title::before {
    width: 31px;
    height: 20px;
    flex-basis: 31px;
  }

  .gps-team-intro__copy {
    max-width: 844px;
    padding-left: 53px;
  }

  .gps-team-intro__copy p {
    font-size: 12px;
    line-height: 16.8px;
  }

  .gps-team-section {
    padding: 25px 0 82px;
  }

  .gps-team-section > .gps-container > h2 {
    position: relative;
    margin-bottom: 65px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 54px;
  }

  .gps-team-section > .gps-container > h2::before,
  .gps-team-section > .gps-container > h2::after {
    position: absolute;
    top: 28px;
    width: 61px;
    height: 37px;
    background: var(--gps-red);
    clip-path: polygon(0 0, 50% 65%, 100% 0, 100% 35%, 50% 100%, 0 35%);
    content: "";
  }

  .gps-team-section > .gps-container > h2::before {
    left: 44px;
  }

  .gps-team-section > .gps-container > h2::after {
    right: 46px;
  }

  .gps-coach-grid {
    grid-template-columns: repeat(3, 250px);
    justify-content: center;
    gap: 70px 109px;
  }
}

/* Actualites: native event timeline rebuilt from the archived Wix repeater. */
.gps-actualites-container {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.gps-actualites-lead {
  display: grid;
  min-height: 550px;
  place-items: center;
  padding: clamp(28px, 5vw, 58px) 20px;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)), var(--gps-actualites-lead-bg, none);
  background-position: center;
  background-size: cover;
}

.gps-actualites-lead figure {
  width: min(100%, 465px);
  margin: 0;
}

.gps-actualites-lead img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  box-shadow: 0 10px 34px rgb(0 0 0 / 10%);
}

.gps-actualites-timeline {
  background: #f4f4f4;
}

.gps-actualites-event {
  position: relative;
  overflow: hidden;
  border-top: 24px solid #999;
  background: #f5f5f5;
  isolation: isolate;
}

.gps-actualites-event::before {
  position: absolute;
  z-index: -2;
  inset: -10%;
  background-image: var(--gps-actualites-bg, none);
  background-position: center;
  background-size: cover;
  content: "";
  filter: saturate(0.7);
  opacity: 0.075;
  transform: scale(1.08);
}

.gps-actualites-event::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(100deg, rgb(255 255 255 / 53%), rgb(246 246 246 / 72%));
  content: "";
}

.gps-actualites-event:nth-child(4n + 2)::after {
  background: linear-gradient(105deg, rgb(240 245 249 / 65%), rgb(255 255 255 / 73%));
}

.gps-actualites-event:nth-child(4n + 3)::after {
  background: linear-gradient(105deg, rgb(255 247 241 / 65%), rgb(255 255 255 / 73%));
}

.gps-actualites-event__inner {
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
  padding-block: clamp(58px, 7vw, 88px);
}

.gps-actualites-event--reverse .gps-actualites-event__media {
  order: 2;
}

.gps-actualites-event--reverse .gps-actualites-event__copy {
  order: 1;
}

.gps-actualites-event--split .gps-actualites-event__inner {
  grid-template-columns: minmax(205px, 0.8fr) minmax(0, 1.2fr) minmax(205px, 0.8fr);
  gap: clamp(26px, 4vw, 56px);
}

.gps-actualites-event__media {
  display: grid;
  align-items: center;
  gap: 18px;
  justify-items: center;
}

.gps-actualites-event__media figure {
  width: 100%;
  margin: 0;
}

.gps-actualites-event__media a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gps-actualites-event__media img {
  width: 100%;
  max-height: 425px;
  object-fit: contain;
  filter: drop-shadow(0 9px 20px rgb(0 0 0 / 9%));
}

.gps-actualites-event__media figure:not(:only-child) img {
  max-height: 220px;
}

.gps-actualites-event__copy {
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  background: rgb(255 255 255 / 68%);
  box-shadow: 0 7px 28px rgb(34 30 35 / 4%);
}

.gps-actualites-event__copy h2 {
  margin: 0 0 22px;
  color: #bf2528;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.08;
  text-transform: uppercase;
}

.gps-actualites-event__copy h2 span {
  display: block;
  margin-top: 5px;
}

.gps-actualites-event__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid #20186a;
  margin-bottom: 22px;
  font-family: var(--gps-condensed);
  font-size: 0.78rem;
  line-height: 1.3;
}

.gps-actualites-event__meta > span:first-child {
  display: inline-flex;
  align-items: baseline;
  gap: 13px;
}

.gps-actualites-event__meta small {
  color: #6b676d;
  font-size: 0.72rem;
}

.gps-actualites-event__meta strong {
  color: #26216c;
  font-size: 0.93rem;
  letter-spacing: 0.04em;
}

.gps-actualites-event__date {
  flex: 0 0 auto;
  color: #cc3434;
  font-weight: 700;
}

.gps-actualites-event__body p,
.gps-actualites-event__body li {
  margin-bottom: 8px;
  font-family: var(--gps-condensed);
  font-size: 0.91rem;
  line-height: 1.48;
}

.gps-actualites-event__body p:first-child {
  color: #a71f21;
  font-weight: 700;
}

.gps-actualites-event__body ul,
.gps-actualites-event__body ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.gps-actualites-event__body a {
  color: #3b373d;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

@media (min-width: 981px) {
  .gps-actualites-lead {
    height: 690px;
    min-height: 690px;
    padding: 24px 20px;
  }

  .gps-actualites-lead figure {
    width: 551px;
    height: 642px;
    transform: translateX(26.5px);
  }

  .gps-actualites-lead img {
    width: 551px;
    height: 642px;
    max-height: none;
    object-fit: contain;
    box-shadow: none;
  }

  .gps-actualites-event {
    border-top-width: 40px;
  }

  .gps-actualites-event__inner {
    width: 980px;
    height: var(--gps-actualites-row-height, 608px);
    min-height: var(--gps-actualites-row-height, 608px);
    padding-block: 0;
  }

  .gps-actualites-event:nth-child(-n + 3) .gps-actualites-event__inner {
    grid-template-columns: 354px 468px;
    align-items: start;
    gap: 31px;
    padding: 0 34px 0 93px;
  }

  .gps-actualites-event--split .gps-actualites-event__inner {
    grid-template-columns: 260px 330px 260px;
    gap: 30px;
    padding-inline: 35px;
  }

  .gps-actualites-event:nth-child(-n + 3) .gps-actualites-event__media {
    width: 354px;
    margin-top: 186px;
  }

  .gps-actualites-event:nth-child(3) .gps-actualites-event__media {
    margin-top: 222px;
  }

  .gps-actualites-event:nth-child(-n + 3) .gps-actualites-event__media img {
    width: 354px;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .gps-actualites-event__copy {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .gps-actualites-event:nth-child(-n + 3) .gps-actualites-event__copy {
    width: 468px;
    margin-top: 78px;
  }

  .gps-actualites-event__copy h2 {
    height: auto;
    margin: 0 0 22px;
    color: var(--gps-charcoal);
    font-family: var(--gps-display);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 41px;
    text-transform: none;
  }

  .gps-actualites-event:nth-child(-n + 3) .gps-actualites-event__copy h2 {
    width: 401px;
    min-height: 82px;
    margin-bottom: 53px;
  }

  .gps-actualites-event__copy h2 span {
    margin-top: 0;
  }

  .gps-actualites-event:nth-child(-n + 3) .gps-actualites-event__body {
    width: 456px;
    margin-left: 12px;
  }

  .gps-actualites-event__body p,
  .gps-actualites-event__body li {
    margin-bottom: 0;
    font-family: var(--gps-display);
    font-size: 15px;
    line-height: 21px;
  }

  .gps-actualites-event__body p:first-child {
    color: var(--gps-charcoal);
    font-weight: 400;
    line-height: 25.5px;
  }
}

@media (max-width: 980px) {
  .gps-actualites-event__inner,
  .gps-actualites-event--split .gps-actualites-event__inner {
    grid-template-columns: minmax(210px, 0.82fr) minmax(0, 1.18fr);
    gap: 30px;
  }

  .gps-actualites-event--split .gps-actualites-event__media--secondary {
    grid-column: 1;
    grid-row: 2;
  }

  .gps-actualites-event--split .gps-actualites-event__copy {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 760px) {
  .gps-actualites-container {
    width: min(100% - 26px, 1120px);
  }

  .gps-actualites-lead {
    min-height: 0;
    padding-block: 30px;
  }

  .gps-actualites-lead figure {
    width: min(80vw, 440px);
  }

  .gps-actualites-event {
    border-top-width: 15px;
  }

  .gps-actualites-event__inner,
  .gps-actualites-event--split .gps-actualites-event__inner {
    min-height: 0;
    grid-template-columns: minmax(118px, 0.76fr) minmax(0, 1.24fr);
    gap: 18px;
    padding-block: 44px;
  }

  .gps-actualites-event__copy {
    padding: 18px 16px;
  }

  .gps-actualites-event__copy h2 {
    margin-bottom: 13px;
    font-size: clamp(1.05rem, 4.4vw, 1.35rem);
  }

  .gps-actualites-event__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 9px;
    border-bottom-width: 2px;
    margin-bottom: 14px;
    font-size: 0.65rem;
  }

  .gps-actualites-event__meta small {
    font-size: 0.61rem;
  }

  .gps-actualites-event__meta strong {
    font-size: 0.72rem;
  }

  .gps-actualites-event__body p,
  .gps-actualites-event__body li {
    margin-bottom: 5px;
    font-size: 0.75rem;
    line-height: 1.42;
  }

  .gps-actualites-event__media img {
    max-height: 330px;
  }

  .gps-actualites-event__media figure:not(:only-child) img {
    max-height: 160px;
  }
}

@media (max-width: 480px) {
  .gps-actualites-container {
    width: min(100% - 18px, 1120px);
  }

  .gps-actualites-event__inner,
  .gps-actualites-event--split .gps-actualites-event__inner {
    grid-template-columns: minmax(108px, 0.72fr) minmax(0, 1.28fr);
    gap: 9px;
    padding-block: 34px;
  }

  .gps-actualites-event__copy {
    padding: 14px 10px;
  }

  .gps-actualites-event__copy h2 {
    font-size: clamp(0.95rem, 4.5vw, 1.15rem);
    letter-spacing: 0.025em;
  }

  .gps-actualites-event__body p,
  .gps-actualites-event__body li {
    font-size: 0.69rem;
    line-height: 1.4;
  }
}

@media (max-width: 340px) {
  .gps-actualites-event__inner,
  .gps-actualites-event--split .gps-actualites-event__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .gps-actualites-event--reverse .gps-actualites-event__media,
  .gps-actualites-event--reverse .gps-actualites-event__copy,
  .gps-actualites-event--split .gps-actualites-event__media--secondary,
  .gps-actualites-event--split .gps-actualites-event__copy {
    grid-column: auto;
    grid-row: auto;
    order: initial;
  }
}

@media print {
  .gps-actualites-event {
    break-inside: avoid;
    border-top: 1px solid #999;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .gps-site-header,
  .gps-partners,
  .gps-whatsapp,
  .gps-footer-navigation,
  .gps-map-card,
  .gps-button,
  .gps-post-navigation {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  a {
    color: #000;
  }

  .gps-page-hero,
  .gps-local-hero,
  .gps-discipline-intro {
    min-height: 0;
    padding-block: 25px;
    color: #000;
    background: #fff;
  }

  .gps-page-hero h1,
  .gps-local-hero h1,
  .gps-discipline-intro h1 {
    color: #000;
  }
}
