/* ============================================================
   GOLF FEDERATION — CUSTOM THEME
   Base: Bootstrap 5 (bootstrap5 Drupal theme)
   Palette: Navy Blue + Gold
   ============================================================ */

/* ── CSS Variables ────────────────────────────────────────── */
:root {
  /* Navy */
  --gf-navy: #0b1f3a;
  --gf-navy-mid: #173459;
  --gf-navy-light: #ebf0f6;
  /* Gold */
  --gf-gold: #caa85c;
  --gf-gold-dark: #ac8940;
  --gf-gold-light: #f5ecdb;
  /* Neutrals */
  --gf-white: #ffffff;
  --gf-off-white: #f7f5f0;
  --gf-dark: #222222;
  --gf-gray: #6c757d;
  --gf-light-gray: #f0ede8;
  --gf-border: #ddd8cf;
  /* Layout */
  --gf-section-pad: 5rem 0;
  --gf-radius: 16px;
  --gf-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  --gf-shadow-hover: 0 8px 32px rgba(0, 0, 0, .18);
  --gf-transition: .25s ease;
  --gf-header-offset: 118px;
  --gf-status-upcoming-bg: #eef3f8;
  --gf-status-upcoming-text: #31455d;
  --gf-status-upcoming-border: #c9d6e3;
  --gf-status-registration-open-bg: #e6f3eb;
  --gf-status-registration-open-text: #175a37;
  --gf-status-registration-open-border: #9dcdb0;
  --gf-status-in-progress-bg: #e8f1fb;
  --gf-status-in-progress-text: #1f5589;
  --gf-status-in-progress-border: #a7c7e6;
  --gf-status-finished-bg: #eef1f4;
  --gf-status-finished-text: #465261;
  --gf-status-finished-border: #cdd5de;
  --gf-status-cancelled-bg: #f5ecec;
  --gf-status-cancelled-text: #7a2f2f;
  --gf-status-cancelled-border: #d8b4b4;
  --gf-status-rescheduled-bg: #eef4fb;
  --gf-status-rescheduled-text: #28537a;
  --gf-status-rescheduled-border: #b8cbe0;
  --fmg-font-heading: "Montserrat", sans-serif;
}

/* H1 typography is a site-wide brand invariant; page-specific scale remains intact. */
body h1 {
  font-family: var(--fmg-font-heading) !important;
}

/* Restored modular footer: scoped to the two editorial block templates. */
#site-footer.site-footer {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: #061a35;
  color: #f7f8fb;
}

#site-footer .region-footer-institutional {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 0;
}

#site-footer .region-footer-institutional>.block {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.fmg-footer-partners {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  color: var(--fp-text);
  background: linear-gradient(145deg, var(--fp-bg), var(--fp-bg-2));
}

.fmg-footer-partners *,
.fmg-footer-institutional * {
  box-sizing: border-box;
}

.fmg-footer-partners__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: min(100%, var(--fp-max));
  min-height: 0;
  margin: 0 auto;
  padding: var(--fp-top) var(--fp-side) var(--fp-bottom);
  gap: var(--fp-gap);
}

.fmg-footer-partners__inner--divided {
  border-bottom: 1px solid color-mix(in srgb, var(--fp-divider) 75%, transparent);
}

.fmg-footer-partners__group {
  position: relative;
  display: flex;
  flex: 0 1 var(--fpg-width);
  flex-direction: column;
  align-items: var(--fpg-align);
  justify-content: flex-start;
  min-width: 0;
  padding-top: var(--fpg-top);
  padding-bottom: var(--fpg-bottom);
  text-align: var(--fpg-align);
}

.fmg-footer-partners__title,
#site-footer .fmg-footer-partners__title {
  margin: 0 0 36px;
  color: var(--fpg-title, var(--fp-heading));
  font-size: clamp(.78rem, .7rem + .24vw, 1rem);
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.fmg-footer-partners__logos,
#site-footer .fmg-footer-partners__logos {
  display: grid;
  grid-template-columns: repeat(var(--fpg-columns), minmax(0, 1fr));
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: var(--fpg-gap);
  list-style: none;
}

#site-footer .fmg-footer-partners__item {
  display: flex;
  align-items: center;
  justify-content: var(--fpi-align);
  min-width: 0;
  margin: 0;
  padding: var(--fpi-padding);
}

#site-footer .fmg-footer-partners__item::before {
  content: none;
}

.fmg-footer-partners__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 3px;
}

.fmg-footer-partners__link:focus-visible {
  outline: 2px solid var(--fp-heading);
  outline-offset: 8px;
}

#site-footer .fmg-footer-partners__logo {
  display: block;
  width: min(var(--fpi-desktop), 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
}

.fmg-footer-partners__divider {
  position: relative;
  flex: 0 0 1px;
  align-self: stretch;
  width: 1px;
  min-height: 0;
  margin: 0 4px;
  background: var(--fp-divider);
}

.fmg-footer-partners__divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background: var(--fp-heading);
  transform: translate(-50%, -50%) rotate(45deg);
}

.fmg-footer-institutional {
  position: relative;
  width: 100%;
  margin: 0;
  color: var(--fi-text);
  font-size: var(--fi-text-size);
  background: linear-gradient(145deg, var(--fi-bg), var(--fi-bg-2));
}

.fmg-footer-institutional__inner {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--fi-max));
  margin: 0 auto;
  padding: 44px 40px 28px;
}

.fmg-footer-institutional__inner--decorated::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -12vw;
  width: 520px;
  height: 320px;
  opacity: .14;
  background: repeating-radial-gradient(ellipse at 10% 100%, transparent 0 24px, var(--fi-separator) 25px 26px, transparent 27px 42px);
  content: '';
  pointer-events: none;
}

.fmg-footer-institutional__main {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(260px, 1.08fr) minmax(210px, .88fr);
  align-items: center;
  gap: var(--fi-col-gap);
}

.fmg-footer-institutional__main--separated>*+* {
  position: relative;
}

.fmg-footer-institutional__main--separated>*+*::before {
  position: absolute;
  top: 50%;
  left: calc(var(--fi-col-gap) / -2);
  width: 1px;
  height: min(150px, 100%);
  background: var(--fi-separator);
  content: '';
  transform: translateY(-50%);
}

.fmg-footer-institutional__identity {
  text-align: center;
}

.fmg-footer-institutional__logo-link {
  display: inline-block;
  border-radius: 3px;
}

.fmg-footer-institutional__logo-link:focus-visible {
  outline: 2px solid var(--fi-accent);
  outline-offset: 8px;
}

.fmg-footer-institutional__logo {
  display: block;
  width: min(100%, var(--fi-logo-desktop));
  height: auto;
  margin: auto;
  object-fit: contain;
}

.fmg-footer-institutional__statement {
  color: var(--fi-secondary);
  line-height: 1.65;
}

.fmg-footer-institutional__social {
  align-self: center;
}

#site-footer .fmg-footer-institutional__statement p {
  margin: 0 0 .45rem;
  color: inherit;
}

.fmg-footer-institutional__heading,
#site-footer .fmg-footer-institutional__heading {
  margin: 0 0 24px;
  color: var(--fi-heading);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.fmg-footer-institutional__contact-list,
#site-footer .fmg-footer-institutional__contact-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

#site-footer .fmg-footer-institutional__contact-list li {
  margin: 0;
  padding: 0;
}

#site-footer .fmg-footer-institutional__contact-list li::before {
  content: none;
}

.fmg-footer-institutional__contact-list a,
.fmg-footer-institutional__address {
  display: grid;
  grid-template-columns: var(--fi-icon-size) minmax(0, 1fr);
  align-items: start;
  color: var(--fi-secondary);
  gap: 16px;
  line-height: 1.45;
  text-decoration: none;
}

.fmg-footer-institutional__contact-list a:hover,
.fmg-footer-institutional__contact-list a:focus-visible {
  color: var(--fi-text);
}

.fmg-footer-institutional__contact-icon {
  display: inline-flex;
  width: var(--fi-icon-size);
  height: var(--fi-icon-size);
  align-items: center;
  justify-content: center;
  color: var(--fi-contact-icon);
  border: 1px solid var(--fi-icon-border);
  border-radius: 50%;
  background: var(--fi-icon-bg);
}

.fmg-footer-institutional__contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fmg-footer-institutional__address address {
  margin: 0;
  color: var(--fi-secondary);
  font: inherit;
}

.fmg-footer-institutional__address address span {
  display: block;
}

.fmg-footer-institutional__social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

#site-footer .fmg-footer-institutional__social-links a {
  display: inline-flex;
  width: var(--fi-icon-size);
  height: var(--fi-icon-size);
  align-items: center;
  justify-content: center;
  color: var(--fi-social-icon);
  border: 1px solid var(--fi-icon-border);
  border-radius: 50%;
  background: var(--fi-icon-bg);
}

.fmg-footer-institutional__social-links a:hover {
  color: var(--fi-accent);
  transform: translateY(-2px);
}

.fmg-footer-institutional__social-links a:focus-visible {
  outline: 2px solid var(--fi-accent);
  outline-offset: 5px;
}

.fmg-footer-institutional__social-icon,
.fmg-footer-institutional__social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.fmg-footer-institutional__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--fi-v-gap);
  padding-top: 28px;
  color: var(--fi-secondary);
  gap: 32px;
}

.fmg-footer-institutional__bottom--separated {
  border-top: 1px solid var(--fi-separator);
}

.fmg-footer-institutional__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

#site-footer .fmg-footer-institutional__legal a {
  color: var(--fi-secondary);
  text-decoration: none;
}

#site-footer .fmg-footer-institutional__legal a:hover,
#site-footer .fmg-footer-institutional__legal a:focus-visible {
  color: var(--fi-text);
  text-decoration: underline;
  text-underline-offset: 4px;
}

#site-footer .fmg-footer-institutional__copyright {
  margin: 0;
  color: var(--fi-secondary);
  text-align: right;
}

@media (max-width: 1100px) {
  .fmg-footer-partners__inner {
    gap: 32px;
  }

  #site-footer .fmg-footer-partners__logo {
    width: min(var(--fpi-tablet), 100%);
    max-width: 100%;
  }

  .fmg-footer-partners__group {
    align-items: var(--fpg-align-tablet);
    text-align: var(--fpg-align-tablet);
  }

  .fmg-footer-partners__logos {
    grid-template-columns: repeat(var(--fpg-columns-tablet), minmax(0, 1fr));
  }

  .fmg-footer-institutional__main {
    grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.1fr);
  }

  .fmg-footer-institutional__social {
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
  }

  .fmg-footer-institutional__main--separated>*+*::before {
    content: none;
  }

  .fmg-footer-institutional__logo {
    width: min(100%, var(--fi-logo-tablet));
  }
}

@media (max-width: 900px) {
  .fmg-footer-partners__inner {
    display: block;
    width: min(100%, var(--fp-mobile-max));
    min-height: 0;
    padding: max(42px, var(--fp-top)) clamp(18px, 6vw, 34px) max(36px, var(--fp-bottom));
  }

  .fmg-footer-partners__group {
    width: 100%;
    max-width: none;
    align-items: var(--fpg-align-mobile);
    text-align: var(--fpg-align-mobile);
  }

  .fmg-footer-partners__title,
  #site-footer .fmg-footer-partners__title {
    margin-bottom: 26px;
  }

  .fmg-footer-partners__logos,
  #site-footer .fmg-footer-partners__logos {
    grid-template-columns: repeat(var(--fpg-columns-mobile), minmax(0, 1fr));
    gap: clamp(18px, var(--fpg-gap), 32px);
  }

  .fmg-footer-partners__divider {
    display: block;
    width: 100%;
    min-height: 1px;
    height: 1px;
    margin: 38px 0;
  }

  .fmg-footer-partners__divider span {
    width: 9px;
    height: 9px;
  }

  .fmg-footer-institutional__inner {
    padding: 44px clamp(20px, 7vw, 34px) 28px;
  }

  .fmg-footer-institutional__inner--decorated::before {
    left: 0;
    width: 100%;
  }

  .fmg-footer-institutional__main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 38px;
    text-align: center;
  }

  .fmg-footer-institutional__main--separated>*+* {
    padding-top: 30px;
    border-top: 1px solid var(--fi-separator);
  }

  .fmg-footer-institutional__social {
    align-self: stretch;
  }

  .fmg-footer-institutional__logo {
    width: min(100%, var(--fi-logo-mobile));
  }

  .fmg-footer-institutional__statement {
    max-width: 420px;
    margin: auto;
  }

  .fmg-footer-institutional__contact-list {
    max-width: 390px;
    margin: auto;
    text-align: left;
  }

  .fmg-footer-institutional__social-links {
    justify-content: center;
  }

  .fmg-footer-institutional__bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    text-align: center;
  }

  .fmg-footer-institutional__legal {
    justify-content: center;
  }

  #site-footer .fmg-footer-institutional__copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #site-footer .fmg-footer-partners__logo {
    width: min(var(--fpi-mobile), 100%);
    max-width: 100%;
  }
}

@media (max-width: 380px) {

  .fmg-footer-partners__logos,
  #site-footer .fmg-footer-partners__logos {
    grid-template-columns: 1fr;
  }

  .fmg-footer-institutional__legal {
    flex-direction: column;
  }

  .fmg-footer-institutional__legal span {
    display: none;
  }
}

/* Per-slide Homepage Hero design controls. Declarations without a fallback
   remain inactive when the corresponding optional field is empty. */
.gf-homepage-section--hero .hero-slide .hero-slide__title,
.gf-homepage-section--hero .hero-slide .hero-slide__title-link {
  color: var(--hero-title-color);
  font-family: var(--hero-title-font);
  font-size: var(--gf-hero-title-size, var(--hero-title-size));
  font-weight: var(--hero-title-weight);
  line-height: var(--hero-title-line);
  letter-spacing: var(--hero-title-tracking);
  text-align: var(--hero-title-align);
  text-shadow: var(--hero-title-shadow);
  text-transform: var(--hero-title-transform);
}

.gf-homepage-section--hero .hero-slide .hero-slide__eyebrow {
  color: var(--hero-eyebrow-color);
  font-family: var(--hero-eyebrow-font);
  font-size: var(--gf-hero-subtitle-size, var(--hero-eyebrow-size));
  font-weight: var(--hero-eyebrow-weight);
  line-height: var(--hero-eyebrow-line);
  letter-spacing: var(--hero-eyebrow-tracking);
  text-align: var(--hero-eyebrow-align);
  text-shadow: var(--hero-eyebrow-shadow);
  text-transform: var(--hero-eyebrow-transform);
}

.gf-homepage-section--hero .hero-slide .hero-slide__subtitle {
  color: var(--hero-description-color);
  font-family: var(--hero-description-font);
  font-size: var(--gf-hero-description-size, var(--hero-description-size));
  font-weight: var(--hero-description-weight);
  line-height: var(--hero-description-line);
  letter-spacing: var(--hero-description-tracking);
  text-align: var(--hero-description-align);
  text-shadow: var(--hero-description-shadow);
}

.gf-homepage-section--hero .hero-slide .hero-slide__cta {
  font-family: var(--hero-cta-font);
  font-size: var(--gf-hero-cta-size, var(--hero-cta-size));
  font-weight: var(--hero-cta-weight);
  letter-spacing: var(--hero-cta-tracking);
  text-transform: var(--hero-cta-transform);
}

.gf-homepage-section--hero .hero-slide .hero-slide__cta:hover,
.gf-homepage-section--hero .hero-slide .hero-slide__cta:focus-visible {
  border-color: var(--hero-cta-hover-border);
  background: var(--hero-cta-hover-bg);
  color: var(--hero-cta-hover-color);
}

.gf-homepage-section--hero .hero-slide--has-content-panel .hero-slide__content {
  border-radius: clamp(.75rem, 1.4vw, 1.25rem);
  background: var(--hero-content-panel-bg);
  box-shadow: 0 16px 42px rgba(3, 10, 20, .16);
  backdrop-filter: blur(8px);
}

.gf-homepage-section--hero .hero-slide.hero-slide--effect-dark-overlay::after,
.gf-homepage-section--hero .hero-slide.hero-slide--effect-light-overlay::after {
  background: rgba(var(--hero-overlay-rgb), var(--hero-overlay-opacity, .45));
}

.gf-homepage-section--hero .hero-slide.hero-slide--effect-gradient-left::after {
  background: linear-gradient(90deg, rgba(var(--hero-overlay-rgb), var(--hero-overlay-opacity, .45)), rgba(var(--hero-overlay-rgb), 0) 65%);
}

.gf-homepage-section--hero .hero-slide.hero-slide--effect-gradient-bottom::after {
  background: linear-gradient(0deg, rgba(var(--hero-overlay-rgb), var(--hero-overlay-opacity, .45)), rgba(var(--hero-overlay-rgb), 0) 65%);
}

/* ── Global reset ─────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Manrope', 'Avenir Next', 'Segoe UI', sans-serif;
  color: var(--gf-dark);
  background: var(--gf-white);
  line-height: 1.6;
}

html,
body {
  height: 100%;
}

.dialog-off-canvas-main-canvas {
  min-height: 100%;
}

/* All pages get header-height padding so content is never hidden behind the fixed header.
  The frontpage hero sits beneath the transparent header, so it is excluded and
  the header can overlay the media area without pushing content down. */
body:not(.path-frontpage) {
  padding-top: var(--gf-header-offset);
}

/* Toolbar bar only (tray closed) — Drupal bar is 39px */
body.toolbar-horizontal:not(.toolbar-tray-open):not(.path-frontpage),
body.toolbar-fixed:not(.toolbar-tray-open):not(.path-frontpage),
body.user-logged-in.toolbar-horizontal:not(.toolbar-tray-open):not(.path-frontpage),
body.user-logged-in.toolbar-fixed:not(.toolbar-tray-open):not(.path-frontpage) {
  padding-top: calc(var(--gf-header-offset) + var(--drupal-toolbar-height, 39px));
}

/* Toolbar bar + secondary tray open — 79px total */
body.toolbar-horizontal.toolbar-tray-open:not(.path-frontpage),
body.toolbar-fixed.toolbar-tray-open:not(.path-frontpage),
body.user-logged-in.toolbar-horizontal.toolbar-tray-open:not(.path-frontpage),
body.user-logged-in.toolbar-fixed.toolbar-tray-open:not(.path-frontpage) {
  padding-top: calc(var(--gf-header-offset) + var(--drupal-toolbar-height, 79px));
}

a {
  color: var(--gf-navy-mid);
  text-decoration: none;
  transition: color var(--gf-transition);
}

a:hover {
  color: var(--gf-gold-dark);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* ── Typography helpers ───────────────────────────────────── */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gf-navy);
  position: relative;
  text-align: center;
  margin: 0 auto 2rem;
}

.section-title::after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 3px;
  background: var(--gf-gold);
  margin: .75rem auto 0;
}

.section-subtitle {
  color: var(--gf-gray);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

/* ── Institutional and Clubs hubs ────────────────────────── */
.gf-hub {
  padding-bottom: 3.5rem;
  background:
    radial-gradient(circle at 88% 6%, rgba(202, 168, 92, .15), transparent 40%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
}

.gf-hub__hero {
  padding-top: clamp(1.5rem, 2vw, 2.1rem);
  padding-bottom: 1.4rem;
}

.gf-hub__eyebrow {
  margin: 0 0 .45rem;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gf-navy-mid);
  font-weight: 700;
}

.gf-hub__title {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.85rem, 2.4vw, 2.7rem);
  line-height: 1.15;
}

.gf-hub__lead {
  margin: .9rem 0 0;
  color: #3c4f67;
  max-width: 65ch;
}

.gf-hub__overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.gf-hub-card {
  background: #fff;
  border: 1px solid rgba(11, 31, 58, .1);
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(10, 24, 43, .08);
  padding: clamp(1rem, 1.8vw, 1.5rem);
}

.gf-hub-card h2 {
  margin: 0 0 .6rem;
  color: var(--gf-navy);
  font-size: 1.2rem;
}

.gf-values {
  margin-bottom: 1.4rem;
}

.gf-values h2,
.gf-cards-grid h2 {
  margin: 0 0 .9rem;
  color: var(--gf-navy);
  font-size: 1.35rem;
}

.gf-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .72rem;
}

.gf-value-card {
  background: linear-gradient(140deg, #0f2e52 0%, #173459 100%);
  border-radius: .85rem;
  color: #fff;
  min-height: 5.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .5rem .7rem;
  border: 1px solid rgba(255, 255, 255, .14);
}

.gf-value-card span {
  font-weight: 700;
  letter-spacing: .01em;
}

.gf-hub__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}

.gf-hub-panel {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, .1);
  padding: 1.05rem 1.15rem;
}

.gf-hub-panel h2 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--gf-navy);
}

.gf-hub-panel p {
  margin: .58rem 0 .8rem;
}

.gf-hub-panel ul,
.gf-quick-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .46rem;
}

.gf-hub-panel a,
.gf-quick-list a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-weight: 600;
}

.gf-hub-quick-grid,
.gf-cards-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.gf-hub-quick-card,
.gf-resource-card,
.gf-search-tile {
  border: 1px solid rgba(11, 31, 58, .12);
  border-radius: .85rem;
  background: #fff;
  display: grid;
  gap: .4rem;
  padding: .9rem .95rem;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gf-hub-quick-card:hover,
.gf-resource-card:hover,
.gf-search-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(202, 168, 92, .62);
  box-shadow: 0 12px 22px rgba(11, 31, 58, .1);
  text-decoration: none;
}

.gf-hub-quick-card strong,
.gf-resource-card strong,
.gf-search-tile h2 {
  color: var(--gf-navy);
  font-size: 1rem;
  margin: 0;
}

.gf-hub-quick-card span,
.gf-resource-card span,
.gf-search-tile p {
  color: #3d526e;
  font-size: .92rem;
}

.gf-clubes-search {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-bottom: 1rem;
}

.gf-map-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: .95rem;
  border: 1px solid rgba(11, 31, 58, .12);
  background: linear-gradient(128deg, #f4f8fc 0%, #ffffff 70%);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}

.gf-map-band h2 {
  margin: 0 0 .35rem;
  font-size: 1.2rem;
  color: var(--gf-navy);
}

.gf-map-band p {
  margin: 0;
  color: #3f526d;
}

/* Federación institucional landing. */
.gf-federacion-institucional {
  width: min(1320px, calc(100vw - 2rem));
  margin: 0 auto 3.5rem;
  color: var(--gf-navy);
}

.gf-federacion-institucional .gf-fed-eyebrow {
  display: inline-flex;
  color: var(--gf-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gf-fed-hero {
  display: grid;
  grid-template-columns: minmax(20rem, .95fr) minmax(20rem, .72fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: stretch;
  margin-top: clamp(1rem, 2vw, 1.75rem);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 100% 0, rgba(202, 168, 92, .16), transparent 20rem),
    linear-gradient(135deg, #082653, #0c326b);
  box-shadow: 0 24px 60px rgba(11, 31, 58, .16);
  overflow: hidden;
}

.gf-fed-hero__copy {
  padding: clamp(1.6rem, 4vw, 3.4rem);
}

.gf-fed-hero h1 {
  max-width: 12ch;
  margin: .75rem 0 1rem;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
}

.gf-fed-hero p {
  max-width: 55rem;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.65;
}

.gf-fed-hero__statement {
  display: flex;
  align-items: end;
  padding: clamp(1.25rem, 3vw, 2.4rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .1)),
    radial-gradient(circle at 100% 100%, rgba(202, 168, 92, .2), transparent 16rem);
}

.gf-fed-hero__statement p {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(202, 168, 92, .34);
  border-left: 5px solid var(--gf-gold);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .08);
}

.gf-fed-anchor-nav {
  display: flex;
  gap: .65rem;
  align-items: center;
  margin: clamp(1rem, 2vw, 1.4rem) 0;
  padding: .45rem;
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 28px rgba(11, 31, 58, .07);
  overflow-x: auto;
}

.gf-fed-anchor-nav a {
  flex: 0 0 auto;
  padding: .62rem .9rem;
  border-radius: 999px;
  color: var(--gf-navy);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.gf-fed-anchor-nav a:hover,
.gf-fed-anchor-nav a:focus-visible {
  background: rgba(202, 168, 92, .14);
  color: var(--gf-navy);
}

.gf-fed-section {
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}

.gf-fed-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(.9rem, 2vw, 1.3rem);
  border-bottom: 1px solid rgba(202, 168, 92, .45);
}

.gf-fed-section__header h2,
.gf-fed-mission-vision h2,
.gf-fed-quality h2 {
  margin: .25rem 0 .75rem;
  color: var(--gf-navy);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.gf-fed-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.85rem, 1.8vw, 1.25rem);
}

.gf-fed-work-grid article,
.gf-fed-mission-vision article,
.gf-fed-objectives article {
  border: 1px solid rgba(11, 31, 58, .09);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 16px 34px rgba(11, 31, 58, .08);
}

.gf-fed-work-grid article {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.gf-fed-work-grid article span {
  display: inline-flex;
  margin-bottom: .8rem;
  color: var(--gf-gold);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.gf-fed-work-grid h3,
.gf-fed-objectives h3 {
  margin: 0 0 .7rem;
  color: var(--gf-navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.18;
}

.gf-fed-work-grid p,
.gf-fed-mission-vision p,
.gf-fed-objectives li,
.gf-fed-quality p {
  margin: 0;
  color: #40536c;
  font-size: .98rem;
  line-height: 1.65;
}

.gf-fed-mission-vision {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(1rem, 2.4vw, 1.8rem);
  margin-top: clamp(1.5rem, 3vw, 2.8rem);
}

.gf-fed-mission-vision article {
  padding: clamp(1.25rem, 2.6vw, 2rem);
}

.gf-fed-mission-vision article:first-child {
  border-left: 5px solid var(--gf-gold);
}

.gf-fed-values ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-fed-values li {
  display: grid;
  place-items: center;
  min-height: 4rem;
  padding: .7rem;
  border: 1px solid rgba(202, 168, 92, .32);
  border-radius: .85rem;
  background: linear-gradient(135deg, #fff, #f8fbff);
  color: var(--gf-navy);
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 22px rgba(11, 31, 58, .05);
}

.gf-fed-objectives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.8rem);
}

.gf-fed-objectives article {
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.gf-fed-objectives ol {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding-left: 1.3rem;
}

.gf-fed-objectives li::marker {
  color: var(--gf-gold);
  font-weight: 900;
}

.gf-fed-quality {
  margin-top: clamp(1.5rem, 3vw, 2.8rem);
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border: 1px solid rgba(202, 168, 92, .36);
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .98)),
    radial-gradient(circle at 100% 0, rgba(202, 168, 92, .13), transparent 18rem);
  box-shadow: 0 20px 46px rgba(11, 31, 58, .08);
}

.gf-fed-quality p {
  max-width: 76rem;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
}

@media (max-width: 1199.98px) {

  .gf-fed-work-grid,
  .gf-fed-values ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {

  .gf-fed-hero,
  .gf-fed-mission-vision,
  .gf-fed-objectives {
    grid-template-columns: 1fr;
  }

  .gf-fed-hero h1 {
    max-width: 14ch;
  }
}

/* Homepage opening composition: premium Hero direction and attached shortcuts. */
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split .hero-slide__content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split .hero-slide__content::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 72%, rgb(181 138 50 / 8%) 72% 72.35%, transparent 72.35%),
    radial-gradient(ellipse at 8% 112%, transparent 0 39%, rgb(7 26 50 / 5%) 39.2% 39.6%, transparent 39.8% 49%, rgb(7 26 50 / 4%) 49.2% 49.55%, transparent 49.8%);
  content: "";
  pointer-events: none;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split .hero-slide__content>* {
  position: relative;
  z-index: 1;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta {
  min-height: 44px;
  padding: 0 1.05rem;
  gap: .65rem;
  border-width: 1px;
  border-radius: 2px;
  box-shadow: none;
  letter-spacing: .01em;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
  transition: transform 180ms ease;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta:hover::after,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta:focus-visible::after {
  transform: translateX(3px);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta:focus-visible {
  outline: 3px solid #d6b45d;
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .path-frontpage #block-golf-federation-homepage-hero .swiper-button-prev {
    left: .5rem;
  }

  .path-frontpage #block-golf-federation-homepage-hero .swiper-button-next {
    right: .5rem;
  }
}

.path-frontpage .gf-news-wheel__skip-link:not(:focus):not(:focus-visible) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--without-header,
.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--without-header .gf-services-fmg__inner,
.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--without-header .gf-services-fmg__viewport {
  margin-top: 0;
  padding-top: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--without-header {
  border-top: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:hover,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:focus-visible {
  z-index: 2;
  background-color: color-mix(in srgb, var(--gf-service-bg, #fff) 96%, #b58a32 4%);
  box-shadow: inset 0 -2px 0 rgb(181 138 50 / 42%);
  transform: translateY(-1px);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:focus-visible {
  outline: 3px solid #b58a32;
  outline-offset: -3px;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
  right: .68rem;
  bottom: .62rem;
  font-size: 1.12rem;
  transition: transform 180ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:hover .gf-services-fmg__card-arrow,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:focus-visible .gf-services-fmg__card-arrow {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {

  .path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta::after,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
    transition: none;
  }

  .path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta:hover::after,
  .path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta:focus-visible::after,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:hover,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:focus-visible,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:hover .gf-services-fmg__card-arrow,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:focus-visible .gf-services-fmg__card-arrow {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .gf-federacion-institucional {
    width: min(100%, calc(100vw - 1.25rem));
  }

  .gf-fed-hero__copy,
  .gf-fed-hero__statement,
  .gf-fed-quality {
    padding: 1.1rem;
  }

  .gf-fed-work-grid,
  .gf-fed-values ul {
    grid-template-columns: 1fr;
  }

  .gf-fed-anchor-nav {
    border-radius: 1rem;
  }
}

@media (max-width: 1023.98px) {
  .gf-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gf-hub-quick-grid,
  .gf-cards-grid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {

  .gf-hub__overview,
  .gf-hub__split,
  .gf-clubes-search {
    grid-template-columns: 1fr;
  }

  .gf-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gf-hub-quick-grid,
  .gf-cards-grid__inner {
    grid-template-columns: 1fr;
  }

  .gf-map-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn-golf {
  display: inline-block;
  background: var(--gf-gold);
  color: var(--gf-navy);
  border: 2px solid var(--gf-gold);
  padding: .65rem 1.75rem;
  border-radius: var(--gf-radius);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background var(--gf-transition), border-color var(--gf-transition), color var(--gf-transition), transform var(--gf-transition);
  text-decoration: none;
}

.btn-golf:hover {
  background: var(--gf-gold-dark);
  border-color: var(--gf-gold-dark);
  color: var(--gf-white);
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-golf-outline {
  display: inline-block;
  background: transparent;
  color: var(--gf-white);
  border: 2px solid rgba(255, 255, 255, .7);
  padding: .65rem 1.75rem;
  border-radius: var(--gf-radius);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: all var(--gf-transition);
  text-decoration: none;
}

.btn-golf-outline:hover {
  background: rgba(255, 255, 255, .15);
  border-color: var(--gf-white);
  color: var(--gf-white);
  transform: translateY(-1px);
  text-decoration: none;
}

/* ============================================================
   HEADER & RESPONSIVE NAVBAR
   Bootstrap 5 navbar integration
   ============================================================ */
.site-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: none;
  /* Toolbar offset inherited by .navbar for scroll-hide translateY calc */
  --gf-header-toolbar-offset: 0px;
}

body.toolbar-horizontal:not(.toolbar-tray-open) .site-header,
body.toolbar-fixed:not(.toolbar-tray-open) .site-header,
body.user-logged-in.toolbar-horizontal:not(.toolbar-tray-open) .site-header,
body.user-logged-in.toolbar-fixed:not(.toolbar-tray-open) .site-header {
  top: var(--drupal-toolbar-height, 39px);
  z-index: 499;
  --gf-header-toolbar-offset: var(--drupal-toolbar-height, 39px);
}

body.toolbar-horizontal.toolbar-tray-open .site-header,
body.toolbar-fixed.toolbar-tray-open .site-header,
body.user-logged-in.toolbar-horizontal.toolbar-tray-open .site-header,
body.user-logged-in.toolbar-fixed.toolbar-tray-open .site-header {
  top: var(--drupal-toolbar-height, 79px);
  z-index: 499;
  --gf-header-toolbar-offset: var(--drupal-toolbar-height, 79px);
}

/* Bootstrap 5 navbar reset & base */
.site-header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  backdrop-filter: blur(0);
  padding: 0;
  min-height: 68px;
  z-index: 999;
  transition: background .4s ease, box-shadow .4s ease, backdrop-filter .4s ease, transform .3s ease;
}

body.toolbar-horizontal:not(.toolbar-tray-open) .site-header .navbar,
body.toolbar-fixed:not(.toolbar-tray-open) .site-header .navbar,
body.user-logged-in.toolbar-horizontal:not(.toolbar-tray-open) .site-header .navbar,
body.user-logged-in.toolbar-fixed:not(.toolbar-tray-open) .site-header .navbar {
  top: var(--drupal-toolbar-height, 39px);
  z-index: 498;
}

body.toolbar-horizontal.toolbar-tray-open .site-header .navbar,
body.toolbar-fixed.toolbar-tray-open .site-header .navbar,
body.user-logged-in.toolbar-horizontal.toolbar-tray-open .site-header .navbar,
body.user-logged-in.toolbar-fixed.toolbar-tray-open .site-header .navbar {
  top: var(--drupal-toolbar-height, 79px);
  z-index: 498;
}

.site-header .navbar>.container-xl {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.site-header .gf-nav-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.site-header .gf-nav-balance {
  grid-column: 1;
}

.site-header .gf-nav-menu-wrap {
  grid-column: 2;
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 100%;
}

.site-header .gf-nav-utilities {
  grid-column: 3;
  justify-self: end;
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  gap: .65rem;
  justify-content: flex-end;
  margin-left: 0;
  white-space: nowrap;
  min-width: max-content;
  z-index: 2;
}

.site-header .gf-logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .55rem;
}

.site-header .navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  backdrop-filter: blur(10px);
}

/* Scroll-direction hide: slides navbar above viewport (Apple-style) */
.site-header.site-header--hidden .navbar {
  transform: translateY(calc(-100% - var(--gf-header-toolbar-offset, 0px)));
}

/* Overlay variant (homepage hero) must remain fixed so the header
   follows the viewport on scroll — not scroll away with the page. */
.site-header.site-header--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.site-header.site-header--overlay .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(6, 16, 30, .38) 0%, rgba(6, 16, 30, 0) 100%);
}

.site-header.site-header--overlay .navbar.scrolled {
  background: white;
  box-shadow: 0 16px 40px rgba(4, 12, 24, .12);
  backdrop-filter: blur(16px);
}

/* Branding block inside navbar */
.site-header .site-branding {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .6rem 0;
}

.site-header .site-branding a {
  text-decoration: none;
}

.site-header .site-branding .site-logo img {
  max-height: 52px;
  width: auto;
}

.site-header .site-branding .site-name a {
  color: var(--gf-white);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .04em;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.site-header .site-branding .site-slogan {
  color: var(--gf-gold);
  font-size: .78rem;
  font-style: italic;
  display: block;
  line-height: 1.2;
}

.site-header .site-branding .site-name,
.site-header .site-branding .site-slogan,
.site-header .gf-brand-name {
  display: none;
}

/* Fallback: if no logo, show a text brand */
.site-header .navbar-brand {
  color: var(--gf-white);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .04em;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  padding: .75rem 0;
}

.site-header .navbar-brand:hover {
  color: var(--gf-gold);
}

.site-header .gf-brand-fallback {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.site-header .gf-brand-fallback img,
.site-header .gf-brand-link img {
  max-height: 52px;
  width: auto;
  transition: opacity .2s ease;
}

.site-header .gf-brand-name {
  color: var(--gf-white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03em;
}

/* Hamburger toggler */
.site-header .navbar-toggler {
  border: 1.5px solid rgba(255, 255, 255, .4);
  border-radius: .35rem;
  padding: .4rem .65rem;
  color: var(--gf-white);
  transition: border-color var(--gf-transition);
}

.site-header .navbar.scrolled .navbar-toggler {
  border-color: rgba(11, 31, 58, .3);
  color: var(--gf-navy);
}

.site-header .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .4);
  outline: none;
}

.site-header .navbar-toggler:hover {
  border-color: var(--gf-gold);
}

.site-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header .navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2811%2C31%2C58%2C0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navigation collapse area */
.site-header .navbar-collapse {
  background: transparent;
  justify-content: center;
  flex-basis: auto;
  flex-grow: 0;
  width: 100%;
  position: relative;
  align-items: center;
  overflow: visible;
  margin-top: 0;
}

.site-header .navbar.scrolled .navbar-collapse {
  background: #ffffff;
}

.site-header .navbar-nav {
  justify-content: center;
  width: auto;
  margin: 0;
}

@media (min-width: 1200px) {
  .site-header .gf-navbar-toggler {
    display: none;
  }

  .site-header .navbar-collapse {
    display: flex !important;
  }

  .site-header .navbar-collapse {
    justify-content: center;
  }
}

.site-header .gf-language-switcher {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.site-header .gf-language-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2.3rem;
  padding: .45rem .8rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  transition: border-color var(--gf-transition), color var(--gf-transition), background var(--gf-transition), box-shadow var(--gf-transition);
}

.site-header .gf-language-switcher__toggle:hover,
.site-header .gf-language-switcher__toggle:focus-visible,
.site-header .gf-language-switcher.is-open .gf-language-switcher__toggle {
  color: var(--gf-gold);
  border-color: var(--gf-gold);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 0 0 3px rgba(202, 168, 92, .16);
  text-decoration: none;
  outline: 0;
}

.site-header .navbar.scrolled .gf-language-switcher__toggle {
  border-color: rgba(11, 31, 58, .2);
  color: var(--gf-navy);
  background: rgba(255, 255, 255, .92);
}

.site-header .navbar.scrolled .gf-language-switcher__toggle:hover,
.site-header .navbar.scrolled .gf-language-switcher__toggle:focus-visible,
.site-header .navbar.scrolled .gf-language-switcher.is-open .gf-language-switcher__toggle {
  background: rgba(11, 31, 58, .04);
}

.site-header .gf-language-switcher__icon,
.site-header .gf-language-switcher__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.site-header .gf-language-switcher__icon svg,
.site-header .gf-language-switcher__chevron svg {
  display: block;
}

.site-header .gf-language-switcher__label {
  white-space: nowrap;
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header .gf-language-switcher__chevron {
  transition: transform var(--gf-transition);
}

.site-header .gf-language-switcher.is-open .gf-language-switcher__chevron {
  transform: rotate(180deg);
}

.site-header .gf-language-switcher nav,
.site-header .gf-language-switcher .links,
.site-header .gf-language-switcher ul {
  list-style: none;
  margin: 0;
  padding: .4rem;
  min-width: 12rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1rem;
  background: rgba(11, 31, 58, .96);
  box-shadow: 0 18px 40px rgba(3, 12, 24, .28);
}

.site-header .gf-language-switcher__panel {
  position: static;
}

.site-header .gf-language-switcher:not(.gf-language-switcher--enhanced) .links,
.site-header .gf-language-switcher:not(.gf-language-switcher--enhanced) ul,
.site-header .gf-language-switcher:not(.gf-language-switcher--enhanced) nav {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
}

.site-header .gf-language-switcher:not(.gf-language-switcher--enhanced) li {
  margin: 0;
}

.site-header .gf-language-switcher:not(.gf-language-switcher--enhanced) a {
  min-width: 2rem;
  padding: .35rem .5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .28);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
  justify-content: center;
}

.site-header .navbar.scrolled .gf-language-switcher:not(.gf-language-switcher--enhanced) a {
  border-color: rgba(11, 31, 58, .22);
}

.site-header .gf-language-switcher--enhanced nav,
.site-header .gf-language-switcher--enhanced .links,
.site-header .gf-language-switcher--enhanced ul {
  display: none;
}

.site-header .gf-language-switcher--enhanced .gf-language-switcher__panel {
  display: none;
}

.site-header .gf-language-switcher--enhanced.is-open nav,
.site-header .gf-language-switcher--enhanced.is-open .links,
.site-header .gf-language-switcher--enhanced.is-open ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + .35rem);
  z-index: 40;
}

.site-header .gf-language-switcher--enhanced.is-open .gf-language-switcher__panel {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + .35rem);
  z-index: 40;
}

.site-header .gf-language-switcher li {
  margin: 0;
}

.site-header .gf-language-switcher a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  width: 100%;
  padding: .65rem .8rem;
  border-radius: .8rem;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color var(--gf-transition), background var(--gf-transition), border-color var(--gf-transition);
}

.site-header .navbar.scrolled .gf-language-switcher nav,
.site-header .navbar.scrolled .gf-language-switcher .links,
.site-header .navbar.scrolled .gf-language-switcher ul {
  border-color: rgba(11, 31, 58, .1);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(11, 31, 58, .12);
}

.site-header .navbar.scrolled .gf-language-switcher a {
  color: var(--gf-navy);
}

.site-header .gf-language-switcher a:hover,
.site-header .gf-language-switcher a:focus-visible {
  color: var(--gf-gold);
  background: rgba(202, 168, 92, .12);
  border-color: rgba(202, 168, 92, .24);
  text-decoration: none;
  outline: 0;
}

.site-header .gf-language-switcher .is-active a,
.site-header .gf-language-switcher a[aria-current='true'] {
  color: var(--gf-gold);
  background: rgba(202, 168, 92, .14);
  border-color: rgba(202, 168, 92, .28);
  font-weight: 600;
}

.site-header .gf-mode-toggle {
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #ffffff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1;
  padding: .5rem .75rem;
  background: transparent;
  transition: all var(--gf-transition);
}

.site-header .navbar.scrolled .gf-mode-toggle {
  border-color: rgba(11, 31, 58, .24);
  color: var(--gf-navy);
}

.site-header .gf-mode-toggle:hover,
.site-header .gf-mode-toggle:focus,
.site-header .gf-mode-toggle[aria-pressed='true'] {
  color: var(--gf-gold);
  border-color: var(--gf-gold);
  text-decoration: none;
}

.site-header .gf-account-menu {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.site-header .gf-account-menu__toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2.3rem;
  padding: .45rem .85rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
  transition: border-color var(--gf-transition), color var(--gf-transition), background var(--gf-transition), box-shadow var(--gf-transition), transform var(--gf-transition);
}

.site-header .gf-account-menu__toggle:hover,
.site-header .gf-account-menu__toggle:focus-visible,
.site-header .gf-account-menu.is-open .gf-account-menu__toggle {
  color: var(--gf-gold);
  border-color: var(--gf-gold);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 0 0 3px rgba(202, 168, 92, .16);
  transform: translateY(-1px);
  text-decoration: none;
  outline: 0;
}

.site-header .navbar.scrolled .gf-account-menu__toggle {
  border-color: rgba(11, 31, 58, .2);
  color: var(--gf-navy);
  background: rgba(255, 255, 255, .92);
}

.site-header .navbar.scrolled .gf-account-menu__toggle:hover,
.site-header .navbar.scrolled .gf-account-menu__toggle:focus-visible,
.site-header .navbar.scrolled .gf-account-menu.is-open .gf-account-menu__toggle {
  background: rgba(11, 31, 58, .04);
}

.site-header .gf-account-menu__icon,
.site-header .gf-account-menu__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.site-header .gf-account-menu__label {
  white-space: nowrap;
  max-width: 8.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header .gf-account-menu__chevron {
  transition: transform var(--gf-transition);
}

.site-header .gf-account-menu.is-open .gf-account-menu__chevron {
  transform: rotate(180deg);
}

.site-header .gf-account-menu__panel {
  display: none;
}

.site-header .gf-account-menu.is-open .gf-account-menu__panel {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + .35rem);
  z-index: 42;
}

.site-header .gf-account-menu__list {
  list-style: none;
  margin: 0;
  padding: .4rem;
  min-width: 14.25rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1rem;
  background: rgba(11, 31, 58, .96);
  box-shadow: 0 18px 40px rgba(3, 12, 24, .28);
  opacity: 0;
  transform: translateY(6px);
  animation: gfUtilityMenuIn .18s ease forwards;
}

.site-header .navbar.scrolled .gf-account-menu__list {
  border-color: rgba(11, 31, 58, .1);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(11, 31, 58, .12);
}

.site-header .gf-account-menu__list li {
  margin: 0;
}

.site-header .gf-account-menu__list a,
.site-header .gf-account-menu__list button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: .65rem .8rem;
  border-radius: .8rem;
  border: 1px solid transparent;
  background: transparent;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition: color var(--gf-transition), background var(--gf-transition), border-color var(--gf-transition);
}

.site-header .navbar.scrolled .gf-account-menu__list a,
.site-header .navbar.scrolled .gf-account-menu__list button {
  color: var(--gf-navy);
}

.site-header .gf-account-menu__list a:hover,
.site-header .gf-account-menu__list a:focus-visible,
.site-header .gf-account-menu__list button:hover,
.site-header .gf-account-menu__list button:focus-visible {
  color: var(--gf-gold);
  background: rgba(202, 168, 92, .12);
  border-color: rgba(202, 168, 92, .24);
  text-decoration: none;
  outline: 0;
}

.site-header .gf-account-menu__separator {
  height: 1px;
  margin: .35rem .45rem;
  background: rgba(255, 255, 255, .14);
}

.site-header .navbar.scrolled .gf-account-menu__separator {
  background: rgba(11, 31, 58, .1);
}

.site-header .gf-account-menu__section-label,
.site-header .gf-account-menu__preference-label {
  display: block;
  padding: .45rem .8rem .25rem;
  color: rgba(255, 255, 255, .62);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.site-header .navbar.scrolled .gf-account-menu__section-label,
.site-header .navbar.scrolled .gf-account-menu__preference-label {
  color: rgba(11, 31, 58, .58);
}

.site-header .gf-account-menu__preference {
  display: grid;
  gap: .2rem;
}

.site-header .gf-account-menu__preference .gf-language-switcher {
  display: block;
  width: 100%;
  padding: 0 .35rem .2rem;
}

.site-header .gf-account-menu__preference .gf-language-switcher nav,
.site-header .gf-account-menu__preference .gf-language-switcher .links,
.site-header .gf-account-menu__preference .gf-language-switcher ul {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-header .gf-account-menu__preference .gf-language-switcher li {
  flex: 1 1 0;
}

.site-header .gf-account-menu__preference .gf-language-switcher a {
  justify-content: center;
  min-height: 2rem;
  padding: .45rem .55rem;
}

.site-header .gf-account-menu__list .gf-mode-toggle--account {
  justify-content: flex-start;
  gap: .55rem;
  margin: 0 .35rem .15rem;
  width: calc(100% - .7rem);
  min-height: 2.35rem;
  padding: .6rem .8rem;
  border-radius: .8rem;
  letter-spacing: 0;
  text-transform: none;
}

.site-header .gf-account-menu__list .gf-mode-toggle--account[aria-pressed='true'] {
  color: var(--gf-gold);
  background: rgba(202, 168, 92, .12);
  border-color: rgba(202, 168, 92, .24);
}

@keyframes gfUtilityMenuIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header .navbar-brand-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

/* Nav links — desktop */
.site-header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .85rem .95rem;
  border-bottom: 0;
  transition: color .3s ease, background .3s ease;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.site-header .navbar.scrolled .navbar-nav .nav-item .nav-link {
  color: var(--gf-navy);
}

.site-header .navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  left: 1.05rem;
  right: 1.05rem;
  bottom: .7rem;
  height: 2px;
  background: var(--gf-gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}

.site-header .navbar-nav .nav-item .nav-link:hover,
.site-header .navbar-nav .nav-item .nav-link.active,
.site-header .navbar-nav .nav-item.active .nav-link {
  color: var(--gf-gold);
  background: rgba(255, 255, 255, .04);
  text-decoration: none;
}

.site-header .navbar.scrolled .navbar-nav .nav-item .nav-link:hover,
.site-header .navbar.scrolled .navbar-nav .nav-item .nav-link.active,
.site-header .navbar.scrolled .navbar-nav .nav-item.active .nav-link {
  background: rgba(11, 31, 58, .04);
}

.site-header .navbar-nav .nav-item .nav-link:hover::after,
.site-header .navbar-nav .nav-item .nav-link.active::after,
.site-header .navbar-nav .nav-item.active>.nav-link::after {
  transform: scaleX(1);
}

/* Mobile: nav links stack vertically */
@media (max-width: 1199.98px) {
  .site-header .navbar>.container-xl {
    padding-top: .65rem;
    padding-bottom: .65rem;
  }

  .site-header .site-branding .site-logo img,
  .site-header .gf-brand-fallback img,
  .site-header .gf-brand-link img {
    max-height: 44px;
  }

  .site-header .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: .75rem 0 1rem;
    margin-top: .65rem;
    background: rgba(11, 31, 58, .88);
    width: 100%;
    max-height: calc(100svh - 98px - var(--drupal-toolbar-height, 0px));
    overflow-y: auto;
  }

  .site-header .gf-nav-menu-wrap {
    width: 100%;
  }

  .site-header .gf-nav-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
  }

  .site-header .gf-nav-balance {
    display: none;
  }

  .site-header .gf-nav-menu-wrap .navbar-nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .site-header .gf-nav-utilities {
    position: static;
    transform: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    white-space: normal;
    min-width: 0;
  }

  .site-header .gf-language-switcher {
    width: min(100%, 18rem);
  }

  .site-header .gf-language-switcher__toggle {
    width: 100%;
    justify-content: space-between;
  }

  .site-header .gf-mode-toggle {
    display: none;
  }

  .site-header .gf-account-menu__list .gf-mode-toggle--account {
    display: flex;
  }

  .site-header .gf-account-menu {
    width: min(100%, 18rem);
  }

  .site-header .gf-account-menu__toggle {
    width: 100%;
    justify-content: space-between;
  }

  .site-header .gf-account-menu.is-open .gf-account-menu__panel {
    position: static;
    margin-top: .5rem;
  }

  .site-header .gf-account-menu__list {
    min-width: 100%;
    width: 100%;
    box-shadow: none;
  }

  .site-header .navbar.scrolled .gf-account-menu__list {
    background: rgba(11, 31, 58, .04);
    border-color: rgba(11, 31, 58, .12);
  }

  .site-header .navbar.scrolled .navbar-collapse {
    border-top-color: rgba(11, 31, 58, .1);
    background: #ffffff;
  }

  .site-header .navbar-nav .nav-item .nav-link {
    padding: .7rem 1.25rem;
    border-bottom: none;
    border-left: 3px solid transparent;
    text-align: center;
    width: 100%;
  }

  .site-header .navbar-nav .nav-item .nav-link::after {
    display: none;
  }

  .site-header .navbar-nav .nav-item .nav-link:hover,
  .site-header .navbar-nav .nav-item .nav-link.active,
  .site-header .navbar-nav .nav-item.active .nav-link {
    border-bottom-color: transparent;
    border-left-color: var(--gf-gold);
    background: rgba(255, 255, 255, .06);
  }

  .site-header .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: .2rem 0 .6rem;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: none;
  }

  .site-header .navbar.scrolled .dropdown-menu {
    background: rgba(11, 31, 58, .04);
    border-color: rgba(11, 31, 58, .12);
  }

  .site-header .gf-language-switcher .links,
  .site-header .gf-language-switcher ul,
  .site-header .gf-language-switcher nav {
    position: static;
    min-width: 100%;
    width: 100%;
    margin-top: .5rem;
    box-shadow: none;
  }

  .site-header .gf-logo-row {
    margin-top: .35rem;
  }
}

/* Dropdown menus */
.site-header .dropdown-menu {
  background: var(--gf-navy-mid);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--gf-radius);
  margin-top: 0;
  padding: .5rem 0;
}

.site-header .dropdown-item {
  color: rgba(255, 255, 255, .8);
  font-size: .88rem;
  padding: .5rem 1.25rem;
  transition: background var(--gf-transition), color var(--gf-transition);
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  background: rgba(212, 168, 67, .15);
  color: var(--gf-gold);
}

@media (min-width: 1200px) {
  .site-header .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/* ============================================================
   HIGHLIGHTED / ANNOUNCEMENTS BAR
   ============================================================ */
.region-highlighted {
  background: var(--gf-gold-light);
  border-bottom: 2px solid var(--gf-gold);
}

.region-highlighted .block-content {
  font-size: .95rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.region-highlighted a {
  color: var(--gf-navy);
  font-weight: 700;
}

.region-highlighted a:hover {
  color: var(--gf-gold-dark);
}

/* ============================================================
   HOMEPAGE MAIN — CONTENT REGION
   Clean section rhythm for hero/news/championships/events/sponsors
   ============================================================ */

.gf-home-sections {
  width: 100%;
}

.gf-mexico-ribbon {
  --gf-ribbon-green: #0b5a3d;
  --gf-ribbon-green-deep: #073f2d;
  --gf-ribbon-white: #f8f5ee;
  --gf-ribbon-white-soft: #fffdf7;
  --gf-ribbon-red: #8f1f2f;
  --gf-ribbon-red-deep: #671725;
  --gf-ribbon-gold: #c7a24b;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(6.5rem, .72fr) minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  height: 5px;
  overflow: hidden;
  background: var(--gf-ribbon-white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .44),
    inset 0 -1px 0 rgba(7, 18, 34, .12);
}

.gf-mexico-ribbon__segment {
  display: block;
  min-width: 0;
}

.gf-mexico-ribbon__segment--green {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 44%, rgba(4, 12, 24, .10)),
    linear-gradient(90deg, var(--gf-ribbon-green-deep) 0%, var(--gf-ribbon-green) 74%, #116b49 100%);
}

.gf-mexico-ribbon__segment--white {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(199, 162, 75, .17) 0 1.25rem, rgba(199, 162, 75, 0) 1.3rem),
    linear-gradient(90deg, rgba(11, 90, 61, .13), rgba(255, 255, 255, 0) 21% 79%, rgba(143, 31, 47, .13)),
    linear-gradient(180deg, var(--gf-ribbon-white-soft), var(--gf-ribbon-white));
}

.gf-mexico-ribbon__segment--red {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 44%, rgba(4, 12, 24, .10)),
    linear-gradient(90deg, #a52a3a 0%, var(--gf-ribbon-red) 30%, var(--gf-ribbon-red-deep) 100%);
}

.gf-mexico-ribbon__emblem {
  display: block;
  height: 100%;
  max-height: 10px;
  width: auto;
  max-width: 82%;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(7, 18, 34, .16));
}

@media (max-width: 640px) {
  .gf-mexico-ribbon {
    grid-template-columns: minmax(0, 1fr) minmax(5.25rem, .62fr) minmax(0, 1fr);
  }

  .gf-mexico-ribbon__emblem {
    height: 100%;
    max-height: 10px;
    max-width: 78%;
  }
}

.gf-homepage-promo {
  position: relative;
  margin: 0;
  padding: clamp(1.1rem, 2vw, 1.7rem) 0 clamp(1rem, 1.8vw, 1.45rem);
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88) 0%, rgba(247, 249, 252, .98) 100%),
    linear-gradient(90deg, rgba(11, 31, 58, .045) 0%, rgba(202, 168, 92, .08) 50%, rgba(11, 31, 58, .045) 100%);
  border-top: 1px solid rgba(11, 31, 58, .08);
  border-bottom: 1px solid rgba(11, 31, 58, .06);
}

.gf-homepage-promo+.gf-home-sections .gf-home-block--upcoming-tournaments {
  margin-top: 0;
}

.gf-homepage-sections {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.region-homepage-sections {
  padding-top: 0;
  padding-bottom: 0;
}

.gf-homepage-sections>.block {
  margin: 0;
}

.gf-homepage-sections>.gf-homepage-section--hero,
.gf-homepage-sections>.gf-homepage-section--kapital-bank,
.homepage-main .gf-homepage-sections>.gf-homepage-section--hero,
.homepage-main .gf-homepage-sections>.gf-homepage-section--kapital-bank {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.gf-homepage-section--hero>div,
.gf-homepage-section--hero .field,
.gf-homepage-section--hero .field__item,
.gf-homepage-section--hero .hero-carousel,
.gf-homepage-section--hero .swiper,
.gf-homepage-section--hero .swiper-wrapper,
.gf-homepage-section--hero .swiper-slide,
.gf-homepage-section--hero .hero-slide,
.gf-homepage-section--hero .hero-slide__media,
.gf-homepage-section--hero .hero-slide__content,
.gf-homepage-section--kapital-bank>div,
.gf-homepage-section--kapital-bank .gf-kapital-bank-section,
.gf-homepage-section--kapital-bank .gf-kapital-bank-media,
.gf-homepage-section--kapital-bank .field,
.gf-homepage-section--kapital-bank .field__item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gf-homepage-sections>.gf-homepage-section--hero>.block-content,
.gf-homepage-sections>.gf-homepage-section--hero>.contextual-region,
.gf-homepage-sections>.gf-homepage-section--kapital-bank>.block-content,
.gf-homepage-sections>.gf-homepage-section--kapital-bank>.contextual-region {
  max-width: none;
  padding: 0 !important;
}

.gf-kapital-bank-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
}

.gf-kapital-bank-media,
.gf-kapital-bank-link {
  display: block;
  width: 100%;
}

.gf-kapital-bank-section img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.gf-kapital-bank-section .field,
.gf-kapital-bank-section .field__item {
  margin: 0;
  width: 100%;
}

.gf-kapital-bank-section picture,
.gf-kapital-bank-section picture img {
  display: block;
  width: 100%;
  height: auto;
}

.gf-homepage-section,
.gf-homepage-section--hero,
.gf-homepage-section--kapital-bank,
.gf-homepage-section.has-opening-jump {
  position: relative;
}

.gf-homepage-section {
  scroll-margin-top: calc(var(--gf-header-offset, 96px) + 1rem);
}

.gf-homepage-section.has-next-section-arrow {
  position: relative;
}

.gf-homepage-section__jump-wrap {
  display: contents;
}

.gf-homepage-section__jump {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: clamp(1rem, 2vw, 1.75rem);
  transform: translateX(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: clamp(2.75rem, 4vw, 3.5rem);
  height: clamp(2.75rem, 4vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(11, 42, 102, .12);
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  backdrop-filter: blur(8px);
  animation: gf-homepage-jump-bounce 1.7s ease-in-out infinite;
}

@media (min-width: 1200px) {
  .gf-homepage-section__jump--opening {
    z-index: 45;
    bottom: clamp(3.35rem, 4vw, 4.75rem);
    display: inline-flex;
    width: clamp(2rem, 2.5vw, 2.75rem);
    height: clamp(2rem, 2.5vw, 2.75rem);
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .92);
    font-size: 0;
    line-height: 1;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: auto;
  }

  .gf-homepage-section__jump--opening:hover,
  .gf-homepage-section__jump--opening:focus-visible {
    border: 0;
    background: transparent;
    color: var(--gf-gold, #c9a646);
    box-shadow: none;
    text-decoration: none;
    outline: none;
  }

  .gf-homepage-section__jump--opening:focus-visible {
    outline: 2px solid rgba(201, 166, 70, .85);
    outline-offset: 8px;
    border-radius: 999px;
  }

  .gf-homepage-section__jump--opening span {
    display: block;
    width: clamp(1.15rem, 1.45vw, 1.65rem);
    height: clamp(1.15rem, 1.45vw, 1.65rem);
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    font-size: 0;
    line-height: 0;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, .35));
    transform: rotate(45deg);
    pointer-events: none;
  }

  .gf-homepage-section--hero .swiper-pagination,
  .gf-homepage-section--hero .swiper-button-prev,
  .gf-homepage-section--hero .swiper-button-next {
    z-index: 60;
    pointer-events: auto;
  }
}

.gf-homepage-section__jump:hover,
.gf-homepage-section__jump:focus-visible {
  border-color: rgba(201, 166, 70, .85);
  background: rgba(11, 42, 102, .28);
  color: var(--gf-gold, #c9a646);
  text-decoration: none;
  outline: none;
}

.gf-homepage-section__jump:focus-visible {
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, .75),
    0 0 0 6px rgba(201, 166, 70, .55),
    0 14px 34px rgba(0, 0, 0, .18);
}

.gf-homepage-section__jump--opening:focus-visible {
  box-shadow: none;
}

@media (min-width: 1200px) {

  .gf-homepage-section__jump--opening:hover,
  .gf-homepage-section__jump--opening:focus-visible {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}

@keyframes gf-homepage-jump-bounce {

  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-homepage-section__jump {
    animation: none;
  }
}

/* Championship showcase refinement: tactile motion and trophy-stage depth. */
.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel {
  --gf-championships-drag-x: 0px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::before,
.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 0;
  display: block;
  pointer-events: none;
  transform: translateX(-50%);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::before {
  top: 1.5rem;
  width: min(34rem, 48vw);
  height: 78%;
  clip-path: polygon(39% 0, 61% 0, 94% 100%, 6% 100%);
  background: linear-gradient(180deg, rgba(244, 219, 157, .13), rgba(215, 180, 97, .055) 46%, transparent 92%);
  filter: blur(9px);
  opacity: .82;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::after {
  bottom: 3.7rem;
  width: min(34rem, 62vw);
  height: 4rem;
  border-top: 1px solid rgba(224, 193, 119, .2);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(220, 183, 95, .24), rgba(63, 103, 143, .1) 46%, transparent 73%);
  filter: blur(8px);
  opacity: .9;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row {
  transition:
    transform .68s cubic-bezier(.2, .82, .2, 1),
    opacity .48s ease,
    filter .48s ease;
  backface-visibility: hidden;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active {
  transform: translate3d(calc(-50% + var(--gf-championships-drag-x)), -50%, 0) scale(1);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
  transform: translate3d(calc(-50% - clamp(19rem, 30vw, 27rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.82) rotateY(4deg);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
  transform: translate3d(calc(-50% + clamp(19rem, 30vw, 27rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.82) rotateY(-4deg);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-far-prev {
  transform: translate3d(calc(-50% - clamp(34rem, 55vw, 48rem) + var(--gf-championships-drag-x)), -50%, -130px) scale(.65);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-far-next {
  transform: translate3d(calc(-50% + clamp(34rem, 55vw, 48rem) + var(--gf-championships-drag-x)), -50%, -130px) scale(.65);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel.is-dragging {
  cursor: grabbing;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel.is-dragging>.views-row {
  transition: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel.is-dragging>.views-row.is-active .gf-teaser-card--championship {
  box-shadow: 0 22px 48px rgba(0, 0, 0, .38), 0 0 0 1px rgba(202, 168, 92, .2), 0 0 30px rgba(202, 168, 92, .13);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active::before {
  top: -5.5rem;
  width: 158%;
  height: 88%;
  opacity: .88;
  background:
    radial-gradient(ellipse at 50% 3%, rgba(246, 222, 163, .34), rgba(218, 181, 94, .1) 35%, transparent 70%),
    linear-gradient(180deg, rgba(244, 219, 155, .08), transparent 72%);
  filter: blur(12px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active::after {
  bottom: -2rem;
  width: 108%;
  height: 3.5rem;
  opacity: .94;
  border-top: 1px solid rgba(235, 207, 140, .36);
  background: radial-gradient(ellipse, rgba(232, 197, 112, .6), rgba(202, 168, 92, .16) 42%, rgba(38, 75, 111, .08) 60%, transparent 76%);
  filter: blur(11px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active .gf-teaser-card--championship {
  border-color: rgba(235, 204, 129, .98);
  box-shadow:
    0 30px 72px rgba(0, 0, 0, .48),
    0 0 0 1px rgba(202, 168, 92, .3),
    0 0 46px rgba(202, 168, 92, .2),
    inset 0 1px 0 rgba(255, 246, 217, .45);
  transition: border-color .42s ease, box-shadow .52s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-championships-hover-bg {
  transition: opacity .72s cubic-bezier(.22, .7, .24, 1), transform .72s cubic-bezier(.22, .7, .24, 1);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__controls {
  padding: .28rem .42rem;
  border: 1px solid rgba(224, 193, 119, .16);
  border-radius: 999px;
  background: rgba(5, 21, 39, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 12px 28px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__button {
  width: 2.65rem;
  height: 2.65rem;
  border-color: rgba(226, 195, 119, .72);
  background: linear-gradient(180deg, rgba(17, 51, 84, .96), rgba(7, 29, 52, .96));
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link {
  min-height: 3.15rem;
  padding: .82rem 1.25rem .82rem 1.45rem;
  border: 1px solid rgba(224, 189, 108, .86);
  border-radius: .38rem;
  background: linear-gradient(135deg, #12375f, #081f39 72%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 247, 219, .13), 0 16px 34px rgba(0, 0, 0, .28), 0 0 24px rgba(202, 168, 92, .08);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: none;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link::after {
  margin-left: .72rem;
  transition: transform .22s ease, color .22s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link:hover {
  border-color: #efd48d;
  background: linear-gradient(135deg, #184873, #0b2949 72%);
  box-shadow: inset 0 1px 0 rgba(255, 247, 219, .18), 0 20px 42px rgba(0, 0, 0, .34), 0 0 30px rgba(202, 168, 92, .13);
  transform: translateY(-2px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link:hover::after {
  color: #f1d997;
  transform: translateX(.24rem);
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link:focus-visible {
  border-color: #fff;
  outline: 3px solid rgba(226, 192, 111, .76);
  outline-offset: 4px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
}

@media (max-width: 991.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
    transform: translate3d(calc(-50% - min(39vw, 19rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
    transform: translate3d(calc(-50% + min(39vw, 19rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.78);
  }
}

@media (max-width: 639.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::before {
    width: 84vw;
    opacity: .62;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::after {
    width: 88vw;
    opacity: .68;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
    transform: translate3d(calc(-50% - 88vw + var(--gf-championships-drag-x)), -50%, -80px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
    transform: translate3d(calc(-50% + 88vw + var(--gf-championships-drag-x)), -50%, -80px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link {
    min-height: 3.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row,
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active .gf-teaser-card--championship,
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link,
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships-hover-bg {
    transition: none;
  }
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::before {
  clip-path: none;
  background: radial-gradient(ellipse at 50% 10%, rgba(244, 219, 157, .2), rgba(215, 180, 97, .075) 34%, transparent 72%);
  filter: blur(18px);
  opacity: .76;
}

/* Instagram: editorial social showcase. */
.gf-instagram-section--premium {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.25rem, 5.4vw, 5.75rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 168, 92, .11), transparent 30rem),
    linear-gradient(135deg, #f8f6f0 0%, #f3f1eb 58%, #f7f5ef 100%);
}

.gf-instagram-section--premium .gf-instagram-inner {
  width: min(100% - clamp(2rem, 6vw, 7rem), 1360px);
  margin-inline: auto;
}

.gf-instagram-editorial--profile {
  display: grid;
  grid-template-columns: minmax(18rem, .7fr) minmax(34rem, 1.3fr);
  align-items: center;
  gap: clamp(2.75rem, 5vw, 6rem);
}

.gf-instagram-editorial--profile .gf-instagram-header {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, 2.4vw, 2.25rem);
}

.gf-instagram-section--premium .gf-instagram-header__copy {
  max-width: 42rem;
}

.gf-instagram-section--premium .gf-instagram-header__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #876a28;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gf-instagram-section--premium .gf-instagram-header__eyebrow::before {
  content: '';
  width: 1.85rem;
  height: 2px;
  background: #caa85c;
}

.gf-instagram-section--premium .gf-instagram-header__title {
  max-width: 13ch;
  margin: .85rem 0 0;
  color: var(--gf-navy);
  font-size: clamp(2.1rem, 3.5vw, 4rem);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.gf-instagram-section--premium .gf-instagram-header__subtitle {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: #425065;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.gf-instagram-section--premium .gf-instagram-header__handle {
  display: inline-block;
  margin-top: 1rem;
  color: var(--gf-navy);
  font-size: .88rem;
  font-weight: 720;
  letter-spacing: .035em;
  text-decoration-color: rgba(202, 168, 92, .75);
  text-decoration-thickness: 1px;
  text-underline-offset: .3rem;
}

.gf-instagram-section--premium .gf-instagram-header__handle:hover,
.gf-instagram-section--premium .gf-instagram-header__handle:focus-visible {
  color: #745817;
}

.gf-instagram-section--premium .gf-instagram-header__cta {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  min-height: 2.9rem;
  padding: .72rem 1rem .72rem 1.15rem;
  border: 1px solid rgba(202, 168, 92, .78);
  border-radius: .3rem;
  background: var(--gf-navy);
  color: #fff;
  box-shadow: 0 8px 20px rgba(11, 31, 58, .12);
  gap: .7rem;
  font-size: .82rem;
  font-weight: 760;
  letter-spacing: .035em;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.gf-instagram-section--premium .gf-instagram-header__cta::after {
  content: none;
}

.gf-instagram-section--premium .gf-instagram-header__cta:hover {
  border-color: #d7b96f;
  background: #123258;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 31, 58, .18);
}

.gf-instagram-section--premium .gf-instagram-header__cta:focus-visible {
  border-color: #fff;
  outline: 3px solid #b28a32;
  outline-offset: 3px;
  background: #123258;
  color: #fff;
}

.gf-instagram-editorial--profile .gf-instagram-layout--profile {
  display: block;
  min-width: 0;
}

.gf-instagram-editorial--profile .gf-instagram-profile-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(.72rem, 1vw, .95rem);
  border: 1px solid rgba(11, 31, 58, .12);
  border-radius: .38rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 55px rgba(11, 31, 58, .1);
}

.gf-instagram-editorial--profile .gf-instagram-profile-shell::before {
  height: 3px;
  border-radius: .38rem .38rem 0 0;
  background: linear-gradient(90deg, var(--gf-navy) 0 72%, #caa85c 72% 100%);
}

.gf-instagram-editorial--profile .gf-instagram-profile-shell__header {
  min-height: 2.75rem;
  padding: .1rem .35rem .68rem;
  color: #5a6575;
  font-size: .72rem;
  letter-spacing: .12em;
}

.gf-instagram-editorial--profile .gf-instagram-profile-shell__frame {
  border-radius: .22rem;
}

.gf-instagram-editorial--profile .gf-instagram-profile-embed {
  width: 100%;
  max-width: none;
  height: clamp(520px, 43vw, 650px);
  margin: 0;
}

.gf-instagram-section--premium .gf-instagram-profile-embed__iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

@media (max-width: 1359.98px) {
  .gf-instagram-editorial--profile {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3.25rem);
  }

  .gf-instagram-editorial--profile .gf-instagram-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .gf-instagram-editorial--profile .gf-instagram-profile-shell {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .gf-instagram-editorial--profile .gf-instagram-profile-embed {
    height: clamp(500px, 69vw, 650px);
  }
}

@media (max-width: 639.98px) {
  .gf-instagram-section--premium {
    padding-block: 2.8rem 3.5rem;
  }

  .gf-instagram-section--premium .gf-instagram-inner {
    width: min(100% - 1.5rem, 1360px);
  }

  .gf-instagram-editorial--profile .gf-instagram-header {
    display: flex;
    align-items: flex-start;
    gap: 1.35rem;
  }

  .gf-instagram-section--premium .gf-instagram-header__title {
    max-width: 14ch;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .gf-instagram-section--premium .gf-instagram-header__cta {
    width: auto;
    max-width: 100%;
  }

  .gf-instagram-editorial--profile .gf-instagram-profile-shell {
    padding: .58rem;
    border-radius: .3rem;
  }

  .gf-instagram-editorial--profile .gf-instagram-profile-shell__header {
    min-height: 0;
    padding: .2rem .25rem .58rem;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
  }

  .gf-instagram-editorial--profile .gf-instagram-profile-embed {
    height: clamp(430px, 132vw, 570px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-instagram-section--premium .gf-instagram-header__cta {
    transition: none;
  }
}

html.gf-motion-enabled .gf-homepage-section--hero.gf-motion-section,
html.gf-motion-enabled .gf-homepage-section--hero .gf-motion-section,
html.gf-motion-enabled .gf-homepage-section--hero .gf-motion-item,
html.gf-motion-enabled .gf-homepage-section--kapital-bank.gf-motion-section,
html.gf-motion-enabled .gf-homepage-section--kapital-bank .gf-motion-section,
html.gf-motion-enabled .gf-homepage-section--kapital-bank .gf-motion-item {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
  transition-delay: 0s !important;
  will-change: auto !important;
}

.gf-home-block--informational-banners,
.gf-home-block--advertising-banners {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}

.gf-home-block--informational-banners .gf-home-banner-block,
.gf-home-block--advertising-banners .gf-home-banner-block {
  padding: clamp(.85rem, 1.45vw, 1.2rem) 0 clamp(.3rem, .75vw, .52rem);
}

.gf-home-block--informational-banners+.gf-home-block--advertising-banners .gf-home-banner-block,
.gf-home-block--advertising-banners+.gf-home-block--informational-banners .gf-home-banner-block {
  padding-top: .45rem;
}

/* ── Instagram footer section ────────────────────────────── */
.site-footer-instagram {
  margin: 0;
}

.gf-instagram-section {
  position: relative;
  padding: clamp(1.8rem, 2.8vw, 3rem) 0;
  overflow: clip;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(202, 168, 92, .10) 0%, rgba(202, 168, 92, .03) 40%, rgba(202, 168, 92, 0) 78%),
    linear-gradient(180deg, rgba(11, 31, 58, .04) 0%, rgba(11, 31, 58, .015) 100%);
  border-top: 1px solid rgba(11, 31, 58, .08);
  border-bottom: 1px solid rgba(11, 31, 58, .06);
}

.gf-instagram-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 28%);
  pointer-events: none;
}

.gf-instagram-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.gf-instagram-header {
  max-width: 44rem;
  margin: 0 auto clamp(1rem, 1.6vw, 1.5rem);
  text-align: center;
}

.gf-instagram-header h2 {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.35rem, 1rem + .95vw, 2rem);
  line-height: 1.12;
  letter-spacing: -.02em;
}

.gf-instagram-header p {
  max-width: 40rem;
  margin: .55rem auto 0;
  color: var(--gf-gray);
  font-size: clamp(.9rem, .84rem + .18vw, 1.02rem);
  line-height: 1.55;
}

.gf-instagram-grid {
  display: grid;
  gap: clamp(.75rem, 1.2vw, 1.1rem);
  justify-content: center;
}

.gf-instagram-grid--one {
  grid-template-columns: minmax(0, min(100%, 380px));
}

.gf-instagram-grid--two {
  grid-template-columns: repeat(2, minmax(0, 350px));
}

.gf-instagram-grid--three,
.gf-instagram-grid--many {
  grid-template-columns: repeat(3, minmax(0, 330px));
}

.gf-instagram-card {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  border-radius: var(--gf-radius);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: var(--gf-shadow);
  overflow: hidden;
  transition: transform var(--gf-transition), box-shadow var(--gf-transition), border-color var(--gf-transition);
}

.gf-instagram-card:hover {
  transform: translateY(-2px);
  border-color: rgba(202, 168, 92, .24);
  box-shadow: var(--gf-shadow-hover);
}

.gf-instagram-card__embed {
  width: 100%;
  padding: .2rem;
}

.gf-instagram-card__embed iframe,
.gf-instagram-card__embed .instagram-media {
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: calc(var(--gf-radius) - 4px) !important;
}

.gf-instagram-profile-preview__fade,
.gf-instagram-profile-embed__fade,
.gf-instagram-profile-preview__link,
.gf-instagram-profile-embed__link {
  display: none;
}

.gf-instagram-profile-preview__iframe,
.gf-instagram-profile-embed__iframe {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.gf-instagram-card__fallback {
  padding: 1rem 1.1rem;
  color: var(--gf-dark);
  font-size: .95rem;
}

@media (max-width: 1199.98px) {
  .gf-instagram-inner {
    width: min(1040px, calc(100% - 1.5rem));
  }

  .gf-instagram-grid--three,
  .gf-instagram-grid--many {
    grid-template-columns: repeat(2, minmax(0, 350px));
  }
}

@media (max-width: 767.98px) {
  .gf-instagram-section {
    padding: 1.45rem 0 1.7rem;
  }

  .gf-instagram-inner {
    width: min(100%, calc(100% - 1rem));
  }

  .gf-instagram-grid,
  .gf-instagram-grid--two,
  .gf-instagram-grid--three,
  .gf-instagram-grid--many {
    grid-template-columns: minmax(0, 1fr);
  }

  .gf-instagram-card {
    max-width: 420px;
  }

  .gf-instagram-card__embed {
    padding: .15rem;
  }
}

/* Instagram real profile preview overlay (surgical add-on) */
.gf-instagram-a11y-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gf-instagram-profile-embed {
  position: relative;
  max-width: 1020px;
  height: clamp(260px, 29vw, 340px);
  margin: 0 auto .55rem;
  border-radius: var(--gf-radius);
  overflow: hidden;
  border: 1px solid rgba(11, 31, 58, .08);
  box-shadow: 0 8px 24px rgba(7, 18, 34, .10);
  background: #f7f5f0;
}

.gf-instagram-profile-embed__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.gf-instagram-profile-embed__link {
  display: none;
}

.gf-instagram-profile-embed__fade {
  display: none;
}

.gf-instagram-header--compact {
  margin: 0 auto .8rem;
  text-align: center;
}

.gf-instagram-header--compact .gf-instagram-header__title {
  margin: 0;
  color: var(--gf-navy);
  font-size: .95rem;
  font-weight: 700;
}

.gf-instagram-header--compact .gf-instagram-header__subtitle {
  margin: .25rem 0 0;
  color: var(--gf-gray);
  font-size: .86rem;
  line-height: 1.45;
}

.gf-instagram-grid {
  margin-top: -.25rem;
}

.gf-instagram-card__surface {
  position: relative;
}

.gf-instagram-card__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.gf-instagram-card__embed {
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .gf-instagram-profile-embed {
    max-width: 940px;
    height: clamp(248px, 36vw, 318px);
  }
}

@media (max-width: 767.98px) {
  .gf-instagram-profile-embed {
    height: clamp(238px, 64vw, 292px);
    margin-bottom: .45rem;
  }

  .gf-instagram-header--compact {
    margin-bottom: .62rem;
  }
}

/* Instagram compact editorial bridge (additive only) */
.gf-instagram-section .gf-instagram-profile-embed {
  margin-bottom: .35rem;
}

.gf-instagram-section .gf-instagram-header--compact {
  position: relative;
  max-width: 640px;
  padding-top: .72rem;
  margin-bottom: .9rem;
}

.gf-instagram-section .gf-instagram-header--compact::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  margin: 0 auto .55rem;
  background: linear-gradient(90deg, rgba(11, 31, 58, 0) 0%, rgba(11, 31, 58, .32) 20%, rgba(202, 168, 92, .56) 50%, rgba(11, 31, 58, .32) 80%, rgba(11, 31, 58, 0) 100%);
}

.gf-instagram-section .gf-instagram-header--compact .gf-instagram-header__title {
  letter-spacing: .01em;
  font-size: .98rem;
}

.gf-instagram-section .gf-instagram-header--compact .gf-instagram-header__subtitle {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: .84rem;
}

.gf-instagram-section .gf-instagram-grid {
  margin-top: -.15rem;
  row-gap: clamp(.82rem, 1.25vw, 1.16rem);
}

.gf-instagram-section .gf-instagram-card {
  border-color: rgba(11, 31, 58, .07);
  box-shadow: 0 6px 18px rgba(7, 18, 34, .08);
}

/* Instagram premium hierarchy refinements (strict additive) */
.gf-instagram-section--premium {
  background:
    radial-gradient(120% 85% at 50% -15%, rgba(202, 168, 92, .16) 0%, rgba(202, 168, 92, .04) 34%, rgba(202, 168, 92, 0) 64%),
    linear-gradient(180deg, #101917 0%, #16251f 34%, #f7f5f0 76%);
}

.gf-instagram-section--premium .gf-instagram-header--compact {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: .78rem;
  padding-top: .18rem;
  text-align: center;
}

.gf-instagram-section--premium .gf-instagram-header--compact::before {
  content: '';
  display: block;
  width: 74px;
  height: 2px;
  margin: 0 auto .55rem;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(202, 168, 92, .86) 50%, rgba(255, 255, 255, 0) 100%);
}

.gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__title {
  margin: 0;
  color: rgba(245, 247, 246, .96);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .015em;
}

.gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__subtitle {
  margin: .32rem auto 0;
  max-width: 620px;
  color: rgba(218, 224, 221, .92);
  font-size: .84rem;
  line-height: 1.5;
}

.gf-instagram-section--premium .gf-instagram-profile-preview {
  height: clamp(264px, 30vw, 336px);
  margin-bottom: .72rem;
  border-color: rgba(255, 255, 255, .15);
  box-shadow: 0 12px 26px rgba(5, 12, 10, .30);
}

.gf-instagram-section--premium .gf-instagram-profile-preview__fade {
  display: none;
}

.gf-instagram-section--premium .gf-instagram-grid {
  margin-top: .05rem;
  gap: clamp(.8rem, 1.2vw, 1.15rem);
}

.gf-instagram-section--premium .gf-instagram-card {
  max-width: 332px;
  border-color: rgba(11, 31, 58, .06);
  box-shadow: 0 6px 16px rgba(7, 18, 34, .07);
}

.gf-instagram-section--premium .gf-instagram-card:hover {
  box-shadow: 0 9px 18px rgba(7, 18, 34, .09);
}

@media (max-width: 1199.98px) {
  .gf-instagram-section--premium .gf-instagram-profile-preview {
    height: clamp(250px, 37vw, 314px);
  }
}

@media (max-width: 767.98px) {
  .gf-instagram-section--premium .gf-instagram-header--compact {
    margin-bottom: .62rem;
  }

  .gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__subtitle {
    max-width: 340px;
    font-size: .82rem;
  }

  .gf-instagram-section--premium .gf-instagram-profile-preview {
    height: clamp(236px, 63vw, 286px);
    margin-bottom: .62rem;
  }
}

/* Instagram curated footer layout */
.gf-instagram-section--premium {
  position: relative;
  padding: clamp(1.35rem, 2.7vw, 2.65rem) 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 133, 41, .16), transparent 30%),
    radial-gradient(circle at 88% 6%, rgba(131, 58, 180, .13), transparent 28%),
    linear-gradient(135deg, rgba(225, 48, 108, .08), rgba(252, 175, 69, .06) 38%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, #fffdf9 0%, #f7f4ee 100%);
  border-top: 1px solid rgba(11, 31, 58, .07);
  border-bottom: 1px solid rgba(11, 31, 58, .07);
}

.gf-instagram-section--premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: max(1rem, calc((100vw - 1180px) / 2));
  width: min(9rem, 36vw);
  height: 2px;
  background: linear-gradient(90deg, #833ab4 0%, #e1306c 45%, #fcaf45 100%);
  border-radius: 999px;
  opacity: .78;
  pointer-events: none;
}

.gf-instagram-section--premium .gf-instagram-inner {
  width: min(1180px, calc(100% - 2rem));
}

.gf-instagram-section--premium .gf-instagram-header--compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: .45rem 1.15rem;
  max-width: none;
  margin: 0 0 clamp(.75rem, 1.35vw, 1.15rem);
  padding: 0 0 .68rem;
  text-align: left;
  border-bottom: 1px solid rgba(11, 31, 58, .11);
}

.gf-instagram-section--premium .gf-instagram-header--compact::before {
  display: none;
}

.gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__title {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.35rem, 1rem + 1vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.gf-instagram-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 2.2rem;
  padding: .2rem 0 .22rem;
  color: var(--gf-navy);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(202, 168, 92, .75);
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.gf-instagram-header__cta::after {
  content: '';
  width: 1.35rem;
  height: 1px;
  background: currentColor;
  opacity: .58;
  transition: transform .22s ease, opacity .22s ease;
}

.gf-instagram-header__cta:hover,
.gf-instagram-header__cta:focus-visible {
  color: var(--gf-gold-dark);
  border-color: var(--gf-gold-dark);
  transform: translateY(-1px);
  outline: 0;
}

.gf-instagram-section--premium .gf-instagram-grid--curated {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(0, .76fr));
  gap: clamp(.62rem, 1vw, .95rem);
  align-items: start;
  justify-content: stretch;
  margin-top: 0;
}

.gf-instagram-section--premium .gf-instagram-card {
  max-width: none;
  margin: 0;
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: .7rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 24px rgba(11, 31, 58, .08);
  overflow: visible;
}

.gf-instagram-section--premium .gf-instagram-card:hover {
  border-color: rgba(202, 168, 92, .3);
  box-shadow: 0 16px 34px rgba(11, 31, 58, .11);
  transform: translateY(-2px);
}

.gf-instagram-section--premium .gf-instagram-card--featured {
  border-color: rgba(225, 48, 108, .18);
}

.gf-instagram-section--premium .gf-instagram-card__surface,
.gf-instagram-section--premium .gf-instagram-card__embed {
  height: auto;
}

.gf-instagram-section--premium .gf-instagram-card__embed {
  display: flex;
  align-items: flex-start;
  padding: .28rem;
}

.gf-instagram-section--premium .gf-instagram-card__embed iframe,
.gf-instagram-section--premium .gf-instagram-card__embed .instagram-media {
  border-radius: .35rem !important;
}

.gf-instagram-section--premium .gf-instagram-card:not(.gf-instagram-card--featured) .gf-instagram-card__embed iframe,
.gf-instagram-section--premium .gf-instagram-card:not(.gf-instagram-card--featured) .gf-instagram-card__embed .instagram-media {
  max-height: none;
}

@media (max-width: 1199.98px) {
  .gf-instagram-section--premium .gf-instagram-grid--curated {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .gf-instagram-section--premium {
    padding: 1.45rem 0;
  }

  .gf-instagram-section--premium .gf-instagram-inner {
    width: min(100%, calc(100% - 1rem));
  }

  .gf-instagram-section--premium .gf-instagram-header--compact {
    grid-template-columns: 1fr;
    align-items: start;
    gap: .48rem;
    margin-bottom: .75rem;
  }

  .gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__title {
    max-width: 20ch;
    font-size: 1.32rem;
  }

  .gf-instagram-section--premium .gf-instagram-grid--curated {
    grid-template-columns: minmax(0, 1fr);
  }
}

.gf-instagram-layout {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.55rem);
  align-items: start;
}

.gf-instagram-layout--profile {
  justify-items: center;
}

.gf-instagram-layout--profile .gf-instagram-profile-embed {
  width: min(100%, 560px);
}

.gf-instagram-layout--profile-posts,
.gf-instagram-layout--posts-profile {
  grid-template-columns: minmax(19rem, .92fr) minmax(0, 1.35fr);
}

.gf-instagram-layout--posts-profile .gf-instagram-posts {
  order: 1;
}

.gf-instagram-layout--posts-profile .gf-instagram-profile-embed {
  order: 2;
}

.gf-instagram-layout .gf-instagram-profile-embed {
  width: 100%;
  max-width: 560px;
  height: clamp(430px, 44vw, 620px);
  margin: 0 auto;
  border-radius: .9rem;
  border: 1px solid rgba(11, 31, 58, .1);
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 31, 58, .13);
}

.gf-instagram-layout .gf-instagram-profile-embed__iframe {
  background: #fff;
}

.gf-instagram-posts {
  min-width: 0;
}

.gf-instagram-layout--profile-posts .gf-instagram-grid--curated,
.gf-instagram-layout--posts-profile .gf-instagram-grid--curated {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-instagram-layout--profile-posts .gf-instagram-card,
.gf-instagram-layout--posts-profile .gf-instagram-card {
  min-width: 0;
}

@media (max-width: 1199.98px) {

  .gf-instagram-layout--profile-posts,
  .gf-instagram-layout--posts-profile {
    grid-template-columns: 1fr;
  }

  .gf-instagram-layout .gf-instagram-profile-embed {
    max-width: 620px;
  }
}

@media (max-width: 767.98px) {
  .gf-instagram-layout {
    gap: .9rem;
  }

  .gf-instagram-layout .gf-instagram-profile-embed {
    width: 100%;
    height: clamp(380px, 125vw, 560px);
    border-radius: .75rem;
  }

  .gf-instagram-layout--profile-posts .gf-instagram-grid--curated,
  .gf-instagram-layout--posts-profile .gf-instagram-grid--curated {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Instagram premium FMG showcase */
.gf-instagram-section--premium {
  padding: clamp(3.4rem, 5.5vw, 5.6rem) 0;
  overflow: clip;
  background:
    radial-gradient(circle at 10% 10%, rgba(202, 168, 92, .18), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(11, 31, 58, .13), transparent 34%),
    linear-gradient(180deg, #f8f5ef 0%, #fff 68%, #f7f4ee 100%);
}

.gf-instagram-section--premium::before {
  top: 0;
  left: max(1rem, calc((100vw - 1200px) / 2));
  width: min(12rem, 42vw);
  height: 3px;
  background: linear-gradient(90deg, rgba(11, 31, 58, .94), rgba(202, 168, 92, .92));
}

.gf-instagram-section--premium::after {
  content: '';
  position: absolute;
  right: max(1rem, calc((100vw - 1200px) / 2));
  bottom: 1.4rem;
  width: clamp(5rem, 10vw, 8rem);
  height: clamp(5rem, 10vw, 8rem);
  border: 1px solid rgba(202, 168, 92, .2);
  border-radius: 50%;
  opacity: .55;
  pointer-events: none;
}

.gf-instagram-section--premium .gf-instagram-inner {
  width: min(1200px, calc(100% - 2.5rem));
}

.gf-instagram-section--premium .gf-instagram-header--compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem 1.5rem;
  margin: 0 0 clamp(1.3rem, 2.4vw, 2rem);
  padding: 0 0 clamp(1rem, 1.8vw, 1.35rem);
  border-bottom: 1px solid rgba(11, 31, 58, .12);
}

.gf-instagram-header__copy {
  min-width: 0;
}

.gf-instagram-header__eyebrow {
  display: inline-flex;
  margin-bottom: .42rem;
  color: #8b6c26;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

.gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__title {
  max-width: 16ch;
  color: var(--gf-navy);
  font-size: clamp(2rem, 1.45rem + 1.8vw, 3.35rem);
  font-weight: 850;
  line-height: .98;
}

.gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__subtitle {
  max-width: 42rem;
  margin: .72rem 0 0;
  color: #40516a;
  font-size: clamp(.98rem, .92rem + .2vw, 1.08rem);
  line-height: 1.55;
}

.gf-instagram-header__cta {
  min-height: 2.8rem;
  padding: .72rem 1.08rem;
  border: 1px solid rgba(202, 168, 92, .72);
  border-radius: 999px;
  background: var(--gf-navy);
  color: #fff;
  box-shadow: 0 12px 28px rgba(11, 31, 58, .18);
}

.gf-instagram-header__cta::after {
  content: "→";
  width: auto;
  height: auto;
  margin-left: .08rem;
  background: none;
  color: var(--gf-gold);
  opacity: 1;
}

.gf-instagram-header__cta:hover,
.gf-instagram-header__cta:focus-visible {
  border-color: rgba(202, 168, 92, .95);
  background: #102b4b;
  color: #fff;
  box-shadow: 0 16px 34px rgba(11, 31, 58, .22);
}

.gf-instagram-layout {
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

.gf-instagram-layout--profile {
  justify-items: center;
}

.gf-instagram-profile-shell {
  position: relative;
  width: min(100%, 860px);
  margin-inline: auto;
  padding: clamp(.8rem, 1.4vw, 1.15rem);
  border: 1px solid rgba(11, 31, 58, .12);
  border-radius: 1.05rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 253, 248, .98)),
    #fff;
  box-shadow: 0 24px 58px rgba(11, 31, 58, .15), 0 1px 0 rgba(202, 168, 92, .18);
}

.gf-instagram-profile-shell::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 1.05rem 1.05rem 0 0;
  background: linear-gradient(90deg, var(--gf-navy), var(--gf-gold));
}

.gf-instagram-profile-shell__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .12rem .15rem .78rem;
  color: #53627a;
  font-size: .78rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-instagram-profile-shell__header a {
  color: var(--gf-navy);
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
}

.gf-instagram-profile-shell__header a:hover,
.gf-instagram-profile-shell__header a:focus-visible {
  color: var(--gf-gold-dark);
  outline: none;
}

.gf-instagram-profile-shell__frame {
  overflow: hidden;
  border: 1px solid rgba(11, 31, 58, .09);
  border-radius: .78rem;
  background: #fff;
}

.gf-instagram-layout .gf-instagram-profile-embed,
.gf-instagram-layout--profile .gf-instagram-profile-embed {
  width: 100%;
  max-width: none;
  height: clamp(500px, 52vw, 680px);
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.gf-instagram-layout--profile-posts,
.gf-instagram-layout--posts-profile {
  grid-template-columns: minmax(22rem, .9fr) minmax(0, 1.1fr);
  align-items: start;
}

.gf-instagram-layout--profile-posts .gf-instagram-profile-shell,
.gf-instagram-layout--posts-profile .gf-instagram-profile-shell {
  width: 100%;
}

.gf-instagram-layout--profile-posts .gf-instagram-profile-embed,
.gf-instagram-layout--posts-profile .gf-instagram-profile-embed {
  height: clamp(480px, 46vw, 620px);
}

.gf-instagram-posts {
  align-self: stretch;
}

.gf-instagram-layout--profile-posts .gf-instagram-grid--curated,
.gf-instagram-layout--posts-profile .gf-instagram-grid--curated,
.gf-instagram-section--premium .gf-instagram-grid--curated {
  gap: clamp(.8rem, 1.1vw, 1.05rem);
}

@media (max-width: 1199.98px) {

  .gf-instagram-layout--profile-posts,
  .gf-instagram-layout--posts-profile {
    grid-template-columns: 1fr;
  }

  .gf-instagram-layout--profile-posts .gf-instagram-profile-shell,
  .gf-instagram-layout--posts-profile .gf-instagram-profile-shell {
    width: min(100%, 760px);
  }
}

@media (max-width: 767.98px) {
  .gf-instagram-section--premium {
    padding: 2.5rem 0;
  }

  .gf-instagram-section--premium .gf-instagram-inner {
    width: min(100%, calc(100% - 1.25rem));
  }

  .gf-instagram-section--premium .gf-instagram-header--compact {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .gf-instagram-section--premium .gf-instagram-header--compact .gf-instagram-header__title {
    max-width: 13ch;
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .gf-instagram-header__cta {
    width: 100%;
    max-width: 18rem;
  }

  .gf-instagram-profile-shell {
    padding: .68rem;
    border-radius: .85rem;
  }

  .gf-instagram-profile-shell__header {
    flex-direction: column;
    align-items: flex-start;
    gap: .18rem;
    padding-bottom: .62rem;
  }

  .gf-instagram-layout .gf-instagram-profile-embed,
  .gf-instagram-layout--profile-posts .gf-instagram-profile-embed,
  .gf-instagram-layout--posts-profile .gf-instagram-profile-embed {
    height: clamp(430px, 132vw, 580px);
  }
}

.gf-promo-carousel {
  width: min(calc(100% - clamp(.5rem, 1vw, 1rem)), 1800px);
  margin: 0 auto;
  border-radius: .62rem;
  overflow: visible;
  background: transparent;
  padding-inline: clamp(.25rem, .5vw, .5rem);
  box-sizing: border-box;
}

.gf-promo-carousel .swiper-wrapper {
  align-items: stretch;
}

.gf-promo-carousel .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  opacity: .48;
  transform: scale(.965);
  transition: opacity .32s ease, transform .32s ease;
}

.gf-promo-carousel .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.gf-promo-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 1170 / 151;
  border-radius: .62rem;
  overflow: clip;
  background: #ffffff;
  border: 1px solid rgba(11, 31, 58, .12);
  box-shadow: 0 10px 24px rgba(7, 18, 34, .12);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.gf-home-banner-block--informational .gf-promo-banner {
  aspect-ratio: 1170 / 300;
}

.gf-home-banner-block--advertising .gf-promo-banner {
  aspect-ratio: 1170 / 151;
}

.gf-promo-banner__link {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}

a.gf-promo-banner__link:hover,
a.gf-promo-banner__link:focus-visible {
  outline: none;
}

.gf-promo-banner:has(a.gf-promo-banner__link:hover),
.gf-promo-banner:has(a.gf-promo-banner__link:focus-visible) {
  border-color: rgba(202, 168, 92, .56);
  box-shadow: 0 14px 28px rgba(7, 18, 34, .15);
  transform: translateY(-1px);
}

.gf-promo-banner__media {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}

.gf-promo-banner__media picture,
.gf-promo-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.gf-promo-banner__media img {
  object-fit: contain;
  object-position: center;
}

.gf-promo-banner__overlay {
  grid-area: 1 / 1;
  background: linear-gradient(90deg, rgba(4, 12, 24, .48) 0%, rgba(4, 12, 24, .22) 36%, rgba(4, 12, 24, .14) 62%, rgba(4, 12, 24, .26) 100%);
  pointer-events: none;
}

.gf-promo-banner__content {
  grid-area: 1 / 1;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: .32rem;
  width: min(52ch, calc(100% - 1.8rem));
  max-width: calc(100% - 1.8rem);
  padding: .66rem .86rem;
  border-radius: .58rem;
  background: rgba(4, 12, 24, .54);
  border: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(3px);
}

.gf-promo-banner__title {
  margin: 0;
  font-size: clamp(.92rem, .82rem + .42vw, 1.25rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #ffffff;
}

.gf-promo-banner__subtitle {
  margin: 0;
  font-size: clamp(.75rem, .72rem + .14vw, .88rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, .9);
}

.gf-promo-banner__body {
  margin: 0;
  font-size: clamp(.74rem, .71rem + .12vw, .84rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, .92);
}

.gf-promo-banner__supporting {
  margin: 0;
  font-size: clamp(.68rem, .66rem + .09vw, .76rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, .78);
}

.gf-promo-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  margin-top: .16rem;
  padding: .34rem .82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .62);
  background: linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .09) 100%);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gf-promo-banner__content--h-left {
  justify-self: start;
  text-align: left;
}

.gf-promo-banner__content--h-center {
  justify-self: center;
  text-align: center;
}

.gf-promo-banner__content--h-right {
  justify-self: end;
  text-align: right;
}

.gf-promo-banner__content--h-center .gf-promo-banner__cta {
  margin-inline: auto;
}

.gf-promo-banner__content--h-right .gf-promo-banner__cta {
  margin-left: auto;
}

.gf-promo-banner__content--v-top {
  align-self: start;
  margin-top: .7rem;
}

.gf-promo-banner__content--v-center {
  align-self: center;
}

.gf-promo-banner__content--v-bottom {
  align-self: end;
  margin-bottom: .7rem;
}

.gf-promo-banner__link:hover .gf-promo-banner__cta,
.gf-promo-banner__link:focus-visible .gf-promo-banner__cta {
  border-color: var(--gf-gold);
  color: #102640;
  background: linear-gradient(180deg, #d9b872 0%, #caa85c 100%);
  box-shadow: 0 4px 12px rgba(202, 168, 92, .42);
}

.gf-promo-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 31, 58, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--gf-navy);
  box-shadow: 0 6px 16px rgba(7, 18, 34, .14);
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.gf-promo-carousel__nav span {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.gf-promo-carousel__nav--prev {
  left: clamp(.2rem, .6vw, .55rem);
}

.gf-promo-carousel__nav--next {
  right: clamp(.2rem, .6vw, .55rem);
}

.gf-promo-carousel__nav:hover,
.gf-promo-carousel__nav:focus-visible {
  border-color: var(--gf-gold);
  background: #ffffff;
  color: #102640;
  transform: translateY(-50%) scale(1.04);
  outline: none;
}

.gf-promo-carousel__nav.swiper-button-disabled {
  opacity: .35;
  pointer-events: none;
}

.gf-promo-carousel__nav::after {
  display: none;
}

.gf-promo-carousel .swiper-pagination {
  left: 0 !important;
  right: 0 !important;
  bottom: -.05rem !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: .44rem;
  padding: .24rem .44rem;
  line-height: 0;
  transform: none !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(11, 31, 58, .08);
  width: max-content;
  max-width: calc(100% - 1rem);
  margin-inline: auto;
  pointer-events: auto;
}

.gf-promo-carousel .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  opacity: 1;
  cursor: pointer;
  transition: transform .22s ease;
  padding: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gf-promo-carousel .swiper-pagination-bullet::before {
  content: '';
  width: .52rem;
  height: .52rem;
  border-radius: 999px;
  background: rgba(11, 31, 58, .32);
  box-shadow: none;
  transition: background .22s ease, width .22s ease, transform .22s ease;
}

.gf-promo-carousel .swiper-pagination-bullet-active {
  transform: scale(1.03);
}

.gf-promo-carousel .swiper-pagination-bullet-active::before {
  background: var(--gf-gold);
  width: 1.34rem;
  box-shadow: none;
}

.gf-promo-carousel--single .swiper-pagination {
  display: none !important;
}

.gf-promo-carousel--single .gf-promo-carousel__nav {
  display: none;
}

.gf-home-banner-block .gf-banner-carousel__pagination {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: .28rem;
  width: 100%;
  max-width: none;
  margin: clamp(.28rem, .6vw, .42rem) 0 0;
  padding: 0;
  line-height: 0;
  transform: none !important;
  background: transparent;
  border: 0;
  pointer-events: auto;
}

.gf-home-banner-block .gf-banner-carousel__pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  opacity: 1;
  cursor: pointer;
  transition: transform .22s ease;
  padding: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gf-home-banner-block .gf-banner-carousel__pagination .swiper-pagination-bullet::before {
  content: '';
  width: .44rem;
  height: .44rem;
  border-radius: 999px;
  background: rgba(11, 31, 58, .32);
  box-shadow: none;
  transition: background .22s ease, width .22s ease, transform .22s ease;
}

.gf-home-banner-block .gf-banner-carousel__pagination .swiper-pagination-bullet-active {
  transform: scale(1.03);
}

.gf-home-banner-block .gf-banner-carousel__pagination .swiper-pagination-bullet-active::before {
  background: var(--gf-gold);
  width: 1.05rem;
  box-shadow: none;
}

.gf-home-banner-block .gf-promo-carousel--single+.gf-banner-carousel__pagination {
  display: none !important;
}

@media (max-width: 991.98px) {
  .gf-promo-carousel {
    border-radius: .58rem;
    padding-inline: .2rem;
  }

  .gf-promo-banner {
    aspect-ratio: 1170 / 151;
    border-radius: .56rem;
    box-shadow: 0 8px 18px rgba(7, 18, 34, .12);
  }

  .gf-promo-banner__content {
    width: min(70ch, calc(100% - 1rem));
    max-width: calc(100% - 1rem);
    padding: .52rem .58rem;
    gap: .24rem;
    background: rgba(4, 12, 24, .56);
    backdrop-filter: none;
  }

  .gf-promo-banner__title {
    font-size: clamp(.68rem, .56rem + .9vw, .9rem);
    line-height: 1.2;
  }

  .gf-promo-banner__subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(.62rem, .54rem + .7vw, .78rem);
    line-height: 1.25;
  }

  .gf-promo-banner__body,
  .gf-promo-banner__supporting {
    display: none;
  }

  .gf-promo-banner__cta {
    min-height: 24px;
    padding: .18rem .48rem;
    font-size: .54rem;
    letter-spacing: .04em;
  }

  .gf-promo-carousel__nav {
    width: 32px;
    height: 32px;
  }

  .gf-promo-carousel__nav--prev {
    left: .16rem;
  }

  .gf-promo-carousel__nav--next {
    right: .16rem;
  }

  .gf-promo-banner__content--v-top {
    margin-top: .35rem;
  }

  .gf-promo-banner__content--v-bottom {
    margin-bottom: .35rem;
  }

  .gf-promo-carousel .swiper-pagination {
    bottom: -.08rem !important;
  }

  .gf-home-banner-block .gf-banner-carousel__pagination {
    bottom: auto !important;
    margin-top: .32rem;
  }
}

@media (max-width: 767.98px) {
  .gf-promo-carousel {
    width: 100%;
  }

  .gf-homepage-promo {
    padding: .8rem 0 1rem;
  }

  .gf-home-block--informational-banners .gf-home-banner-block,
  .gf-home-block--advertising-banners .gf-home-banner-block {
    padding: .68rem 0 .38rem;
  }

  .gf-promo-carousel .swiper-slide {
    opacity: 1;
    transform: none;
  }

  .gf-promo-carousel__nav {
    width: 30px;
    height: 30px;
  }

  .gf-home-block--informational-banners .gf-promo-carousel__nav,
  .gf-home-block--advertising-banners .gf-promo-carousel__nav {
    border-color: transparent;
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    box-shadow: none;
    text-shadow: 0 1px 3px rgba(4, 12, 24, .82);
  }

  .gf-home-block--informational-banners .gf-promo-carousel__nav:hover,
  .gf-home-block--informational-banners .gf-promo-carousel__nav:focus-visible,
  .gf-home-block--advertising-banners .gf-promo-carousel__nav:hover,
  .gf-home-block--advertising-banners .gf-promo-carousel__nav:focus-visible {
    border-color: rgba(202, 168, 92, .72);
    background: rgba(4, 12, 24, .36);
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(202, 168, 92, .24);
  }

  .gf-promo-banner__content {
    width: 100%;
    max-width: 100%;
    justify-self: stretch !important;
    padding: .54rem .62rem;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .gf-promo-banner__subtitle {
    -webkit-line-clamp: 2;
  }

  .gf-promo-banner__content--v-top,
  .gf-promo-banner__content--v-bottom {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gf-promo-banner__cta {
    min-height: 30px;
    padding: .25rem .62rem;
    font-size: .6rem;
  }

  .gf-promo-carousel .swiper-pagination {
    bottom: .48rem !important;
    gap: .34rem;
    padding: .16rem .32rem;
  }

  .gf-home-banner-block .gf-banner-carousel__pagination {
    bottom: auto !important;
    gap: .24rem;
    margin-top: .3rem;
    padding: .1rem .28rem;
  }

  .gf-promo-carousel .swiper-pagination-bullet {
    width: 1.72rem;
    height: 1.72rem;
  }

  .gf-promo-carousel .swiper-pagination-bullet::before {
    width: .48rem;
    height: .48rem;
  }

  .gf-promo-carousel .swiper-pagination-bullet-active::before {
    width: 1.2rem;
  }

  .gf-home-banner-block .gf-banner-carousel__pagination .swiper-pagination-bullet {
    width: 1.34rem;
    height: 1.34rem;
  }

  .gf-home-banner-block .gf-banner-carousel__pagination .swiper-pagination-bullet::before {
    width: .42rem;
    height: .42rem;
  }

  .gf-home-banner-block .gf-banner-carousel__pagination .swiper-pagination-bullet-active::before {
    width: .98rem;
  }
}

.homepage-main .block {

  /* padding: 4rem 0; */
  background: var(--gf-white);
  border-bottom: 1px solid rgba(11, 31, 58, .07);
}

.homepage-main .block:last-child {
  border-bottom: 0;
}

/* Wrap each block's content in a max-width container */
.homepage-main .block>.block-content,
.homepage-main .block>.views-element-container,
.homepage-main .block>.contextual-region {
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Premium news article detail */
.gf-news-article {
  overflow-x: hidden;
  overflow-x: clip;
  /* background:
    radial-gradient(circle at 12% 0%, rgba(202, 168, 92, .13), transparent 34rem),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 28rem); */
}

.gf-news-article__header {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: clamp(1.35rem, 2.4vw, 2.65rem) 0 clamp(.45rem, 1vw, .85rem);
}

.gf-news-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem .85rem;
  margin-bottom: .48rem;
  color: var(--gf-navy-mid);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-news-article__categories {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.gf-news-article__category {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: .2rem .52rem;
  border-radius: 999px;
  background: rgba(202, 168, 92, .16);
  color: #7a5a17;
  text-decoration: none;
}

.gf-news-article__category:hover,
.gf-news-article__category:focus-visible {
  background: var(--gf-gold);
  color: var(--gf-navy);
  outline: 0;
}

.gf-news-article__date {
  color: rgba(11, 31, 58, .62);
}

.gf-news-article__title {
  max-width: 34ch;
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.95rem, 3.35vw, 3.55rem);
  font-weight: 850;
  letter-spacing: -.024em;
  line-height: .98;
}

.gf-news-article__title-text {
  position: relative;
  display: inline-block;
}

.gf-news-article__title-visual {
  display: none;
}

.gf-news-article__title-text.is-typewriter-enhanced .gf-news-article__title-semantic {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.gf-news-article__title-text.is-typewriter-enhanced .gf-news-article__title-visual {
  display: inline;
}

@media (prefers-reduced-motion: no-preference) {

  .gf-news-article__title-text.is-writing::after,
  .gf-news-article__title-text.is-written::after {
    content: "";
    display: inline-block;
    width: .055em;
    height: .78em;
    margin-left: .08em;
    background: var(--gf-gold);
    vertical-align: -.06em;
    animation: gfNewsTitleCaret 900ms steps(1, end) infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-news-article__title-text {
    animation: none;
  }

  .gf-news-article__title-text::after {
    display: none;
  }
}

@keyframes gfNewsTitleCaret {
  50% {
    opacity: 0;
  }
}

.gf-news-article__hero {
  position: relative;
  left: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 0 clamp(1.8rem, 4vw, 3.4rem);
  margin-inline: 0;
  padding: clamp(.45rem, 1vw, .85rem) 0;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, .08), rgba(202, 168, 92, .11)),
    #eef2f6;
  border-block: 1px solid rgba(11, 31, 58, .08);
}

.gf-news-article__hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.gf-news-article__jump-wrap {
  display: flex;
  justify-content: center;
  width: min(820px, calc(100% - 2rem));
  margin: clamp(.4rem, 1vw, .75rem) auto clamp(.55rem, 1.35vw, 1rem);
}

.gf-news-article__jump {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(202, 168, 92, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #8a6419;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .42), 0 10px 24px rgba(7, 18, 34, .06);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}

.gf-news-article__jump span {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.gf-news-article__jump::before {
  content: "";
  width: .82rem;
  height: .82rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-.12rem) rotate(45deg);
  filter: drop-shadow(0 2px 5px rgba(202, 168, 92, .32));
}

.gf-news-article__jump::after {
  content: "";
  position: absolute;
  inset: .42rem;
  border-radius: inherit;
  border: 1px solid rgba(202, 168, 92, .16);
  opacity: .9;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .gf-news-article__jump::before {
    animation: gfNewsJumpChevron 1.65s cubic-bezier(.45, 0, .25, 1) infinite;
  }
}

.gf-news-article__jump:hover,
.gf-news-article__jump:focus-visible {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(202, 168, 92, .78);
  color: #8a6419;
  box-shadow: 0 0 0 3px rgba(202, 168, 92, .18), 0 14px 30px rgba(7, 18, 34, .09);
  transform: translateY(1px);
  outline: 0;
}

@keyframes gfNewsJumpChevron {

  0%,
  100% {
    transform: translateY(-.18rem) rotate(45deg);
  }

  45% {
    transform: translateY(.16rem) rotate(45deg);
  }
}

.gf-news-article__shell {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto;
  scroll-margin-top: calc(var(--gf-header-offset, 96px) + 1rem);
}

.gf-news-article__body {
  color: #26384d;
  font-size: clamp(1.04rem, .98rem + .28vw, 1.22rem);
  line-height: 1.78;
}

.gf-news-article__body>* {
  margin-top: 0;
  margin-bottom: 1.35em;
}

.gf-news-article__body--lead>p:first-child {
  color: #172b45;
  font-size: clamp(1.18rem, 1rem + .62vw, 1.55rem);
  line-height: 1.55;
}

.gf-news-article__body h2,
.gf-news-article__body h3,
.gf-news-article__body h4 {
  margin-top: 1.75em;
  color: var(--gf-navy);
  font-weight: 820;
  letter-spacing: -.015em;
  line-height: 1.16;
}

.gf-news-article__body h2 {
  font-size: clamp(1.6rem, 1.25rem + 1vw, 2.2rem);
}

.gf-news-article__body h3 {
  font-size: clamp(1.3rem, 1.08rem + .62vw, 1.65rem);
}

.gf-news-article__body a {
  color: #8a6419;
  font-weight: 700;
  text-decoration-color: rgba(202, 168, 92, .55);
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
}

.gf-news-article__body a:hover,
.gf-news-article__body a:focus-visible {
  color: var(--gf-navy);
  outline: 0;
}

.gf-news-article__body blockquote {
  margin: 2rem 0;
  padding: 1.1rem 1.25rem 1.1rem 1.5rem;
  border-left: 4px solid var(--gf-gold);
  background: linear-gradient(90deg, rgba(202, 168, 92, .11), rgba(202, 168, 92, .02));
  color: #102640;
  font-size: 1.12em;
  font-weight: 650;
}

.gf-news-article__body img,
.gf-news-article__body iframe,
.gf-news-article__body video {
  max-width: 100%;
  border-radius: .75rem;
}

.gf-news-article__body img {
  height: auto;
  box-shadow: 0 16px 38px rgba(7, 18, 34, .12);
}

.gf-news-article__social-embed,
.gf-news-article__instagram-embed {
  display: flex;
  justify-content: center;
  width: min(100%, 620px);
  margin: clamp(1.8rem, 4vw, 2.8rem) auto;
  overflow: visible;
}

.gf-social-embed {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid rgba(11, 31, 58, .1);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 18, 34, .1);
  overflow: hidden;
}

.gf-social-embed__surface,
.gf-social-embed__media {
  width: 100%;
}

.gf-news-article__social-embed--instagram .gf-instagram-card {
  max-width: 540px;
  overflow: visible;
}

.gf-news-article__social-embed--instagram .gf-instagram-card__surface,
.gf-news-article__social-embed--instagram .gf-instagram-card__embed {
  height: auto;
  min-height: 0;
  overflow: visible;
  pointer-events: auto;
}

.gf-news-article__social-embed--instagram .instagram-media {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border: 0 !important;
  overflow: visible !important;
}

.gf-news-article__social-embed--instagram iframe.instagram-media {
  height: auto;
  min-height: 620px;
}

.gf-social-embed--youtube {
  border-color: rgba(215, 25, 32, .2);
}

.gf-social-embed__media--video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.gf-social-embed__media--video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.gf-social-embed--x .gf-social-embed__surface {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border-top: 4px solid var(--gf-navy);
  background: linear-gradient(135deg, #fff, #f3f6fa);
}

.gf-social-embed__label {
  margin: 0 0 .45rem !important;
  color: var(--gf-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.gf-news-promotions {
  position: relative;
  left: 50%;
  width: min(980px, calc(100vw - 2rem));
  margin: clamp(2.25rem, 5vw, 3.75rem) 0;
  padding-top: clamp(1.1rem, 2.5vw, 1.6rem);
  transform: translateX(-50%);
  border-top: 1px solid rgba(11, 31, 58, .09);
}

.gf-news-promotions__header {
  margin-bottom: clamp(.9rem, 2vw, 1.25rem);
}

.gf-news-promotions__eyebrow {
  display: block;
  margin-bottom: .2rem;
  color: #8a6419;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gf-news-promotions__header h2 {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.18rem, 1.04rem + .45vw, 1.5rem);
  font-weight: 760;
  letter-spacing: -.01em;
}

.gf-news-promotions__viewport {
  min-width: 0;
  overflow: hidden;
  border-radius: .75rem;
}

.gf-news-promotions__grid {
  display: grid;
  gap: clamp(.8rem, 1.8vw, 1.2rem);
  transition: transform .32s ease;
}

.gf-news-promotions--two-columns .gf-news-promotions__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-news-promotions--three-columns .gf-news-promotions__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-news-promotions--three-columns.gf-news-promotions--count-2 .gf-news-promotions__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 42rem;
  margin-inline: auto;
}

.gf-news-promotions--single .gf-news-promotions__grid {
  grid-template-columns: minmax(0, 34rem);
  justify-content: center;
}

.gf-news-promotions__item {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(11, 31, 58, .075);
  border-radius: .7rem;
  background: #fafbfc;
  box-shadow: 0 5px 16px rgba(7, 18, 34, .045);
  overflow: hidden;
}

.gf-news-promotions__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding: clamp(.25rem, .8vw, .5rem);
  background: #f7f8fa;
}

.gf-news-promotions__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 32rem;
  margin: 0 auto;
  object-fit: contain;
}

.gf-news-promotions--three-columns .gf-news-promotions__media img {
  max-height: 27rem;
}

.gf-news-promotions--carousel .gf-news-promotions__grid {
  display: flex;
  gap: 0;
}

.gf-news-promotions--carousel .gf-news-promotions__item {
  flex: 0 0 100%;
  border: 0;
  box-shadow: none;
}

.gf-news-promotions--carousel .gf-news-promotions__media {
  min-height: min(32rem, 62vw);
}

.gf-news-promotions__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin-top: .85rem;
}

.gf-news-promotions__control,
.gf-news-promotions__dot {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.gf-news-promotions__control {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(11, 31, 58, .14);
  border-radius: 50%;
  color: var(--gf-navy);
  background: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.gf-news-promotions__pagination {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.gf-news-promotions__dot {
  width: .48rem;
  height: .48rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(11, 31, 58, .24);
}

.gf-news-promotions__dot.is-current {
  background: #9a762c;
  box-shadow: 0 0 0 3px rgba(202, 168, 92, .16);
}

.gf-news-promotions__control:hover,
.gf-news-promotions__control:focus-visible,
.gf-news-promotions__dot:focus-visible {
  outline: 2px solid rgba(11, 31, 58, .35);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .gf-news-promotions__grid {
    transition: none;
  }
}

@media (max-width: 960px) {
  .gf-news-promotions--three-columns .gf-news-promotions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .gf-news-article__social-embed--instagram iframe.instagram-media {
    min-height: 560px;
  }

  .gf-news-promotions {
    left: auto;
    width: 100%;
    transform: none;
  }

  .gf-news-promotions--two-columns .gf-news-promotions__grid,
  .gf-news-promotions--three-columns .gf-news-promotions__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gf-news-promotions__media img,
  .gf-news-promotions--three-columns .gf-news-promotions__media img {
    max-height: 30rem;
  }
}

.gf-news-article__section {
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(3rem, 6vw, 5.5rem) auto 0;
  padding-top: clamp(1.4rem, 3vw, 2.3rem);
  border-top: 1px solid rgba(11, 31, 58, .1);
}

.gf-news-article__section:last-child {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.gf-news-article__section-head {
  margin-bottom: clamp(1rem, 2vw, 1.6rem);
}

.gf-news-article__section-head span {
  display: block;
  margin-bottom: .25rem;
  color: #8a6419;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gf-news-article__section-head h2 {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.55rem, 1.22rem + 1vw, 2.25rem);
  letter-spacing: -.015em;
}

.gf-news-article__related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}

.gf-news-article__latest-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}

.gf-news-article-card {
  min-width: 0;
  border: 1px solid rgba(11, 31, 58, .1);
  border-radius: .75rem;
  overflow: hidden;
  overflow: clip;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(7, 18, 34, .07);
}

.gf-news-article-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(11, 31, 58, .12), rgba(202, 168, 92, .18));
  overflow: hidden;
}

.gf-news-article-card__media img,
.gf-news-article-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.gf-news-article-card__media img {
  object-fit: cover;
  transition: transform .25s ease;
}

.gf-news-article-card:hover .gf-news-article-card__media img,
.gf-news-article-card:focus-within .gf-news-article-card__media img {
  transform: scale(1.035);
}

.gf-news-article-card__body {
  padding: .82rem .88rem .95rem;
}

.gf-news-article-card__body time {
  display: block;
  margin-bottom: .38rem;
  color: rgba(11, 31, 58, .58);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gf-news-article-card__body h3 {
  margin: 0;
  font-size: .98rem;
  line-height: 1.24;
}

.gf-news-article-card__body a {
  color: var(--gf-navy);
  text-decoration: none;
}

.gf-news-article-card__body a:hover,
.gf-news-article-card__body a:focus-visible {
  color: #8a6419;
  text-decoration: underline;
  text-underline-offset: .18em;
  outline: 0;
}

@media (max-width: 1199.98px) {

  .gf-news-article__related-grid,
  .gf-news-article__latest-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .gf-news-article__header {
    padding-top: 1.5rem;
  }

  .gf-news-article__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: .45rem;
  }

  .gf-news-article__title {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: .98;
  }

  .gf-news-article__jump-wrap {
    margin-top: .65rem;
    margin-bottom: .7rem;
  }

  .gf-news-article__jump {
    width: 2.45rem;
    height: 2.45rem;
  }

  .gf-news-article__hero {
    padding: .45rem 0;
  }

  .gf-news-article__body {
    font-size: 1rem;
    line-height: 1.68;
  }

  .gf-news-article__related-grid,
  .gf-news-article__latest-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .gf-news-article-card {
    display: grid;
    grid-template-columns: 7.25rem minmax(0, 1fr);
  }

  .gf-news-article-card__media {
    aspect-ratio: auto;
    min-height: 100%;
  }
}

/* Shared section and page heading system */
.homepage-main .block h2.block-title,
.homepage-main .views-element-container>h2,
.homepage-main .view>h2,
.inner-page-main .page-title,
.inner-page-main .views-element-container>h2,
.inner-page-main .view>h2,
.inner-page-main .block h2.block-title,
.inner-page-main .node--full .node__title,
.gf-sponsors-header h2 {
  position: relative;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -.02em;
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 24ch;
}

.homepage-main .block h2.block-title::after,
.homepage-main .views-element-container>h2::after,
.homepage-main .view>h2::after,
.inner-page-main .page-title::after,
.inner-page-main .views-element-container>h2::after,
.inner-page-main .view>h2::after,
.inner-page-main .block h2.block-title::after,
.inner-page-main .node--full .node__title::after,
.gf-sponsors-header h2::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3px;
  background: var(--gf-gold);
  margin: .75rem auto 0;
}

/* Section headings (Views block title) */
.homepage-main .block h2.block-title,
.homepage-main .views-element-container>h2,
.homepage-main .view>h2 {
  color: var(--gf-navy);
  margin-bottom: 1.5rem;
}

.homepage-main .view-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.homepage-main .view-header h2,
.homepage-main .view-header .block-title {
  margin-bottom: 0;
}

.homepage-main .view-header h2::after,
.homepage-main .view-header .block-title::after {
  margin-bottom: 0;
}

.homepage-main .view .more-link,
.homepage-main .views-more-link {
  margin-top: 1.25rem;
  text-align: right;
}

/* ============================================================
   GLOBAL CINEMATIC SCROLL MOTION (post-hero content)
   ============================================================ */
:root {
  --gf-motion-duration-section: .72s;
  --gf-motion-duration-item: .82s;
  --gf-motion-ease: cubic-bezier(.22, .61, .36, 1);
  --gf-motion-stagger-step: 58ms;
}

html.gf-motion-enabled .gf-motion-section {
  opacity: .86;
  transform: translate3d(0, 18px, 0) scale(.997);
  filter: saturate(.95);
  transition:
    opacity var(--gf-motion-duration-section) var(--gf-motion-ease),
    transform var(--gf-motion-duration-section) var(--gf-motion-ease),
    filter var(--gf-motion-duration-section) var(--gf-motion-ease);
  will-change: opacity, transform;
}

html.gf-motion-enabled .gf-motion-section.is-inview {
  opacity: 1;
  transform: none;
  filter: saturate(1);
}

html.gf-motion-enabled .gf-motion-section .gf-motion-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.99);
  filter: blur(5px);
  transition:
    opacity var(--gf-motion-duration-item) var(--gf-motion-ease),
    transform var(--gf-motion-duration-item) var(--gf-motion-ease),
    filter var(--gf-motion-duration-item) var(--gf-motion-ease);
  transition-delay: calc(var(--gf-motion-step, 0) * var(--gf-motion-stagger-step));
  will-change: opacity, transform;
}

html.gf-motion-enabled .gf-motion-section.is-inview .gf-motion-item {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

html.gf-motion-enabled .gf-home-block--upcoming-events.gf-motion-section,
html.gf-motion-enabled .gf-home-block--upcoming-events .gf-motion-section,
html.gf-motion-enabled .gf-home-block--upcoming-events .gf-motion-item,
html.gf-motion-enabled .gf-services-section.gf-motion-section,
html.gf-motion-enabled .gf-services-section .gf-motion-item,
html.gf-motion-enabled .gf-home-block--services.gf-motion-section,
html.gf-motion-enabled .gf-home-block--services .gf-motion-section,
html.gf-motion-enabled .gf-home-block--services .gf-motion-item,
html.gf-motion-enabled .gf-home-block--impact.gf-motion-section,
html.gf-motion-enabled .gf-home-block--impact .gf-motion-section,
html.gf-motion-enabled .gf-home-block--impact .gf-motion-item,
html.gf-motion-enabled .gf-home-block--upcoming-tournaments.gf-motion-section,
html.gf-motion-enabled .gf-home-block--upcoming-tournaments .gf-motion-section,
html.gf-motion-enabled .gf-home-block--upcoming-tournaments .gf-motion-item {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
  transition-delay: 0s !important;
  will-change: auto !important;
}

/*
 * Dynamic or viewport-tall components can explicitly opt out of whole-section
 * reveal motion without disabling animations elsewhere on the page.
 */
html.gf-motion-enabled [data-gf-motion-static].gf-motion-section,
html.gf-motion-enabled [data-gf-motion-static] .gf-motion-item {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
  transition-delay: 0s !important;
  will-change: auto !important;
}

html.gf-motion-enabled .gf-motion-section .gf-motion-item:hover {
  transform: translate3d(0, -2px, 0);
}

html.gf-motion-enabled .gf-motion-section .gf-motion-item:focus-visible {
  transform: none;
}

@media (max-width: 991.98px) {
  html.gf-motion-enabled .gf-motion-section {
    transform: translate3d(0, 14px, 0);
  }

  html.gf-motion-enabled .gf-motion-section .gf-motion-item {
    transform: translate3d(0, 16px, 0) scale(.995);
    filter: blur(3px);
  }
}

@media (prefers-reduced-motion: reduce) {

  html.gf-motion-enabled .gf-motion-section,
  html.gf-motion-enabled .gf-motion-section .gf-motion-item {
    transform: none !important;
    filter: none !important;
    transition-property: opacity !important;
    transition-duration: .2s !important;
    transition-delay: 0s !important;
  }

  html.gf-motion-enabled .gf-motion-section {
    opacity: .95;
  }

  html.gf-motion-enabled .gf-motion-section.is-inview,
  html.gf-motion-enabled .gf-motion-section .gf-motion-item,
  html.gf-motion-enabled .gf-motion-section.is-inview .gf-motion-item {
    opacity: 1;
  }
}

/* ============================================================
   CONTENT CARDS — Professional Sports Site UI
   ============================================================ */

/* Grid container: centred, bounded, equal-height rows */
/* .cards-container is the universal alias; .view-content is the Drupal Views output. */
.cards-container,
.view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: stretch;
  align-items: stretch;
  gap: 1.5rem;
  padding-left: clamp(1rem, 4vw, 4rem);
  padding-right: clamp(1rem, 4vw, 4rem);
  width: 100%;
}

.view-content>.views-row {
  height: 100%;
}

/* ── Universal horizontal spacing ──────────────────────────────────────────── */
/* Applied to Drupal layout containers and any custom page wrapper. */
.layout-container,
.page-container {
  padding-left: clamp(1rem, 4vw, 4rem);
  padding-right: clamp(1rem, 4vw, 4rem);
}

.inner-page-main .container-xl {
  max-width: 100%;
  margin-inline: auto;
}

.inner-page-main .region-content,
.inner-page-main .views-element-container,
.inner-page-main .view {
  width: 100%;
}

/* ── Card shell ──────────────────────────────────────────── */
/* .card is the universal alias used across all page types. */
.card,
.gf-teaser-card,
.views-row,
.node--view-mode-teaser {
  background: var(--gf-white);
  border-radius: var(--gf-radius);
  box-shadow: 0 2px 12px rgba(11, 31, 58, .08);
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(11, 31, 58, .07);
  position: relative;
}

/* ── Admin: contextual edit links must not be clipped by overflow ─── */
body.user-logged-in .gf-teaser-card,
body.user-logged-in .views-row,
body.user-logged-in .node--view-mode-teaser {
  overflow: visible;
}

/* Preserve top-corner rounding on image when card overflow is visible */
body.user-logged-in .gf-teaser-media {
  border-radius: var(--gf-radius) var(--gf-radius) 0 0;
}

.gf-card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gf-teaser-content a,
.gf-teaser-media a,
.gf-teaser-cta,
.gf-teaser-leaderboard {
  position: relative;
  z-index: 2;
}

.gf-teaser-card:hover,
.views-row:hover,
.node--view-mode-teaser:hover {
  box-shadow: 0 16px 48px rgba(11, 31, 58, .16);
  transform: translateY(-5px);
}

/* Gold bar on hover */
.gf-teaser-card::after,
.views-row::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gf-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.gf-teaser-card:hover::after,
.views-row:hover::after {
  transform: scaleX(1);
}

/* ── Media block ─────────────────────────────────────────── */
.gf-teaser-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(145deg, var(--gf-navy-mid) 0%, var(--gf-navy) 100%);
  flex-shrink: 0;
}

/* Real image — direct upload (placeholder path) */
.gf-teaser-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

/* ── Media entity wrapper divs inside teaser cards ───────────
   entity_reference_entity_view renders: .media > .field > .field__item > img
   All wrappers must be height:100% to let the image fill the 16:9 container.
   display:block prevents inline baseline gap. ──────────────── */
.gf-teaser-media .media,
.gf-teaser-media .media__element,
.gf-teaser-media .field,
.gf-teaser-media .field__item {
  display: block;
  height: 100%;
  width: 100%;
}

.gf-teaser-media .field--name-field-media-image,
.gf-teaser-media .field--name-field-media-image .field__item {
  height: 100%;
}

.gf-teaser-media--logo {
  background: #fff;
}

.gf-teaser-media--logo img,
.gf-teaser-media--logo .media__element,
.gf-teaser-media--logo .field--name-field-media-image img {
  object-fit: contain;
  padding: 1rem;
}

.gf-teaser-card:hover .gf-teaser-media img,
.views-row:hover .gf-teaser-media img {
  transform: scale(1.06);
}

/* Placeholder: uses theme background image with overlay */
.gf-teaser-media--placeholder img.gf-placeholder-img {
  opacity: .45;
  filter: saturate(.6) brightness(.7);
}

/* Golf-texture overlay on placeholder */
.gf-teaser-media--placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(11, 31, 58, .15) 0%,
      rgba(11, 31, 58, .55) 100%);
  pointer-events: none;
}

/* Bundle pill — top-left of image */
.gf-teaser-bundle-pill {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 3;
  padding: .22rem .65rem;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(11, 31, 58, .75);
  color: var(--gf-gold);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(202, 168, 92, .3);
  line-height: 1.4;
}

/* ── Content area ────────────────────────────────────────── */
.gf-teaser-content {
  padding: 1.4rem 1.5rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

/* ── Category badge ──────────────────────────────────────── */
.gf-teaser-category {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  margin-bottom: .7rem;
  padding: .22rem .7rem;
  border-radius: 999px;
  background: var(--gf-gold-light);
  color: var(--gf-navy);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid rgba(202, 168, 92, .35);
}

/* ── Title — the most important element ──────────────────── */
.gf-teaser-title {
  margin: 0 0 .6rem;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -.01em;
}

.gf-teaser-title a {
  color: var(--gf-navy);
  text-decoration: none;
  background-image: linear-gradient(var(--gf-gold), var(--gf-gold));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: color .25s ease, background-size .3s ease;
  display: inline;
}

.gf-teaser-title a:hover {
  color: var(--gf-navy-mid);
  background-size: 100% 2px;
  text-decoration: none;
}

/* ── Meta row: date + location ───────────────────────────── */
.gf-teaser-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .9rem;
  margin-bottom: .65rem;
}

.gf-teaser-meta__date,
.gf-teaser-meta__location {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .78rem;
  color: var(--gf-gray);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.3;
}

.gf-teaser-meta__date svg,
.gf-teaser-meta__location svg {
  flex-shrink: 0;
  color: var(--gf-gold-dark);
}

/* ── Status badge ────────────────────────────────────────── */
.gf-teaser-status {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  margin-bottom: .7rem;
  padding: .24rem .72rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.4;
  /* default */
  background: rgba(11, 31, 58, .07);
  color: var(--gf-navy);
  border: 1px solid rgba(11, 31, 58, .15);
}

/* Status: upcoming — blue */
.gf-teaser-status--upcoming {
  background: var(--gf-status-upcoming-bg);
  color: var(--gf-status-upcoming-text);
  border-color: var(--gf-status-upcoming-border);
}

/* Status: open / registration open — green */
.gf-teaser-status--open,
.gf-teaser-status--registration-open,
.gf-teaser-status--registration_open,
.gf-teaser-status--in-progress {
  background: var(--gf-status-registration-open-bg);
  color: var(--gf-status-registration-open-text);
  border-color: var(--gf-status-registration-open-border);
}

/* Status: closed — grey */
.gf-teaser-status--closed {
  background: var(--gf-status-finished-bg);
  color: var(--gf-status-finished-text);
  border-color: var(--gf-status-finished-border);
}

/* Status: finished — navy with gold accent */
.gf-teaser-status--finished {
  background: var(--gf-status-finished-bg);
  color: var(--gf-status-finished-text);
  border-color: var(--gf-status-finished-border);
}

/* ── Spanish status aliases ─────────────────────────────── */
.gf-teaser-status--próximo,
.gf-teaser-status--proximo,
.gf-teaser-status--proximamente {
  background: var(--gf-status-upcoming-bg);
  color: var(--gf-status-upcoming-text);
  border-color: var(--gf-status-upcoming-border);
}

.gf-teaser-status--en-curso,
.gf-teaser-status--en_curso,
.gf-teaser-status--en-juego,
.gf-teaser-status--en_juego {
  background: var(--gf-status-in-progress-bg);
  color: var(--gf-status-in-progress-text);
  border-color: var(--gf-status-in-progress-border);
}

.gf-teaser-status--finalizado {
  background: var(--gf-status-finished-bg);
  color: var(--gf-status-finished-text);
  border-color: var(--gf-status-finished-border);
}

.gf-teaser-status--registro-abierto,
.gf-teaser-status--registro_abierto {
  background: var(--gf-status-registration-open-bg);
  color: var(--gf-status-registration-open-text);
  border-color: var(--gf-status-registration-open-border);
}

.gf-teaser-status--registro-cerrado,
.gf-teaser-status--registro_cerrado {
  background: var(--gf-status-finished-bg);
  color: var(--gf-status-finished-text);
  border-color: var(--gf-status-finished-border);
}

.gf-teaser-status--cancelled,
.gf-teaser-status--cancelado {
  background: var(--gf-status-cancelled-bg);
  color: var(--gf-status-cancelled-text);
  border-color: var(--gf-status-cancelled-border);
}

.gf-teaser-status--rescheduled,
.gf-teaser-status--reprogramado {
  background: var(--gf-status-rescheduled-bg);
  color: var(--gf-status-rescheduled-text);
  border-color: var(--gf-status-rescheduled-border);
}

/* Shared institutional status badge system. */
.gf-teaser-status,
.gf-championships__list-status,
.gf-championships__event-status,
.gf-championships__card-status,
.gf-championships__status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.58rem;
  border: 1px solid var(--gf-status-upcoming-border);
  border-radius: 999px;
  background: var(--gf-status-upcoming-bg);
  color: var(--gf-status-upcoming-text);
  font-size: .74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.gf-teaser-status--upcoming,
.gf-teaser-status--proximo,
.gf-teaser-status--proximamente,
.gf-teaser-status--próximo,
.gf-teaser-status--próximamente,
.gf-teaser-status--planificado,
.gf-championships__card-status.is-proximo,
.gf-championships__card-status.is-upcoming,
.gf-championships__card-status.is-planificado {
  background: var(--gf-status-upcoming-bg) !important;
  border-color: var(--gf-status-upcoming-border) !important;
  color: var(--gf-status-upcoming-text) !important;
}

.gf-teaser-status--registration-open,
.gf-teaser-status--registration_open,
.gf-teaser-status--registro-abierto,
.gf-teaser-status--registro_abierto,
.gf-teaser-status--open,
.gf-championships__card-status.is-open {
  background: var(--gf-status-registration-open-bg) !important;
  border-color: var(--gf-status-registration-open-border) !important;
  color: var(--gf-status-registration-open-text) !important;
}

.gf-teaser-status--in-progress,
.gf-teaser-status--in_progress,
.gf-teaser-status--en-curso,
.gf-teaser-status--en_curso,
.gf-teaser-status--en-juego,
.gf-teaser-status--en_juego,
.gf-teaser-status--activo,
.gf-championships__card-status.is-en-curso,
.gf-championships__card-status.is-activo {
  background: var(--gf-status-in-progress-bg) !important;
  border-color: var(--gf-status-in-progress-border) !important;
  color: var(--gf-status-in-progress-text) !important;
}

.gf-teaser-status--finished,
.gf-teaser-status--finalizado,
.gf-teaser-status--closed,
.gf-teaser-status--registro-cerrado,
.gf-teaser-status--registro_cerrado,
.gf-championships__card-status.is-finished,
.gf-championships__card-status.is-finalizado,
.gf-championships__card-status.is-cerrado {
  background: var(--gf-status-finished-bg) !important;
  border-color: var(--gf-status-finished-border) !important;
  color: var(--gf-status-finished-text) !important;
}

.gf-teaser-status--cancelled,
.gf-teaser-status--cancelado,
.gf-championships__card-status.is-cancelled,
.gf-championships__card-status.is-cancelado {
  background: var(--gf-status-cancelled-bg) !important;
  border-color: var(--gf-status-cancelled-border) !important;
  color: var(--gf-status-cancelled-text) !important;
}

.gf-teaser-status--rescheduled,
.gf-teaser-status--reprogramado,
.gf-championships__card-status.is-rescheduled,
.gf-championships__card-status.is-reprogramado {
  background: var(--gf-status-rescheduled-bg) !important;
  border-color: var(--gf-status-rescheduled-border) !important;
  color: var(--gf-status-rescheduled-text) !important;
}

/* Championship detail page */
.gf-championship-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.gf-championship-detail__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

.gf-championship-detail__logo-wrap {
  width: 140px;
  min-width: 140px;
  height: 140px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(11, 31, 58, .12);
  border: 1px solid rgba(11, 31, 58, .08);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gf-championship-detail__logo {
  width: 100%;
  margin: 0 0 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gf-championship-detail__title {
  margin: 0 0 .5rem;
  color: var(--gf-navy);
}

.gf-championship-detail__logo img {
  width: 100%;
  max-width: 1200px;
  height: auto !important;
  max-height: 60vh;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.gf-championship-detail__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .8rem 1rem;
  margin-bottom: 1.3rem;
}

.gf-championship-detail__meta-item {
  background: #fff;
  border: 1px solid rgba(11, 31, 58, .09);
  border-radius: 12px;
  padding: .85rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
}

/* Icon column — aligned to first text line */
.gf-championship-detail__meta-item>span[aria-hidden] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--gf-gold-dark);
  margin-top: .1rem;
}

/* Text column: label above, value below */
.gf-championship-detail__meta-item>div {
  display: flex;
  flex-direction: column;
  gap: .18rem;
  min-width: 0;
}

.gf-championship-detail__meta-item strong {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gf-navy);
  line-height: 1.3;
}

.gf-championship-detail__meta-item span,
.gf-championship-detail__meta-item .gf-championship-location {
  font-size: .88rem;
  color: #374151;
  line-height: 1.4;
  display: block;
}

/* Location link inside meta tile */
.gf-championship-location a {
  color: var(--gf-navy-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--gf-transition);
}

.gf-championship-location a:hover {
  color: var(--gf-gold-dark);
}

/* ── GF button system ─────────────────────────────── */
.gf-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.6rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--gf-transition), color var(--gf-transition),
    box-shadow var(--gf-transition), transform .18s ease;
  white-space: nowrap;
}

.gf-btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

/* Primary: navy fill, gold hover */
.gf-btn--primary {
  background: var(--gf-navy);
  color: #fff;
  box-shadow: 0 4px 14px rgba(11, 31, 58, .2);
}

.gf-btn--primary:hover {
  background: var(--gf-gold-dark, #a07830);
  color: #fff;
  box-shadow: 0 8px 24px rgba(202, 168, 92, .35);
}

/* Secondary: gold border outline */
.gf-btn--secondary {
  background: transparent;
  color: var(--gf-navy);
  border: 2px solid var(--gf-gold);
  box-shadow: none;
}

.gf-btn--secondary:hover {
  background: var(--gf-gold);
  color: var(--gf-navy);
  box-shadow: 0 6px 18px rgba(202, 168, 92, .3);
}

.gf-btn--secondary em {
  font-style: italic;
}

/* Back navigation button */
.gf-btn--back {
  background: transparent;
  color: var(--gf-navy-mid);
  border: 1.5px solid rgba(11, 31, 58, .2);
  font-size: .8rem;
  padding: .5rem 1.1rem;
}

.gf-btn--back:hover {
  background: var(--gf-navy);
  color: #fff;
  border-color: var(--gf-navy);
}

/* Back nav wrappers */
.gf-championship-back {
  margin-bottom: 1.4rem;
}

.gf-championship-back--bottom {
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(11, 31, 58, .1);
}

.gf-championship-detail__links {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.6rem;
}

.gf-championship-detail__links .gf-btn {
  max-width: 100%;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

.gf-championship-detail__body {
  min-width: 0;
}

/* ── Documents section ───────────────────────────────────── */
.gf-championship-detail__documents {
  margin-top: clamp(2.25rem, 4vw, 3.25rem);
  padding: clamp(1rem, 2.2vw, 1.5rem);
  border: 1px solid rgba(11, 31, 58, .12);
  border-radius: .8rem;
  background: #f7f9fb;
}

/* Drupal field label acts as section heading — style it like the old h3 */
.gf-championship-detail__documents-title {
  color: var(--gf-navy);
  margin: 0 0 1rem;
  padding-bottom: .7rem;
  border-bottom: 2px solid var(--gf-gold, #b8972d);
  font-size: clamp(1.15rem, 1.05rem + .35vw, 1.35rem);
  font-weight: 780;
  line-height: 1.25;
}

.gf-championship-detail__document-list {
  display: grid;
  gap: .65rem;
}

.gf-championship-detail__document {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .85rem;
  min-width: 0;
  padding: .85rem .95rem;
  border: 1px solid rgba(11, 31, 58, .12);
  border-radius: .62rem;
  background: #fff;
  color: var(--gf-navy);
  box-shadow: 0 3px 12px rgba(11, 31, 58, .055);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.gf-championship-detail__document:hover {
  border-color: rgba(184, 151, 45, .58);
  background: #fffdf7;
  color: var(--gf-navy);
  box-shadow: 0 7px 18px rgba(11, 31, 58, .09);
  text-decoration: none;
}

.gf-championship-detail__document:focus-visible {
  outline: 3px solid rgba(184, 151, 45, .52);
  outline-offset: 3px;
  border-color: var(--gf-gold-dark, #9c7926);
}

.gf-championship-detail__document-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: .52rem;
  background: rgba(202, 168, 92, .14);
  color: var(--gf-gold-dark, #8b6c26);
}

.gf-championship-detail__document-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.gf-championship-detail__document-content {
  display: grid;
  gap: .2rem;
  min-width: 0;
}

.gf-championship-detail__document-name {
  min-width: 0;
  color: var(--gf-navy);
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.gf-championship-detail__document-meta {
  color: #647386;
  font-size: .7rem;
  font-weight: 760;
  letter-spacing: .075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gf-championship-detail__document-action {
  align-self: center;
  color: var(--gf-gold-dark, #8b6c26);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .gf-championship-detail__documents {
    padding: .9rem;
  }

  .gf-championship-detail__document {
    gap: .68rem;
    padding: .78rem;
  }

  .gf-championship-detail__document-icon {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (max-width: 374.98px) {
  .gf-championship-detail .gf-btn--back {
    max-width: 100%;
    padding-inline: .75rem;
    white-space: normal;
    text-align: center;
  }
}

/* Homepage visual boundaries and controlled per-item presentation. */
.path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper {
  width: min(calc(100% - 2 * clamp(.5rem, 2vw, 1.5rem)), 1200px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-default .hero-slide__media,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-solid .hero-slide__media {
  background: var(--gf-hero-media-bg, var(--gf-hero-slide-bg, var(--gf-hero-container-bg, var(--gf-navy, #0b1f3a))));
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-default .hero-slide__media-fill,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-solid .hero-slide__media-fill,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-transparent .hero-slide__media-fill {
  display: none !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-transparent .hero-slide__media {
  background: transparent;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-blur .hero-slide__media-fill {
  display: block !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-fit-contain .hero-slide__media video,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-fit-contain .hero-slide__media .hero-slide__video {
  object-fit: contain !important;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__inner {
  width: min(calc(100% - 2 * clamp(.5rem, 2vw, 1.5rem)), 1200px);
  max-width: 1200px;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
  border: 1px solid var(--gf-service-border, transparent);
  background: var(--gf-service-bg, linear-gradient(145deg, #0c2948, #06172c));
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--visual-none {
  background: transparent;
  box-shadow: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--visual-color .gf-services-fmg__card-media,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--visual-none .gf-services-fmg__card-media,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--visual-color .gf-services-fmg__card-shade,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--visual-none .gf-services-fmg__card-shade,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--visual-image-color .gf-services-fmg__card-shade {
  display: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--visual-image-overlay .gf-services-fmg__card-shade {
  background: var(--gf-service-overlay, #06172c);
  opacity: var(--gf-service-overlay-opacity, .5);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-media {
  object-fit: cover;
  opacity: var(--gf-service-image-opacity, 1);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--fit-contain .gf-services-fmg__card-media,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--fit-natural .gf-services-fmg__card-media {
  object-fit: contain;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--fit-natural .gf-services-fmg__card-media {
  inset: 10%;
  width: 80%;
  height: 80%;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-top .gf-services-fmg__card-media {
  object-position: center top;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-bottom .gf-services-fmg__card-media {
  object-position: center bottom;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-left .gf-services-fmg__card-media {
  object-position: left center;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-right .gf-services-fmg__card-media {
  object-position: right center;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-top-left .gf-services-fmg__card-media {
  object-position: left top;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-top-right .gf-services-fmg__card-media {
  object-position: right top;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-bottom-left .gf-services-fmg__card-media {
  object-position: left bottom;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--position-bottom-right .gf-services-fmg__card-media {
  object-position: right bottom;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-compact {
  height: clamp(190px, 21svh, 220px) !important;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-normal {
  height: clamp(230px, 25svh, 290px) !important;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-tall {
  height: clamp(280px, 31svh, 350px) !important;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--align-x-left .gf-services-fmg__card-content {
  align-items: flex-start;
  text-align: left;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--align-x-center .gf-services-fmg__card-content {
  align-items: center;
  text-align: center;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--align-x-right .gf-services-fmg__card-content {
  align-items: flex-end;
  text-align: right;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--align-y-start .gf-services-fmg__card-content {
  justify-content: flex-start;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--align-y-center .gf-services-fmg__card-content {
  justify-content: center;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--align-y-end .gf-services-fmg__card-content {
  justify-content: flex-end;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-title {
  color: var(--gf-service-title-color, #fff);
  font-family: var(--gf-service-title-font, inherit);
  font-size: var(--gf-service-title-size, clamp(1.02rem, 1.25vw, 1.3rem));
  font-weight: var(--gf-service-title-weight, 750);
  line-height: var(--gf-service-title-line, 1.2);
  letter-spacing: var(--gf-service-title-tracking, normal);
  text-align: inherit;
  text-transform: var(--gf-service-title-transform, none);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-eyebrow {
  color: var(--gf-service-aux-color, #e0c477);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-description {
  max-width: 34ch;
  color: var(--gf-service-description-color, rgba(255, 255, 255, .88));
  font-family: var(--gf-service-desc-font, inherit);
  font-size: var(--gf-service-desc-size, .88rem);
  font-weight: var(--gf-service-desc-weight, 400);
  line-height: var(--gf-service-desc-line, 1.4);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-description> :last-child {
  margin-bottom: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-icon {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--gf-service-icon-border, transparent);
  border-radius: 50%;
  color: var(--gf-service-icon-color, #d6b45d);
  background: var(--gf-service-icon-bg, transparent);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-cta {
  display: inline-flex;
  min-height: 44px;
  padding: .55rem .8rem;
  align-items: center;
  border: 1px solid var(--gf-service-cta-border, currentColor);
  border-radius: .45rem;
  color: var(--gf-service-link-color, #d6b45d);
  background: var(--gf-service-cta-bg, transparent);
  font-family: var(--gf-service-cta-font, inherit);
  font-size: var(--gf-service-cta-size, .8rem);
  font-weight: var(--gf-service-cta-weight, 700);
  line-height: 1.15;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible {
  border-color: var(--gf-service-hover-border, var(--gf-service-border, transparent));
  color: var(--gf-service-link-hover, #fff);
  background: var(--gf-service-hover-bg, var(--gf-service-bg, linear-gradient(145deg, #0c2948, #06172c)));
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover .gf-services-fmg__card-icon,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible .gf-services-fmg__card-icon {
  color: var(--gf-service-icon-hover, var(--gf-service-icon-color, #d6b45d));
  background: var(--gf-service-icon-hover-bg, var(--gf-service-icon-bg, transparent));
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover .gf-services-fmg__card-cta,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible .gf-services-fmg__card-cta {
  border-color: var(--gf-service-cta-hover-border, var(--gf-service-cta-border, currentColor));
  color: var(--gf-service-link-hover, var(--gf-service-link-color, #fff));
  background: var(--gf-service-cta-hover-bg, var(--gf-service-cta-bg, transparent));
}

@media (max-width: 767px) {
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--mobile-left .gf-services-fmg__card-content {
    align-items: flex-start;
    text-align: left;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--mobile-center .gf-services-fmg__card-content {
    align-items: center;
    text-align: center;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--mobile-right .gf-services-fmg__card-content {
    align-items: flex-end;
    text-align: right;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-compact {
    height: 190px !important;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-normal {
    height: clamp(200px, 27svh, 230px) !important;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-tall {
    height: clamp(250px, 34svh, 300px) !important;
  }
}

.gf-championship-detail__section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gf-navy);
  margin: 0 0 1rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--gf-gold, #b8972d);
}

/* ── Summary text ────────────────────────────────────────── */
.gf-teaser-summary {
  font-size: .88rem;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: .75rem;
  flex: 1;
  /* Clamp to 3 lines */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Leaderboard link ────────────────────────────────────── */
.gf-teaser-leaderboard {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  min-height: 2.5rem;
  margin-bottom: .5rem;
  padding: .64rem .96rem;
  border: 1px solid rgba(11, 31, 58, .22);
  border-radius: .62rem;
  background: #fff;
  color: var(--gf-navy);
  font-style: normal;
  font-weight: 700;
  font-size: .84rem;
  letter-spacing: .015em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gf-teaser-leaderboard:hover,
.gf-teaser-leaderboard:focus-visible {
  border-color: var(--gf-gold);
  background: var(--gf-gold-light);
  color: var(--gf-navy);
  box-shadow: 0 8px 18px rgba(11, 31, 58, .1);
  outline: 0;
  transform: translateY(-1px);
  text-decoration: none;
}

.gf-teaser-leaderboard:focus-visible {
  outline: 3px solid rgba(202, 168, 92, .36);
  outline-offset: 2px;
}

.gf-teaser-leaderboard:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(11, 31, 58, .08);
  text-decoration: none;
}

/* ── Footer: Read more CTA ───────────────────────────────── */
.gf-teaser-footer {
  margin-top: auto;
  padding-top: .9rem;
}

.gf-teaser-cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gf-navy-mid);
  text-decoration: none;
  transition: color var(--gf-transition), gap var(--gf-transition);
  padding: .45rem 0;
  border-bottom: 2px solid var(--gf-gold);
}

.gf-teaser-cta:hover {
  color: var(--gf-gold-dark);
  gap: .65rem;
  text-decoration: none;
}

.gf-teaser-cta svg {
  flex-shrink: 0;
  transition: transform var(--gf-transition);
}

.gf-teaser-cta:hover svg {
  transform: translateX(3px);
}

/* Registration link — green accent to distinguish from leaderboard */
.gf-teaser-leaderboard--register {
  border-color: rgba(202, 168, 92, .7);
  background: var(--gf-navy);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(202, 168, 92, .24);
}

.gf-teaser-leaderboard--register:hover,
.gf-teaser-leaderboard--register:focus-visible {
  border-color: var(--gf-gold);
  background: var(--gf-navy-mid);
  color: #fff;
  box-shadow: 0 9px 20px rgba(11, 31, 58, .16), inset 0 0 0 1px rgba(202, 168, 92, .42);
}

/* ── AJAX pager / Load more button ──────────────────────── */
.pager-load-more a,
.js-pager__items .pager__item--load-more a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 2rem auto 0;
  padding: .75rem 2rem;
  background: var(--gf-navy);
  color: #fff;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s ease, transform .2s ease;
}

.pager-load-more a:hover,
.js-pager__items .pager__item--load-more a:hover {
  background: var(--gf-navy-mid);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}

.gf-view-pager {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

/* Fallback for legacy views-row markup (field-based rendering) */
.views-row .node__title,
.node--view-mode-teaser .node__title {
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: .6rem;
}

.views-row .node__title a,
.node--view-mode-teaser .node__title a {
  color: var(--gf-navy);
  text-decoration: none;
}

.views-row .node__title a:hover,
.node--view-mode-teaser .node__title a:hover {
  color: var(--gf-gold-dark);
}

.views-row .field--name-body,
.node--view-mode-teaser .field--name-body {
  font-size: .88rem;
  color: #4b5563;
  flex: 1;
  margin-top: .5rem;
}

/* More link / View all */
.views-more-link,
.view .more-link {
  text-align: center;
  margin-top: 2.75rem;
}

.views-more-link a,
.view .more-link a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 2px solid var(--gf-navy-mid);
  color: var(--gf-navy-mid);
  padding: .72rem 2.2rem;
  border-radius: var(--gf-radius);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: all .25s ease;
  text-decoration: none;
}

.views-more-link a:hover,
.view .more-link a:hover {
  background: var(--gf-navy-mid);
  color: var(--gf-white);
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(11, 31, 58, .22);
}

.homepage-main .block:nth-child(even) .views-more-link a,
.homepage-main .block:nth-child(even) .view .more-link a {
  border-color: var(--gf-navy);
  color: var(--gf-navy);
}

/* ============================================================
   SPONSORS SECTION
   ============================================================ */
.gf-sponsors-section {
  background: var(--gf-navy);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

body.user-logged-in .gf-sponsors-section {
  overflow: visible;
}

.gf-sponsors-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/themes/custom/golf_federation/images/ESB_1700-scaled.jpg') center / cover;
  opacity: .06;
  pointer-events: none;
}

.gf-sponsors-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.gf-sponsors-header {
  text-align: center;
  margin-bottom: 3rem;
}

.gf-sponsors-header h2 {
  color: var(--gf-white);
}

.gf-sponsors-header p {
  font-size: .92rem;
  color: rgba(255, 255, 255, .6);
  margin: 0 auto;
  max-width: 46ch;
}

.gf-sponsors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  align-items: center;
}

.gf-sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  min-height: 88px;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.gf-sponsor-item:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(202, 168, 92, .35);
  transform: translateY(-3px);
  text-decoration: none;
}

.gf-sponsor-item img {
  max-height: 52px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .7;
  transition: opacity .25s ease, filter .25s ease;
}

.gf-sponsor-item:hover img {
  opacity: 1;
  filter: brightness(0) invert(1) sepia(1) hue-rotate(10deg) saturate(3) brightness(1.1);
}

/* Text-only sponsor placeholder (when no logo) */
.gf-sponsor-item--text {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
  text-align: center;
}

/* Sponsor category label */
.gf-sponsors-label {
  text-align: center;
  margin-top: 2.5rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
}

/* ============================================================
   INNER PAGE BANNER (optional hero strip on non-front pages)
   ============================================================ */
.inner-page-banner {
  position: relative;
  background: url('/themes/custom/golf_federation/images/ESB_1700-scaled.jpg') center 40% / cover no-repeat;
  min-height: 240px;
  display: flex;
  align-items: center;
}

.inner-page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(14, 27, 45, .88) 0%,
      rgba(14, 27, 45, .55) 100%);
}

.inner-page-banner-content {
  position: relative;
  z-index: 2;
  color: var(--gf-white);
  padding: 2.5rem 1.5rem;
}

.inner-page-banner-content h1,
.inner-page-banner-content h2 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
  text-align: center;
  margin: 0 auto;
  color: var(--gf-white);
  max-width: 20ch;
}

.inner-page-banner-content h1::after,
.inner-page-banner-content h2::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3px;
  background: var(--gf-gold);
  margin: .75rem auto 0;
}

/* ============================================================
   INNER PAGES
   ============================================================ */
.inner-page-main {
  background: var(--gf-white);
}

.inner-page-main .node--full .node__title {
  color: var(--gf-navy);
  padding-left: 0;
}

.inner-page-main .node--full .field--name-field-image {
  margin-bottom: 2rem;
  border-radius: var(--gf-radius);
  overflow: hidden;
  box-shadow: var(--gf-shadow);
}

.inner-page-main .node--full .field--name-field-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

/* Meta row on full node */
.node__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  background: var(--gf-navy-light);
  border-left: 4px solid var(--gf-navy-mid);
  padding: .75rem 1rem;
  border-radius: 0 var(--gf-radius) var(--gf-radius) 0;
  margin-bottom: 2rem;
  font-size: .9rem;
  color: var(--gf-gray);
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Inner page Views listings */
.view-header {
  margin-bottom: 2rem;
}

.view-filters {
  margin-bottom: 2rem;
}

.view-filters .views-exposed-form {
  background: var(--gf-light-gray);
  padding: 1.5rem;
  border-radius: var(--gf-radius);
}

/* Pager */
.pager {
  margin-top: 3rem;
}

.pager__item a,
.pager__item.is-active a {
  color: var(--gf-navy-mid);
  border: 1px solid var(--gf-border);
  border-radius: var(--gf-radius);
  padding: .4rem .9rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  transition: all var(--gf-transition);
}

.pager__item.is-active a,
.pager__item a:hover {
  background: var(--gf-navy-mid);
  color: var(--gf-white);
  border-color: var(--gf-navy-mid);
  text-decoration: none;
}

/* Inner page breadcrumb */
.breadcrumb-item a {
  color: var(--gf-navy-mid);
}

.breadcrumb-item.active {
  color: var(--gf-gray);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, #091a31 0%, #071425 100%);
  color: rgba(255, 255, 255, .82);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.site-footer::before {
  display: none;
}

.site-footer>* {
  position: relative;
  z-index: 1;
}

.site-footer .region-footer {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

#block-gf-footer-partners .site-footer-partners {
  width: min(calc(100% - 2rem), 70rem);
  margin-inline: auto;
  box-sizing: border-box;
}

.site-footer-partners {
  border-top: 1px solid rgba(255, 255, 255, .08);
  /* background: rgba(255, 255, 255, .025); */
  display: grid;
  grid-template-columns: minmax(15rem, .78fr) minmax(0, 1.35fr);
  grid-template-rows: auto auto;
  column-gap: clamp(1.4rem, 3vw, 3.25rem);
  row-gap: clamp(1.5rem, 2.4vw, 2.4rem);
  padding:
    clamp(1.8rem, 3vw, 2.7rem) clamp(1rem, calc((100vw - 1140px) / 2), 4rem);
}

.site-footer-partners__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 clamp(.6rem, 1.4vw, 1.35rem);
  border: 0;
}

.site-footer-partners__group:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-right: clamp(1.5rem, 3vw, 3rem);
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.site-footer-partners__group:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.site-footer-partners__group:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.site-footer-partners__title {
  margin: 0 0 .95rem;
  text-align: center;
  color: rgba(255, 255, 255, .72);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-footer-partners__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .85rem 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer-partners__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
}

.site-footer .site-footer-partners__logo-item::before {
  display: none;
}

.site-footer-partners__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: .35rem .5rem;
  box-sizing: border-box;
  border-radius: .2rem;
  text-decoration: none;
  transition: opacity .2s ease, outline-color .2s ease;
}

.site-footer-partners__logo-link:hover,
.site-footer-partners__logo-link:focus-visible {
  outline: 1px solid rgba(212, 168, 67, .45);
  outline-offset: 4px;
}

.site-footer-partners__logo-link--static {
  cursor: default;
}

.site-footer-partners__logo {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  filter: none;
  opacity: .88;
  transition: opacity .2s ease;
}

.site-footer-partners__logo-link:hover .site-footer-partners__logo,
.site-footer-partners__logo-link:focus-visible .site-footer-partners__logo {
  filter: none;
  opacity: 1;
}

.site-footer .site-footer-partners__logo-item img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  filter: none;
  box-shadow: none;
  transform: none;
}

.site-footer .site-footer-partners__logo-link:hover img,
.site-footer .site-footer-partners__logo-link:focus-visible img {
  filter: none;
  box-shadow: none;
  transform: none;
}

.site-footer-main {
  padding-top: 0;
  padding-bottom: 0;
}

.site-footer-main::before {
  display: none;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.1rem;
}

.site-footer-logo img {
  display: block;
  max-height: clamp(2.75rem, 4vw, 3.5rem);
  max-width: min(10.5rem, 100%);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .22));
}

.site-footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) minmax(0, .82fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
  padding-top: clamp(1.6rem, 3vw, 2.5rem);
  padding-bottom: clamp(1.3rem, 2.6vw, 2.15rem);
}

.site-footer-column {
  min-width: 0;
  padding: 0;
}

.site-footer-column--second,
.site-footer-column--third {
  padding-left: clamp(1rem, 2vw, 1.7rem);
  border-left: 1px solid rgba(255, 255, 255, .075);
}

.site-footer-editable p:last-child,
.site-footer-editable ul:last-child {
  margin-bottom: 0;
}

.gf-footer-headquarters {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, .075);
}

.gf-footer-headquarters__label {
  margin: 0;
  color: var(--gf-gold);
  font-size: .7rem;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gf-footer-headquarters__intro {
  margin: .34rem 0 0;
  color: rgba(255, 255, 255, .96);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gf-footer-headquarters__address {
  margin: .55rem 0 0;
  color: rgba(236, 241, 239, .9);
  font-size: .84rem;
  line-height: 1.58;
  font-style: normal;
}

.gf-footer-headquarters__address-line {
  display: block;
}

.gf-footer-headquarters__cta {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  margin-top: .76rem;
  padding: .42rem .72rem;
  border: 1px solid rgba(202, 168, 92, .33);
  border-radius: 999px;
  color: rgba(251, 246, 234, .94);
  background: linear-gradient(180deg, rgba(202, 168, 92, .2) 0%, rgba(202, 168, 92, .1) 100%);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.gf-footer-headquarters__cta:hover {
  color: #fff;
  border-color: rgba(202, 168, 92, .58);
  background: linear-gradient(180deg, rgba(202, 168, 92, .3) 0%, rgba(202, 168, 92, .14) 100%);
}

.gf-footer-headquarters__cta:focus-visible {
  outline: 2px solid rgba(202, 168, 92, .78);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(202, 168, 92, .25);
}

.gf-footer-headquarters__cta::after {
  content: '';
  width: 1.3rem;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.gf-footer-headquarters__map-frame {
  margin-top: .8rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .28rem;
  overflow: hidden;
  background: rgba(7, 17, 25, .28);
  box-shadow: none;
  transition: border-color .24s ease, opacity .24s ease;
}

.gf-footer-headquarters__map-frame:hover {
  border-color: rgba(202, 168, 92, .34);
}

.gf-footer-headquarters__map {
  display: block;
  width: 100%;
  height: clamp(120px, 12vw, 150px);
  border: 0;
}

.gf-footer-contact {
  display: flex;
  flex-direction: column;
  gap: .86rem;
}

.gf-footer-contact__title {
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gf-footer-contact__quick {
  display: grid;
  gap: .48rem;
}

.gf-footer-contact__quick-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .72rem;
  align-items: center;
  padding: .42rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
  border-radius: 0;
  background: transparent;
  color: rgba(245, 247, 243, .94);
  text-decoration: none;
  transition: color .2s ease, transform .2s ease, border-color .2s ease;
}

.gf-footer-contact__quick-card:hover {
  border-bottom-color: rgba(202, 168, 92, .46);
  color: #fff;
  transform: translateY(-1px);
}

.gf-footer-contact__quick-card:focus-visible {
  outline: 2px solid rgba(202, 168, 92, .82);
  outline-offset: 2px;
}

.gf-footer-contact__quick-icon {
  width: 1.15rem;
  height: 1.15rem;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--gf-gold);
}

.gf-footer-contact__quick-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.gf-footer-contact__quick-body {
  display: grid;
  gap: .1rem;
}

.gf-footer-contact__quick-label {
  color: rgba(255, 255, 255, .72);
  font-size: .64rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 700;
}

.gf-footer-contact__quick-value {
  color: rgba(245, 247, 243, .95);
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.gf-footer-contact__social-shell {
  margin-top: .3rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(255, 255, 255, .075);
}

.gf-footer-contact__social-title {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gf-footer-social {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: .46rem 1.05rem;
  margin-top: .72rem;
}

.gf-footer-social__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
  min-height: 1.55rem;
  padding: 0 0 .12rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(246, 248, 244, .94);
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.gf-footer-social__link::after {
  content: '';
  position: absolute;
  left: 1.4rem;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gf-gold);
  opacity: .65;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.gf-footer-social__link:hover {
  color: var(--gf-gold);
  transform: translateY(-1px);
}

.gf-footer-social__link:hover::after,
.gf-footer-social__link:focus-visible::after {
  transform: scaleX(1);
}

.gf-footer-social__link:focus-visible {
  outline: 2px solid rgba(202, 168, 92, .8);
  outline-offset: 2px;
}

.gf-footer-social__icon {
  width: .95rem;
  height: .95rem;
  flex: 0 0 auto;
}

.gf-footer-social__text {
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .035em;
}

.site-footer-column .block {
  margin: 0;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .block-title {
  color: var(--gf-gold);
  font-size: .76rem;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 0 0 .9rem;
}

.site-footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  transition: color .2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gf-gold);
  outline: 0;
}

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

.site-footer ul li {
  margin-bottom: .46rem;
}

.site-footer ul li::before {
  content: '•';
  color: var(--gf-gold);
  margin-right: .48rem;
}

.site-footer p {
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  line-height: 1.55;
}

.site-footer strong {
  color: rgba(255, 255, 255, .92);
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: rgba(3, 9, 18, .4);
  font-size: .8rem;
  color: rgba(255, 255, 255, .58);
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  padding-bottom: 0;
}

.footer-bottom .container-xl {
  padding-bottom: 0 !important;
}

.footer-bottom a {
  color: rgba(255, 255, 255, .8);
}

.gf-instagram-section--premium .gf-instagram-header__cta {
  color: var(--gf-navy);
  border-bottom-color: rgba(158, 112, 34, .72);
}

.gf-instagram-section--premium .gf-instagram-header__cta:hover,
.gf-instagram-section--premium .gf-instagram-header__cta:focus-visible {
  color: var(--gf-gold-dark);
  border-bottom-color: var(--gf-gold-dark);
}

.gf-instagram-section--premium .gf-instagram-header__cta:hover::after,
.gf-instagram-section--premium .gf-instagram-header__cta:focus-visible::after {
  opacity: .9;
  transform: translateX(.22rem);
}

@media (prefers-reduced-motion: reduce) {

  .gf-instagram-section--premium .gf-instagram-header__cta,
  .gf-instagram-section--premium .gf-instagram-header__cta::after {
    transition: none;
  }

  .gf-instagram-section--premium .gf-instagram-header__cta:hover,
  .gf-instagram-section--premium .gf-instagram-header__cta:focus-visible,
  .gf-instagram-section--premium .gf-instagram-header__cta:hover::after,
  .gf-instagram-section--premium .gf-instagram-header__cta:focus-visible::after {
    transform: none;
  }
}

/* Prevent footer clipping inside Bootstrap h-100 flex shell. */
html.h-100,
body.h-100,
.dialog-off-canvas-main-canvas.h-100 {
  height: auto;
  min-height: 100%;
}

body.d-flex.flex-column,
.dialog-off-canvas-main-canvas.d-flex.flex-column {
  min-height: 100vh;
}

main#main-content,
.homepage-main,
.inner-page-main {
  flex: 1 0 auto;
}

#site-footer.site-footer {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  overflow: visible;
}

@media (max-width: 991.98px) {
  #block-gf-footer-partners .site-footer-partners {
    width: 100%;
    margin-inline: 0;
  }

  .site-footer-partners {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 0;
  }

  .site-footer-partners__group,
  .site-footer-partners__group:first-child,
  .site-footer-partners__group:nth-child(2),
  .site-footer-partners__group:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
    padding: clamp(1.15rem, 2.5vw, 1.6rem) 0;
    border: 0;
  }

  .site-footer-partners__group:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .site-footer-partners__group:last-child {
    padding-bottom: 0;
  }

  .site-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 1.8rem;
  }

  .site-footer-column--third {
    grid-column: 1 / -1;
    padding-left: 0;
    padding-top: 1.3rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
}

@media (max-width: 767.98px) {

  .site-footer-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-footer-logo {
    justify-content: center;
    width: 100%;
  }

  .gf-footer-headquarters {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .gf-footer-headquarters__map {
    height: 150px;
  }

  .gf-footer-social {
    grid-template-columns: 1fr;
    gap: .48rem;
  }

  .gf-footer-social__link {
    min-height: 1.7rem;
    padding: 0 0 .14rem;
  }

  .gf-footer-social__text {
    font-size: .75rem;
  }

  .gf-footer-contact__quick-card {
    padding: .52rem 0;
    gap: .55rem;
  }

  .gf-footer-contact__quick-value {
    font-size: .82rem;
  }

  .site-footer-partners {
    grid-template-columns: 1fr;
    padding: 1.25rem 1rem;
  }

  .site-footer-partners__logos {
    gap: .7rem;
  }

  .site-footer-partners__group {
    padding: 1rem 0;
    border-left: 0;
    border-top: 0;
  }

  .site-footer-partners__group:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .site-footer-partners__group:last-child {
    padding-bottom: 0;
  }

  .site-footer-columns {
    grid-template-columns: 1fr;
    gap: 1.45rem;
    padding-top: 1.45rem;
    padding-bottom: 1.2rem;
  }

  .site-footer-column--second,
  .site-footer-column--third {
    padding-left: 0;
    padding-top: 1.25rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
}

/* ============================================================
   DARK MODE
   ============================================================ */
body.dark-mode {
  background: #0a1424;
  color: #dbe5f2;
}

body.dark-mode a {
  color: #9ec1ff;
}

body.dark-mode a:hover {
  color: var(--gf-gold);
}

body.dark-mode .site-header .navbar.scrolled {
  background: #101f34;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .45);
  backdrop-filter: blur(10px);
}

body.dark-mode .site-header .navbar-nav .nav-item .nav-link,
body.dark-mode .site-header .gf-language-switcher a,
body.dark-mode .site-header .gf-mode-toggle {
  color: rgba(255, 255, 255, .92);
}

body.dark-mode .site-header .navbar.scrolled .navbar-nav .nav-item .nav-link,
body.dark-mode .site-header .navbar.scrolled .gf-language-switcher a,
body.dark-mode .site-header .navbar.scrolled .gf-mode-toggle {
  color: #eaf1fb;
  border-color: rgba(234, 241, 251, .25);
}

body.dark-mode .site-header .navbar.scrolled .navbar-collapse {
  background: #101f34;
}

@media (max-width: 991.98px) {
  body.dark-mode .site-header .navbar-collapse {
    background: rgba(10, 20, 36, .9);
  }
}

body.dark-mode .homepage-main .block {
  background: #13253a;
  border-bottom-color: rgba(255, 255, 255, .08);
}

body.dark-mode .homepage-main .block h2.block-title,
body.dark-mode .homepage-main .views-element-container>h2,
body.dark-mode .homepage-main .view>h2,
body.dark-mode .inner-page-main .page-title,
body.dark-mode .inner-page-main .views-element-container>h2,
body.dark-mode .inner-page-main .view>h2,
body.dark-mode .inner-page-main .block h2.block-title,
body.dark-mode .inner-page-main .node--full .node__title,
body.dark-mode .section-title {
  color: #f2f6fb;
}

body.dark-mode .views-row,
body.dark-mode .node--view-mode-teaser {
  background: #152940;
  border-top-color: rgba(202, 168, 92, .3);
}

body.dark-mode .views-row .node__title a,
body.dark-mode .node--view-mode-teaser .node__title a {
  color: #f4f8fe;
}

body.dark-mode .views-row .field--name-body,
body.dark-mode .node--view-mode-teaser .field--name-body,
body.dark-mode .views-row .field--name-field-publish-date,
body.dark-mode .views-row .field--name-field-date-range,
body.dark-mode .views-row .field--name-field-location,
body.dark-mode .node--view-mode-teaser .field--name-field-publish-date,
body.dark-mode .node--view-mode-teaser .field--name-field-date-range,
body.dark-mode .node--view-mode-teaser .field--name-field-location {
  color: #b5c4d7;
}

body.dark-mode .inner-page-main,
body.dark-mode .view-filters .views-exposed-form {
  background: #0f1e32;
}

body.dark-mode .site-footer {
  background: #081224;
}

body.dark-mode .site-footer .region-footer,
body.dark-mode .site-footer-main,
body.dark-mode .footer-bottom,
body.dark-mode .site-footer-region {
  border-color: rgba(255, 255, 255, .15);
}

/* ============================================================
   MISCELLANEOUS / UTILITY
   ============================================================ */
.contextual-region {
  position: relative;
}

/* Drupal admin messages */
.messages--status {
  background: var(--gf-navy-light);
  border-color: var(--gf-navy-mid);
}

.messages--error {
  background: #fdecea;
  border-color: #c62828;
}

.messages--warning {
  background: var(--gf-gold-light);
  border-color: var(--gf-gold-dark);
}

/* Tabs (node edit / revisions) */
.tabs--primary .tabs__tab a,
.tabs--primary a.is-active {
  border-color: var(--gf-navy-mid);
  color: var(--gf-navy-mid);
}

.tabs--primary a.is-active {
  background: var(--gf-navy-mid);
  color: var(--gf-white);
}

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */
@media (max-width: 767.98px) {
  .view-content {
    grid-template-columns: minmax(0, 1fr);
  }

  /* .homepage-main .block {
    padding: 3rem 0;
  } */

  .homepage-main .block>.block-content,
  .homepage-main .block>.views-element-container,
  .homepage-main .block>.contextual-region {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .homepage-main .view-header {
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    text-align: center;
  }

  .homepage-main .view .more-link,
  .homepage-main .views-more-link {
    text-align: left;
  }
}

@media (max-width: 479.98px) {
  .section-title {
    font-size: 1.5rem;
  }

  .btn-golf,
  .btn-golf-outline {
    padding: .55rem 1.25rem;
    font-size: .82rem;
  }

  .site-footer-social a {
    min-width: auto;
    padding: .35rem .65rem;
    font-size: .68rem;
  }
}

/* ══════════════════════════════════════════════════════════════
   MEDIA LIBRARY MODAL — z-index & layout fixes
   Drupal's Media Library opens a jQuery UI dialog that must
   float above the site-header (z-index: 999) and admin toolbar.
   ══════════════════════════════════════════════════════════════ */

/* Overlay/backdrop */
.ui-widget-overlay,
.ui-front {
  z-index: 1500 !important;
}

/* The dialog itself */
.ui-dialog,
.ui-dialog.media-library-widget-modal {
  z-index: 1600 !important;
}

/* Title bar + close button inside dialog */
.ui-dialog .ui-dialog-titlebar {
  z-index: 1601 !important;
}

/* Ensure dialog is scrollable on small screens with toolbar */
.ui-dialog.media-library-widget-modal {
  max-height: calc(100vh - var(--drupal-toolbar-height, 79px) - 20px) !important;
  overflow-y: auto;
}

/* Media library inner layout */
.media-library-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.media-library-menu {
  flex-shrink: 0;
}

/* Upload widget inside the media library dialog */
.media-library-add-form--without-input .js-form-managed-file,
.media-library-add-form .js-form-managed-file {
  display: block;
}

/* Dropzone / input-button visibility fix */
.form-managed-file .button,
.media-library-add-form input[type="file"],
.media-library-add-form .js-form-submit {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

/* Ensure nothing in theme hides or clips the dialog */
body.user-logged-in .ui-dialog,
body.user-logged-in .ui-widget-overlay {
  position: fixed !important;
}

/* ── Document field display (file links) ──────────────────── */
.field--name-field-documents {
  margin-top: 1.5rem;
}

.field--name-field-documents .field__label {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: .5rem;
  color: var(--gf-navy);
}

.field--name-field-documents .field__item {
  margin-bottom: .35rem;
}

.field--name-field-documents .field__item a,
.field--name-field-documents .file--mime-application-pdf a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--gf-gold);
  text-decoration: none;
  font-size: .95rem;
}

.field--name-field-documents .field__item a:hover {
  text-decoration: underline;
  color: var(--gf-navy);
}

/* PDF icon via CSS */
.field--name-field-documents .file--mime-application-pdf a::before {
  content: "📄";
  font-size: 1rem;
}

/* ============================================================
   HERO CAROUSEL (Paragraphs / Swiper)
   Fully dynamic — each slide's layout is driven by its own fields.
   ============================================================ */

/* Front-page hero wrapper — restrained-height, full-bleed stage.
   IMPORTANT: Do NOT add transform, filter, will-change:transform, or perspective
   to this element or any ancestor — those properties create a new containing block
   for fixed-position elements and would prevent the fixed header from working. */
.gf-hero-wrapper {
  --gf-hero-container-bg: var(--gf-navy, #0b1f3a);
  position: relative;
  display: block;
  width: 100vw;
  height: 48vh !important;
  min-height: 28rem !important;
  max-height: 42rem;
  margin-left: calc(50% - 50vw);
  transform: scale(1);
  /* Preserve clipping without creating an extra stacking context. */
  overflow: clip;
  background: var(--gf-hero-container-bg);
}

.gf-homepage-section--hero.gf-hero-wrapper {
  height: 50vh !important;
  min-height: 50vh !important;
  max-height: 42rem;
}

.gf-homepage-section--hero>div,
.gf-homepage-section--hero .field,
.gf-homepage-section--hero .field__item,
.gf-homepage-section--hero .hero-carousel,
.gf-homepage-section--hero .hero-carousel.swiper,
.gf-homepage-section--hero .swiper,
.gf-homepage-section--hero .swiper-wrapper,
.gf-homepage-section--hero .swiper-slide,
.gf-homepage-section--hero .hero-slide,
.gf-homepage-section--hero .hero-slide__media {
  height: 100% !important;
  min-height: 100% !important;
}

.gf-hero-wrapper>.field,
.gf-hero-wrapper>.field>.field__item {
  height: 100% !important;
  min-height: 100% !important;
}

.homepage-main {
  margin-top: 0;
  padding-top: 0;
  overflow-x: clip;
}

/* Swiper fills the hero wrapper completely. */
.gf-hero-wrapper .hero-carousel,
.gf-hero-wrapper .hero-carousel.swiper,
.gf-hero-wrapper .swiper-wrapper,
.gf-hero-wrapper .swiper-slide,
.gf-hero-wrapper .hero-slide {
  width: 100%;
  height: 100% !important;
  min-height: 100%;
}

.gf-hero-wrapper .hero-carousel,
.gf-hero-wrapper .hero-carousel.swiper {
  position: relative;
  overflow: hidden;
}

.gf-hero-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.gf-hero-wrapper .swiper-slide {
  position: relative;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

/* Swiper fade: slides are positioned by JS transforms; only override pointer-events
   for inactive slides so CTAs on non-visible slides can't be clicked.
   Do NOT change display/layout — Swiper needs flex to calculate slide offsets. */
.gf-hero-wrapper .hero-carousel.swiper-fade .swiper-slide {
  pointer-events: none;
}

.gf-hero-wrapper .hero-carousel.swiper-fade .swiper-slide-active,
.gf-hero-wrapper .hero-carousel.swiper-fade .swiper-slide-duplicate-active {
  pointer-events: auto;
}

.hero-slide {
  --gf-hero-slide-bg: var(--gf-hero-container-bg, var(--gf-navy, #0b1f3a));
  position: relative;
  display: flex;
  overflow: hidden;
  isolation: isolate;
  background: var(--gf-hero-slide-bg);
}

/* Dark readability overlay above media and below content. */
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(4, 12, 24, .18) 0%,
      rgba(7, 18, 34, .24) 38%,
      rgba(7, 18, 34, .44) 75%,
      rgba(4, 12, 24, .64) 100%),
    linear-gradient(90deg,
      rgba(4, 12, 24, .38) 0%,
      rgba(7, 18, 34, .2) 46%,
      rgba(7, 18, 34, .1) 100%);
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(4, 12, 24, .38) 0%,
      rgba(7, 18, 34, .36) 42%,
      rgba(4, 12, 24, .66) 100%);
}

.hero-slide__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: var(--gf-hero-media-bg);
}

.hero-slide__media .field,
.hero-slide__media .field__item,
.hero-slide__media .media,
.hero-slide__media .media__element {
  position: static !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.hero-slide__media-fill {
  position: absolute !important;
  inset: -1.4rem !important;
  z-index: 0;
  display: block;
  width: calc(100% + 2.8rem) !important;
  height: calc(100% + 2.8rem) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: var(--hero-media-position, var(--focal-x, 50%) var(--focal-y, 50%)) !important;
  filter: blur(18px) saturate(1.08);
  opacity: .78;
  transform: scale(1.04);
  pointer-events: none;
}

.hero-slide__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(7, 18, 34, .08), rgba(4, 12, 24, .42) 72%),
    linear-gradient(90deg, rgba(4, 12, 24, .64), rgba(7, 18, 34, .22) 34% 66%, rgba(4, 12, 24, .64)),
    linear-gradient(180deg, rgba(4, 12, 24, .22), rgba(4, 12, 24, .72));
}

.gf-hero-wrapper .hero-slide__media img,
.gf-hero-wrapper .hero-slide__media img.img-fluid,
.gf-hero-wrapper .hero-slide__media img.image-style-hero,
.hero-slide__media video,
.hero-slide__media .hero-slide__video,
.hero-slide__media .media-oembed-content {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

.hero-slide__media iframe {
  position: absolute !important;
  z-index: 2;
  display: block;
  max-width: none;
}

.hero-slide__media-foreground {
  z-index: 2;
}

.hero-slide {
  --hero-overlay-opacity: .45;
  --hero-image-scale: 1;
  --hero-media-position: center center;
  --hero-cta-bg: var(--gf-gold, #c9a646);
  --hero-cta-color: var(--gf-navy, #0b2a66);
  --hero-cta-border: transparent;
}

.gf-hero-wrapper .hero-slide__media img,
.gf-hero-wrapper .hero-slide__media img.img-fluid,
.gf-hero-wrapper .hero-slide__media img.image-style-hero,
.hero-slide__media video,
.hero-slide__media .hero-slide__video {
  object-fit: var(--hero-media-fit, contain) !important;
  object-position: var(--hero-media-position, var(--focal-x, 50%) var(--focal-y, 50%)) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  transition: object-position .2s ease;
  pointer-events: none;
}

.gf-homepage-section--hero .hero-slide__media-fill {
  width: calc(100% + 2.8rem) !important;
  height: calc(100% + 2.8rem) !important;
  object-fit: cover !important;
}

.gf-homepage-section--hero .hero-slide__media img.hero-slide__media-foreground,
.gf-homepage-section--hero .hero-slide__media img.img-fluid.hero-slide__media-foreground,
.gf-homepage-section--hero .hero-slide__media img.image-style-hero.hero-slide__media-foreground,
.gf-homepage-section--hero .hero-slide__media picture .hero-slide__media-foreground {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: var(--hero-media-position, var(--focal-x, 50%) var(--focal-y, 50%)) !important;
}

.gf-homepage-section--hero .hero-slide--media-fit-cover .hero-slide__media-foreground,
.gf-homepage-section--hero .hero-slide--media-fit-cover .hero-slide__media img.hero-slide__media-foreground {
  object-fit: cover !important;
  transform: none;
}

.gf-homepage-section--hero .hero-slide--media-fit-contain .hero-slide__media-foreground,
.gf-homepage-section--hero .hero-slide--media-fit-contain .hero-slide__media img.hero-slide__media-foreground {
  object-fit: contain !important;
  transform: scale(var(--hero-image-scale, 1));
}

.gf-homepage-section--hero .hero-slide__media video,
.gf-homepage-section--hero .hero-slide__media .hero-slide__video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.gf-hero-wrapper .hero-slide__media .hero-slide__media-fill {
  inset: -1.4rem !important;
  z-index: 0;
  width: calc(100% + 2.8rem) !important;
  height: calc(100% + 2.8rem) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: var(--hero-media-position, var(--focal-x, 50%) var(--focal-y, 50%)) !important;
  filter: blur(18px) saturate(1.08);
  opacity: .78;
  transform: scale(1.04);
}

.hero-slide--media-fit-cover .hero-slide__media img,
.hero-slide--media-fit-cover .hero-slide__media img.img-fluid,
.hero-slide--media-fit-cover .hero-slide__media img.image-style-hero,
.hero-slide--media-fit-cover .hero-slide__media video,
.hero-slide--media-fit-cover .hero-slide__media .hero-slide__video {
  max-width: none !important;
  max-height: none !important;
}

.hero-slide__media video,
.hero-slide__media .hero-slide__video {
  transform: none;
}

.hero-slide__media iframe,
.hero-slide__media .media-oembed-content {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: auto;
  height: auto;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-slide--media-fit-cover .hero-slide__media iframe,
.hero-slide--media-fit-cover .hero-slide__media .media-oembed-content {
  max-width: none !important;
  max-height: none !important;
}

.hero-slide__controls {
  position: absolute;
  inset-inline-end: max(clamp(.85rem, 1.8vw, 1.5rem), env(safe-area-inset-right));
  inset-block-end: max(clamp(.85rem, 1.8vw, 1.5rem), env(safe-area-inset-bottom));
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  max-width: calc(100% - 2rem);
  padding: .35rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: .9rem;
  background: rgba(5, 16, 31, .78);
  box-shadow: 0 10px 28px rgba(3, 10, 20, .24);
  backdrop-filter: blur(14px) saturate(1.12);
  opacity: 1;
  transform: none;
}

.hero-slide__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  min-width: 48px;
  width: auto;
  height: 48px;
  padding: 0 .9rem;
  border: 1px solid transparent;
  border-radius: .65rem;
  background: transparent;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.hero-slide__control,
.hero-slide__control:visited {
  color: #fff;
}

.hero-slide__control[aria-pressed='true'] {
  border-color: rgba(222, 184, 84, .72);
  background: rgba(212, 168, 67, .2);
}

.hero-slide__control:hover {
  background: rgba(255, 255, 255, .18);
}

.hero-slide__control:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  background: rgba(212, 168, 67, .2);
}

.hero-slide__control::before {
  flex: 0 0 1rem;
  width: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.hero-slide__control--play::before {
  content: "\f04b";
}

.hero-slide__control--play[aria-pressed='true']::before {
  content: "\f04c";
}

.hero-slide__control--mute::before {
  content: "\f6a9";
}

.hero-slide__control--mute[aria-pressed='false']::before {
  content: "\f028";
}

.hero-slide__control--source::before {
  content: "\f35d";
}

.hero-slide__control-label {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .hero-slide__controls {
    inset-inline-end: max(clamp(.65rem, 2.5vw, 1rem), env(safe-area-inset-right));
    inset-block-end: max(clamp(.65rem, 2.5vw, 1rem), env(safe-area-inset-bottom));
    gap: .125rem;
    max-width: none;
    padding: .2rem;
    border-color: rgba(255, 255, 255, .22);
    border-radius: .7rem;
    background: rgba(5, 16, 31, .66);
    box-shadow: 0 5px 16px rgba(3, 10, 20, .18);
    backdrop-filter: blur(10px) saturate(1.08);
  }

  .hero-slide__control {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: .5rem;
    font-size: .875rem;
  }

  .hero-slide__control::before {
    flex-basis: 1rem;
    font-size: .9375rem;
  }

  .hero-slide__control-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-slide__controls,
  .hero-slide__control {
    transition: none;
  }
}

/* Center slide content vertically and horizontally. */
.hero-slide__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: clamp(.6rem, 1.2vw, 1rem);
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: clamp(4.25rem, 7vw, 6rem) clamp(1rem, 4vw, 3.5rem) clamp(1.35rem, 3.2vw, 2.5rem);
  text-align: left;
  color: var(--gf-white);
  transform: none;
}

.hero-slide__eyebrow {
  margin: 0;
  color: var(--gf-gold);
  font-size: clamp(.72rem, .68rem + .18vw, .86rem);
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-slide--text-hidden .hero-slide__content,
.hero-slide--source-image-only .hero-slide__content {
  display: none;
}

.hero-slide--effect-none::after,
.hero-slide--effect-none .hero-slide__media::before {
  opacity: 0;
}

.hero-slide--effect-blur-background .hero-slide__media-fill {
  display: block;
  filter: blur(22px) saturate(1.12);
  opacity: .82;
}

.hero-slide--effect-dark-overlay::after,
.hero-slide--effect-light-overlay::after,
.hero-slide--effect-gradient-left::after,
.hero-slide--effect-gradient-bottom::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-slide--effect-dark-overlay::after {
  background: rgba(0, 0, 0, var(--hero-overlay-opacity, .45));
}

.hero-slide--effect-light-overlay::after {
  background: rgba(255, 255, 255, var(--hero-overlay-opacity, .35));
}

.hero-slide--effect-gradient-left::after {
  background: linear-gradient(90deg, rgba(5, 20, 45, var(--hero-overlay-opacity, .45)), rgba(5, 20, 45, 0) 65%);
}

.hero-slide--effect-gradient-bottom::after {
  background: linear-gradient(0deg, rgba(5, 20, 45, var(--hero-overlay-opacity, .45)), rgba(5, 20, 45, 0) 65%);
}

.hero-slide--effect-zoom-slow .hero-slide__media-foreground,
.hero-slide--effect-zoom-slow .hero-slide__media-fill {
  animation: gfHeroZoomSlow 14s ease-in-out both;
}

.hero-slide--effect-ken-burns .hero-slide__media-foreground,
.hero-slide--effect-ken-burns .hero-slide__media-fill {
  animation: gfHeroKenBurns 16s ease-in-out both;
}

.hero-slide--layout-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  background: var(--gf-hero-slide-bg, var(--gf-hero-container-bg, var(--gf-navy, #0b1f3a)));
}

.hero-slide--layout-split-image-left .hero-slide__content {
  grid-column: 2;
}

.hero-slide--layout-split-image-left .hero-slide__media {
  grid-column: 1;
}

.hero-slide--layout-centered-overlay .hero-slide__content {
  align-content: center;
  justify-items: center;
  text-align: center;
}

.hero-slide--layout-centered-overlay .hero-slide__title,
.hero-slide--layout-centered-overlay .hero-slide__subtitle {
  max-width: min(46rem, 100%);
}

.hero-slide--layout-image-only .hero-slide__content {
  display: none;
}

.hero-slide.hero-slide--effect-none::after,
.hero-slide.hero-slide--effect-none .hero-slide__media::before {
  opacity: 0;
}

.hero-slide.hero-slide--effect-dark-overlay::after {
  background: rgba(0, 0, 0, var(--hero-overlay-opacity, .45));
}

.hero-slide.hero-slide--effect-light-overlay::after {
  background: rgba(255, 255, 255, var(--hero-overlay-opacity, .35));
}

.hero-slide.hero-slide--effect-gradient-left::after {
  background: linear-gradient(90deg, rgba(5, 20, 45, var(--hero-overlay-opacity, .45)), rgba(5, 20, 45, 0) 65%);
}

.hero-slide.hero-slide--effect-gradient-bottom::after {
  background: linear-gradient(0deg, rgba(5, 20, 45, var(--hero-overlay-opacity, .45)), rgba(5, 20, 45, 0) 65%);
}

.hero-slide__click-target {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999rem;
}

.hero-slide--clickable .hero-slide__content {
  pointer-events: none;
}

.hero-slide--clickable .hero-slide__content a,
.hero-slide--clickable .hero-slide__content button {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.hero-slide--source-news .hero-slide__media-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  overflow: hidden;
  text-indent: -999rem;
}

.hero-slide--source-news .hero-slide__title-link {
  color: inherit;
  text-decoration: none;
}

.hero-slide--source-news .hero-slide__title-link:hover,
.hero-slide--source-news .hero-slide__title-link:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
  outline: 0;
}

.hero-slide--layout-split::after {
  background:
    linear-gradient(90deg, rgba(3, 10, 20, .16), rgba(3, 10, 20, 0) 48%),
    linear-gradient(180deg, rgba(3, 10, 20, .08), rgba(3, 10, 20, .22));
}

.hero-slide--layout-split .hero-slide__content {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 100%;
  padding: clamp(2rem, 4vw, 4.6rem);
  text-align: left;
}

.hero-slide--layout-split .hero-slide__media {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  inset: auto;
  width: 100%;
  height: 100% !important;
  min-height: 100%;
  overflow: hidden;
}

.hero-slide--layout-split .hero-slide__media::before {
  background:
    linear-gradient(90deg, rgba(5, 16, 31, .36), rgba(5, 16, 31, 0) 32%),
    linear-gradient(180deg, rgba(5, 16, 31, .1), rgba(5, 16, 31, .28));
}

.hero-slide--layout-split .hero-slide__media-fill {
  display: none;
}

.gf-homepage-section--hero .hero-slide--layout-split.hero-slide--media-fit-cover .hero-slide__media-foreground,
.gf-homepage-section--hero .hero-slide--layout-split.hero-slide--media-fit-cover .hero-slide__media img.hero-slide__media-foreground {
  object-fit: cover !important;
  max-width: none !important;
  max-height: none !important;
}

.hero-slide--layout-split .hero-slide__title {
  max-width: 13ch;
}

.hero-slide--layout-split .hero-slide__subtitle {
  max-width: min(42rem, 100%);
}

.hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: center;
  justify-items: stretch;
  gap: clamp(1rem, 1.6vw, 1.75rem);
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
  padding-block: clamp(1.5rem, 3vw, 3.5rem);
  padding-inline: clamp(1.5rem, 3.5vw, 4rem);
}

.hero-slide--source-news .hero-slide__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-self: end;
  gap: .25rem .55rem;
  font-size: clamp(.82rem, .55vw + .45rem, 1.15rem);
  min-height: 0;
  width: min(100%, 76ch);
  max-width: min(100%, 76ch);
}

.hero-slide--source-news .hero-slide__main-text {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(.55rem, 1vw, 1rem);
  overflow: hidden;
  width: min(100%, 76ch);
  max-width: min(100%, 76ch);
}

.hero-slide--source-news .hero-slide__actions {
  display: flex;
  align-self: start;
  align-items: flex-start;
  min-height: 0;
  max-width: min(58ch, 100%);
  padding-bottom: 0;
}

.hero-slide--source-news .hero-slide__eyebrow,
.hero-slide--source-news .hero-slide__meta-separator,
.hero-slide--source-news .hero-slide__date {
  flex: 0 1 auto;
  margin: 0;
  font-size: inherit;
}

.hero-slide--source-news .hero-slide__meta-separator {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
}

.hero-slide--source-news .hero-slide__date {
  color: rgba(255, 255, 255, .86);
  font-size: inherit;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

.hero-slide--source-news.hero-slide--layout-split .hero-slide__title {
  max-width: min(28ch, 100%);
  font-size: min(clamp(2rem, 2.4vw + .75rem, 4.75rem), clamp(2rem, 7svh, 5.2rem));
  line-height: .98;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--short {
  font-size: min(clamp(2.35rem, 3.1vw + .65rem, 5.4rem), clamp(2.35rem, 8svh, 5.8rem));
  line-height: .95;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--medium {
  font-size: min(clamp(2.1rem, 2.65vw + .6rem, 4.85rem), clamp(2.1rem, 7.4svh, 5.1rem));
  line-height: .97;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--long {
  font-size: min(clamp(1.85rem, 2.2vw + .55rem, 4.05rem), clamp(1.85rem, 6.5svh, 4.3rem));
  line-height: 1;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--xlong {
  font-size: min(clamp(1.55rem, 1.75vw + .5rem, 3.3rem), clamp(1.55rem, 5.8svh, 3.55rem));
  line-height: 1.04;
  -webkit-line-clamp: 3;
}

.hero-slide--source-news .hero-slide__title,
.hero-slide--source-news .hero-slide__subtitle {
  width: 100%;
  max-width: 100%;
}

.hero-slide--source-news .hero-slide__subtitle {
  display: none;
  margin: 0;
  line-height: 1.45;
  font-size: clamp(.92rem, .45vw + .72rem, 1.15rem);
}

.hero-slide--source-news .hero-slide__cta {
  display: none;
}

.hero-slide--left .hero-slide__content {
  align-content: center;
  justify-items: start;
}

.hero-slide--center .hero-slide__content {
  align-content: center;
  justify-items: center;
}

.hero-slide--right .hero-slide__content {
  align-content: center;
  justify-items: end;
}

.hero-slide--bottom-left .hero-slide__content {
  align-content: end;
  justify-items: start;
}

.hero-slide--bottom-center .hero-slide__content {
  align-content: end;
  justify-items: center;
}

.hero-slide--bottom-right .hero-slide__content {
  align-content: end;
  justify-items: end;
}

.hero-slide--text-left .hero-slide__content,
.hero-slide--text-center .hero-slide__content,
.hero-slide--text-right .hero-slide__content {
  width: 100%;
}

.hero-slide--text-left .hero-slide__content {
  text-align: left;
}

.hero-slide--text-center .hero-slide__content {
  text-align: center;
}

.hero-slide--text-right .hero-slide__content {
  text-align: right;
}

/* Responsive landing-hero typography. */
.hero-slide__title {
  max-width: min(15ch, 100%);
  margin: 0;
  font-size: clamp(1.95rem, 1.2rem + 2.3vw, 3.55rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.02em;
  text-wrap: balance;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .28);
}

.hero-slide__title.gf-hero-title--short {
  max-width: min(15ch, 100%);
  font-size: clamp(2.1rem, 1.22rem + 2.65vw, 3.85rem);
  line-height: 1.04;
}

.hero-slide__title.gf-hero-title--medium {
  max-width: min(20ch, 100%);
  font-size: clamp(1.8rem, 1.08rem + 2.05vw, 3.1rem);
  line-height: 1.07;
}

.hero-slide__title.gf-hero-title--long {
  max-width: min(28ch, 100%);
  font-size: clamp(1.45rem, .98rem + 1.48vw, 2.45rem);
  line-height: 1.1;
}

.hero-slide__title.gf-hero-title--xlong {
  display: -webkit-box;
  max-width: min(34ch, 100%);
  overflow: hidden;
  font-size: clamp(1.2rem, .88rem + 1.06vw, 1.95rem);
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hero-slide__subtitle {
  max-width: min(54ch, 100%);
  margin: 0;
  font-size: clamp(.95rem, .9rem + .45vw, 1.1rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, .92);
  text-wrap: pretty;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .24);
}

.hero-slide__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  margin-top: .25rem;
  padding: .8rem clamp(1.2rem, 1.7vw, 2rem);
  font-size: clamp(.78rem, .75rem + .12vw, .88rem);
  font-weight: 800;
  border-radius: 999px;
  line-height: 1.2;
  letter-spacing: .08em;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
}

.hero-slide__content {
  z-index: 3;
}

.hero-slide--cta-primary .hero-slide__cta,
.hero-slide--cta-custom .hero-slide__cta {
  border: 1px solid var(--hero-cta-border, transparent);
  background: var(--hero-cta-bg, var(--gf-gold, #c9a646));
  color: var(--hero-cta-color, var(--gf-navy, #0b2a66));
}

.hero-slide--cta-secondary .hero-slide__cta {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.hero-slide--cta-outline .hero-slide__cta {
  border: 1px solid var(--hero-cta-border, rgba(255, 255, 255, .78));
  background: transparent;
  color: var(--hero-cta-color, #fff);
}

.hero-slide--cta-gold .hero-slide__cta {
  border: 1px solid var(--hero-cta-border, var(--gf-gold, #c9a646));
  background: var(--hero-cta-bg, var(--gf-gold, #c9a646));
  color: var(--hero-cta-color, var(--gf-navy, #0b2a66));
}

.hero-slide--cta-white .hero-slide__cta {
  border: 1px solid var(--hero-cta-border, #fff);
  background: var(--hero-cta-bg, #fff);
  color: var(--hero-cta-color, var(--gf-navy, #0b2a66));
}

.hero-slide--cta-dark .hero-slide__cta {
  border: 1px solid var(--hero-cta-border, rgba(255, 255, 255, .18));
  background: var(--hero-cta-bg, var(--gf-navy, #0b2a66));
  color: var(--hero-cta-color, #fff);
}

/* Subtle entrance motion that does not depend on JS state. */
.hero-slide__title,
.hero-slide__subtitle,
.hero-slide__cta {
  animation: gfHeroReveal .45s ease both;
}

.hero-slide__subtitle {
  animation-delay: .12s;
}

.hero-slide__cta {
  animation-delay: .2s;
}

@keyframes gfHeroReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* ── Swiper navigation / pagination ── */
@keyframes gfHeroZoomSlow {
  from {
    transform: scale(var(--hero-image-scale, 1));
  }

  to {
    transform: scale(calc(var(--hero-image-scale, 1) * 1.08));
  }
}

@keyframes gfHeroKenBurns {
  from {
    transform: scale(var(--hero-image-scale, 1)) translate3d(-1.5%, -1%, 0);
  }

  to {
    transform: scale(calc(var(--hero-image-scale, 1) * 1.1)) translate3d(1.5%, 1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-slide--effect-zoom-slow .hero-slide__media-foreground,
  .hero-slide--effect-zoom-slow .hero-slide__media-fill,
  .hero-slide--effect-ken-burns .hero-slide__media-foreground,
  .hero-slide--effect-ken-burns .hero-slide__media-fill {
    animation: none;
    transform: scale(var(--hero-image-scale, 1));
  }
}

.hero-carousel .swiper-button-prev,
.hero-carousel .swiper-button-next {
  color: #fff;
  --swiper-navigation-size: clamp(1.2rem, 1.4vw, 1.65rem);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .35));
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
  transform: scale(.94);
}

.hero-carousel:hover .swiper-button-prev,
.hero-carousel:hover .swiper-button-next,
.hero-carousel:focus-within .swiper-button-prev,
.hero-carousel:focus-within .swiper-button-next {
  opacity: .95;
  transform: scale(1);
}

.hero-carousel .swiper-button-prev {
  left: clamp(1rem, 2vw, 2rem);
}

.hero-carousel .swiper-button-next {
  right: clamp(1rem, 2vw, 2rem);
}

.hero-carousel .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  background: rgba(255, 255, 255, .58);
  opacity: 1;
}

.hero-carousel .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

.hero-carousel .swiper-pagination {
  bottom: clamp(.8rem, 1.8vw, 1.4rem) !important;
}

.hero-carousel--single .swiper-button-prev,
.hero-carousel--single .swiper-button-next,
.hero-carousel--single .swiper-pagination {
  display: none;
}

@media (min-width: 1440px) {
  .hero-slide--source-news .hero-slide__meta {
    font-size: clamp(1rem, .9vw, 1.35rem);
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--short {
    font-size: min(clamp(3rem, 4vw, 6rem), clamp(3rem, 8svh, 6.25rem));
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--medium {
    font-size: min(clamp(2.7rem, 3.45vw, 5.4rem), clamp(2.7rem, 7.4svh, 5.7rem));
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--long {
    font-size: min(clamp(2.25rem, 2.85vw, 4.5rem), clamp(2.25rem, 6.5svh, 4.8rem));
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--xlong {
    font-size: min(clamp(1.9rem, 2.25vw, 3.65rem), clamp(1.9rem, 5.8svh, 3.9rem));
  }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .gf-hero-wrapper {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 48% 52%;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    overflow: hidden;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content {
    grid-column: 1;
    grid-row: 2;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 1.35rem 1.25rem 1.5rem;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-fill,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.img-fluid.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.image-style-hero.hero-slide__media-foreground {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--hero-media-fit, cover) !important;
    object-position: var(--hero-media-position, center center) !important;
    transform: scale(var(--hero-image-scale, 1));
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    grid-template-rows: auto minmax(0, 1fr);
    gap: clamp(.6rem, 2vw, 1rem);
    min-height: 0;
    padding: clamp(.9rem, 3vw, 1.25rem);
  }

  .hero-slide--source-news .hero-slide__main-text {
    justify-content: center;
  }

  .hero-slide--source-news .hero-slide__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .hero-slide--source-news .hero-slide__actions {
    align-items: start;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__title,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__subtitle {
    max-width: 100%;
  }

  .hero-slide__content {
    gap: .5rem;
    padding-top: clamp(4.4rem, 10vw, 5.5rem);
    padding-right: 1.25rem;
    padding-bottom: max(3.25rem, env(safe-area-inset-bottom));
    padding-left: 1.25rem;
  }

  .hero-slide__title {
    max-width: min(14ch, 100%);
    font-size: clamp(1.7rem, 1.25rem + 2.1vw, 2.6rem);
  }

  .hero-slide__title.gf-hero-title--short {
    max-width: min(15ch, 100%);
    font-size: clamp(1.72rem, 1.2rem + 2.3vw, 2.55rem);
  }

  .hero-slide__title.gf-hero-title--medium {
    max-width: min(20ch, 100%);
    font-size: clamp(1.48rem, 1.08rem + 1.8vw, 2.15rem);
  }

  .hero-slide__title.gf-hero-title--long {
    max-width: min(28ch, 100%);
    font-size: clamp(1.2rem, .98rem + 1.25vw, 1.72rem);
    line-height: 1.12;
  }

  .hero-slide__title.gf-hero-title--xlong {
    max-width: min(34ch, 100%);
    font-size: clamp(1.02rem, .88rem + .9vw, 1.42rem);
    line-height: 1.13;
    -webkit-line-clamp: 3;
  }

  .hero-slide__subtitle {
    max-width: min(38ch, 100%);
    -webkit-line-clamp: 2;
  }

  .hero-slide--source-news .hero-slide__subtitle {
    -webkit-line-clamp: 2;
  }

  .hero-carousel .swiper-button-prev,
  .hero-carousel .swiper-button-next {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(360px, 52vh, 460px) !important;
    height: clamp(360px, 52svh, 460px) !important;
    min-height: clamp(360px, 52vh, 460px) !important;
    min-height: clamp(360px, 52svh, 460px) !important;
    max-height: 460px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
    height: 100% !important;
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .gf-hero-wrapper {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .hero-slide__title {
    max-width: min(13ch, 100%);
    font-size: clamp(1.55rem, 1.15rem + 2.6vw, 2.15rem);
    line-height: 1.08;
  }

  .hero-slide__title.gf-hero-title--short {
    max-width: min(14ch, 100%);
    font-size: clamp(1.55rem, 1.12rem + 2.4vw, 2.05rem);
  }

  .hero-slide__title.gf-hero-title--medium {
    max-width: min(20ch, 100%);
    font-size: clamp(1.32rem, 1rem + 1.8vw, 1.75rem);
    line-height: 1.1;
  }

  .hero-slide__title.gf-hero-title--long {
    max-width: min(28ch, 100%);
    font-size: clamp(1.08rem, .94rem + 1.2vw, 1.38rem);
    line-height: 1.12;
  }

  .hero-slide__title.gf-hero-title--xlong {
    max-width: min(34ch, 100%);
    font-size: clamp(.98rem, .86rem + .9vw, 1.18rem);
    line-height: 1.13;
    -webkit-line-clamp: 4;
  }

  .hero-slide__subtitle {
    max-width: min(32ch, 100%);
    font-size: clamp(.89rem, .84rem + .55vw, 1rem);
  }

  .hero-slide__content {
    gap: .44rem;
    padding-top: clamp(4.1rem, 10vw, 5rem);
    padding-right: 1rem;
    padding-bottom: max(3rem, env(safe-area-inset-bottom));
    padding-left: 1rem;
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    min-height: 0;
    padding: .85rem 1rem;
  }

  .hero-slide--source-news .hero-slide__meta {
    gap: .26rem .55rem;
  }

  .hero-slide--source-news .hero-slide__date {
    font-size: .64rem;
  }

  .hero-slide--source-news .hero-slide__subtitle {
    -webkit-line-clamp: 1;
  }

  .hero-slide__cta {
    width: min(100%, 22rem);
  }

  .hero-carousel .swiper-pagination {
    bottom: .7rem !important;
  }
}

@media (max-width: 430px) {
  .gf-homepage-section--hero .hero-slide--layout-split {
    grid-template-rows: 46% 54%;
  }
}

@media (max-width: 767.98px) and (orientation: portrait) {
  .gf-hero-wrapper {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(300px, 48vh, 390px) !important;
    height: clamp(300px, 48svh, 390px) !important;
    min-height: clamp(300px, 48vh, 390px) !important;
    min-height: clamp(300px, 48svh, 390px) !important;
    max-height: 390px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 48% 52%;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    overflow: hidden;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__content {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 1.35rem 1.25rem 1.5rem;
    text-align: center;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-fill,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.img-fluid.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.image-style-hero.hero-slide__media-foreground {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--hero-media-fit, cover) !important;
    object-position: var(--hero-media-position, center center) !important;
    transform: scale(var(--hero-image-scale, 1));
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    justify-items: center;
    align-content: center;
    gap: clamp(.6rem, 2vw, 1rem);
    min-height: 0;
    padding: clamp(.9rem, 3vw, 1.25rem);
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__meta {
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__main-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__title {
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .hero-slide--source-news .hero-slide__actions {
    align-items: center;
    justify-content: center;
  }

  .gf-homepage-section--hero .hero-slide--text-left.hero-slide--source-news.hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--text-left.hero-slide--source-news .hero-slide__main-text,
  .gf-homepage-section--hero .hero-slide--text-left.hero-slide--source-news .hero-slide__title,
  .gf-homepage-section--hero .hero-slide--text-left.hero-slide--source-news .hero-slide__subtitle {
    text-align: left;
  }

  .gf-homepage-section--hero .hero-slide--text-left.hero-slide--source-news .hero-slide__meta,
  .gf-homepage-section--hero .hero-slide--text-left.hero-slide--source-news .hero-slide__actions {
    justify-content: flex-start;
  }

  .gf-homepage-section--hero .hero-slide--text-left.hero-slide--source-news .hero-slide__main-text {
    align-items: flex-start;
  }

  .gf-homepage-section--hero .hero-slide--text-right.hero-slide--source-news.hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--text-right.hero-slide--source-news .hero-slide__main-text,
  .gf-homepage-section--hero .hero-slide--text-right.hero-slide--source-news .hero-slide__title,
  .gf-homepage-section--hero .hero-slide--text-right.hero-slide--source-news .hero-slide__subtitle {
    text-align: right;
  }

  .gf-homepage-section--hero .hero-slide--text-right.hero-slide--source-news .hero-slide__meta,
  .gf-homepage-section--hero .hero-slide--text-right.hero-slide--source-news .hero-slide__actions {
    justify-content: flex-end;
  }

  .gf-homepage-section--hero .hero-slide--text-right.hero-slide--source-news .hero-slide__main-text {
    align-items: flex-end;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__title,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__subtitle {
    max-width: 100%;
  }

  .hero-slide__content {
    gap: .5rem;
    padding-top: clamp(4.4rem, 10vw, 5.5rem);
    padding-right: 1.25rem;
    padding-bottom: max(3.25rem, env(safe-area-inset-bottom));
    padding-left: 1.25rem;
  }

  .hero-slide__title {
    max-width: min(14ch, 100%);
    font-size: clamp(1.7rem, 1.25rem + 2.1vw, 2.6rem);
  }

  .hero-slide__title.gf-hero-title--short {
    max-width: min(15ch, 100%);
    font-size: clamp(1.72rem, 1.2rem + 2.3vw, 2.55rem);
  }

  .hero-slide__title.gf-hero-title--medium {
    max-width: min(20ch, 100%);
    font-size: clamp(1.48rem, 1.08rem + 1.8vw, 2.15rem);
  }

  .hero-slide__title.gf-hero-title--long {
    max-width: min(28ch, 100%);
    font-size: clamp(1.2rem, .98rem + 1.25vw, 1.72rem);
    line-height: 1.12;
  }

  .hero-slide__title.gf-hero-title--xlong {
    max-width: min(34ch, 100%);
    font-size: clamp(1.02rem, .88rem + .9vw, 1.42rem);
    line-height: 1.13;
    -webkit-line-clamp: 3;
  }

  .hero-slide__subtitle {
    max-width: min(38ch, 100%);
    -webkit-line-clamp: 2;
  }

  .hero-slide--source-news .hero-slide__subtitle {
    -webkit-line-clamp: 2;
  }

  .hero-carousel .swiper-button-prev,
  .hero-carousel .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767.98px) and (orientation: landscape),
(max-width: 767.98px) and (min-aspect-ratio: 4 / 5) and (max-aspect-ratio: 5 / 4) {
  .gf-hero-wrapper {
    height: clamp(300px, 72vh, 430px) !important;
    height: clamp(300px, 72svh, 430px) !important;
    min-height: clamp(300px, 72vh, 430px) !important;
    min-height: clamp(300px, 72svh, 430px) !important;
    max-height: 430px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper {
    height: clamp(300px, 72vh, 430px) !important;
    height: clamp(300px, 72svh, 430px) !important;
    min-height: clamp(300px, 72vh, 430px) !important;
    min-height: clamp(300px, 72svh, 430px) !important;
    max-height: 430px;
  }

  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(300px, 72vh, 430px) !important;
    height: clamp(300px, 72svh, 430px) !important;
    min-height: clamp(300px, 72vh, 430px) !important;
    min-height: clamp(300px, 72svh, 430px) !important;
    max-height: 430px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 48% 52%;
    grid-template-rows: 1fr;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__content {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: clamp(1rem, 2.4vw, 1.6rem);
    text-align: center;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__content {
    grid-column: 2;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    overflow: hidden;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-fill,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.img-fluid.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.image-style-hero.hero-slide__media-foreground {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--hero-media-fit, cover) !important;
    object-position: var(--hero-media-position, center center) !important;
    transform: scale(var(--hero-image-scale, 1));
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    justify-items: center;
    align-content: center;
    gap: clamp(.7rem, 1.2vw, 1.2rem);
    min-height: 0;
    padding: clamp(1rem, 2vw, 1.6rem);
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__meta {
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__main-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__title {
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__actions {
    align-items: center;
    justify-content: center;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__title,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__subtitle {
    max-width: 100%;
  }

  .hero-slide__content {
    gap: .44rem;
    padding-top: clamp(4.1rem, 10vw, 5rem);
    padding-right: 1rem;
    padding-bottom: max(3rem, env(safe-area-inset-bottom));
    padding-left: 1rem;
  }

  .hero-slide__title {
    max-width: min(13ch, 100%);
    font-size: clamp(1.55rem, 1.15rem + 2.6vw, 2.15rem);
    line-height: 1.08;
  }

  .hero-slide__title.gf-hero-title--short {
    max-width: min(14ch, 100%);
    font-size: clamp(1.55rem, 1.12rem + 2.4vw, 2.05rem);
  }

  .hero-slide__title.gf-hero-title--medium {
    max-width: min(20ch, 100%);
    font-size: clamp(1.32rem, 1rem + 1.8vw, 1.75rem);
    line-height: 1.1;
  }

  .hero-slide__title.gf-hero-title--long {
    max-width: min(28ch, 100%);
    font-size: clamp(1.08rem, .94rem + 1.2vw, 1.38rem);
    line-height: 1.12;
  }

  .hero-slide__title.gf-hero-title--xlong {
    max-width: min(34ch, 100%);
    font-size: clamp(.98rem, .86rem + .9vw, 1.18rem);
    line-height: 1.13;
    -webkit-line-clamp: 4;
  }

  .hero-slide__subtitle {
    max-width: min(32ch, 100%);
    font-size: clamp(.89rem, .84rem + .55vw, 1rem);
  }

  .hero-slide--source-news .hero-slide__subtitle {
    -webkit-line-clamp: 1;
  }

  .hero-slide__cta {
    width: min(100%, 22rem);
  }

  .hero-carousel .swiper-button-prev,
  .hero-carousel .swiper-button-next {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {

  .gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(360px, 52vh, 460px) !important;
    height: clamp(360px, 52svh, 460px) !important;
    min-height: clamp(360px, 52vh, 460px) !important;
    min-height: clamp(360px, 52svh, 460px) !important;
    max-height: 460px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 48% 52%;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    overflow: hidden;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__content {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 1.6rem 1.5rem 1.7rem;
    text-align: center;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-fill,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.img-fluid.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.image-style-hero.hero-slide__media-foreground {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--hero-media-fit, cover) !important;
    object-position: var(--hero-media-position, center center) !important;
    transform: scale(var(--hero-image-scale, 1));
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    justify-items: center;
    align-content: center;
    gap: clamp(.85rem, 1.4vw, 1.5rem);
    min-height: 0;
    padding: clamp(1.25rem, 2.4vw, 2rem);
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__meta {
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__main-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__title {
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__actions {
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape),
(min-width: 768px) and (max-width: 991.98px) and (min-aspect-ratio: 4 / 5) and (max-aspect-ratio: 5 / 4) {

  .gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(340px, 58vh, 480px) !important;
    height: clamp(340px, 58svh, 480px) !important;
    min-height: clamp(340px, 58vh, 480px) !important;
    min-height: clamp(340px, 58svh, 480px) !important;
    max-height: 480px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 48% 52%;
    grid-template-rows: 1fr;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__content {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 1.8rem 2rem;
    text-align: center;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__content {
    grid-column: 2;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    overflow: hidden;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-fill,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.img-fluid.hero-slide__media-foreground,
  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media img.image-style-hero.hero-slide__media-foreground {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--hero-media-fit, cover) !important;
    object-position: var(--hero-media-position, center center) !important;
    transform: scale(var(--hero-image-scale, 1));
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    justify-items: center;
    align-content: center;
    gap: clamp(.9rem, 1.2vw, 1.5rem);
    min-height: 0;
    padding: 2rem;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__meta {
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__main-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__title {
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__actions {
    align-items: center;
    justify-content: center;
  }
}

.hero-slide--source-news .hero-slide__cta {
  display: none;
}

.hero-slide--source-news .hero-slide__subtitle {
  display: none;
  margin: 0;
  max-width: 62ch;
  line-height: 1.45;
  font-size: clamp(.92rem, .45vw + .72rem, 1.15rem);
}

@media (min-width: 992px) {
  .hero-slide--source-news .hero-slide__subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .hero-slide--source-news .hero-slide__main-text {
    align-items: flex-start;
    text-align: left;
  }
}

@media (min-width: 1440px) {

  .hero-slide--source-news .hero-slide__meta,
  .hero-slide--source-news .hero-slide__main-text {
    width: min(100%, 86ch);
    max-width: min(100%, 86ch);
  }
}

@media (max-width: 991.98px) and (orientation: landscape) and (min-height: 420px) {
  .hero-slide--source-news .hero-slide__subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .hero-slide--source-news .hero-slide__main-text {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 991.98px) and (orientation: portrait) {
  .hero-slide--source-news .hero-slide__subtitle {
    display: none;
  }

  .hero-slide--source-news .hero-slide__main-text {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 539.98px) and (orientation: portrait) {
  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    padding-block: clamp(.85rem, 4vw, 1.25rem);
    padding-inline: clamp(1rem, 5vw, 1.35rem);
  }

  .hero-slide--source-news .hero-slide__subtitle {
    display: none;
  }
}

@media (min-width: 540px) and (max-width: 767.98px) and (orientation: portrait) {

  .gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(320px, 46vh, 420px) !important;
    height: clamp(320px, 46svh, 420px) !important;
    min-height: clamp(320px, 46vh, 420px) !important;
    min-height: clamp(320px, 46svh, 420px) !important;
    max-height: 420px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-rows: 1fr;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__content {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding-block: clamp(1.25rem, 3.5vw, 2.25rem);
    padding-inline: clamp(1.5rem, 4vw, 3rem);
    text-align: left;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__content {
    grid-column: 2;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    overflow: hidden;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    justify-items: stretch;
    align-content: center;
    gap: clamp(.8rem, 1.4vw, 1.2rem);
  }

  .hero-slide--source-news .hero-slide__meta,
  .hero-slide--source-news .hero-slide__main-text {
    width: min(100%, 72ch);
    max-width: min(100%, 72ch);
  }

  .hero-slide--source-news .hero-slide__main-text {
    align-items: flex-start;
    text-align: left;
  }

  .hero-slide--source-news .hero-slide__subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }

  .hero-slide--source-news .hero-slide__title,
  .hero-slide--source-news .hero-slide__subtitle {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait) {

  .gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(420px, 42vh, 560px) !important;
    height: clamp(420px, 42svh, 560px) !important;
    min-height: clamp(420px, 42vh, 560px) !important;
    min-height: clamp(420px, 42svh, 560px) !important;
    max-height: 560px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-rows: 1fr;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__content {
    grid-column: 1;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__content {
    grid-column: 2;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__media {
    grid-column: 2;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    display: grid;
    grid-template-rows: auto minmax(0, auto);
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    gap: clamp(.9rem, 1.2vw, 1.6rem);
    min-height: 0;
    width: 100%;
    padding-block: clamp(1.5rem, 3vw, 3rem);
    padding-inline: clamp(1.75rem, 3.5vw, 3.5rem);
  }

  .hero-slide--source-news .hero-slide__meta {
    width: min(100%, 82ch);
    max-width: min(100%, 82ch);
    justify-content: center;
    margin-inline: auto;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__main-text {
    width: min(100%, 82ch);
    max-width: min(100%, 82ch);
    margin-inline: auto;
    align-items: center;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__title,
  .hero-slide--source-news .hero-slide__subtitle {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-slide--source-news .hero-slide__subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .hero-slide--source-news .hero-slide__main-text {
    gap: clamp(.65rem, 1vw, 1.05rem);
  }

  .hero-slide--source-news .hero-slide__actions {
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {

  .gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(380px, 44vh, 520px) !important;
    height: clamp(380px, 44svh, 520px) !important;
    min-height: clamp(380px, 44vh, 520px) !important;
    min-height: clamp(380px, 44svh, 520px) !important;
    max-height: 520px;
  }

  .gf-homepage-section--hero .hero-carousel,
  .gf-homepage-section--hero .hero-carousel.swiper,
  .gf-homepage-section--hero .swiper,
  .gf-homepage-section--hero .swiper-wrapper,
  .gf-homepage-section--hero .swiper-slide,
  .gf-homepage-section--hero .hero-slide {
    height: 100% !important;
    min-height: 0 !important;
  }

  .gf-homepage-section--hero .hero-slide--layout-split {
    display: grid;
    grid-template-columns: 52% 48%;
    grid-template-rows: 1fr;
    height: 100% !important;
    min-height: 0;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__content,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__content {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding-block: clamp(1.5rem, 3.5vw, 2.75rem);
    padding-inline: clamp(1.75rem, 4vw, 3.25rem);
    text-align: left;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__content {
    grid-column: 2;
    grid-row: 1;
  }

  .gf-homepage-section--hero .hero-slide--layout-split .hero-slide__media,
  .gf-homepage-section--hero .hero-slide--layout-split-image-right .hero-slide__media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    overflow: hidden;
  }

  .gf-homepage-section--hero .hero-slide--layout-split-image-left .hero-slide__media {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    justify-items: stretch;
    align-content: center;
    gap: clamp(.9rem, 1.4vw, 1.5rem);
  }

  .hero-slide--source-news .hero-slide__meta,
  .hero-slide--source-news .hero-slide__main-text {
    width: min(100%, 82ch);
    max-width: min(100%, 82ch);
  }

  .hero-slide--source-news .hero-slide__main-text {
    align-items: flex-start;
    text-align: left;
  }

  .hero-slide--source-news .hero-slide__subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .hero-slide--source-news .hero-slide__title,
  .hero-slide--source-news .hero-slide__subtitle {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 540px) and (max-width: 991.98px) and (orientation: portrait) {
  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    padding-block: clamp(1.25rem, 3.5vw, 2.5rem);
    padding-inline: clamp(1.5rem, 4vw, 3rem);
  }
}

.hero-slide--source-news {
  --gf-news-hero-blue: #0b2a66;
  --gf-news-hero-gold: var(--gf-gold, #caa85c);
  --gf-news-hero-gold-bright: #ffc96a;
}

.hero-slide--source-news.hero-slide--layout-split {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(202, 168, 92, .14), transparent 30%),
    linear-gradient(135deg, var(--gf-news-hero-blue) 0%, var(--gf-navy, #0b1f3a) 100%);
}

.hero-slide--source-news.hero-slide--layout-split::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(11, 42, 102, .98) 0%,
      rgba(11, 42, 102, .94) 28%,
      rgba(11, 42, 102, .7) 48%,
      rgba(11, 42, 102, .32) 64%,
      rgba(11, 42, 102, 0) 80%);
}

.hero-slide--source-news.hero-slide--layout-split-image-right::before {
  background:
    linear-gradient(90deg,
      rgba(11, 42, 102, .98) 0%,
      rgba(11, 42, 102, .92) 30%,
      rgba(11, 42, 102, .58) 52%,
      rgba(11, 42, 102, .18) 68%,
      rgba(11, 42, 102, 0) 78%);
}

.hero-slide--source-news.hero-slide--layout-split-image-left::before {
  background:
    linear-gradient(270deg,
      rgba(11, 42, 102, .98) 0%,
      rgba(11, 42, 102, .92) 30%,
      rgba(11, 42, 102, .58) 52%,
      rgba(11, 42, 102, .18) 68%,
      rgba(11, 42, 102, 0) 78%);
}

.hero-slide--source-news.hero-slide--layout-split .hero-slide__media {
  position: relative;
  z-index: 1;
}

.hero-slide--source-news.hero-slide--layout-split .hero-slide__media::before {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(3, 10, 20, .08), rgba(3, 10, 20, .2)),
    linear-gradient(90deg, rgba(3, 10, 20, .18), rgba(3, 10, 20, 0) 42%);
}

.hero-slide--source-news .hero-slide__content,
.hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-rows: auto minmax(0, auto) auto;
  align-content: center;
  justify-content: center;
  justify-items: start;
  gap: clamp(.75rem, 1.25vw, 1.35rem);
  text-align: left;
}

.hero-slide--source-news .hero-slide__meta {
  align-items: center;
  align-self: center;
  justify-content: flex-start;
  width: min(100%, 82ch);
  max-width: min(100%, 82ch);
  margin-inline: auto;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(.76rem, .34vw + .68rem, 1.05rem);
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.15;
  text-align: left;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .28);
  text-transform: uppercase;
}

.hero-slide--source-news .hero-slide__eyebrow {
  color: var(--gf-news-hero-gold-bright);
  letter-spacing: .14em;
}

.hero-slide--source-news .hero-slide__meta-separator,
.hero-slide--source-news .hero-slide__date {
  color: rgba(255, 255, 255, .76);
}

.hero-slide--source-news .hero-slide__main-text,
.hero-slide--source-news.hero-slide--layout-split .hero-slide__main-text {
  display: flex;
  flex-direction: column;
  width: min(100%, 82ch);
  max-width: min(100%, 82ch);
  margin-inline: auto;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(.5rem, .85vw, .95rem);
  text-align: left;
  min-height: 0;
  overflow: visible;
}

.hero-slide--source-news .hero-slide__title,
.hero-slide--source-news .hero-slide__title-link,
.hero-slide--source-news .hero-slide__subtitle {
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.hero-slide--source-news .hero-slide__title {
  margin: 0;
  letter-spacing: -.045em;
  line-height: .94;
  text-wrap: balance;
  overflow-wrap: anywhere;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

.hero-slide--source-news .hero-slide__title-link {
  position: relative;
  z-index: 6;
  color: inherit;
  text-decoration: none;
}

.hero-slide--source-news .hero-slide__title-link:hover,
.hero-slide--source-news .hero-slide__title-link:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--gf-news-hero-gold-bright);
  text-decoration-thickness: .07em;
  text-underline-offset: .15em;
  outline: 0;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--short {
  font-size: min(clamp(2.2rem, 3.1vw + .85rem, 5.8rem), clamp(2.2rem, 8svh, 5.8rem));
  line-height: .92;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--medium {
  font-size: min(clamp(1.95rem, 2.65vw + .75rem, 5rem), clamp(1.95rem, 7.2svh, 5rem));
  line-height: .94;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--long {
  font-size: min(clamp(1.65rem, 2.05vw + .65rem, 4.15rem), clamp(1.65rem, 6.4svh, 4.15rem));
  line-height: .98;
}

.hero-slide--source-news .hero-slide__title.gf-hero-title--xlong {
  display: -webkit-box;
  overflow: hidden;
  font-size: min(clamp(1.35rem, 1.55vw + .6rem, 3.25rem), clamp(1.35rem, 5.6svh, 3.25rem));
  line-height: 1.02;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.hero-slide--source-news .hero-slide__subtitle {
  margin-inline: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(.9rem, .36vw + .74rem, 1.12rem);
  line-height: 1.5;
  max-width: min(62ch, 100%);
  text-shadow: 0 8px 24px rgba(0, 0, 0, .26);
}

.hero-slide--source-news .hero-slide__actions {
  display: flex;
  width: min(100%, 82ch);
  align-self: center;
  margin-inline: auto;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: min(100%, 82ch);
  min-height: 0;
  padding-bottom: 0;
}

.hero-slide--source-news .hero-slide__cta--news {
  display: inline-flex;
  position: relative;
  z-index: 6;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 0;
  margin-top: 0;
  border: 1px solid rgba(255, 201, 106, .72);
  border-radius: 999px;
  padding: .68rem 1.18rem;
  background:
    linear-gradient(135deg, rgba(255, 201, 106, .18), rgba(255, 255, 255, .06));
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
  font-size: clamp(.7rem, .2vw + .66rem, .86rem);
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease,
    color .18s ease;
}

.hero-slide--source-news .hero-slide__cta--news:hover,
.hero-slide--source-news .hero-slide__cta--news:focus-visible {
  border-color: var(--gf-news-hero-gold-bright);
  background: var(--gf-news-hero-gold-bright);
  color: var(--gf-news-hero-blue);
  box-shadow: 0 20px 38px rgba(0, 0, 0, .24);
  transform: translateY(-1px);
  text-decoration: none;
  outline: 0;
}

@media (min-width: 1440px) {

  .hero-slide--source-news .hero-slide__meta,
  .hero-slide--source-news .hero-slide__main-text,
  .hero-slide--source-news .hero-slide__actions {
    width: min(100%, 86ch);
    max-width: min(100%, 86ch);
  }
}

@media (max-width: 991.98px) {

  .hero-slide--source-news .hero-slide__content,
  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    gap: clamp(.55rem, 1.6vw, .95rem);
  }

  .hero-slide--source-news .hero-slide__subtitle {
    display: none;
  }

  .hero-slide--source-news .hero-slide__cta--news {
    padding: .58rem 1rem;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) and (min-height: 420px) {

  .hero-slide--source-news .hero-slide__subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) and (orientation: portrait) {

  .hero-slide--source-news.hero-slide--layout-split::before,
  .hero-slide--source-news.hero-slide--layout-split-image-right::before,
  .hero-slide--source-news.hero-slide--layout-split-image-left::before {
    background:
      linear-gradient(0deg,
        rgba(11, 42, 102, .98) 0%,
        rgba(11, 42, 102, .94) 44%,
        rgba(11, 42, 102, .48) 70%,
        rgba(11, 42, 102, 0) 90%);
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--short {
    font-size: clamp(1.45rem, 5.2vw, 2.25rem);
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--medium {
    font-size: clamp(1.28rem, 4.7vw, 1.95rem);
    line-height: .98;
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--long {
    font-size: clamp(1.08rem, 3.75vw, 1.55rem);
    line-height: 1.02;
  }

  .hero-slide--source-news .hero-slide__title.gf-hero-title--xlong {
    font-size: clamp(.98rem, 3.25vw, 1.32rem);
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .hero-slide--source-news .hero-slide__meta {
    font-size: clamp(.62rem, 1.65vw, .76rem);
    letter-spacing: .1em;
  }
}

@media (max-width: 539.98px) and (orientation: portrait) {

  .hero-slide--source-news .hero-slide__content,
  .hero-slide--source-news.hero-slide--layout-split .hero-slide__content {
    gap: .5rem;
  }

  .hero-slide--source-news .hero-slide__cta--news {
    padding: .5rem .84rem;
    font-size: .66rem;
    letter-spacing: .045em;
  }
}

@media (hover: none) {

  .hero-carousel .swiper-button-prev,
  .hero-carousel .swiper-button-next {
    opacity: .86;
    transform: none;
  }
}

.gf-news-wheel__selector {
  width: min(100%, 1040px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(.5rem, 1vw, .85rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.gf-news-wheel__viewport {
  min-width: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(11, 42, 102, .16);
  border-radius: 0;
  mask-image: none;
}

.gf-news-wheel__track {
  display: flex;
  align-items: stretch;
  gap: clamp(.25rem, .8vw, .6rem);
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform .24s ease;
  will-change: transform;
}

.gf-news-wheel__item,
.gf-news-wheel .nw-item {
  position: relative;
  flex: 0 0 auto;
  max-width: min(44vw, 340px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(11, 42, 102, .68);
  cursor: pointer;
  transform: none;
  user-select: none;
  transition:
    color .16s ease,
    background-color .16s ease;
}

.gf-news-wheel__item .nw-item__label,
.gf-news-wheel .nw-item .nw-item__label {
  display: block;
  overflow: hidden;
  padding: .78rem .35rem .72rem;
  font-size: clamp(.78rem, .2vw + .74rem, .92rem);
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-news-wheel__item::after,
.gf-news-wheel .nw-item::after {
  content: "";
  position: absolute;
  left: .35rem;
  right: .35rem;
  bottom: -1px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition:
    background-color .16s ease,
    height .16s ease;
}

.gf-news-wheel__item:hover,
.gf-news-wheel .nw-item:hover {
  color: #0b2a66;
}

.gf-news-wheel__item.nw-item--active,
.gf-news-wheel .nw-item.nw-item--active {
  background: transparent;
  box-shadow: none;
  color: #0b2a66;
  transform: none;
}

.gf-news-wheel__item.nw-item--active::after,
.gf-news-wheel .nw-item.nw-item--active::after {
  height: 3px;
  background: #ffc96a;
}

.gf-news-wheel__item.nw-item--active .nw-item__label,
.gf-news-wheel .nw-item.nw-item--active .nw-item__label {
  color: #0b2a66;
}

.gf-news-wheel__nav {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(11, 42, 102, .18);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  color: #0b2a66;
  transition:
    color .16s ease,
    background-color .16s ease,
    border-color .16s ease;
}

.gf-news-wheel__nav span {
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-1px);
}

.gf-news-wheel__nav:hover,
.gf-news-wheel__nav:focus-visible {
  border-color: rgba(11, 42, 102, .28);
  background: rgba(255, 201, 106, .16);
  color: #0b2a66;
}

.gf-news-wheel__item:focus-visible,
.gf-news-wheel .nw-item:focus-visible,
.gf-news-wheel__nav:focus-visible {
  outline: 2px solid rgba(255, 201, 106, .95);
  outline-offset: 3px;
}

.gf-news-wheel__counter {
  grid-column: 1 / -1;
  height: 0;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {

  .gf-news-wheel__selector {
    width: 100%;
    gap: .4rem;
  }

  .gf-news-wheel__nav {
    width: 2rem;
    height: 2rem;
  }

  .gf-news-wheel__nav span {
    font-size: 1.32rem;
  }

  .gf-news-wheel__item,
  .gf-news-wheel .nw-item {
    max-width: min(68vw, 280px);
  }

  .gf-news-wheel__item .nw-item__label,
  .gf-news-wheel .nw-item .nw-item__label {
    padding: .68rem .25rem .62rem;
    font-size: .78rem;
  }
}

@media (max-width: 430px) {

  .gf-news-wheel__item,
  .gf-news-wheel .nw-item {
    max-width: 64vw;
  }
}

.site-header .navbar {
  position: relative;
}

.site-header .gf-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "mobile"
    "brand";
  row-gap: 0;
  width: 100%;
  padding: .55rem 0 .6rem;
}

.site-header .gf-header__mobile-bar {
  grid-area: mobile;
  position: relative;
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 6;
}

.site-header .gf-header__hamburger {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  padding: 0;
  margin: 0;
  border-radius: .55rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-header .gf-header__hamburger .navbar-toggler-icon {
  width: .95rem;
  height: .95rem;
  background-size: .95rem .95rem;
}

.site-header .gf-header__brand {
  grid-area: brand;
  position: absolute;
  left: 50%;
  top: calc(.55rem + 1.625rem);
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}

.site-header .gf-header__brand .gf-brand-link {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header .gf-header__brand .gf-brand-link img {
  max-height: clamp(2.25rem, 3.6vw, 3rem);
  width: auto;
}

.site-header .gf-header-search {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-header .gf-header-search--desktop {
  display: none;
}

.site-header .gf-header-search--mobile {
  justify-content: flex-end;
}

.site-header .gf-header-search__toggle {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: .55rem;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.site-header .gf-header-search__toggle:hover,
.site-header .gf-header-search__toggle:focus-visible {
  border-color: var(--gf-gold);
  background: rgba(255, 255, 255, .12);
  outline: 0;
}

.site-header .gf-header-search input[name="keys"] {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  outline: none;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.site-header .gf-header-search input[name="keys"]::placeholder {
  color: rgba(255, 255, 255, .8);
}

.site-header .gf-header-search input[name="keys"]:focus-visible {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .2);
}

.site-header .gf-header-search--mobile input[name="keys"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(75vw, 20rem);
  height: 2.2rem;
  padding: 0 .8rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header .gf-header-search--mobile.is-open input[name="keys"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-header .gf-header-nav {
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  right: 0;
  z-index: 7;
  border-radius: 1rem;
  background: rgba(10, 28, 52, .98);
  box-shadow: 0 18px 42px rgba(4, 12, 24, .26);
  border: 1px solid rgba(255, 255, 255, .09);
  padding: .65rem .7rem .85rem;
  transform-origin: top center;
  transition: opacity .22s ease, transform .22s ease;
}

.site-header .gf-header-nav.collapse:not(.show) {
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-.4rem);
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}

.site-header .gf-header-nav.collapse.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  max-height: 88vh;
}

.site-header .gf-header-nav__inner {
  width: 100%;
}

.site-header .gf-header-nav .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: .08rem;
  width: 100%;
}

.site-header .gf-header-nav .navbar-nav .nav-link {
  border-radius: .7rem;
  padding: .72rem .9rem;
  color: rgba(255, 255, 255, .95);
}

.site-header .gf-header-nav .navbar-nav .nav-link:hover,
.site-header .gf-header-nav .navbar-nav .nav-link:focus-visible {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.site-header .gf-header-utilities {
  display: none;
}

.site-header .navbar.scrolled .gf-header-search__toggle {
  border-color: rgba(11, 31, 58, .18);
  background: rgba(11, 31, 58, .05);
  color: var(--gf-navy);
}

.site-header .navbar.scrolled .gf-header-search input[name="keys"] {
  border-color: rgba(11, 31, 58, .18);
  background: rgba(11, 31, 58, .05);
  color: var(--gf-navy);
}

.site-header .navbar.scrolled .gf-header-search input[name="keys"]::placeholder {
  color: rgba(11, 31, 58, .58);
}

.site-header .navbar.scrolled .gf-header-nav {
  background: rgba(255, 255, 255, .98);
  border-color: rgba(11, 31, 58, .08);
}

.site-header .navbar.scrolled .gf-header-nav .navbar-nav .nav-link {
  color: var(--gf-navy);
}

.site-header .navbar.scrolled .gf-header-nav .navbar-nav .nav-link:hover,
.site-header .navbar.scrolled .gf-header-nav .navbar-nav .nav-link:focus-visible {
  background: rgba(11, 31, 58, .06);
}

@media (min-width: 1200px) {
  .site-header .gf-header {
    grid-template-columns: minmax(13rem, 18rem) minmax(0, 1fr) minmax(13rem, 18rem);
    grid-template-areas:
      "search nav utils"
      "brand brand brand";
    row-gap: .75rem;
    padding: .8rem 0 .95rem;
    align-items: center;
  }

  .site-header .gf-header__mobile-bar {
    display: none;
  }

  .site-header .gf-header-search--desktop {
    display: inline-flex;
    grid-area: search;
    justify-self: start;
  }

  .site-header .gf-header-search--desktop input[name="keys"] {
    width: clamp(12rem, 18vw, 18rem);
    height: 2.4rem;
    padding: 0 .9rem;
  }

  .site-header .gf-header-nav {
    grid-area: nav;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    z-index: 1;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    transform: none;
    opacity: 1;
    max-height: none;
    overflow: visible;
    display: block !important;
    pointer-events: auto;
    justify-self: stretch;
  }

  .site-header .gf-header-nav.collapse:not(.show),
  .site-header .gf-header-nav.collapse.show {
    opacity: 1;
    transform: none;
    max-height: none;
    border: 0;
    padding: 0;
  }

  .site-header .gf-header-nav .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(.45rem, 1vw, 1rem);
    width: 100%;
  }

  .site-header .gf-header-nav .navbar-nav .nav-link {
    position: relative;
    border-radius: .55rem;
    padding: .52rem .72rem;
    font-size: .92rem;
    letter-spacing: .015em;
    font-weight: 500;
    color: rgba(255, 255, 255, .94);
    transition: color .2s ease, background .2s ease;
  }

  .site-header .gf-header-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: .72rem;
    right: .72rem;
    bottom: .24rem;
    height: 1.5px;
    border-radius: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .24s ease;
    opacity: .88;
  }

  .site-header .gf-header-nav .navbar-nav .nav-link:hover::after,
  .site-header .gf-header-nav .navbar-nav .nav-link:focus-visible::after,
  .site-header .gf-header-nav .navbar-nav .active>.nav-link::after,
  .site-header .gf-header-nav .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
  }

  .site-header .gf-header-utilities {
    grid-area: utils;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: .65rem;
    min-width: 0;
  }

  .site-header .gf-header__brand {
    grid-area: brand;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    justify-self: center;
    pointer-events: auto;
  }

  .site-header .gf-header__brand .gf-brand-link img {
    max-height: clamp(2.55rem, 4vw, 3.4rem);
  }

  .site-header .navbar.scrolled .gf-header-nav .navbar-nav .nav-link {
    color: var(--gf-navy);
  }
}

/* ══════════════════════════════════════════════════════════════════════
   HEADER PREMIUM — refinado final
   Home: transparente sobre hero, sólido al scroll.
   Desktop: fila 1 (search/menu/utils) + fila 2 (logo centrado).
   Mobile: hamburger izquierda, logo centro, search derecha.
   ══════════════════════════════════════════════════════════════════════ */

.site-header .gf-navbar {
  transform: translateY(0);
  opacity: 1;
  will-change: transform, opacity;
  transition: transform .52s cubic-bezier(.22, .61, .36, 1), opacity .42s cubic-bezier(.22, .61, .36, 1), background-color .32s ease, box-shadow .32s ease, backdrop-filter .32s ease;
}

.site-header.site-header--hidden .gf-navbar {
  transform: translateY(calc(-100% - var(--gf-header-toolbar-offset, 0px)));
  opacity: .02;
}

@media (max-width: 1099.98px) {
  .site-header.site-header--hidden .gf-navbar {
    transform: translateY(0);
    opacity: 1;
  }
}

.site-header .gf-navbar.is-transparent {
  background: linear-gradient(180deg, rgba(6, 16, 30, .44) 0%, rgba(6, 16, 30, 0) 100%);
  box-shadow: none;
  backdrop-filter: blur(0);
}

.site-header .gf-navbar.is-scrolled {
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(4, 14, 26, .12);
  backdrop-filter: blur(14px);
}

.site-header .gf-navbar>.container-xl {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  min-height: 4.15rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.site-header .gf-navbar .gf-navbar__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 4;
}

.site-header .gf-navbar .gf-navbar__brand img {
  width: auto;
  max-height: 2.45rem;
  transition: opacity .22s ease;
}

.site-header .gf-navbar .gf-navbar__toggler,
.site-header .gf-navbar .gf-search-toggle {
  width: 2.35rem;
  height: 2.35rem;
  min-width: 2.35rem;
  border-radius: .5rem;
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .06);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 5;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.site-header .gf-navbar .gf-navbar__toggler {
  order: 1;
}

.site-header .gf-navbar .gf-search-toggle {
  order: 3;
}

.site-header .gf-navbar .gf-navbar__toggler:hover,
.site-header .gf-navbar .gf-navbar__toggler:focus-visible,
.site-header .gf-navbar .gf-search-toggle:hover,
.site-header .gf-navbar .gf-search-toggle:focus-visible {
  border-color: var(--gf-gold);
  background: rgba(255, 255, 255, .12);
  outline: 0;
}

.site-header .gf-navbar.is-scrolled .gf-navbar__toggler,
.site-header .gf-navbar.is-scrolled .gf-search-toggle {
  border-color: rgba(11, 31, 58, .2);
  background: rgba(11, 31, 58, .04);
  color: var(--gf-navy);
}

@media (max-width: 1099.98px) {
  .site-header .gf-navbar {
    position: fixed;
  }

  .site-header .gf-navbar>.container-xl {
    min-height: 4.15rem;
    height: 4.15rem;
    overflow: visible;
  }

  .site-header .gf-navbar .gf-navbar__brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-header .gf-navbar .gf-navbar__collapse {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    order: 4;
    width: 100vw;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(8, 24, 46, .97);
    max-height: calc(100dvh - 4.4rem - var(--drupal-toolbar-height, 0px));
    overflow-y: auto;
    z-index: 6;
    box-shadow: 0 16px 30px rgba(2, 10, 22, .2);
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__collapse {
    border-top-color: rgba(11, 31, 58, .08);
    background: #ffffff;
  }

  .site-header .gf-navbar .gf-navbar__collapse.collapsing {
    transition: height .26s ease;
  }

  .site-header .gf-navbar .gf-search-form {
    display: none !important;
  }

  .site-header .gf-navbar .gf-navbar__menu {
    width: 100%;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav {
    flex-direction: column !important;
    width: 100%;
    margin: 0;
    padding: .25rem 0;
    gap: 0;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(11, 31, 58, .08);
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: .92rem 1.2rem !important;
    text-align: left !important;
    border-left: 3px solid transparent;
    color: rgba(11, 31, 58, .93) !important;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: none !important;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link::after {
    display: none !important;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link:hover,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link:focus-visible,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .active>.nav-link,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link.active {
    border-left-color: var(--gf-gold);
    background: rgba(11, 31, 58, .055) !important;
    color: var(--gf-gold) !important;
    text-decoration: none;
    outline: 0;
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .navbar-nav .nav-item {
    border-bottom-color: rgba(11, 31, 58, .08);
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .navbar-nav .nav-link {
    color: var(--gf-navy) !important;
  }

  .site-header .gf-navbar .gf-navbar__utilities {
    padding: .6rem 1.2rem .45rem;
    display: flex;
    align-items: center;
    gap: .55rem;
  }

  .site-header .gf-navbar .gf-mode-toggle {
    display: none;
  }

  .site-header .gf-navbar .gf-account-menu__list .gf-mode-toggle--account {
    display: flex;
  }
}

@media (min-width: 1100px) {
  .site-header .gf-navbar>.container-xl {
    display: grid;
    grid-template-columns: minmax(5.5rem, 10%) minmax(0, 80%) minmax(11.5rem, 10%);
    column-gap: .75rem;
    position: relative;
    align-items: center;
    min-height: 4.75rem;
    padding: .65rem 0;
    overflow: visible;
  }

  .site-header .gf-navbar .gf-navbar__toggler,
  .site-header .gf-navbar .gf-search-toggle {
    display: none !important;
  }

  .site-header .gf-navbar .gf-navbar__collapse {
    grid-column: 2 / 4;
    order: initial;
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 8fr) minmax(11.5rem, 1fr);
    align-items: center;
    align-self: center;
    column-gap: .5rem;
    margin: 0;
    flex: initial;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }

  .site-header .gf-navbar .gf-search-form {
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }

  .site-header .gf-navbar .gf-search-form__field {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: clamp(7.5rem, 9vw, 9.4rem);
    min-width: 0;
    transition: width .22s ease;
  }

  .site-header .gf-navbar .gf-search-form__field svg {
    position: absolute;
    left: .65rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .6);
    pointer-events: none;
  }

  .site-header .gf-navbar .gf-search-form input[name="keys"] {
    height: 2.1rem;
    width: 100%;
    min-width: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .09);
    color: #ffffff;
    padding: 0 .8rem 0 2.05rem;
    font-size: .8rem;
    outline: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  }

  .site-header .gf-navbar .gf-search-form:focus-within .gf-search-form__field {
    width: clamp(9.25rem, 12vw, 13.75rem);
  }

  .site-header .gf-navbar .gf-search-form input[name="keys"]::placeholder {
    color: rgba(255, 255, 255, .58);
  }

  .site-header .gf-navbar .gf-search-form input[name="keys"]:focus-visible {
    border-color: var(--gf-gold);
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 0 0 3px rgba(212, 168, 67, .18), 0 8px 18px rgba(0, 0, 0, .12);
  }

  .site-header .gf-navbar .gf-navbar__menu {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    height: 100%;
    min-width: 0;
    padding-inline: 0;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: clamp(.32rem, .45vw, .6rem);
    margin: 0;
    padding: 0;
    max-width: 100%;
    min-width: 0;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: .55rem .78rem;
    color: rgba(255, 255, 255, .93);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .065em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: .4rem;
    transition: color .2s ease, background .2s ease;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: .78rem;
    right: .78rem;
    bottom: .28rem;
    height: 1.5px;
    border-radius: 2px;
    background: var(--gf-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link:hover,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link:focus-visible,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .active>.nav-link,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
    outline: 0;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link:hover::after,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link:focus-visible::after,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .active>.nav-link::after,
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
  }

  .site-header .gf-navbar .gf-navbar__utilities {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
    width: 100%;
    min-width: 0;
  }

  .site-header .gf-navbar .gf-navbar__brand {
    grid-column: 1;
    position: static;
    left: auto;
    top: auto;
    z-index: 2;
    order: initial;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    transform: none;
    pointer-events: auto;
  }

  .site-header .gf-navbar .gf-navbar__brand img {
    max-height: clamp(2.55rem, 3.8vw, 3.35rem);
  }

  .site-header .gf-navbar .gf-account-menu {
    align-items: flex-end;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }

  .site-header .gf-navbar .gf-account-menu__toggle {
    justify-content: center;
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0;
  }

  .site-header .gf-navbar .gf-account-menu__label,
  .site-header .gf-navbar .gf-account-menu__chevron {
    display: none;
  }

  .site-header .gf-navbar.is-scrolled .gf-search-form__field svg {
    color: rgba(11, 31, 58, .44);
  }

  .site-header .gf-navbar.is-scrolled .gf-search-form input[name="keys"] {
    border-color: rgba(11, 31, 58, .18);
    background: rgba(11, 31, 58, .05);
    color: var(--gf-navy);
  }

  .site-header .gf-navbar.is-scrolled .gf-search-form input[name="keys"]::placeholder {
    color: rgba(11, 31, 58, .45);
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .navbar-nav .nav-link {
    color: var(--gf-navy);
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .navbar-nav .nav-link:hover {
    background: rgba(11, 31, 58, .05);
  }
}

@media (min-width: 1100px) and (max-width: 1535.98px) {
  .site-header .gf-navbar>.container-xl {
    grid-template-columns: minmax(5rem, 10%) minmax(0, 80%) minmax(10.5rem, 10%);
    column-gap: .55rem;
  }

  .site-header .gf-navbar .gf-navbar__collapse {
    grid-template-columns: minmax(0, 8fr) minmax(10.5rem, 1fr);
    column-gap: .45rem;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav {
    gap: clamp(.2rem, .32vw, .34rem);
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link {
    padding: .5rem .5rem;
    font-size: .82rem;
    font-weight: 650;
    letter-spacing: .02em;
    text-transform: none;
    line-height: 1.1;
    white-space: nowrap;
  }

  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link::after {
    left: .5rem;
    right: .5rem;
    bottom: .22rem;
  }

  .site-header .gf-navbar .gf-search-form input[name="keys"] {
    height: 2rem;
    font-size: .77rem;
  }

  .site-header .gf-navbar .gf-search-form__field {
    width: clamp(7rem, 8vw, 8.6rem);
  }

  .site-header .gf-navbar .gf-search-form:focus-within .gf-search-form__field {
    width: clamp(8.75rem, 10vw, 11.5rem);
  }

  .site-header .gf-navbar .gf-navbar__utilities {
    gap: .3rem;
  }

  .site-header .gf-navbar .gf-language-switcher__toggle {
    min-height: 2.12rem;
    padding: .38rem .62rem;
    font-size: .74rem;
  }

  .site-header .gf-navbar .gf-language-switcher__label {
    max-width: 5.8rem;
  }

  .site-header .gf-navbar .gf-mode-toggle {
    width: 2.05rem;
    height: 2.05rem;
    font-size: .9rem;
  }

  .site-header .gf-navbar .gf-navbar__brand img {
    max-height: clamp(2.3rem, 3.1vw, 3rem);
  }
}

@media (min-width: 1536px) {
  .site-header .gf-navbar .gf-navbar__menu .navbar-nav .nav-link {
    text-transform: none;
    letter-spacing: .03em;
    font-size: .84rem;
  }
}

.site-header .gf-navbar .gf-mode-toggle {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.site-header .gf-navbar .gf-mode-toggle:hover,
.site-header .gf-navbar .gf-mode-toggle:focus-visible {
  border-color: var(--gf-gold);
  transform: translateY(-1px);
  outline: 0;
}

.site-header .gf-navbar .gf-mode-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header .gf-navbar.is-scrolled .gf-mode-toggle {
  border-color: rgba(11, 31, 58, .24);
  color: var(--gf-navy);
  background: rgba(11, 31, 58, .05);
}

.site-header .gf-navbar .gf-account-menu__list .gf-mode-toggle--account {
  justify-content: flex-start;
  gap: .55rem;
  width: calc(100% - .7rem);
  height: auto;
  min-height: 2.35rem;
  margin: 0 .35rem .15rem;
  padding: .6rem .8rem;
  border-radius: .8rem;
  font-size: .8rem;
  line-height: 1.2;
}

.gf-mobile-search {
  width: 100vw;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(8, 24, 46, .97);
  transition: max-height .28s ease, opacity .2s ease, visibility 0s linear .2s;
  z-index: 5;
}

.gf-mobile-search.is-open {
  max-height: 5.25rem;
  opacity: 1;
  visibility: visible;
  transition: max-height .28s ease, opacity .2s ease, visibility 0s linear 0s;
}

.site-header .gf-navbar.is-scrolled~.gf-mobile-search,
.site-header .gf-navbar.is-scrolled .gf-mobile-search {
  border-top-color: rgba(11, 31, 58, .08);
  background: #ffffff;
}

@media (min-width: 1100px) {
  .gf-mobile-search {
    display: none !important;
  }
}

/* Federación institutional section pages */
.gf-federacion-page,
.gf-federacion-institucional {
  --gf-fed-navy: #082a54;
  --gf-fed-navy-2: #0d3769;
  --gf-fed-gold: #c69236;
  --gf-fed-ink: #102746;
  --gf-fed-muted: #5f6f82;
  --gf-fed-line: rgba(8, 42, 84, .12);
  --gf-fed-soft: #f5f7fa;
  color: var(--gf-fed-ink);
}

.gf-federacion-page {
  max-width: min(1220px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 5vw, 5rem);
}

.gf-fed-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 4.8rem);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8, 42, 84, .98), rgba(13, 55, 105, .94));
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(8, 42, 84, .2);
}

.gf-fed-page-hero::after {
  content: '';
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 15rem;
  aspect-ratio: 1;
  border: 1px solid rgba(198, 146, 54, .35);
  border-radius: 50%;
}

.gf-fed-page-hero>* {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.gf-fed-page-hero h1 {
  margin: .55rem 0 1rem;
  color: #ffffff;
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
  line-height: .98;
  letter-spacing: 0;
}

.gf-fed-page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.gf-federacion-page .gf-fed-eyebrow,
.gf-federacion-institucional .gf-fed-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--gf-fed-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gf-federacion-page .gf-fed-eyebrow::before,
.gf-federacion-institucional .gf-fed-eyebrow::before {
  content: '';
  width: 2.25rem;
  height: 2px;
  background: currentColor;
}

.gf-fed-card-grid,
.gf-fed-documents,
.gf-fed-sponsors,
.gf-fed-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.gf-fed-card-grid article,
.gf-fed-documents article,
.gf-fed-sponsors article,
.gf-fed-link-card,
.gf-fed-directory>div,
.gf-fed-note {
  display: block;
  min-width: 0;
  padding: clamp(1.2rem, 2vw, 1.65rem);
  border: 1px solid var(--gf-fed-line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(8, 42, 84, .08);
}

.gf-fed-card-grid article h3,
.gf-fed-documents article h3,
.gf-fed-sponsors article h2,
.gf-fed-link-card span,
.gf-fed-directory h2,
.gf-fed-timeline h2 {
  display: block;
  margin: 0 0 .65rem;
  color: var(--gf-fed-navy);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  font-weight: 850;
  line-height: 1.18;
}

.gf-fed-card-grid article p,
.gf-fed-documents article p,
.gf-fed-sponsors article p,
.gf-fed-link-card p,
.gf-fed-directory p,
.gf-fed-note p,
.gf-fed-timeline p {
  margin: 0;
  color: var(--gf-fed-muted);
  line-height: 1.65;
}

.gf-fed-link-card {
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gf-fed-link-card:hover,
.gf-fed-link-card:focus-visible {
  border-color: rgba(198, 146, 54, .45);
  box-shadow: 0 20px 38px rgba(8, 42, 84, .12);
  transform: translateY(-2px);
  text-decoration: none;
  outline: 0;
}

.gf-fed-document-card span {
  display: inline-flex;
  margin-top: 1rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(198, 146, 54, .12);
  color: #7b5317;
  font-size: .78rem;
  font-weight: 800;
}

.gf-fed-timeline {
  display: grid;
  gap: 1rem;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.gf-fed-timeline article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem 1.25rem;
  align-items: start;
  padding: 1.25rem;
  border: 1px solid var(--gf-fed-line);
  border-radius: 12px;
  background: #ffffff;
}

.gf-fed-timeline span {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--gf-fed-navy);
  color: var(--gf-fed-gold);
  font-size: .78rem;
  font-weight: 900;
}

.gf-fed-timeline h2,
.gf-fed-timeline p {
  grid-column: 2;
}

.gf-fed-directory,
.gf-fed-note,
.gf-fed-related {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.gf-fed-directory>div,
.gf-fed-note {
  background: linear-gradient(135deg, #ffffff, var(--gf-fed-soft));
  border-left: 4px solid var(--gf-fed-gold);
}

.gf-fed-related {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--gf-fed-line);
}

.gf-fed-related h2 {
  margin: 0;
  color: var(--gf-fed-navy);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
}

.gf-fed-card-grid--positions,
.gf-fed-card-grid--years,
.gf-fed-related__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {

  .gf-fed-card-grid,
  .gf-fed-documents,
  .gf-fed-sponsors,
  .gf-fed-card-grid--positions,
  .gf-fed-card-grid--years,
  .gf-fed-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gf-federacion-page {
    max-width: min(100% - 1rem, 100%);
    padding-top: 1rem;
  }

  .gf-fed-page-hero {
    padding: 2rem 1.25rem;
    border-radius: 10px;
  }

  .gf-fed-card-grid,
  .gf-fed-documents,
  .gf-fed-sponsors,
  .gf-fed-card-grid--positions,
  .gf-fed-card-grid--years,
  .gf-fed-related__grid {
    grid-template-columns: 1fr;
  }

  .gf-fed-timeline article {
    grid-template-columns: 1fr;
  }

  .gf-fed-timeline h2,
  .gf-fed-timeline p {
    grid-column: 1;
  }
}

/* Federación Mexicana de Golf institutional landing visual proposal. */
.gf-federacion-institucional {
  --gf-fed-navy: #061f43;
  --gf-fed-navy-2: #0b315f;
  --gf-fed-gold: #c89231;
  --gf-fed-gold-soft: #f4d08a;
  --gf-fed-ink: #102746;
  --gf-fed-muted: #5d6d80;
  --gf-fed-line: rgba(8, 42, 84, .13);
  width: min(1320px, calc(100vw - 2rem));
  margin: 0 auto 3.5rem;
  color: var(--gf-fed-ink);
  scroll-behavior: smooth;
}

.gf-federacion-institucional :where(#que-hacemos, #mision, #vision, #valores, #objetivos, #politica-calidad) {
  scroll-margin-top: calc(var(--gf-header-offset, 118px) + 1.25rem);
}

.gf-federacion-institucional .gf-fed-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--gf-fed-gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gf-federacion-institucional .gf-fed-eyebrow::before {
  content: '';
  width: 2.25rem;
  height: 2px;
  background: currentColor;
}

.gf-federacion-institucional .gf-fed-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(22rem, .88fr) minmax(28rem, 1.12fr);
  min-height: clamp(32rem, 58vh, 43rem);
  margin-top: clamp(.75rem, 1.6vw, 1.4rem);
  overflow: hidden;
  border-radius: 0 0 1.35rem 1.35rem;
  background: var(--gf-fed-navy);
  box-shadow: 0 24px 58px rgba(8, 31, 67, .18);
}

.gf-federacion-institucional .gf-fed-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2.2rem, 5vw, 4.8rem);
  background:
    radial-gradient(circle at 0 0, rgba(198, 146, 49, .13), transparent 18rem),
    linear-gradient(135deg, rgba(6, 31, 67, .98), rgba(8, 42, 84, .96));
}

.gf-federacion-institucional .gf-fed-hero__copy::after {
  content: '';
  position: absolute;
  inset: -12% -7rem -12% auto;
  width: 14rem;
  border-right: 2px solid rgba(198, 146, 49, .72);
  border-radius: 50%;
  pointer-events: none;
}

.gf-federacion-institucional .gf-fed-hero h1 {
  max-width: 11ch;
  margin: .9rem 0 1rem;
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 6rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: 0;
}

.gf-federacion-institucional .gf-fed-hero h1::after {
  content: '';
  display: block;
  width: 3.2rem;
  height: 3px;
  margin-top: 1.15rem;
  background: var(--gf-fed-gold);
}

.gf-federacion-institucional .gf-fed-hero p {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.22vw, 1.2rem);
  line-height: 1.65;
}

.gf-federacion-institucional .gf-fed-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  margin-top: 1.65rem;
  padding: .78rem 1.35rem;
  border-radius: .65rem;
  background: linear-gradient(135deg, #dfa83d, var(--gf-fed-gold));
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(198, 146, 49, .25);
}

.gf-federacion-institucional .gf-fed-hero__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
}

.gf-federacion-institucional .gf-fed-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 31, 67, .54), rgba(6, 31, 67, .06) 44%, rgba(6, 31, 67, .16)),
    linear-gradient(0deg, rgba(6, 31, 67, .14), rgba(6, 31, 67, 0));
  pointer-events: none;
}

.gf-federacion-institucional .gf-fed-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(24rem, 58vh, 43rem);
  object-fit: cover;
  object-position: center;
}

.gf-federacion-institucional .gf-fed-hero__statement {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 5vw, 4rem);
  z-index: 2;
  width: min(25rem, calc(100% - 2rem));
  padding: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid rgba(198, 146, 49, .82);
  border-radius: 1rem;
  background: rgba(6, 31, 67, .9);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}

.gf-federacion-institucional .gf-fed-hero__statement p {
  color: rgba(255, 255, 255, .92);
  font-size: .98rem;
}

.gf-federacion-institucional .gf-fed-metrics {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 2rem));
  margin: -2.3rem auto clamp(1.4rem, 3vw, 2.4rem);
  overflow: hidden;
  border: 1px solid rgba(198, 146, 49, .45);
  border-radius: .9rem;
  background: linear-gradient(135deg, #082653, #051d3e);
  box-shadow: 0 18px 36px rgba(8, 31, 67, .22);
}

.gf-federacion-institucional .gf-fed-metrics article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  min-height: 5.35rem;
  padding: 1rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.gf-federacion-institucional .gf-fed-metrics article:last-child {
  border-right: 0;
}

.gf-federacion-institucional .gf-fed-metrics span {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(198, 146, 49, .55);
  border-radius: 50%;
  color: var(--gf-fed-gold-soft);
  font-size: .72rem;
  font-weight: 900;
}

.gf-federacion-institucional .gf-fed-metrics strong {
  color: #fff;
  font-size: clamp(.86rem, 1vw, 1rem);
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.gf-federacion-institucional .gf-fed-anchor-nav {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  padding: .5rem;
  overflow-x: auto;
  border: 1px solid rgba(8, 42, 84, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 28px rgba(8, 42, 84, .07);
}

.gf-federacion-institucional .gf-fed-anchor-nav a {
  flex: 0 0 auto;
  padding: .68rem 1rem;
  border-radius: 999px;
  color: var(--gf-fed-navy);
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.gf-federacion-institucional .gf-fed-anchor-nav a:hover,
.gf-federacion-institucional .gf-fed-anchor-nav a:focus-visible {
  background: rgba(198, 146, 49, .16);
  color: var(--gf-fed-navy);
  outline: 0;
}

.gf-federacion-institucional .gf-fed-section {
  margin-top: clamp(2rem, 4vw, 3.6rem);
}

.gf-federacion-institucional .gf-fed-section__header {
  display: grid;
  justify-items: center;
  gap: .35rem;
  margin-bottom: clamp(1.2rem, 2.6vw, 2rem);
  text-align: center;
  border-bottom: 0;
}

.gf-federacion-institucional .gf-fed-section__header h2,
.gf-federacion-institucional .gf-fed-mission-vision h2,
.gf-federacion-institucional .gf-fed-quality h2 {
  margin: .25rem 0 .15rem;
  color: var(--gf-fed-navy);
  font-size: clamp(1.95rem, 3.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: .02em;
  text-transform: none;
}

.gf-federacion-institucional .gf-fed-section__header p {
  max-width: 48rem;
  margin: 0;
  color: var(--gf-fed-muted);
}

.gf-federacion-institucional .gf-fed-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
}

.gf-federacion-institucional .gf-fed-work-grid article,
.gf-federacion-institucional .gf-fed-objectives article {
  position: relative;
  min-width: 0;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid var(--gf-fed-line);
  border-radius: .85rem;
  background: #fff;
  box-shadow: 0 16px 34px rgba(8, 42, 84, .08);
}

.gf-federacion-institucional .gf-fed-work-grid article::after {
  content: '';
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background: var(--gf-fed-gold);
  transform: translateX(-50%);
}

.gf-federacion-institucional .gf-fed-work-card__icon {
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9a13c, var(--gf-fed-gold));
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(198, 146, 49, .22);
}

.gf-federacion-institucional .gf-fed-work-grid h3,
.gf-federacion-institucional .gf-fed-objectives h3 {
  margin: 0 0 .85rem;
  color: var(--gf-fed-navy);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.gf-federacion-institucional .gf-fed-work-grid p,
.gf-federacion-institucional .gf-fed-objectives li,
.gf-federacion-institucional .gf-fed-quality p {
  margin: 0;
  color: var(--gf-fed-muted);
  font-size: .96rem;
  line-height: 1.65;
}

.gf-federacion-institucional .gf-fed-mission-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: clamp(2.3rem, 5vw, 4.2rem);
}

.gf-federacion-institucional .gf-fed-mission-vision article {
  position: relative;
  min-width: 0;
  padding: clamp(1.6rem, 3.2vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(198, 146, 49, .32);
  border-radius: .9rem;
  background:
    radial-gradient(circle at 86% 15%, rgba(255, 255, 255, .08), transparent 9rem),
    linear-gradient(135deg, #082653, #062048);
  box-shadow: 0 18px 38px rgba(8, 42, 84, .14);
}

.gf-federacion-institucional .gf-fed-mission-vision article::after {
  content: '';
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 7rem;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.gf-federacion-institucional .gf-fed-mission-vision h2,
.gf-federacion-institucional .gf-fed-mission-vision p {
  color: #fff;
}

.gf-federacion-institucional .gf-fed-mission-vision p {
  color: rgba(255, 255, 255, .86);
}

.gf-federacion-institucional .gf-fed-values ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-federacion-institucional .gf-fed-values li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(198, 146, 49, .28);
  border-radius: .7rem;
  background: #fff;
  color: var(--gf-fed-navy);
  font-weight: 850;
  text-align: center;
  box-shadow: 0 10px 22px rgba(8, 42, 84, .05);
}

.gf-federacion-institucional .gf-fed-objectives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.gf-federacion-institucional .gf-fed-objectives article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .2rem 1rem;
}

.gf-federacion-institucional .gf-fed-objectives article::before {
  content: '';
  grid-row: 1 / span 2;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(198, 146, 49, .26), transparent 58%),
    var(--gf-fed-navy);
}

.gf-federacion-institucional .gf-fed-objectives h3 {
  grid-column: 2;
  text-align: left;
}

.gf-federacion-institucional .gf-fed-objectives ol {
  grid-column: 2;
  display: grid;
  gap: .85rem;
  margin: 0;
  padding-left: 1.15rem;
}

.gf-federacion-institucional .gf-fed-objectives li::marker {
  color: var(--gf-fed-gold);
  font-weight: 900;
}

.gf-federacion-institucional .gf-fed-quality {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.2rem, 2.8vw, 2.25rem);
  overflow: hidden;
  border: 1px solid rgba(198, 146, 49, .34);
  border-radius: .9rem;
  background:
    radial-gradient(circle at 92% 40%, rgba(8, 42, 84, .08), transparent 11rem),
    linear-gradient(135deg, #fffdf8, #ffffff);
  box-shadow: 0 18px 38px rgba(8, 42, 84, .08);
}

.gf-federacion-institucional .gf-fed-quality__icon {
  display: grid;
  place-items: center;
  width: clamp(5rem, 9vw, 8rem);
  height: clamp(5rem, 9vw, 8rem);
  border-radius: .8rem;
  background: linear-gradient(135deg, #082653, #061f43);
  color: var(--gf-fed-gold-soft);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 900;
}

.gf-federacion-institucional .gf-fed-quality h2 {
  margin-bottom: .65rem;
}

.gf-federacion-institucional .gf-fed-quality p {
  max-width: 72rem;
}

@media (max-width: 1180px) {
  .gf-federacion-institucional .gf-fed-hero {
    grid-template-columns: minmax(20rem, .95fr) minmax(22rem, 1.05fr);
  }

  .gf-federacion-institucional .gf-fed-work-grid,
  .gf-federacion-institucional .gf-fed-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gf-federacion-institucional .gf-fed-metrics article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .gf-federacion-institucional {
    width: min(100%, calc(100vw - 1rem));
  }

  .gf-federacion-institucional .gf-fed-hero,
  .gf-federacion-institucional .gf-fed-mission-vision,
  .gf-federacion-institucional .gf-fed-objectives,
  .gf-federacion-institucional .gf-fed-quality {
    grid-template-columns: 1fr;
  }

  .gf-federacion-institucional .gf-fed-hero__copy::after {
    display: none;
  }

  .gf-federacion-institucional .gf-fed-hero__media img {
    min-height: 22rem;
  }

  .gf-federacion-institucional .gf-fed-hero__statement {
    right: 1rem;
    bottom: 1rem;
  }

  .gf-federacion-institucional .gf-fed-anchor-nav {
    justify-content: flex-start;
    border-radius: .95rem;
  }

  .gf-federacion-institucional .gf-fed-values ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .gf-federacion-institucional .gf-fed-hero {
    min-height: 0;
    border-radius: .9rem;
  }

  .gf-federacion-institucional .gf-fed-hero__copy {
    padding: 1.5rem 1.2rem;
  }

  .gf-federacion-institucional .gf-fed-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
  }

  .gf-federacion-institucional .gf-fed-hero__statement {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -5rem 1rem 1rem;
  }

  .gf-federacion-institucional .gf-fed-metrics,
  .gf-federacion-institucional .gf-fed-work-grid,
  .gf-federacion-institucional .gf-fed-values ul {
    grid-template-columns: 1fr;
  }

  .gf-federacion-institucional .gf-fed-metrics {
    margin-top: 1rem;
  }

  .gf-federacion-institucional .gf-fed-metrics article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .gf-federacion-institucional .gf-fed-metrics article:last-child {
    border-bottom: 0;
  }

  .gf-federacion-institucional .gf-fed-objectives article {
    grid-template-columns: 1fr;
  }

  .gf-federacion-institucional .gf-fed-objectives article::before,
  .gf-federacion-institucional .gf-fed-objectives h3,
  .gf-federacion-institucional .gf-fed-objectives ol {
    grid-column: auto;
  }
}

/* Federación institutional landing refinements: full-bleed hero, icons, depth. */
.gf-federacion-institucional {
  width: 100%;
  max-width: 100%;
}

.gf-federacion-institucional .gf-fed-hero {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(var(--gf-header-offset, 118px) * -1);
  padding-top: var(--gf-header-offset, 118px);
  border-radius: 0;
  grid-template-columns: minmax(22rem, .82fr) minmax(32rem, 1.18fr);
  min-height: clamp(38rem, 72vh, 50rem);
  box-shadow: none;
  isolation: isolate;
}

.gf-federacion-institucional .gf-fed-hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.gf-federacion-institucional .gf-fed-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 22%, rgba(198, 146, 49, .16), transparent 14rem),
    linear-gradient(90deg, rgba(6, 31, 67, 0) 0 48%, rgba(6, 31, 67, .15) 63%, rgba(6, 31, 67, .36) 100%);
}

.gf-federacion-institucional .gf-fed-hero__copy {
  min-height: 100%;
  /* padding-left: max(clamp(1.4rem, 5vw, 5rem), calc((100vw - 1220px) / 2));
  padding-right: clamp(2rem, 4vw, 4.75rem); */
  clip-path: ellipse(106% 100% at 0% 50%);
}

.gf-federacion-institucional .gf-fed-hero__copy::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .18;
  background:
    repeating-linear-gradient(130deg, transparent 0 18px, rgba(255, 255, 255, .08) 19px, transparent 20px),
    radial-gradient(circle at 18% 18%, transparent 0 4rem, rgba(255, 255, 255, .08) 4.05rem 4.12rem, transparent 4.2rem);
  pointer-events: none;
}

.gf-federacion-institucional .gf-fed-hero__copy>* {
  position: relative;
  z-index: 2;
}

.gf-federacion-institucional .gf-fed-hero__media {
  min-height: 100%;
}

.gf-federacion-institucional .gf-fed-hero__media img {
  min-height: clamp(38rem, 72vh, 50rem);
  object-position: 56% 50%;
  transform: scale(1.015);
}

.gf-federacion-institucional .gf-fed-hero__statement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  left: clamp(-7rem, -7vw, -3rem);
  right: auto;
  bottom: clamp(2.4rem, 5vw, 4.5rem);
  width: min(36rem, calc(100% - 2rem));
  padding: clamp(.95rem, 1.7vw, 1.3rem) clamp(1rem, 2vw, 1.55rem);
  border: 1px solid rgba(244, 208, 138, .72);
  border-left: 4px solid var(--gf-fed-gold);
  background:
    linear-gradient(135deg, rgba(6, 31, 67, .82), rgba(9, 46, 90, .66)),
    radial-gradient(circle at 100% 0, rgba(198, 146, 49, .18), transparent 11rem);
  backdrop-filter: blur(10px);
  transform-origin: 20% 100%;
}

.gf-federacion-institucional .gf-fed-hero__statement-icon,
.gf-federacion-institucional .gf-fed-metrics span,
.gf-federacion-institucional .gf-fed-work-card__icon,
.gf-federacion-institucional .gf-fed-objectives__icon,
.gf-federacion-institucional .gf-fed-quality__icon {
  color: var(--gf-fed-gold-soft);
}

.gf-federacion-institucional .fa-solid {
  display: inline-block;
  line-height: 1;
}

.gf-federacion-institucional .gf-fed-hero__statement-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(244, 208, 138, .45);
  border-radius: 50%;
  background: rgba(198, 146, 49, .12);
  font-size: 1.32rem;
}

.gf-federacion-institucional .gf-fed-hero__statement-label {
  display: block;
  margin-bottom: .45rem;
  color: var(--gf-fed-gold-soft);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gf-federacion-institucional .gf-fed-hero__statement p {
  line-height: 1.58;
}

.gf-federacion-institucional .gf-fed-hero__cta {
  position: relative;
  gap: .75rem;
  overflow: hidden;
  min-height: 3.15rem;
  padding: .82rem 1.45rem .82rem 1.55rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .65rem;
  background:
    linear-gradient(135deg, #e3ab41, #b87d21),
    var(--gf-fed-gold);
  box-shadow:
    0 16px 32px rgba(198, 146, 49, .28),
    inset 0 1px 0 rgba(255, 255, 255, .34);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.gf-federacion-institucional .gf-fed-hero__cta::before {
  content: '';
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: skewX(-18deg);
  transition: left .55s ease;
}

.gf-federacion-institucional .gf-fed-hero__cta::after {
  content: '›';
  position: relative;
  z-index: 1;
  font-size: 1.35rem;
  line-height: .8;
  transition: transform .22s ease;
}

.gf-federacion-institucional .gf-fed-hero__cta:hover,
.gf-federacion-institucional .gf-fed-hero__cta:focus-visible {
  color: #fff;
  text-decoration: none;
  filter: saturate(1.08);
  transform: translateY(-3px);
  box-shadow:
    0 20px 42px rgba(198, 146, 49, .36),
    0 0 0 1px rgba(255, 255, 255, .2),
    inset 0 1px 0 rgba(255, 255, 255, .38);
}

.gf-federacion-institucional .gf-fed-hero__cta:hover::before,
.gf-federacion-institucional .gf-fed-hero__cta:focus-visible::before {
  left: 120%;
}

.gf-federacion-institucional .gf-fed-hero__cta:hover::after,
.gf-federacion-institucional .gf-fed-hero__cta:focus-visible::after {
  transform: translateX(.2rem);
}

.gf-federacion-institucional .gf-fed-hero__cta:focus-visible,
.gf-federacion-institucional a:focus-visible {
  outline: 3px solid rgba(244, 208, 138, .78);
  outline-offset: 4px;
}

.gf-federacion-institucional .gf-fed-metrics {
  width: min(1180px, calc(100vw - 2rem));
  margin-top: -3.4rem;
  border-color: rgba(244, 208, 138, .48);
  box-shadow: 0 22px 46px rgba(8, 31, 67, .28);
}

.gf-federacion-institucional .gf-fed-metrics article {
  position: relative;
  transition: background .22s ease, transform .22s ease;
}

.gf-federacion-institucional .gf-fed-metrics article::after {
  content: '';
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  height: 2px;
  background: var(--gf-fed-gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .24s ease;
}

.gf-federacion-institucional .gf-fed-metrics article:hover {
  background: rgba(255, 255, 255, .05);
  transform: translateY(-2px);
}

.gf-federacion-institucional .gf-fed-metrics article:hover::after {
  transform: scaleX(1);
}

.gf-federacion-institucional .gf-fed-metrics span {
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(198, 146, 49, .1);
  font-size: 1.35rem;
}

.gf-federacion-institucional .gf-fed-anchor-nav {
  width: fit-content;
  max-width: min(100%, 1180px);
  border-color: rgba(198, 146, 49, .2);
  box-shadow: 0 14px 32px rgba(8, 42, 84, .08);
}

.gf-federacion-institucional .gf-fed-anchor-nav a {
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.gf-federacion-institucional .gf-fed-anchor-nav a:hover,
.gf-federacion-institucional .gf-fed-anchor-nav a:focus-visible {
  transform: translateY(-1px);
}

.gf-federacion-institucional .gf-fed-work-grid article,
.gf-federacion-institucional .gf-fed-values li,
.gf-federacion-institucional .gf-fed-objectives article,
.gf-federacion-institucional .gf-fed-mission-vision article,
.gf-federacion-institucional .gf-fed-quality {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.gf-federacion-institucional .gf-fed-work-grid article:hover,
.gf-federacion-institucional .gf-fed-values li:hover,
.gf-federacion-institucional .gf-fed-objectives article:hover {
  transform: translateY(-5px);
  border-color: rgba(198, 146, 49, .38);
  box-shadow: 0 22px 44px rgba(8, 42, 84, .12);
}

.gf-federacion-institucional .gf-fed-work-card__icon {
  color: #fff;
  font-size: 1.9rem;
  transition: transform .24s ease, box-shadow .24s ease;
}

.gf-federacion-institucional .gf-fed-work-grid article:hover .gf-fed-work-card__icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 32px rgba(198, 146, 49, .3);
}

.gf-federacion-institucional .gf-fed-values li::before {
  display: none;
}

.gf-federacion-institucional .gf-fed-values li {
  justify-content: flex-start;
  gap: .72rem;
  text-align: left;
}

.gf-federacion-institucional .gf-fed-value__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(198, 146, 49, .12);
  color: var(--gf-fed-gold);
  font-size: .98rem;
  transition: transform .24s ease, background .24s ease, color .24s ease;
}

.gf-federacion-institucional .gf-fed-values li:hover .gf-fed-value__icon {
  background: var(--gf-fed-gold);
  color: #fff;
  transform: scale(1.06);
}

.gf-federacion-institucional .gf-fed-mission-vision__icon {
  position: absolute;
  right: clamp(1rem, 2vw, 1.8rem);
  top: clamp(1rem, 2vw, 1.8rem);
  z-index: 0;
  color: rgba(244, 208, 138, .16);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 1;
}

.gf-federacion-institucional .gf-fed-mission-vision article> :not(.gf-fed-mission-vision__icon) {
  position: relative;
  z-index: 1;
}

.gf-federacion-institucional .gf-fed-mission-vision article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(8, 42, 84, .2);
}

.gf-federacion-institucional .gf-fed-objectives article::before {
  display: none;
}

.gf-federacion-institucional .gf-fed-objectives__icon {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(198, 146, 49, .22), transparent 60%),
    var(--gf-fed-navy);
  font-size: 1.65rem;
}

.gf-federacion-institucional .gf-fed-quality {
  border-color: rgba(198, 146, 49, .46);
  background:
    radial-gradient(circle at 94% 55%, rgba(8, 42, 84, .08), transparent 12rem),
    radial-gradient(circle at 86% 50%, rgba(198, 146, 49, .12), transparent 10rem),
    linear-gradient(135deg, #fffdf8, #ffffff);
}

.gf-federacion-institucional .gf-fed-quality:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(8, 42, 84, .12);
}

.gf-federacion-institucional .gf-fed-quality__icon {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

@media (prefers-reduced-motion: no-preference) {

  .gf-federacion-institucional .gf-fed-hero__copy>*,
  .gf-federacion-institucional .gf-fed-hero__statement,
  .gf-federacion-institucional .gf-fed-metrics,
  .gf-federacion-institucional .gf-fed-anchor-nav {
    animation: gf-fed-rise-in .72s cubic-bezier(.22, .61, .36, 1) both;
  }

  .gf-federacion-institucional .gf-fed-hero__media img {
    animation: gf-fed-image-in .9s cubic-bezier(.22, .61, .36, 1) both;
  }

  .gf-federacion-institucional .gf-fed-hero__statement {
    animation-delay: .18s;
  }

  .gf-federacion-institucional .gf-fed-metrics {
    animation-delay: .28s;
  }

  .gf-federacion-institucional .gf-fed-anchor-nav {
    animation-delay: .36s;
  }
}

@keyframes gf-fed-rise-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gf-fed-image-in {
  from {
    opacity: .74;
    transform: scale(1.055);
  }

  to {
    opacity: 1;
    transform: scale(1.015);
  }
}

@media (max-width: 1180px) {
  .gf-federacion-institucional .gf-fed-hero {
    grid-template-columns: minmax(19rem, .9fr) minmax(22rem, 1.1fr);
  }
}

@media (max-width: 900px) {
  .gf-federacion-institucional .gf-fed-hero {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    border-radius: .9rem;
  }

  .gf-federacion-institucional .gf-fed-hero__copy {
    clip-path: none;
  }

  .gf-federacion-institucional .gf-fed-hero__media img {
    min-height: 24rem;
    object-position: 50% 50%;
  }

  .gf-federacion-institucional .gf-fed-metrics {
    margin-top: 1rem;
  }

  .gf-federacion-institucional .gf-fed-hero__statement {
    left: auto;
    right: 1rem;
    bottom: 1rem;
    width: min(34rem, calc(100% - 2rem));
  }
}

@media (max-width: 600px) {
  .gf-federacion-institucional .gf-fed-hero__statement {
    margin-top: -4rem;
    left: auto;
    right: auto;
  }

  .gf-federacion-institucional .gf-fed-hero__statement,
  .gf-federacion-institucional .gf-fed-metrics article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .gf-federacion-institucional .gf-fed-anchor-nav {
    width: 100%;
  }

  .gf-federacion-institucional .gf-fed-objectives__icon,
  .gf-federacion-institucional .gf-fed-objectives h3,
  .gf-federacion-institucional .gf-fed-objectives ol {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gf-federacion-institucional *,
  .gf-federacion-institucional *::before,
  .gf-federacion-institucional *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Federación Asociaciones: affiliated associations directory. */
.gf-federacion-asociaciones {
  --gf-assoc-navy: #062449;
  --gf-assoc-navy-2: #0b365f;
  --gf-assoc-gold: #c69236;
  --gf-assoc-gold-soft: #eac77d;
  --gf-assoc-ink: #112a46;
  --gf-assoc-muted: #66768a;
  --gf-assoc-paper: #fffaf0;
  --gf-assoc-line: rgba(198, 146, 54, .35);
  color: var(--gf-assoc-ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(198, 146, 54, .08), transparent 18rem),
    radial-gradient(circle at 88% 62%, rgba(6, 36, 73, .06), transparent 22rem),
    linear-gradient(180deg, #fffdf8 0%, #fbf5ea 52%, #fffaf1 100%);
  overflow: hidden;
}

.gf-federacion-asociaciones :where(#asociaciones-nacionales, #asociaciones-regionales) {
  scroll-margin-top: calc(var(--gf-header-offset, 118px) + 1.25rem);
}

.gf-federacion-asociaciones .fa-solid {
  display: inline-block;
  line-height: 1;
}

.gf-assoc-page-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gf-assoc-gold) 18%, var(--gf-assoc-gold) 82%, transparent);
}

.gf-assoc-main {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(1.75rem, 3vw, 2.75rem) 0 clamp(3.5rem, 6vw, 5.75rem);
}

.gf-assoc-intro {
  max-width: 870px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.gf-assoc-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--gf-assoc-gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gf-assoc-kicker::before,
.gf-assoc-kicker::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: var(--gf-assoc-line);
}

.gf-assoc-intro h1 {
  margin: .55rem 0 .65rem;
  color: var(--gf-assoc-navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.6rem, 5.4vw, 5.15rem);
  font-weight: 700;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gf-assoc-intro p {
  margin: .8rem auto 0;
  max-width: 780px;
  color: var(--gf-assoc-muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.68;
}

.gf-assoc-intro__lead {
  color: var(--gf-assoc-ink) !important;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem) !important;
  line-height: 1.45 !important;
}

.gf-assoc-section+.gf-assoc-section {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.gf-assoc-section__header {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  align-items: center;
  gap: clamp(.8rem, 2vw, 1.55rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.35rem);
}

.gf-assoc-section__header span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gf-assoc-line), transparent);
}

.gf-assoc-section__header h2 {
  margin: 0;
  color: #b27d2c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.gf-assoc-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.gf-assoc-grid--national {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1060px;
  margin: 0 auto;
}

.gf-assoc-grid--regional {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-assoc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(198, 146, 54, .42);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 250, 240, .92)),
    var(--gf-assoc-paper);
  box-shadow: 0 1.1rem 2.4rem rgba(17, 42, 70, .11);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.gf-assoc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .45;
  background:
    radial-gradient(circle at 20% 12%, rgba(198, 146, 54, .11), transparent 12rem),
    linear-gradient(120deg, transparent 0 60%, rgba(6, 36, 73, .035) 61% 100%);
  pointer-events: none;
}

.gf-assoc-card:hover,
.gf-assoc-card:focus-within {
  border-color: rgba(198, 146, 54, .7);
  box-shadow: 0 1.35rem 3rem rgba(17, 42, 70, .16);
  transform: translateY(-4px);
}

.gf-assoc-card__logo,
.gf-assoc-card__body,
.gf-assoc-card__cta {
  position: relative;
  z-index: 1;
}

.gf-assoc-card__logo {
  display: grid;
  place-items: center;
  width: 100%;
  padding: clamp(1rem, 2.1vw, 1.6rem);
}

.gf-assoc-card__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.gf-assoc-card__logo--placeholder {
  color: var(--gf-assoc-gold);
}

.gf-assoc-card__logo--placeholder .fa-solid {
  font-size: 3rem;
}

.gf-assoc-card__logo--placeholder strong {
  margin-top: .4rem;
  color: var(--gf-assoc-navy);
  font-size: 1.3rem;
}

.gf-assoc-card--national {
  min-height: clamp(23rem, 34vw, 30rem);
}

.gf-assoc-card--national .gf-assoc-card__logo {
  min-height: clamp(11rem, 18vw, 15rem);
}

.gf-assoc-card--regional {
  min-height: 22rem;
}

.gf-assoc-card--regional .gf-assoc-card__logo {
  min-height: 10.5rem;
}

.gf-assoc-card__body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-top: 1px solid rgba(198, 146, 54, .28);
  text-align: center;
}

.gf-assoc-card h3 {
  max-width: 18rem;
  margin: 0;
  color: var(--gf-assoc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.gf-assoc-card--national h3 {
  font-size: clamp(1.6rem, 2.45vw, 2.45rem);
}

.gf-assoc-card--regional h3 {
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
}

.gf-assoc-card h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: .85rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gf-assoc-gold), transparent);
}

.gf-assoc-card__body:not(:has(.gf-assoc-card__cta)) h3::after {
  display: none;
}

.gf-assoc-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 2.75rem;
  padding: .7rem 1.45rem;
  border: 1px solid rgba(198, 146, 54, .75);
  border-radius: 7px;
  color: #a87325;
  background: rgba(255, 255, 255, .68);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: auto;
  padding-top: .7rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}


.gf-assoc-card--regional .gf-assoc-card__cta {
  min-height: 2.3rem;
  padding: .55rem 1rem;
  font-size: .72rem;
}

.gf-assoc-card__cta:hover,
.gf-assoc-card__cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #b47a24, #d7aa57);
  box-shadow: 0 .65rem 1.4rem rgba(198, 146, 54, .25);
  outline: none;
  transform: translateY(-1px);
}

.gf-assoc-closing {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(2rem, 4vw, 3rem) 1rem;
  color: var(--gf-assoc-gold-soft);
  background:
    radial-gradient(circle at 50% -20%, rgba(234, 199, 125, .24), transparent 14rem),
    linear-gradient(135deg, #041a37, #07284e 58%, #041a37);
  text-align: center;
}

.gf-assoc-closing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gf-assoc-gold), transparent);
}

.gf-assoc-closing p {
  max-width: 760px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-style: italic;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .gf-assoc-grid--regional {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .gf-assoc-grid--national {
    grid-template-columns: 1fr;
    max-width: 34rem;
  }

  .gf-assoc-grid--regional {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gf-assoc-intro h1 {
    font-size: clamp(2rem, 10.5vw, 3.2rem);
  }

  .gf-assoc-section__header {
    grid-template-columns: 1fr;
  }

  .gf-assoc-section__header span {
    display: none;
  }

  .gf-assoc-grid--regional {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin: 0 auto;
  }

  .gf-assoc-card--national,
  .gf-assoc-card--regional {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gf-federacion-asociaciones *,
  .gf-federacion-asociaciones *::before,
  .gf-federacion-asociaciones *::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* Federación Consejo Directivo: institutional leadership directory. */
.gf-federacion-consejo {
  --gf-board-navy: #061f43;
  --gf-board-navy-2: #0b315f;
  --gf-board-gold: #c4933e;
  --gf-board-gold-soft: #e8c77d;
  --gf-board-ink: #132944;
  --gf-board-muted: #657386;
  --gf-board-paper: #fbf8f1;
  --gf-board-line: rgba(196, 147, 62, .28);
  color: var(--gf-board-ink);
  background:
    radial-gradient(circle at 86% 5%, rgba(196, 147, 62, .12), transparent 22rem),
    linear-gradient(180deg, #fffaf1 0%, #fffdf9 36%, #f8f2e8 100%);
  overflow: hidden;
}

.gf-federacion-consejo :where(#consejo-directivo, #consejo-asesor, #asociaciones-nacionales, #asociaciones-regionales) {
  scroll-margin-top: calc(var(--gf-header-offset, 118px) + 1.25rem);
}

.gf-federacion-consejo .fa-solid {
  display: inline-block;
  line-height: 1;
}

.gf-board-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  width: calc(100vw - 8px);
  min-height: clamp(20rem, 42vh, 31rem);
  margin-top: calc(var(--gf-header-offset, 118px) * -1);
  margin-left: calc(50% - 50vw + 4px);
  margin-right: calc(50% - 50vw + 4px);
  padding: calc(var(--gf-header-offset, 118px) + clamp(2rem, 4vw, 4rem)) max(1rem, calc((100vw - 1220px) / 2)) clamp(2.2rem, 5vw, 4.6rem);
  background:
    radial-gradient(circle at 90% 26%, rgba(255, 255, 255, .12), transparent 14rem),
    repeating-radial-gradient(circle at 62% 36%, rgba(255, 255, 255, .045) 0 1px, transparent 1px 13px),
    linear-gradient(135deg, #06172f 0%, #082b55 52%, #061f43 100%);
  isolation: isolate;
}

.gf-board-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gf-board-gold), transparent);
}

.gf-board-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.gf-board-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--gf-board-gold-soft);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gf-board-eyebrow::after {
  content: '';
  width: 3rem;
  height: 2px;
  background: currentColor;
}

.gf-board-hero h1 {
  margin: .65rem 0 .8rem;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 700;
  line-height: .96;
  letter-spacing: 0;
}

.gf-board-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  line-height: 1.48;
}

.gf-board-hero__mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(10rem, 19vw, 16rem);
}

.gf-board-hero__mark img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(12rem, 26vw);
  object-fit: contain;
}

.gf-board-tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1220px, calc(100vw - 2rem));
  margin: clamp(-2rem, -2vw, -1.2rem) auto clamp(2rem, 4vw, 3.2rem);
  border: 1px solid rgba(196, 147, 62, .3);
  border-radius: .85rem;
  background: rgba(255, 252, 247, .96);
  box-shadow: 0 18px 40px rgba(6, 31, 67, .12);
  overflow: hidden;
}

.gf-board-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 3.55rem;
  padding: .85rem 1rem;
  border-right: 1px solid rgba(196, 147, 62, .22);
  color: var(--gf-board-ink);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.gf-board-tabs a:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--gf-board-navy), var(--gf-board-navy-2));
}

.gf-board-tabs a:last-child {
  border-right: 0;
}

.gf-board-tabs a:hover,
.gf-board-tabs a:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--gf-board-navy), #0d3d73);
  text-decoration: none;
}

.gf-board-main {
  width: min(1220px, calc(100vw - 2rem));
  margin: 0 auto;
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.gf-board-section {
  margin-top: clamp(2.4rem, 5vw, 4.8rem);
}

.gf-board-section:first-child {
  margin-top: 0;
}

.gf-board-section__header {
  display: grid;
  justify-items: center;
  gap: .35rem;
  max-width: 850px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.4rem);
  text-align: center;
}

.gf-board-section__header h2 {
  margin: 0;
  color: var(--gf-board-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.05;
}

.gf-board-section__header p {
  margin: .25rem 0 0;
  color: var(--gf-board-muted);
  line-height: 1.65;
}

.gf-board-leadership {
  display: grid;
  grid-template-columns: minmax(17rem, 1.05fr) minmax(0, 2.95fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.gf-board-president {
  position: relative;
}

.gf-board-president__label {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
}

.gf-board-executive-grid,
.gf-board-people-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(.8rem, 1.5vw, 1.1rem);
}

.gf-board-people-grid--consejeros {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gf-board-people-grid--advisor {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gf-board-person {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(196, 147, 62, .22);
  border-radius: .75rem;
  background: rgba(255, 252, 247, .95);
  text-align: center;
  box-shadow: 0 12px 28px rgba(6, 31, 67, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gf-board-person:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 147, 62, .46);
  box-shadow: 0 18px 38px rgba(6, 31, 67, .11);
}

.gf-board-person__photo {
  position: relative;
  aspect-ratio: 4 / 3.35;
  overflow: hidden;
  background: linear-gradient(135deg, #ede7dc, #fbf8f1);
}

.gf-board-person__photo img,
.gf-board-association-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.gf-board-person__body {
  padding: .8rem .72rem .9rem;
}

.gf-board-person h3,
.gf-board-association-card h3 {
  margin: 0;
  color: var(--gf-board-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  line-height: 1.15;
}

.gf-board-person p,
.gf-board-association-card p {
  margin: .35rem 0 0;
  color: #9a7132;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.28;
  text-transform: uppercase;
}

.gf-board-person--president {
  height: 100%;
  border: 2px solid var(--gf-board-gold);
  border-radius: .95rem;
  background: linear-gradient(180deg, #082653, #061f43);
  color: #fff;
  box-shadow: 0 22px 46px rgba(6, 31, 67, .22);
}

.gf-board-person--president .gf-board-person__photo {
  aspect-ratio: 1 / 1.02;
  background: #071c39;
}

.gf-board-person--president .gf-board-person__body {
  position: relative;
  padding: 1.2rem 1rem 3.1rem;
  background:
    linear-gradient(180deg, rgba(8, 38, 83, .92), #061f43);
}

.gf-board-person--president .gf-board-person__body::before {
  content: '\f521';
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 2rem;
  margin: -.15rem auto .55rem;
  color: var(--gf-board-gold-soft);
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.gf-board-person--president h3 {
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
}

.gf-board-person--president p {
  color: var(--gf-board-gold-soft);
  font-size: .86rem;
}

.gf-board-subsection {
  margin-top: clamp(1.8rem, 4vw, 3rem);
}

.gf-board-subsection__title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.gf-board-subsection__title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gf-board-gold));
}

.gf-board-subsection__title span:last-child {
  background: linear-gradient(90deg, var(--gf-board-gold), transparent);
}

.gf-board-subsection__title h3 {
  margin: 0;
  color: var(--gf-board-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}

.gf-board-association-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
}

.gf-board-association-grid--national {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-board-association-grid--regional {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-board-association-card {
  display: grid;
  grid-template-columns: minmax(7rem, 11rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-width: 0;
  padding: .7rem;
  border: 1px solid rgba(196, 147, 62, .24);
  border-radius: .85rem;
  background: rgba(255, 252, 247, .95);
  box-shadow: 0 12px 28px rgba(6, 31, 67, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gf-board-association-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 147, 62, .5);
  box-shadow: 0 18px 38px rgba(6, 31, 67, .1);
}

.gf-board-association-card__photo {
  aspect-ratio: 4 / 3.05;
  overflow: hidden;
  border-radius: .65rem;
  background: #eee8dc;
}

.gf-board-association-card span[aria-hidden] {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: .6rem;
  border: 1px solid rgba(196, 147, 62, .46);
  border-radius: 50%;
  color: var(--gf-board-gold);
  font-size: 1.1rem;
}

@media (prefers-reduced-motion: no-preference) {

  .gf-board-hero__content>*,
  .gf-board-hero__mark,
  .gf-board-tabs,
  .gf-board-section {
    animation: gf-fed-rise-in .72s cubic-bezier(.22, .61, .36, 1) both;
  }
}

@media (max-width: 1180px) {

  .gf-board-executive-grid,
  .gf-board-people-grid--consejeros {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gf-board-people-grid--advisor,
  .gf-board-association-grid--regional {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .gf-board-hero {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: clamp(2rem, 8vw, 3rem) 1rem;
    grid-template-columns: 1fr;
  }

  .gf-board-hero__mark {
    width: min(11rem, 48vw);
    justify-self: start;
  }

  .gf-board-tabs {
    display: flex;
    width: calc(100vw - 1rem);
    margin-top: .8rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .gf-board-tabs a {
    flex: 0 0 auto;
    min-width: 13rem;
  }

  .gf-board-leadership,
  .gf-board-association-grid--national,
  .gf-board-association-grid--regional {
    grid-template-columns: 1fr;
  }

  .gf-board-people-grid--advisor,
  .gf-board-executive-grid,
  .gf-board-people-grid--consejeros {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gf-board-main {
    width: min(100%, calc(100vw - 1rem));
  }

  .gf-board-hero h1 {
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .gf-board-executive-grid,
  .gf-board-people-grid--consejeros,
  .gf-board-people-grid--advisor,
  .gf-board-association-grid--national,
  .gf-board-association-grid--regional {
    grid-template-columns: 1fr;
  }

  .gf-board-association-card {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gf-federacion-consejo *,
  .gf-federacion-consejo *::before,
  .gf-federacion-consejo *::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* Federación Historia: archival institutional editorial page. */
.gf-federacion-historia {
  --gf-history-navy: #061f43;
  --gf-history-navy-2: #0a315f;
  --gf-history-gold: #bd8731;
  --gf-history-gold-soft: #e7c47d;
  --gf-history-ink: #132944;
  --gf-history-muted: #607083;
  --gf-history-paper: #fbf7ee;
  --gf-history-line: rgba(113, 78, 31, .22);
  color: var(--gf-history-ink);
  background:
    radial-gradient(circle at 8% 9%, rgba(189, 135, 49, .11), transparent 18rem),
    radial-gradient(circle at 90% 55%, rgba(6, 31, 67, .07), transparent 20rem),
    linear-gradient(180deg, #fffaf0, #fffdf8 34%, #f8f1e5);
  overflow: hidden;
}

.gf-federacion-historia :where(#linea-del-tiempo) {
  scroll-margin-top: calc(var(--gf-header-offset, 118px) + 1.25rem);
}

.gf-federacion-historia .fa-solid {
  display: inline-block;
  line-height: 1;
}

.gf-history-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(22rem, .76fr) minmax(30rem, 1.24fr);
  width: calc(100vw - 8px);
  min-height: clamp(34rem, 68vh, 48rem);
  margin-top: calc(var(--gf-header-offset, 118px) * -1);
  margin-left: calc(50% - 50vw + 4px);
  margin-right: calc(50% - 50vw + 4px);
  padding-top: var(--gf-header-offset, 118px);
  background:
    linear-gradient(90deg, rgba(6, 31, 67, .98), rgba(6, 31, 67, .9) 40%, rgba(6, 31, 67, .22) 70%, rgba(6, 31, 67, .1)),
    linear-gradient(135deg, #071c39, #0b315f);
  isolation: isolate;
}

.gf-history-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .28;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 6px),
    radial-gradient(circle at 70% 38%, rgba(231, 196, 125, .28), transparent 22rem);
  pointer-events: none;
}

.gf-history-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
  /* padding-left: max(clamp(1.5rem, 5vw, 5rem), calc((100vw - 1220px) / 2)); */
}

.gf-history-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--gf-history-gold-soft);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gf-history-eyebrow::after {
  content: '';
  width: 3rem;
  height: 2px;
  background: currentColor;
}

.gf-history-hero h1 {
  max-width: 11ch;
  margin: .75rem 0 1rem;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 6vw, 5.9rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
}

.gf-history-hero__lead {
  max-width: 35rem;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  font-style: italic;
  line-height: 1.42;
}

.gf-history-hero blockquote {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .9rem;
  max-width: 34rem;
  margin: clamp(1.25rem, 2.6vw, 2rem) 0 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(231, 196, 125, .68);
  border-left: 4px solid var(--gf-history-gold);
  border-radius: .85rem;
  background: rgba(4, 20, 42, .46);
  color: #fff;
  backdrop-filter: blur(8px);
}

.gf-history-hero blockquote span {
  color: var(--gf-history-gold-soft);
  font-size: 1.5rem;
}

.gf-history-hero blockquote p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.45;
}

.gf-history-hero__cta,
.gf-history-legacy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  margin-top: 1.4rem;
  padding: .76rem 1.18rem;
  border-radius: .6rem;
  background: linear-gradient(135deg, #d7a047, var(--gf-history-gold));
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(189, 135, 49, .25);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.gf-history-hero__cta:hover,
.gf-history-hero__cta:focus-visible,
.gf-history-legacy a:hover,
.gf-history-legacy a:focus-visible {
  color: #fff;
  text-decoration: none;
  filter: saturate(1.08);
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(189, 135, 49, .34);
}

.gf-history-hero__media {
  position: relative;
  z-index: 1;
  min-height: 100%;
  overflow: hidden;
}

.gf-history-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(.42) saturate(.78) contrast(1.05);
  transform: scale(1.01);
}

.gf-history-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 31, 67, .78), rgba(6, 31, 67, .25) 34%, rgba(6, 31, 67, .02) 68%),
    linear-gradient(0deg, rgba(6, 31, 67, .36), transparent 42%),
    radial-gradient(circle at 58% 32%, rgba(255, 245, 220, .2), transparent 18rem);
  pointer-events: none;
}

.gf-history-image-slot--hero {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: .75rem;
  min-height: 100%;
  color: rgba(255, 255, 255, .68);
  background:
    linear-gradient(135deg, rgba(223, 207, 176, .55), rgba(67, 57, 42, .72)),
    repeating-linear-gradient(90deg, rgba(6, 31, 67, .1) 0 1px, transparent 1px 8px);
  filter: sepia(.3) saturate(.82);
}

.gf-history-image-slot--hero .fa-solid {
  font-size: clamp(4rem, 8vw, 8rem);
  opacity: .36;
}

.gf-history-image-slot--hero strong {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gf-history-hero__seal {
  position: absolute;
  z-index: 3;
  top: clamp(1.25rem, 3vw, 2.5rem);
  right: max(clamp(1.25rem, 5vw, 5rem), calc((100vw - 1220px) / 2));
  display: grid;
  place-items: center;
  width: clamp(6rem, 10vw, 9rem);
  height: clamp(6rem, 10vw, 9rem);
  padding: .7rem;
  border: 2px solid rgba(112, 24, 24, .72);
  border-radius: 50%;
  color: rgba(112, 24, 24, .82);
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 225, 205, .34), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(118, 18, 24, .2), transparent 67%);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
  box-shadow:
    inset 0 0 0 5px rgba(112, 24, 24, .16),
    inset 0 0 0 9px rgba(255, 248, 238, .12),
    0 14px 30px rgba(55, 12, 18, .16);
  mix-blend-mode: multiply;
}

.gf-history-hero__seal::before,
.gf-history-hero__seal::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.gf-history-hero__seal::before {
  inset: .38rem;
  border: 1px dashed rgba(112, 24, 24, .62);
}

.gf-history-hero__seal::after {
  inset: -.35rem;
  border: 1px solid rgba(112, 24, 24, .18);
}

.gf-history-hero__seal span,
.gf-history-hero__seal small {
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.gf-history-hero__seal strong {
  color: #701818;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
}

.gf-history-hero__year {
  position: absolute;
  z-index: 3;
  right: max(clamp(1.25rem, 6vw, 6rem), calc((100vw - 1220px) / 2));
  bottom: clamp(1rem, 4vw, 3.5rem);
  color: rgba(189, 135, 49, .82);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: .8;
}

.gf-history-main {
  width: min(1220px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 6rem);
}

.gf-history-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.2rem);
  align-items: center;
  max-width: 980px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.gf-history-intro__mark {
  display: grid;
  place-items: center;
  width: clamp(5rem, 9vw, 7rem);
  height: clamp(5rem, 9vw, 7rem);
  border: 2px solid var(--gf-history-gold);
  border-radius: 50%;
  background: var(--gf-history-navy);
  color: var(--gf-history-gold-soft);
  font-size: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 16px 32px rgba(6, 31, 67, .16);
}

.gf-history-intro p,
.gf-history-section-heading p,
.gf-history-timeline-item p,
.gf-history-club-card h3,
.gf-history-person-card p,
.gf-history-features p,
.gf-history-presidents p,
.gf-history-legacy p {
  color: var(--gf-history-muted);
  line-height: 1.68;
}

.gf-history-intro__lead {
  margin: 0 0 .8rem;
  color: var(--gf-history-ink) !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.5;
}

.gf-history-section-heading {
  display: grid;
  justify-items: center;
  gap: .35rem;
  margin-bottom: clamp(1.3rem, 3vw, 2.2rem);
  text-align: center;
}

.gf-history-section-heading h2 {
  margin: 0;
  color: var(--gf-history-navy);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 900;
  letter-spacing: .03em;
}

.gf-history-section-heading p {
  max-width: 760px;
  margin: .3rem 0 0;
}

.gf-history-summary,
.gf-history-detail,
.gf-history-clubs,
.gf-history-figures,
.gf-history-evolution,
.gf-history-presidents {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.gf-history-summary__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .9rem;
  align-items: start;
}

.gf-history-summary__track::before {
  content: '';
  position: absolute;
  top: 2.25rem;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gf-history-gold), transparent);
}

.gf-history-summary__track article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: .75rem;
  text-align: center;
}

.gf-history-summary__track span {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid var(--gf-history-gold);
  border-radius: 50%;
  background: var(--gf-history-navy);
  color: var(--gf-history-gold-soft);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  box-shadow: 0 14px 28px rgba(6, 31, 67, .14);
}

.gf-history-summary__track p {
  max-width: 11rem;
  margin: 0;
  color: var(--gf-history-ink);
  font-size: .92rem;
  line-height: 1.32;
}

.gf-history-summary__note {
  max-width: 820px;
  margin: 1.5rem auto 0;
  color: #7b5a2c;
  font-family: Georgia, 'Times New Roman', serif;
  text-align: center;
}

.gf-history-detail__timeline {
  position: relative;
  display: grid;
  gap: 1.15rem;
}

.gf-history-detail__timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(189, 135, 49, .75), transparent);
  transform: translateX(-50%);
}

.gf-history-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: start;
}

.gf-history-timeline-item:nth-child(even)>div {
  grid-column: 2;
}

.gf-history-timeline-item:nth-child(even) .gf-history-timeline-item__period {
  grid-column: 1;
  justify-self: end;
}

.gf-history-timeline-item:nth-child(odd)>div {
  grid-column: 1;
}

.gf-history-timeline-item:nth-child(odd) .gf-history-timeline-item__period {
  grid-column: 2;
  justify-self: start;
}

.gf-history-timeline-item>div {
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.55rem);
  border: 1px solid var(--gf-history-line);
  border-radius: .9rem;
  background: rgba(255, 252, 246, .92);
  box-shadow: 0 14px 30px rgba(6, 31, 67, .07);
}

.gf-history-timeline-item__period {
  align-self: start;
  display: inline-flex;
  margin-top: .7rem;
  padding: .5rem .85rem;
  border: 1px solid rgba(189, 135, 49, .36);
  border-radius: 999px;
  background: var(--gf-history-navy);
  color: var(--gf-history-gold-soft);
  font-weight: 900;
}

.gf-history-timeline-item h3 {
  margin: 0 0 .65rem;
  color: var(--gf-history-navy);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.15;
}

.gf-history-timeline-item p {
  margin: 0;
}

.gf-history-timeline-item__note {
  margin-top: .8rem !important;
  padding-top: .8rem;
  border-top: 1px solid rgba(189, 135, 49, .2);
  font-style: italic;
}

.gf-history-timeline-item__media {
  display: grid;
  place-items: center;
  max-width: 18rem;
  margin: .2rem 0 1rem;
  padding: .85rem;
  border: 1px solid rgba(189, 135, 49, .34);
  border-radius: .9rem;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, .96), rgba(247, 236, 214, .82));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65);
}

.gf-history-timeline-item__media img {
  display: block;
  width: min(100%, 13rem);
  max-height: 8rem;
  object-fit: contain;
  filter: sepia(.08) contrast(1.02);
}

/* La única entrada cronológica con mapa se compone como contenido editorial,
 * no como una imagen intercalada entre sus párrafos. El selector se apoya en
 * el elemento semántico de medio, sin depender del orden de la cronología. */
@media (min-width: 861px) {
  .gf-history-timeline-item:has(> div > .gf-history-timeline-item__media)>div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, .82fr);
    column-gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: start;
  }

  .gf-history-timeline-item:has(> div > .gf-history-timeline-item__media) h3 {
    grid-column: 1 / -1;
  }

  .gf-history-timeline-item:has(> div > .gf-history-timeline-item__media) .gf-history-timeline-item__media {
    grid-column: 2;
    grid-row: 2 / span 2;
    width: 100%;
    max-width: none;
    margin: .1rem 0 0;
    padding: clamp(.7rem, 1.25vw, 1rem);
    align-self: center;
  }

  .gf-history-timeline-item:has(> div > .gf-history-timeline-item__media) .gf-history-timeline-item__media img {
    width: 100%;
    max-height: none;
    height: auto;
  }

  .gf-history-timeline-item:has(> div > .gf-history-timeline-item__media)>div>p {
    grid-column: 1;
  }
}

/* Hito cartográfico: el texto y el mapa son regiones hermanas del mismo
 * artículo, situadas a lados opuestos de la línea cronológica. */
.gf-history-timeline-item--map {
  align-items: center;
}

.gf-history-timeline-item--map>.gf-history-timeline-item__content {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.gf-history-timeline-item--map>.gf-history-timeline-item__period {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
}

.gf-history-timeline-item--map>.gf-history-timeline-item__media {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(.7rem, 1.25vw, 1rem);
  align-self: center;
}

.gf-history-timeline-item--map>.gf-history-timeline-item__media img {
  width: 100%;
  max-height: none;
  height: auto;
}

.gf-history-clubs__grid,
.gf-history-figures__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(.85rem, 1.6vw, 1.15rem);
}

.gf-history-clubs__grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.gf-history-club-card,
.gf-history-person-card,
.gf-history-president-card {
  min-width: 0;
  padding: clamp(1rem, 1.7vw, 1.35rem);
  border: 1px solid var(--gf-history-line);
  border-radius: .85rem;
  background: rgba(255, 252, 246, .92);
  text-align: center;
  box-shadow: 0 12px 26px rgba(6, 31, 67, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gf-history-club-card:hover,
.gf-history-person-card:hover,
.gf-history-president-card:hover {
  transform: translateY(-4px);
  border-color: rgba(189, 135, 49, .44);
  box-shadow: 0 18px 36px rgba(6, 31, 67, .11);
}

.gf-history-image-slot {
  display: grid;
  place-items: center;
  margin-inline: auto;
  border: 1px solid rgba(189, 135, 49, .52);
  background:
    radial-gradient(circle at 35% 24%, rgba(231, 196, 125, .2), transparent 55%),
    linear-gradient(135deg, #09294f, #061f43);
  color: var(--gf-history-gold-soft);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .06);
}

.gf-history-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
}

.gf-history-image-slot--has-image {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, .95), rgba(244, 234, 216, .8));
  color: var(--gf-history-navy);
  box-shadow:
    inset 0 0 0 4px rgba(255, 255, 255, .62),
    0 10px 22px rgba(6, 31, 67, .08);
}

.gf-history-image-slot--club,
.gf-history-image-slot--person {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: .85rem;
  border-radius: 50%;
}

.gf-history-image-slot--club {
  border-radius: .9rem;
}

.gf-history-image-slot--club.gf-history-image-slot--has-image {
  width: 5.45rem;
  height: 5.45rem;
  padding: .55rem;
}

.gf-history-image-slot--club img {
  object-fit: contain;
}

.gf-history-image-slot--person img {
  object-fit: cover;
  object-position: center top;
}

/* Los retratos de presidentes conservan la fotografía completa. La ranura
 * mantiene una altura consistente para la retícula sin recortar ni deformar. */
.gf-history-image-slot--president {
  width: min(100%, 7rem);
  height: 8.25rem;
  margin-bottom: .85rem;
  padding: .25rem;
  border-radius: .55rem;
  background: linear-gradient(135deg, rgba(255, 252, 246, .98), rgba(239, 229, 207, .88));
}

.gf-history-image-slot--president img {
  object-fit: contain;
  object-position: center;
}

.gf-history-image-slot strong {
  color: var(--gf-history-gold-soft);
  font-size: 1rem;
  letter-spacing: .04em;
}

.gf-history-club-card h3,
.gf-history-person-card h3 {
  margin: 0;
  color: var(--gf-history-navy);
  font-size: .98rem;
  line-height: 1.25;
}

.gf-history-person-card p {
  margin: .55rem 0 0;
  font-size: .9rem;
  line-height: 1.45;
}

.gf-history-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: clamp(2.2rem, 4vw, 3.5rem);
}

.gf-history-features article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(1.2rem, 2.6vw, 2rem);
  border: 1px solid rgba(189, 135, 49, .34);
  border-radius: .9rem;
  background: rgba(255, 252, 246, .95);
}

.gf-history-features article>span {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: var(--gf-history-navy);
  color: var(--gf-history-gold-soft);
  font-size: 1.65rem;
}

.gf-history-features h2 {
  margin: 0 0 .55rem;
  color: var(--gf-history-navy);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}

.gf-history-evolution {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: 1rem;
  background: linear-gradient(135deg, #082653, #061f43);
}

.gf-history-evolution .gf-history-section-heading h2 {
  color: #fff;
}

.gf-history-evolution__path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gf-history-evolution__path article {
  position: relative;
  display: grid;
  gap: .4rem;
  justify-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(231, 196, 125, .34);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .06);
  text-align: center;
}

.gf-history-evolution__path span {
  color: var(--gf-history-gold-soft);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
  line-height: 1;
}

.gf-history-evolution__path strong {
  color: #fff;
}

.gf-history-presidents__eras {
  display: grid;
  gap: clamp(1.3rem, 3vw, 2rem);
}

.gf-history-president-era {
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--gf-history-line);
  border-radius: 1rem;
  background: rgba(255, 252, 246, .72);
}

.gf-history-president-era h3 {
  margin: 0 0 1rem;
  color: var(--gf-history-navy);
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
}

.gf-history-president-era__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.gf-history-president-card {
  display: grid;
  justify-items: center;
  gap: .35rem;
  padding: 1rem .8rem;
}

.gf-history-president-card__period {
  display: inline-flex;
  padding: .32rem .62rem;
  border-radius: 999px;
  background: rgba(189, 135, 49, .12);
  color: #7a5421;
  font-size: .78rem;
  font-weight: 900;
}

.gf-history-president-card__name {
  margin: .25rem 0 0;
  color: var(--gf-history-navy);
  font-size: .95rem;
  line-height: 1.22;
}

.gf-history-legacy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  width: 100vw;
  margin: clamp(2.8rem, 6vw, 5rem) calc(50% - 50vw) 0;
  padding: clamp(2rem, 4vw, 3.5rem) max(1rem, calc((100vw - 1220px) / 2));
  background:
    linear-gradient(90deg, rgba(6, 31, 67, .96), rgba(6, 31, 67, .82)),
    radial-gradient(circle at 90% 30%, rgba(231, 196, 125, .14), transparent 18rem);
}

.gf-history-legacy__mark {
  display: grid;
  place-items: center;
  width: clamp(5rem, 9vw, 8rem);
  height: clamp(5rem, 9vw, 8rem);
  border: 1px solid rgba(231, 196, 125, .52);
  border-radius: 50%;
  color: var(--gf-history-gold-soft);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.gf-history-legacy h2 {
  margin: .2rem 0 .65rem;
  color: var(--gf-history-gold-soft);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.gf-history-legacy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

@media (prefers-reduced-motion: no-preference) {

  .gf-history-hero__copy>*,
  .gf-history-hero__media,
  .gf-history-intro,
  .gf-history-summary,
  .gf-history-detail,
  .gf-history-clubs,
  .gf-history-figures,
  .gf-history-features,
  .gf-history-evolution,
  .gf-history-presidents,
  .gf-history-legacy {
    animation: gf-fed-rise-in .72s cubic-bezier(.22, .61, .36, 1) both;
  }
}

@media (max-width: 1100px) {

  .gf-history-clubs__grid,
  .gf-history-figures__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gf-history-president-era__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .gf-history-hero {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    grid-template-columns: 1fr;
  }

  .gf-history-hero__media {
    min-height: 24rem;
  }

  .gf-history-summary__track,
  .gf-history-evolution__path,
  .gf-history-features,
  .gf-history-legacy,
  .gf-history-intro {
    grid-template-columns: 1fr;
  }

  .gf-history-summary__track::before,
  .gf-history-detail__timeline::before {
    display: none;
  }

  .gf-history-timeline-item,
  .gf-history-timeline-item:nth-child(even),
  .gf-history-timeline-item:nth-child(odd) {
    grid-template-columns: 1fr;
  }

  .gf-history-timeline-item:nth-child(even)>div,
  .gf-history-timeline-item:nth-child(odd)>div,
  .gf-history-timeline-item:nth-child(even) .gf-history-timeline-item__period,
  .gf-history-timeline-item:nth-child(odd) .gf-history-timeline-item__period {
    grid-column: auto;
    justify-self: start;
  }

  .gf-history-timeline-item--map>.gf-history-timeline-item__content,
  .gf-history-timeline-item--map>.gf-history-timeline-item__period,
  .gf-history-timeline-item--map>.gf-history-timeline-item__media {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }

  .gf-history-timeline-item--map>.gf-history-timeline-item__media {
    width: 100%;
    margin-top: .25rem;
  }

  .gf-history-clubs__grid,
  .gf-history-figures__grid,
  .gf-history-president-era__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gf-history-main {
    width: min(100%, calc(100vw - 1rem));
  }

  .gf-history-hero__copy {
    padding: 1.4rem 1rem;
  }

  .gf-history-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
  }

  .gf-history-hero__year {
    font-size: clamp(4rem, 22vw, 6.5rem);
  }

  .gf-history-clubs__grid,
  .gf-history-figures__grid,
  .gf-history-president-era__grid {
    grid-template-columns: 1fr;
  }

  .gf-history-features article,
  .gf-history-legacy {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gf-federacion-historia *,
  .gf-federacion-historia *::before,
  .gf-federacion-historia *::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* Selecciones Nacionales landing rebuild */
#gf-national-teams.gf-national-teams--landing-rebuild {
  --gf-nt-navy: #082a54;
  --gf-nt-navy-soft: #0d3769;
  --gf-nt-gold: #c69236;
  --gf-nt-ink: #112b4a;
  --gf-nt-muted: #607086;
  --gf-nt-line: rgba(8, 42, 84, .12);
  color: var(--gf-nt-ink);
  overflow: hidden;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-main {
  width: min(1220px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(3.5rem, 6vw, 6rem);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 24rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  width: min(1280px, calc(100vw - 2rem));
  min-height: clamp(25rem, 48vh, 34rem);
  margin: clamp(1rem, 2vw, 2rem) auto 0;
  padding: clamp(2.25rem, 5vw, 5rem);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(198, 146, 54, .24), transparent 28%),
    linear-gradient(135deg, rgba(8, 42, 84, .98), rgba(10, 53, 101, .95));
  box-shadow: 0 28px 60px rgba(8, 42, 84, .22);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero::after {
  content: '';
  position: absolute;
  inset: auto -5rem -8rem auto;
  width: 20rem;
  aspect-ratio: 1;
  border: 1px solid rgba(198, 146, 54, .38);
  border-radius: 50%;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero__copy,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero__mark {
  position: relative;
  z-index: 1;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero__copy span,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--gf-nt-gold);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero__copy span::before,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-kicker::before {
  content: '';
  width: 2.25rem;
  height: 2px;
  background: currentColor;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero h1 {
  max-width: 780px;
  margin: .8rem 0 1.1rem;
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 5.25rem);
  line-height: .96;
  letter-spacing: 0;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero p {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.7;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero__mark {
  justify-self: center;
  width: min(100%, 18rem);
  opacity: .9;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .25));
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero__mark img {
  display: block;
  width: 100%;
  height: auto;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-intro,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-panel,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-process {
  margin-top: clamp(2rem, 4vw, 4rem);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-intro {
  max-width: 880px;
}

#gf-national-teams.gf-national-teams--landing-rebuild h2 {
  margin: .55rem 0 .9rem;
  color: var(--gf-nt-navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

#gf-national-teams.gf-national-teams--landing-rebuild p {
  color: var(--gf-nt-muted);
  line-height: 1.72;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-objective {
  margin-top: clamp(1.75rem, 3vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(198, 146, 54, .32);
  border-left: 5px solid var(--gf-nt-gold);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
  box-shadow: 0 18px 38px rgba(8, 42, 84, .08);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-objective p {
  max-width: 900px;
  margin: 0;
  color: var(--gf-nt-ink);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-section-heading {
  max-width: 820px;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-card-grid,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__grid,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-process__grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-card-grid--four,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-card-grid article,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factor,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-process article {
  min-width: 0;
  padding: clamp(1.2rem, 2vw, 1.65rem);
  border: 1px solid var(--gf-nt-line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(8, 42, 84, .08);
}

#gf-national-teams.gf-national-teams--landing-rebuild h3 {
  margin: 0 0 .65rem;
  color: var(--gf-nt-navy);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.2;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 18px;
  background: #f6f8fb;
  border: 1px solid var(--gf-nt-line);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__header {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 1rem 3rem;
  align-items: end;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__header h2 {
  margin-bottom: 0;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__header p {
  margin: 0;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factor ul {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factor li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--gf-nt-muted);
  line-height: 1.45;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factor li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--gf-nt-gold);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-commitment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 25rem);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 16px;
  background: var(--gf-nt-navy);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-commitment h2,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-commitment p {
  color: #ffffff;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-commitment p {
  color: rgba(255, 255, 255, .82);
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-commitment ul {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-commitment li {
  padding: .85rem 1rem;
  border: 1px solid rgba(198, 146, 54, .35);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-process__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-process article span {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--gf-nt-navy);
  color: var(--gf-nt-gold);
  font-size: .78rem;
  font-weight: 900;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-cta {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gf-nt-navy), var(--gf-nt-navy-soft));
  color: #ffffff;
  text-align: center;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-cta h2,
#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-cta p {
  color: #ffffff;
}

#gf-national-teams.gf-national-teams--landing-rebuild .gf-national-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  margin-top: 1rem;
  padding: .8rem 1.25rem;
  border-radius: 999px;
  background: var(--gf-nt-gold);
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1100px) {

  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-card-grid--four,
  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__grid,
  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__header,
  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-commitment {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {

  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-main,
  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero {
    width: min(100% - 1rem, 100%);
  }

  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 2rem 1.25rem;
    border-radius: 12px;
  }

  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-landing-hero__mark {
    justify-self: start;
    width: 9rem;
    opacity: .75;
  }

  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-card-grid--four,
  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-selection-factors__grid,
  #gf-national-teams.gf-national-teams--landing-rebuild .gf-national-process__grid {
    grid-template-columns: 1fr;
  }
}

/* Compact homepage hero: keep the carousel behavior intact while reducing the
   active stage by roughly one quarter for the real home and proposal copies. */
#block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper,
.gf-homepage-section--hero.gf-hero-wrapper {
  height: clamp(24rem, 38svh, 31.5rem) !important;
  min-height: clamp(24rem, 38svh, 31.5rem) !important;
  max-height: 31.5rem !important;
}

#block-golf-federation-homepage-hero .hero-carousel,
#block-golf-federation-homepage-hero .swiper,
#block-golf-federation-homepage-hero .swiper-wrapper,
#block-golf-federation-homepage-hero .swiper-slide,
#block-golf-federation-homepage-hero .hero-slide,
#block-golf-federation-homepage-hero .hero-slide__media,
.gf-homepage-section--hero .hero-carousel,
.gf-homepage-section--hero .swiper,
.gf-homepage-section--hero .swiper-wrapper,
.gf-homepage-section--hero .swiper-slide,
.gf-homepage-section--hero .hero-slide,
.gf-homepage-section--hero .hero-slide__media {
  height: 100% !important;
  min-height: 0 !important;
}

#block-golf-federation-homepage-hero .swiper-pagination,
#block-golf-federation-homepage-hero .swiper-button-prev,
#block-golf-federation-homepage-hero .swiper-button-next,
.gf-homepage-section--hero .swiper-pagination,
.gf-homepage-section--hero .swiper-button-prev,
.gf-homepage-section--hero .swiper-button-next {
  z-index: 60;
  pointer-events: auto;
}

.gf-homepage-section--hero .gf-homepage-section__jump--opening {
  z-index: 45;
  pointer-events: auto;
}

@media (min-width: 769px) and (max-width: 1199.98px) {

  #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(20rem, 39svh, 27rem) !important;
    min-height: clamp(20rem, 39svh, 27rem) !important;
    max-height: 27rem !important;
  }
}

@media (max-width: 768px) {

  #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(300px, 40svh, 340px) !important;
    min-height: clamp(300px, 40svh, 340px) !important;
    max-height: 340px !important;
  }

  .gf-homepage-section--hero .hero-slide__content {
    padding-bottom: max(3rem, env(safe-area-inset-bottom));
  }
}

@media (max-width: 768px) and (orientation: landscape) {

  #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper,
  .gf-homepage-section--hero.gf-hero-wrapper:has(.hero-slide--layout-split) {
    height: clamp(280px, 54svh, 340px) !important;
    min-height: clamp(280px, 54svh, 340px) !important;
    max-height: 340px !important;
  }
}

body.gf-home-like-page,
body.gf-home-proposal,
body.toolbar-horizontal.gf-home-like-page,
body.toolbar-fixed.gf-home-like-page,
body.user-logged-in.toolbar-horizontal.gf-home-like-page,
body.user-logged-in.toolbar-fixed.gf-home-like-page,
body.toolbar-horizontal.gf-home-proposal,
body.toolbar-fixed.gf-home-proposal,
body.user-logged-in.toolbar-horizontal.gf-home-proposal,
body.user-logged-in.toolbar-fixed.gf-home-proposal {
  padding-top: 0;
}

.gf-mobile-search__form {
  width: 100%;
  padding: .62rem 0;
}

.gf-mobile-search__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .gf-mobile-search .container-xl {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
  }
}

.gf-mobile-search__field svg {
  position: absolute;
  left: .8rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .62);
  pointer-events: none;
}

.gf-mobile-search__field input {
  width: 100%;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .11);
  color: #ffffff;
  padding: 0 1rem 0 2.45rem;
  font-size: .9rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.gf-mobile-search__field input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.gf-mobile-search__field input:focus-visible {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .18);
}

.site-header .gf-navbar.is-scrolled~.gf-mobile-search .gf-mobile-search__field svg,
.site-header .gf-navbar.is-scrolled .gf-mobile-search__field svg {
  color: rgba(11, 31, 58, .45);
}

.site-header .gf-navbar.is-scrolled~.gf-mobile-search .gf-mobile-search__field input,
.site-header .gf-navbar.is-scrolled .gf-mobile-search__field input {
  border-color: rgba(11, 31, 58, .18);
  background: rgba(11, 31, 58, .05);
  color: var(--gf-navy);
}

.site-header .gf-navbar.is-scrolled~.gf-mobile-search .gf-mobile-search__field input::placeholder,
.site-header .gf-navbar.is-scrolled .gf-mobile-search__field input::placeholder {
  color: rgba(11, 31, 58, .45);
}

/* ============================================================
   CAMPEONATOS — MODOS TARJETAS / LISTA / CALENDARIO + FILTROS
   ============================================================ */

.block-views-blockgolf-tournaments-block-upcoming-tournaments,
.block-views-block-golf-tournaments-block-upcoming-tournaments {
  --gf-championships-parallax-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-block: clamp(1rem, 2.2vw, 1.8rem);
  border-top: 1px solid rgba(202, 168, 92, .24);
  border-bottom: 1px solid rgba(202, 168, 92, .18);
}

.block-views-blockgolf-tournaments-block-upcoming-tournaments::before,
.block-views-block-golf-tournaments-block-upcoming-tournaments::before {
  content: '';
  position: absolute;
  inset: -8% 0;
  z-index: -2;
  background-image: url("/sites/default/files/championship/2026/06/zona-centro-interzonas%20-2026.jpeg");
  background-size: cover;
  background-position: center 32%;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--gf-championships-parallax-y), 0) scale(1.045);
  will-change: transform;
}

.block-views-blockgolf-tournaments-block-upcoming-tournaments::after,
.block-views-block-golf-tournaments-block-upcoming-tournaments::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 16, 30, .78) 0%, rgba(6, 16, 30, .68) 38%, rgba(6, 16, 30, .74) 100%),
    radial-gradient(125% 90% at 50% 0%, rgba(202, 168, 92, .2) 0%, rgba(202, 168, 92, .05) 42%, rgba(202, 168, 92, 0) 78%);
}

.block-views-blockgolf-tournaments-block-upcoming-tournaments>*,
.block-views-block-golf-tournaments-block-upcoming-tournaments>* {
  position: relative;
  z-index: 1;
}

.block-views-blockgolf-tournaments-block-upcoming-tournaments .block-title,
.block-views-block-golf-tournaments-block-upcoming-tournaments .block-title {
  color: rgba(252, 246, 233, .96);
  text-shadow: 0 1px 0 rgba(4, 10, 18, .45);
}

.block-views-blockgolf-tournaments-block-upcoming-tournaments .gf-championships-container,
.block-views-block-golf-tournaments-block-upcoming-tournaments .gf-championships-container {
  padding-top: clamp(1.6rem, 2.9vw, 2.4rem);
  padding-bottom: clamp(1.9rem, 3.3vw, 2.8rem);
}

.block-views-blockgolf-tournaments-block-upcoming-tournaments .gf-teaser-card--championship,
.block-views-block-golf-tournaments-block-upcoming-tournaments .gf-teaser-card--championship {
  background: rgba(255, 255, 255, .975);
  border-color: rgba(11, 31, 58, .16);
  box-shadow: 0 11px 28px rgba(4, 10, 18, .22);
}

.block-views-blockgolf-tournaments-block-upcoming-tournaments .gf-championships__view-switch,
.block-views-block-golf-tournaments-block-upcoming-tournaments .gf-championships__view-switch,
.block-views-blockgolf-tournaments-block-upcoming-tournaments .gf-championships__panel-toggle,
.block-views-block-golf-tournaments-block-upcoming-tournaments .gf-championships__panel-toggle,
.block-views-blockgolf-tournaments-block-upcoming-tournaments .gf-championships__filter select,
.block-views-block-golf-tournaments-block-upcoming-tournaments .gf-championships__filter select,
.block-views-blockgolf-tournaments-block-upcoming-tournaments .gf-championships__filter input,
.block-views-block-golf-tournaments-block-upcoming-tournaments .gf-championships__filter input {
  background: rgba(255, 255, 255, .96);
}

@media (max-width: 1199.98px) {

  .block-views-blockgolf-tournaments-block-upcoming-tournaments::before,
  .block-views-block-golf-tournaments-block-upcoming-tournaments::before {
    background-position: center 28%;
    transform: translate3d(0, var(--gf-championships-parallax-y), 0) scale(1.02);
  }
}

@media (max-width: 991.98px),
(prefers-reduced-motion: reduce) {

  .block-views-blockgolf-tournaments-block-upcoming-tournaments::before,
  .block-views-block-golf-tournaments-block-upcoming-tournaments::before {
    transform: translate3d(0, 0, 0) scale(1.02);
    will-change: auto;
  }
}

@media (max-width: 767.98px) {

  .block-views-blockgolf-tournaments-block-upcoming-tournaments,
  .block-views-block-golf-tournaments-block-upcoming-tournaments {
    margin-block: 1rem;
  }

  .block-views-blockgolf-tournaments-block-upcoming-tournaments::before,
  .block-views-block-golf-tournaments-block-upcoming-tournaments::before {
    background-position: center 22%;
    transform: translate3d(0, 0, 0) scale(1.015);
  }

  .block-views-blockgolf-tournaments-block-upcoming-tournaments::after,
  .block-views-block-golf-tournaments-block-upcoming-tournaments::after {
    background:
      linear-gradient(180deg, rgba(6, 16, 30, .76) 0%, rgba(6, 16, 30, .64) 42%, rgba(6, 16, 30, .72) 100%),
      radial-gradient(120% 88% at 50% 0%, rgba(202, 168, 92, .17) 0%, rgba(202, 168, 92, .05) 42%, rgba(202, 168, 92, 0) 76%);
  }

  .block-views-blockgolf-tournaments-block-upcoming-tournaments .gf-championships-container,
  .block-views-block-golf-tournaments-block-upcoming-tournaments .gf-championships-container {
    padding-top: 1.3rem;
    padding-bottom: 1.8rem;
  }
}

.gf-home-block--upcoming-tournaments {
  --gf-championships-parallax-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(1.45rem, 2.6vw, 2.25rem) 0 clamp(2.1rem, 4vw, 3.75rem);
  border-top: 1px solid rgba(202, 168, 92, .32);
  border-bottom: 1px solid rgba(202, 168, 92, .2);
  background:
    radial-gradient(120% 95% at 50% 0%, rgba(202, 168, 92, .16) 0%, rgba(202, 168, 92, .04) 44%, rgba(202, 168, 92, 0) 74%),
    linear-gradient(135deg, #06101f 0%, #0b1f3a 52%, #071525 100%);
}

.gf-home-block--upcoming-tournaments::before {
  content: '';
  position: absolute;
  inset: -34% 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(6, 16, 31, .62) 0%, rgba(6, 16, 31, .08) 48%, rgba(6, 16, 31, .66) 100%),
    url("/sites/default/files/championship/2026/06/zona-centro-interzonas%20-2026.jpeg");
  background-position: center 44%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(.98) contrast(1.08) brightness(1.04);
  opacity: .82;
  transform: translate3d(0, var(--gf-championships-parallax-y, 0px), 0) scale(1.15);
  transition: opacity .42s ease, transform .42s ease;
  will-change: opacity, transform;
}

.gf-home-block--upcoming-tournaments::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(70% 90% at 18% 8%, rgba(202, 168, 92, .18) 0%, rgba(202, 168, 92, .055) 34%, rgba(202, 168, 92, 0) 70%),
    radial-gradient(65% 90% at 82% 18%, rgba(46, 83, 124, .18) 0%, rgba(46, 83, 124, .055) 44%, rgba(46, 83, 124, 0) 74%),
    linear-gradient(180deg, rgba(4, 10, 18, .62) 0%, rgba(7, 18, 34, .5) 46%, rgba(4, 10, 18, .68) 100%);
  transition: background .42s ease;
}

.gf-home-block--upcoming-tournaments .gf-championships-hover-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: opacity .62s cubic-bezier(.22, .61, .36, 1), transform .62s cubic-bezier(.22, .61, .36, 1);
}

.gf-home-block--upcoming-tournaments .gf-championships-hover-bg__blur,
.gf-home-block--upcoming-tournaments .gf-championships-hover-bg__logo {
  position: absolute;
  display: block;
  pointer-events: none;
  background-image: var(--gf-championships-layer-bg, none);
  background-position: center;
  background-repeat: no-repeat;
}

.gf-home-block--upcoming-tournaments .gf-championships-hover-bg__blur {
  inset: -24%;
  z-index: -1;
  background-size: cover;
  opacity: .68;
  filter: blur(30px) saturate(1.04) contrast(1.02) brightness(.82);
  transform: scale(1.14);
}

.gf-home-block--upcoming-tournaments .gf-championships-hover-bg__logo {
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  background-position: center center;
  background-size: contain;
  filter: saturate(.96) contrast(1.04) brightness(.98) drop-shadow(0 24px 54px rgba(0, 0, 0, .24));
  opacity: .94;
  transform: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 8%, rgba(0, 0, 0, .78) 18%, #000 32%, #000 68%, rgba(0, 0, 0, .78) 82%, rgba(0, 0, 0, .28) 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .28) 8%, rgba(0, 0, 0, .78) 18%, #000 32%, #000 68%, rgba(0, 0, 0, .78) 82%, rgba(0, 0, 0, .28) 92%, transparent 100%),
    radial-gradient(ellipse at center, #000 0%, #000 48%, rgba(0, 0, 0, .72) 72%, transparent 100%);
  -webkit-mask-composite: source-in, source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 8%, rgba(0, 0, 0, .78) 18%, #000 32%, #000 68%, rgba(0, 0, 0, .78) 82%, rgba(0, 0, 0, .28) 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .28) 8%, rgba(0, 0, 0, .78) 18%, #000 32%, #000 68%, rgba(0, 0, 0, .78) 82%, rgba(0, 0, 0, .28) 92%, transparent 100%),
    radial-gradient(ellipse at center, #000 0%, #000 48%, rgba(0, 0, 0, .72) 72%, transparent 100%);
  mask-composite: intersect;
}

.gf-home-block--upcoming-tournaments.is-card-bg-active::before {
  opacity: .18;
}

.gf-home-block--upcoming-tournaments.is-card-bg-active::after {
  background:
    radial-gradient(70% 88% at 18% 8%, rgba(202, 168, 92, .12) 0%, rgba(202, 168, 92, .035) 34%, rgba(202, 168, 92, 0) 70%),
    radial-gradient(65% 88% at 82% 18%, rgba(46, 83, 124, .1) 0%, rgba(46, 83, 124, .035) 44%, rgba(46, 83, 124, 0) 74%),
    linear-gradient(90deg, rgba(4, 10, 18, .68) 0%, rgba(7, 18, 34, .24) 48%, rgba(4, 10, 18, .68) 100%),
    linear-gradient(180deg, rgba(4, 10, 18, .3) 0%, rgba(7, 18, 34, .2) 46%, rgba(4, 10, 18, .58) 100%);
}

.gf-home-block--upcoming-tournaments.is-card-bg-active .gf-championships-hover-bg.is-active {
  opacity: .95;
  transform: none;
}

.gf-home-block--upcoming-tournaments>* {
  position: relative;
  z-index: 1;
}

.gf-home-block--upcoming-tournaments>h2 {
  width: min(100% - 2rem, 1320px);
  margin: 0 auto clamp(1.25rem, 2.3vw, 1.9rem);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
}

.gf-home-block--upcoming-tournaments>h2::after {
  background: var(--gf-gold);
  box-shadow: 0 0 18px rgba(202, 168, 92, .38);
}

.gf-home-block--upcoming-tournaments>[data-block="content"] {
  width: min(100% - 2rem, 1320px);
  max-width: 1320px;
  margin-inline: auto;
}

.gf-home-block--upcoming-tournaments .view-content {
  padding: 0;
  gap: clamp(1rem, 1.7vw, 1.35rem);
}

.gf-home-block--upcoming-tournaments .view-content>.views-row {
  overflow: visible;
}

.gf-home-block--upcoming-tournaments .gf-teaser-card--championship {
  background: rgba(255, 255, 255, .985);
  border-color: rgba(255, 255, 255, .58);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .32), 0 0 0 1px rgba(202, 168, 92, .12);
}

.gf-home-block--upcoming-tournaments .gf-teaser-card--championship:hover,
.gf-home-block--upcoming-tournaments .gf-teaser-card--championship:focus-within {
  border-color: rgba(202, 168, 92, .55);
  box-shadow: 0 28px 64px rgba(0, 0, 0, .38), 0 0 0 1px rgba(202, 168, 92, .18);
}

@media (max-width: 991.98px) {
  .gf-home-block--upcoming-tournaments {
    padding: 1.35rem 0 2.2rem;
  }

  .gf-home-block--upcoming-tournaments .gf-championships-hover-bg__logo {
    inset: 0;
    opacity: .86;
  }

  .gf-home-block--upcoming-tournaments::before {
    background-position: center 42%;
    transform: translate3d(0, var(--gf-championships-parallax-y, 0px), 0) scale(1.08);
    will-change: transform;
  }

}

@media (max-width: 575.98px) {

  .gf-home-block--upcoming-tournaments>h2,
  .gf-home-block--upcoming-tournaments>[data-block="content"] {
    width: min(100% - 1.5rem, 1320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-home-block--upcoming-tournaments::before {
    background-position: center center;
    transform: translate3d(0, 0, 0) scale(1.08);
    will-change: auto;
  }

  .gf-home-block--upcoming-tournaments .gf-championships-hover-bg {
    transition: none;
  }
}

.gf-championships-container {
  padding-top: clamp(1.1rem, 2.2vw, 1.9rem);
  padding-bottom: clamp(1.6rem, 3vw, 2.6rem);
}

.gf-championships {
  margin-top: .2rem;
}

.gf-championships.is-switching .view,
.gf-championships.is-switching .gf-championships__list,
.gf-championships.is-switching .gf-championships__calendar {
  opacity: .55;
  transform: translateY(3px);
}

.gf-championships .view,
.gf-championships__list,
.gf-championships__calendar {
  transition: opacity .22s ease, transform .22s ease;
}

.gf-championships__toolbar {
  display: grid;
  gap: .48rem;
  margin: .15rem 0 .85rem;
}

.gf-championships__toolbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.gf-championships__toolbar-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .4rem;
  flex: 0 0 auto;
}

.gf-championships__view-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(11, 31, 58, .18);
  border-radius: 999px;
  background: #fff;
  padding: .2rem;
  gap: .2rem;
}

.gf-championships__switch-btn {
  min-height: 2.1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--gf-navy);
  padding: .38rem .78rem;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: background .2s ease, color .2s ease;
}

.gf-championships__switch-btn:hover,
.gf-championships__switch-btn:focus-visible {
  background: rgba(11, 31, 58, .07);
  outline: 0;
}

.gf-championships__switch-btn.is-active {
  background: var(--gf-navy);
  color: #fff;
}

.gf-championships__switch-icon {
  font-size: .88rem;
  line-height: 1;
}

.gf-championships__panel-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 31, 58, .2);
  border-radius: .7rem;
  background: #fff;
  color: var(--gf-navy);
  font-size: .82rem;
  font-weight: 700;
  min-height: 2.2rem;
  padding: .35rem .8rem;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}

.gf-championships__panel-toggle:hover,
.gf-championships__panel-toggle[aria-expanded="true"] {
  border-color: var(--gf-gold);
  background: var(--gf-gold-light);
}

.gf-championships__category-quick {
  display: flex;
  align-items: center;
  gap: .4rem;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: .05rem;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.gf-championships__category-panel {
  display: grid;
  gap: .35rem;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-3px);
  transition: max-height .25s ease, opacity .18s ease, transform .18s ease, padding .18s ease, margin .18s ease;
  will-change: max-height, opacity, transform;
}

.gf-championships__category-panel.is-open {
  margin-top: 10px;
  max-height: 9rem;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gf-championships__category-label {
  color: var(--gf-gray);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gf-championships__category-chip {
  flex: 0 0 auto;
  min-height: 2rem;
  max-width: min(100%, 18rem);
  border: 1px solid rgba(11, 31, 58, .16);
  border-radius: 999px;
  background: #fff;
  color: var(--gf-navy);
  padding: .34rem .72rem;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.gf-championships__category-chip:hover,
.gf-championships__category-chip:focus-visible {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .14);
  outline: 0;
}

.gf-championships__category-chip.is-active {
  background: var(--gf-navy);
  border-color: var(--gf-navy);
  color: #fff;
  box-shadow: 0 5px 14px rgba(11, 31, 58, .16);
}

.gf-championships__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(10rem, 1fr)) auto;
  gap: .52rem;
  align-items: end;
  justify-self: stretch;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-3px);
  transition: max-height .25s ease, opacity .18s ease, transform .18s ease, margin .18s ease;
  will-change: max-height, opacity, transform;
}

.gf-championships__filters.is-open {
  max-height: 18rem;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  margin-top: .12rem;
}

.gf-championships__filter {
  display: grid;
  gap: .24rem;
  min-width: 0;
}

.gf-championships__filter>span {
  color: var(--gf-gray);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gf-championships__field {
  display: block;
}

.gf-championships__filter select,
.gf-championships__filter input {
  min-height: 2.12rem;
  width: 100%;
  border-radius: .62rem;
  border: 1px solid rgba(11, 31, 58, .16);
  background: #fff;
  color: var(--gf-navy);
  padding: .34rem .58rem;
  font-size: .8rem;
}

.gf-championships__filter select:focus-visible,
.gf-championships__filter input:focus-visible,
.gf-championships__clear:focus-visible,
.gf-championships__month-btn:focus-visible,
.gf-championships__panel-toggle:focus-visible {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .18);
  outline: 0;
}

.gf-championships__clear {
  min-height: 2.12rem;
  border: 1.5px solid rgba(11, 31, 58, .22);
  border-radius: .62rem;
  background: #fff;
  color: var(--gf-navy);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .025em;
  padding: .34rem .86rem;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(11, 31, 58, .06);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease, transform .18s ease;
  white-space: nowrap;
}

.gf-championships__clear:hover {
  border-color: var(--gf-gold);
  background: var(--gf-gold-light);
  box-shadow: 0 4px 12px rgba(172, 137, 64, .18);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {

  .gf-championships__category-panel,
  .gf-championships__filters,
  .gf-championships__panel-toggle,
  .gf-championships__category-chip,
  .gf-teaser-leaderboard {
    transition: none;
  }

  .gf-teaser-leaderboard:hover,
  .gf-teaser-leaderboard:focus-visible,
  .gf-teaser-leaderboard:active {
    transform: none;
  }
}

.view-golf-tournaments .view-content,
.gf-championships--cards .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 22rem));
  justify-content: center;
  align-items: stretch;
  gap: clamp(.85rem, 1.2vw, 1rem);
}

.view-golf-tournaments .view-content>.views-row,
.gf-championships--cards .view-content>.views-row {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transform: none;
}

.view-golf-tournaments .view-content>.views-row.gf-motion-item,
.gf-championships--cards .view-content>.views-row.gf-motion-item {
  min-height: 0;
}

.view-golf-tournaments .view-content>.views-row>.gf-teaser-card--championship,
.gf-championships--cards .view-content>.views-row>.gf-teaser-card--championship {
  flex: 1 1 auto;
}

.view-golf-tournaments .view-content>.views-row::after,
.gf-championships--cards .view-content>.views-row::after {
  display: none;
}

#block-golf-federation-upcoming-tournaments>h2 {
  color: #fff !important;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

#block-golf-federation-upcoming-tournaments>[data-block="content"] {
  width: min(100% - 2rem, 1320px);
  max-width: 1320px;
}

#block-golf-federation-upcoming-tournaments .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(1rem, 1.6vw, 1.45rem);
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
}

#block-golf-federation-upcoming-tournaments .view-content>.views-row {
  flex: 0 1 clamp(20rem, 25vw, 22rem);
  width: clamp(20rem, 25vw, 22rem);
  max-width: clamp(20rem, 25vw, 22rem);
  min-width: 0;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship {
  width: 100%;
  max-width: none;
  min-width: 0;
  border-radius: .86rem;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .3), 0 0 0 1px rgba(202, 168, 92, .12);
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-media {
  aspect-ratio: 16 / 9;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-media-badges {
  gap: .36rem;
  padding: .58rem;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-bundle-pill,
#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-status {
  min-height: 1.48rem;
  padding: .25rem .56rem;
  font-size: .66rem;
  line-height: 1;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-content {
  padding: .95rem 1rem 1.05rem;
  gap: .46rem;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-title {
  display: -webkit-box;
  min-height: 2.42em;
  font-size: clamp(1rem, .92rem + .2vw, 1.12rem);
  line-height: 1.21;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-category__text {
  font-size: .7rem;
  line-height: 1.34;
  -webkit-line-clamp: 1;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-meta {
  gap: .28rem;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-meta__date,
#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-meta__location {
  grid-template-columns: .95rem minmax(0, 1fr);
  gap: .32rem;
  font-size: .73rem;
  line-height: 1.32;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-meta__date svg,
#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-meta__location svg {
  width: .78rem;
  height: .78rem;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-actions {
  padding-top: .52rem;
}

#block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-leaderboard {
  min-height: 2.28rem;
  padding: .55rem .76rem;
  border-radius: .56rem;
  font-size: .75rem;
}

#block-golf-federation-upcoming-tournaments .gf-home-championships__more {
  display: flex;
  justify-content: center;
  margin: clamp(1.35rem, 2.4vw, 2rem) 0 0;
  text-align: center;
}

#block-golf-federation-upcoming-tournaments .gf-home-championships__more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: .72rem 1.35rem;
  border: 1px solid rgba(202, 168, 92, .66);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), 0 14px 30px rgba(0, 0, 0, .18);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#block-golf-federation-upcoming-tournaments .gf-home-championships__more-link::after {
  content: "→";
  margin-left: .55rem;
  color: var(--gf-gold);
  font-size: 1rem;
  line-height: 1;
}

#block-golf-federation-upcoming-tournaments .gf-home-championships__more-link:hover,
#block-golf-federation-upcoming-tournaments .gf-home-championships__more-link:focus-visible {
  background: rgba(202, 168, 92, .16);
  border-color: rgba(236, 207, 139, .9);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 18px 36px rgba(0, 0, 0, .22);
  outline: none;
}

#block-golf-federation-upcoming-tournaments .gf-home-championships__more-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(202, 168, 92, .28), 0 18px 36px rgba(0, 0, 0, .22);
}

.view-golf-tournaments .view-content>.views-row:hover,
.gf-championships--cards .view-content>.views-row:hover {
  box-shadow: none;
  transform: none;
}

.gf-championships__card {
  --gf-card-hero-height: 12rem;
  --gf-card-body-pad-x: 1.15rem;
  --gf-card-body-pad-top: 1.1rem;
  --gf-card-body-pad-bottom: .68rem;
  --gf-card-actions-pad-x: 1.15rem;
  --gf-card-actions-pad-bottom: .8rem;
  display: flex;
  flex-direction: column;
  width: min(100%, 22rem);
  max-width: 22rem;
  margin-inline: auto;
  min-width: 0;
  height: 100%;
  border-radius: .8rem;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, .11);
  box-shadow: 0 10px 24px rgba(8, 24, 46, .07);
  overflow: hidden;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gf-championships__card:hover,
.gf-championships__card:focus-within {
  border-color: rgba(11, 31, 58, .18);
  box-shadow: 0 14px 30px rgba(8, 24, 46, .1);
  transform: translateY(-2px);
}

.gf-championships__card-link {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  color: var(--gf-navy);
  text-decoration: none;
  min-width: 0;
}

.gf-championships__card-link:focus-visible {
  outline: 0;
}

.gf-championships__card-hero {
  position: relative;
  overflow: hidden;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(11, 31, 58, .05);
}

.gf-championships__card-media {
  height: clamp(10.25rem, 11vw, 11rem);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.gf-championships__card-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.gf-championships__card-logo--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: var(--gf-navy);
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gf-championships__card-status {
  position: absolute;
  top: .75rem;
  right: .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  border-color: var(--gf-status-upcoming-border);
  border-radius: 999px;
  padding: .28rem .68rem;
  background: var(--gf-status-upcoming-bg);
  color: var(--gf-status-upcoming-text);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  line-height: 1;
}

.gf-championships__card-status.is-en-curso,
.gf-championships__card-status.is-activo {
  background: var(--gf-status-in-progress-bg) !important;
  color: var(--gf-status-in-progress-text) !important;
  border-color: var(--gf-status-in-progress-border) !important;
}

.gf-championships__card-status.is-open {
  background: var(--gf-status-registration-open-bg) !important;
  color: var(--gf-status-registration-open-text) !important;
  border-color: var(--gf-status-registration-open-border) !important;
}

.gf-championships__card-status.is-finished,
.gf-championships__card-status.is-finalizado,
.gf-championships__card-status.is-cerrado {
  background: var(--gf-status-finished-bg) !important;
  color: var(--gf-status-finished-text) !important;
  border-color: var(--gf-status-finished-border) !important;
}

.gf-championships__card-status.is-proximo,
.gf-championships__card-status.is-upcoming,
.gf-championships__card-status.is-planificado {
  background: var(--gf-status-upcoming-bg) !important;
  color: var(--gf-status-upcoming-text) !important;
  border-color: var(--gf-status-upcoming-border) !important;
}

.gf-championships__card-body {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: .3rem;
  min-width: 0;
  padding: .95rem 1rem .6rem;
}

.gf-championships__card-title {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(.96rem, .9rem + .3vw, 1.05rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.gf-championships__card-meta-group {
  display: grid;
  gap: .14rem;
  min-width: 0;
}

.gf-championships__card-meta-item {
  color: rgba(11, 31, 58, .72);
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: .01em;
}

.gf-championships__card-meta-item--date,
.gf-championships__card-location {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.gf-championships__card-meta-item--date::before {
  content: '';
  display: inline-block;
  width: .76rem;
  height: .76rem;
  flex: 0 0 .76rem;
  border: .095rem solid currentColor;
  border-radius: .16rem;
  box-sizing: border-box;
  box-shadow: inset 0 .18rem 0 currentColor;
  opacity: .58;
}

.gf-championships__card-meta-item--category {
  color: rgba(11, 31, 58, .58);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gf-championships__card-location {
  color: rgba(11, 31, 58, .64);
  font-size: .69rem;
  font-weight: 600;
  line-height: 1.36;
}

.gf-championships__card-location::before {
  content: '';
  display: inline-block;
  width: .7rem;
  height: .7rem;
  flex: 0 0 .7rem;
  border: .095rem solid currentColor;
  border-radius: 50% 50% 50% 0;
  box-sizing: border-box;
  opacity: .58;
  transform: rotate(-45deg);
  margin-left: .08rem;
}

.gf-championships__card-summary {
  margin: .08rem 0 0;
  color: rgba(11, 31, 58, .58);
  font-size: .7rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gf-championships__card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  border-top: 1px solid rgba(11, 31, 58, .06);
  padding: .55rem 1rem .7rem;
  margin-top: 0;
}

.gf-championships__card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  border-radius: .52rem;
  border: 1px solid rgba(11, 31, 58, .12);
  background: #f7f8fa;
  color: rgba(11, 31, 58, .82);
  text-decoration: none;
  font-size: .68rem;
  font-weight: 750;
  padding: .28rem .68rem;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
  cursor: pointer;
}

.gf-championships__card-action:hover,
.gf-championships__card-action:focus-visible {
  border-color: rgba(11, 31, 58, .2);
  background: #eef2f5;
  color: var(--gf-navy);
  outline: 0;
}

.gf-championships__card-action.is-register {
  border-color: #b89c62;
  background: #c4ab73;
  color: #142033;
  font-weight: 800;
}

.gf-championships__card-action.is-register:hover,
.gf-championships__card-action.is-register:focus-visible {
  background: #b69a61;
  border-color: #a3874f;
  color: #101b2c;
}

.gf-championships__card-action.is-results {
  border-color: rgba(11, 31, 58, .1);
  background: #f8f9fb;
  color: rgba(11, 31, 58, .72);
}

.gf-championships__card-action.is-results:hover,
.gf-championships__card-action.is-results:focus-visible {
  border-color: rgba(11, 31, 58, .18);
  background: #eef2f5;
  color: var(--gf-navy);
}

.gf-teaser-card--championship {
  width: min(100%, 22.5rem);
  max-width: 22.5rem;
  margin-inline: auto;
  min-height: 100%;
  height: 100%;
  border: 1px solid rgba(11, 31, 58, .13);
  border-radius: .9rem;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  box-shadow: 0 12px 28px rgba(8, 24, 46, .1), 0 1px 0 rgba(202, 168, 92, .14);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.gf-teaser-card--championship:hover,
.gf-teaser-card--championship:focus-within {
  transform: translateY(-2px);
  border-color: rgba(202, 168, 92, .42);
  box-shadow: 0 16px 34px rgba(8, 24, 46, .13), 0 1px 0 rgba(202, 168, 92, .2);
}

.gf-teaser-card--championship .gf-teaser-media {
  --gf-card-image-bg-color: #0b2345;
  --gf-card-image-position: center center;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  max-height: none;
  width: 100%;
  background: #f4f6f8;
  border-bottom: 1px solid rgba(11, 31, 58, .11);
  display: block;
  padding: 0;
}

.gf-teaser-card--championship .gf-teaser-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1.02rem 1.08rem 1.1rem;
  gap: .5rem;
}

.gf-teaser-card--championship .gf-teaser-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .55rem;
  min-height: 1.58rem;
  margin-bottom: .04rem;
}

.gf-teaser-card--championship .gf-teaser-category {
  display: flex;
  flex-wrap: wrap;
  gap: .24rem;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
}

.gf-teaser-card--championship .gf-teaser-category--inline {
  display: block;
}

.gf-teaser-card--championship .gf-teaser-category__text {
  display: -webkit-box;
  margin: 0;
  color: #5c6f84;
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .015em;
  line-height: 1.38;
  text-wrap: pretty;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gf-teaser-card--championship .gf-teaser-category__chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.18rem;
  max-width: 100%;
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: 999px;
  background: rgba(248, 245, 239, .58);
  color: #506176;
  padding: .14rem .46rem;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.1;
  text-transform: uppercase;
}

.gf-teaser-card--championship .gf-teaser-status {
  flex: 0 0 auto;
  align-self: center;
  min-height: 1.58rem;
  padding: .28rem .62rem;
  font-size: .7rem;
  box-shadow: none;
}

.gf-teaser-card--championship .gf-teaser-title {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.04rem, .97rem + .32vw, 1.17rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.22;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.gf-teaser-card--championship .gf-teaser-meta {
  display: grid;
  gap: .3rem;
  margin: 0;
}

.gf-teaser-card--championship .gf-teaser-meta__date,
.gf-teaser-card--championship .gf-teaser-meta__location {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  align-items: start;
  gap: .36rem;
  color: #53667c;
  font-size: .76rem;
  font-weight: 580;
  line-height: 1.35;
}

.gf-teaser-card--championship .gf-teaser-meta__date svg,
.gf-teaser-card--championship .gf-teaser-meta__location svg {
  width: .82rem;
  height: .82rem;
  margin-top: .12rem;
  color: #8b6c26;
}

.gf-teaser-card--championship .gf-teaser-summary {
  margin: 0 0 .16rem;
  color: #5a6878;
  font-size: .76rem;
  line-height: 1.52;
  -webkit-line-clamp: 2;
}

.gf-teaser-card--championship .gf-teaser-actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .46rem;
  margin-top: auto;
  padding-top: calc(.58rem + 10px);
  border-top: 1px solid rgba(11, 31, 58, .06);
}

.gf-teaser-card--championship .gf-teaser-media--text-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gf-card-image-bg-color, #f4f6f8);
}

.gf-teaser-card--championship .gf-teaser-media--text-fallback .gf-championship-card-image-bg,
.gf-teaser-card--championship .gf-teaser-media--text-fallback img {
  display: none;
}

.gf-teaser-card--championship .gf-teaser-media__fallback-text {
  position: relative;
  z-index: 1;
  max-width: min(88%, 24rem);
  padding: 1.25rem;
  color: var(--gf-navy);
  font-size: clamp(.86rem, 1.4vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.gf-teaser-card--championship .gf-teaser-media__fallback-text[hidden] {
  display: none;
}

.gf-teaser-card--championship .gf-teaser-leaderboard {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 9.6rem;
  min-height: 2.46rem;
  max-width: 100%;
  margin: 0;
  padding: .62rem .88rem;
  border: 1px solid rgba(11, 31, 58, .24);
  border-radius: .62rem;
  background: #fff;
  color: var(--gf-navy);
  font-style: normal;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gf-teaser-card--championship .gf-teaser-leaderboard:hover,
.gf-teaser-card--championship .gf-teaser-leaderboard:focus-visible {
  border-color: var(--gf-gold);
  background: var(--gf-gold-light);
  color: var(--gf-navy);
  box-shadow: 0 8px 18px rgba(11, 31, 58, .1);
  outline: 0;
  transform: translateY(-1px);
  text-decoration: none;
}

.gf-teaser-card--championship .gf-teaser-leaderboard:focus-visible {
  outline: 3px solid rgba(202, 168, 92, .36);
  outline-offset: 2px;
}

.gf-teaser-card--championship .gf-teaser-leaderboard:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(11, 31, 58, .08);
}

.gf-teaser-card--championship .gf-teaser-leaderboard--register {
  border-color: rgba(202, 168, 92, .7);
  background: var(--gf-navy);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(202, 168, 92, .24);
}

.gf-teaser-card--championship .gf-teaser-leaderboard--register:hover,
.gf-teaser-card--championship .gf-teaser-leaderboard--register:focus-visible {
  border-color: var(--gf-gold);
  background: var(--gf-navy-mid);
  color: #fff;
  box-shadow: 0 9px 20px rgba(11, 31, 58, .16), inset 0 0 0 1px rgba(202, 168, 92, .42);
}

.gf-teaser-card--championship .gf-teaser-footer {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding-top: .38rem;
}

.gf-teaser-card--championship .gf-teaser-footer:empty {
  display: none;
}

.gf-teaser-card--championship .gf-teaser-cta {
  position: relative;
  z-index: 3;
  padding: .32rem 0;
  font-size: .7rem;
  letter-spacing: .055em;
}

.gf-teaser-card--championship .gf-teaser-bundle-pill {
  position: static;
  top: auto;
  left: auto;
  min-height: 1.42rem;
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(11, 31, 58, .72);
  color: rgba(255, 255, 255, .92);
  padding: .24rem .58rem;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(4, 12, 24, .16);
  backdrop-filter: blur(6px);
}

.gf-teaser-card--championship .gf-teaser-media-badges {
  position: absolute;
  top: .72rem;
  right: .72rem;
  left: .72rem;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .55rem;
  pointer-events: none;
}

.gf-teaser-card--championship .gf-teaser-media--placeholder::after {
  background: linear-gradient(to bottom, rgba(11, 31, 58, .04) 0%, rgba(11, 31, 58, .18) 100%);
}

.gf-teaser-card--championship .gf-championship-card-image-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-position: var(--gf-card-image-position);
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(18px) saturate(.9);
  opacity: .18;
  transform: scale(1.08);
}

.gf-teaser-card--championship .gf-teaser-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: var(--gf-card-image-position);
  display: block;
  transform: none !important;
}

.gf-teaser-card--championship .gf-teaser-media:hover img {
  transform: none !important;
}

.gf-teaser-card--championship .gf-teaser-media .field,
.gf-teaser-card--championship .gf-teaser-media .field__item,
.gf-teaser-card--championship .gf-teaser-media .media,
.gf-teaser-card--championship .gf-teaser-media .field--name-field-media-image {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.gf-teaser-card--championship .gf-teaser-media--bg-solid {
  background: var(--gf-card-image-bg-color, #0b2345);
}

.gf-teaser-card--championship .gf-teaser-media--bg-solid .gf-championship-card-image-bg {
  display: none;
}

.gf-teaser-card--championship .gf-teaser-media--bg-gradient {
  background:
    radial-gradient(circle at top left, rgb(214 180 93 / 0.22), transparent 38%),
    linear-gradient(135deg, #061b35, #0b2a50);
}

.gf-teaser-card--championship .gf-teaser-media--bg-gradient .gf-championship-card-image-bg,
.gf-teaser-card--championship .gf-teaser-media--bg-none .gf-championship-card-image-bg {
  display: none;
}

.gf-teaser-card--championship .gf-teaser-media--bg-blurred .gf-championship-card-image-bg,
.gf-teaser-card--championship .gf-teaser-media--bg-auto .gf-championship-card-image-bg {
  filter: blur(18px) saturate(.9);
  transform: scale(1.08);
  opacity: .28;
}

.gf-teaser-card--championship .gf-teaser-media--bg-none {
  background: #f4f6f8;
}

.gf-teaser-card--championship .gf-teaser-media--fit-cover img {
  object-fit: cover;
}

.gf-teaser-card--championship .gf-teaser-media--fit-contain img {
  object-fit: contain;
}

.gf-teaser-card--championship .gf-teaser-media--fit-auto img {
  object-fit: contain;
}

.gf-teaser-card--championship .gf-teaser-media--position-center {
  --gf-card-image-position: center center;
}

.gf-teaser-card--championship .gf-teaser-media--position-top {
  --gf-card-image-position: center top;
}

.gf-teaser-card--championship .gf-teaser-media--position-bottom {
  --gf-card-image-position: center bottom;
}

.gf-teaser-card--championship .gf-teaser-media--position-left {
  --gf-card-image-position: left center;
}

.gf-teaser-card--championship .gf-teaser-media--position-right {
  --gf-card-image-position: right center;
}

.gf-championships__list {
  border: 1px solid rgba(11, 31, 58, .1);
  border-radius: .9rem;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gf-championships__list-controls {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) auto auto;
  align-items: center;
  gap: .8rem;
  padding: .68rem .95rem;
  border-bottom: 1px solid rgba(11, 31, 58, .08);
}

.gf-championships__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.gf-championships__list-search {
  position: relative;
  display: flex;
  align-items: center;
}

.gf-championships__list-search-icon {
  position: absolute;
  left: .62rem;
  font-size: .88rem;
  color: rgba(11, 31, 58, .55);
  line-height: 1;
  pointer-events: none;
}

.gf-championships__list-search input {
  width: 100%;
  min-height: 2rem;
  border-radius: .56rem;
  border: 1px solid rgba(11, 31, 58, .16);
  background: #fff;
  color: var(--gf-navy);
  font-size: .8rem;
  font-weight: 500;
  padding: .28rem .62rem .28rem 1.65rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.gf-championships__list-search input::placeholder {
  color: rgba(108, 117, 125, .95);
}

.gf-championships__list-search input:focus-visible {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .18);
  outline: 0;
}

.gf-championships__page-size {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--gf-gray);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gf-championships__page-size select {
  min-height: 2rem;
  border-radius: .5rem;
  border: 1px solid rgba(11, 31, 58, .16);
  background: #fff;
  color: var(--gf-navy);
  font-size: .78rem;
  font-weight: 600;
  padding: .22rem .5rem;
}

.gf-championships__list-count {
  color: var(--gf-gray);
  font-size: .78rem;
  font-weight: 600;
}

.gf-championships__list-head,
.gf-championships__list-row {
  display: grid;
  grid-template-columns: 2.55fr 1fr 1fr 1.1fr .95fr;
  gap: .7rem;
  align-items: center;
  padding: .82rem .95rem;
  min-width: 48rem;
}

.gf-championships__list-head {
  background: rgba(11, 31, 58, .04);
  border-bottom: 1px solid rgba(11, 31, 58, .1);
}

.gf-championships__head-cell {
  color: var(--gf-navy);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gf-championships__head-cell.is-sortable {
  padding: 0;
}

.gf-championships__sort-btn {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .32rem;
  padding: .1rem 0;
  cursor: pointer;
}

.gf-championships__sort-btn:hover,
.gf-championships__sort-btn:focus-visible {
  color: var(--gf-gold-dark);
  outline: 0;
}

.gf-championships__sort-indicator {
  font-size: .72rem;
  opacity: .55;
}

.gf-championships__sort-btn.is-active .gf-championships__sort-indicator {
  opacity: 1;
}

.gf-championships__list-row {
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 31, 58, .07);
  color: var(--gf-navy);
  transition: background .2s ease, box-shadow .2s ease;
}

.gf-championships__list-row:last-child {
  border-bottom: 0;
}

.gf-championships__list-row:hover {
  background: rgba(11, 31, 58, .03);
}

.gf-championships__identity-cell {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  min-width: 0;
}

.gf-championships__list-logo-cell {
  width: 4.4rem;
  height: 2.85rem;
  min-width: 4.4rem;
  flex: 0 0 4.4rem;
  border-radius: .35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: .18rem .28rem;
  background: rgba(255, 255, 255, .62);
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.gf-championships__list-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: none;
  transform: scale(1);
  transform-origin: center;
}

.gf-championships__list-logo-placeholder {
  font-size: .92rem;
  color: var(--gf-gray);
  opacity: .65;
}

.gf-championships__list-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: .92rem;
  line-height: 1.3;
}

.gf-championships__identity-text {
  min-width: 0;
  display: grid;
  gap: .08rem;
}

.gf-championships__list-support {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gf-gray);
  font-size: .73rem;
  font-weight: 600;
}

.gf-championships__list-status {
  margin-bottom: 0;
  font-size: .74rem;
}

.gf-championships__status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .2rem .55rem;
  border: 1px solid var(--gf-status-upcoming-border);
  background: var(--gf-status-upcoming-bg);
  color: var(--gf-status-upcoming-text);
  font-style: normal;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}

.gf-championships__list-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .6rem;
  padding: .72rem .95rem;
  border-top: 1px solid rgba(11, 31, 58, .08);
}

.gf-championships__page-btn {
  min-height: 2rem;
  border: 1px solid rgba(11, 31, 58, .2);
  border-radius: .55rem;
  background: #fff;
  color: var(--gf-navy);
  font-size: .78rem;
  font-weight: 700;
  padding: .28rem .62rem;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.gf-championships__page-btn:hover,
.gf-championships__page-btn:focus-visible {
  border-color: var(--gf-gold);
  background: var(--gf-gold-light);
  outline: 0;
}

.gf-championships__page-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  background: #f8fafc;
}

.gf-championships__page-info {
  color: var(--gf-gray);
  font-size: .78rem;
  font-weight: 600;
  min-width: 6.5rem;
  text-align: center;
}

.gf-championships__calendar {
  border: 1px solid rgba(11, 31, 58, .1);
  border-radius: 1rem;
  background: #fff;
  padding: .9rem;
  overflow: hidden;
}

.gf-championships__calendar-head {
  display: grid;
  grid-template-columns: minmax(7rem, 1fr) minmax(10rem, auto) minmax(7rem, 1fr);
  align-items: center;
  gap: .8rem;
  margin-bottom: .62rem;
}

.gf-championships__calendar-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(10rem, 1fr));
  gap: .55rem;
  margin-bottom: .62rem;
}

.gf-championships__calendar-controls label {
  display: grid;
  gap: .2rem;
}

.gf-championships__calendar-controls label>span {
  color: var(--gf-gray);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gf-championships__calendar-controls select,
.gf-championships__calendar-controls input {
  width: 100%;
  min-height: 2rem;
  border-radius: .5rem;
  border: 1px solid rgba(11, 31, 58, .16);
  background: #fff;
  color: var(--gf-navy);
  font-size: .8rem;
  padding: .28rem .5rem;
  transition: border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
}

.gf-championships__calendar-controls select:hover,
.gf-championships__calendar-controls input:hover {
  border-color: rgba(212, 168, 67, .72);
}

.gf-championships__calendar-controls select:focus-visible,
.gf-championships__calendar-controls input:focus-visible {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .18), 0 8px 18px rgba(8, 24, 46, .08);
  outline: 0;
}

.gf-championships__calendar-controls select:active,
.gf-championships__calendar-controls input:active {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 2px rgba(212, 168, 67, .16);
}

.gf-championships__calendar-head h3 {
  margin: 0;
  color: var(--gf-navy);
  text-align: center;
  letter-spacing: .02em;
  line-height: 1.15;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  font-weight: 800;
}

.gf-championships__month-btn {
  min-width: 0;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  border-radius: .5rem;
  border: 1px solid rgba(212, 168, 67, .45);
  background: #fff;
  color: var(--gf-navy);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  padding: .45rem .72rem;
  text-transform: capitalize;
  transition: border-color .22s ease, box-shadow .22s ease, color .22s ease, background-color .22s ease, transform .28s cubic-bezier(.22, .61, .36, 1);
}

.gf-championships__month-btn--prev {
  justify-self: start;
}

.gf-championships__month-btn--next {
  justify-self: end;
}

.gf-championships__month-btn span[aria-hidden="true"] {
  font-size: 1rem;
  line-height: 1;
}

.gf-championships__month-btn:hover {
  border-color: var(--gf-gold);
  background: rgba(212, 168, 67, .08);
  transform: translateY(-1px) scale(1.04);
}

.gf-championships__month-btn:focus-visible {
  transform: translateY(-1px);
}

.gf-championships__month-btn:active {
  transform: translateY(0) scale(.98);
}

.gf-championships__weekdays,
.gf-championships__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .35rem;
}

.gf-championships__weekdays {
  margin-bottom: .35rem;
}

.gf-championships__weekdays span {
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gf-gray);
}

.gf-championships__day {
  min-height: 7.1rem;
  border: 1px solid rgba(11, 31, 58, .08);
  border-radius: .65rem;
  background: #fff;
  padding: .35rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gf-championships__day:hover {
  border-color: rgba(11, 31, 58, .2);
  box-shadow: 0 8px 16px rgba(8, 24, 46, .08);
  transform: translateY(-1px);
}

.gf-championships__day:focus-visible {
  border-color: var(--gf-gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .2);
  outline: 0;
}

.gf-championships__day.is-outside {
  opacity: .45;
  background: #f9fafc;
}

.gf-championships__day.is-today {
  border-color: var(--gf-gold);
  box-shadow: inset 0 0 0 1px rgba(212, 168, 67, .28);
}

.gf-championships__day.is-selected {
  border-color: var(--gf-navy);
  box-shadow: inset 0 0 0 2px rgba(11, 31, 58, .25), 0 0 0 3px rgba(212, 168, 67, .2);
}

.gf-championships__day-number {
  font-size: .77rem;
  font-weight: 700;
  color: var(--gf-navy);
}

.gf-championships__day-events {
  display: grid;
  gap: .2rem;
}

.gf-championships__event-segment {
  display: flex;
  align-items: center;
  gap: .3rem;
  overflow: hidden;
  min-height: 1.35rem;
  padding: .14rem .3rem;
  background: rgba(8, 24, 46, .12);
  color: var(--gf-navy);
  text-decoration: none;
  border-radius: .28rem;
}

.gf-championships__event-logo {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 1.1rem;
}

.gf-championships__event-logo--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 31, 58, .12);
  color: var(--gf-navy);
  font-size: .62rem;
}

.gf-championships__event-text {
  display: grid;
  row-gap: .16rem;
  min-width: 0;
  line-height: 1.15;
}

.gf-championships__event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .66rem;
  font-weight: 700;
}

.gf-championships__event-status {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0;
  min-height: 1.35rem;
  padding: .2rem .5rem;
  font-size: .68rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: .02em;
  line-height: 1;
}

.gf-championships__event-status::before {
  content: none;
}

.gf-championships__event-status.gf-teaser-status {
  align-self: flex-start;
}

.gf-championships__event-segment.is-start {
  border-top-left-radius: .45rem;
  border-bottom-left-radius: .45rem;
}

.gf-championships__event-segment.is-end {
  border-top-right-radius: .45rem;
  border-bottom-right-radius: .45rem;
}

.gf-championships__event-more {
  font-size: .66rem;
  color: var(--gf-gray);
}

.gf-championships__day-indicators,
.gf-championships__day-count,
.gf-championships__calendar-hint,
.gf-championships__mobile-agenda {
  display: none;
}

.gf-championships__agenda-head {
  display: grid;
  gap: .12rem;
}

.gf-championships__agenda-head span {
  color: var(--gf-gray);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gf-championships__agenda-head h4 {
  margin: 0;
  color: var(--gf-navy);
  font-size: 1rem;
  line-height: 1.2;
}

.gf-championships__agenda-list {
  display: grid;
  gap: .55rem;
}

.gf-championships__calendar-card {
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr);
  gap: .72rem;
  align-items: center;
  padding: .68rem;
  border: 1px solid rgba(11, 31, 58, .1);
  border-radius: .72rem;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(11, 31, 58, .06);
}

.gf-championships__calendar-card:hover,
.gf-championships__calendar-card:focus-visible {
  border-color: rgba(212, 168, 67, .55);
  box-shadow: 0 10px 22px rgba(11, 31, 58, .1);
  outline: 0;
  text-decoration: none;
}

.gf-championships__calendar-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.gf-championships__calendar-card-logo {
  display: block;
  width: 100%;
  height: 2.3rem;
  object-fit: contain;
  object-position: center;
}

.gf-championships__calendar-card-logo--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: .5rem;
  background: rgba(11, 31, 58, .08);
  color: var(--gf-navy);
}

.gf-championships__calendar-card-body {
  display: grid;
  gap: .22rem;
  min-width: 0;
}

.gf-championships__calendar-card-title {
  overflow-wrap: anywhere;
  color: var(--gf-navy);
  font-size: .9rem;
  line-height: 1.22;
}

.gf-championships__calendar-card-meta {
  overflow: hidden;
  color: var(--gf-gray);
  font-size: .74rem;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-championships__calendar-card-foot {
  display: flex;
  flex-wrap: wrap;
  gap: .32rem;
  align-items: center;
  margin-top: .08rem;
}

.gf-championships__calendar-card-category {
  max-width: 100%;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(11, 31, 58, .06);
  color: var(--gf-navy);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  padding: .28rem .48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-championships__calendar-empty {
  margin: 0;
  border: 1px dashed rgba(11, 31, 58, .16);
  border-radius: .72rem;
  background: rgba(255, 255, 255, .72);
  color: var(--gf-gray);
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.35;
  padding: .78rem;
}

.gf-championships__tooltip {
  position: absolute;
  z-index: 1200;
  min-width: 13.5rem;
  max-width: min(22rem, calc(100vw - 1rem));
  pointer-events: none;
  background: rgba(8, 24, 46, .96);
  color: #fff;
  border-radius: .65rem;
  padding: .5rem .6rem;
  box-shadow: 0 12px 24px rgba(8, 24, 46, .24);
}

.gf-championships__tooltip-head {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .1rem;
}

.gf-championships__tooltip-logo,
.gf-championships__tooltip-logo-placeholder {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  flex: 0 0 1.35rem;
}

.gf-championships__tooltip-logo {
  object-fit: cover;
  background: #fff;
}

.gf-championships__tooltip-logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .14);
  font-size: .75rem;
}

.gf-championships__tooltip strong {
  display: block;
  font-size: .79rem;
  line-height: 1.35;
  margin-bottom: .2rem;
}

.gf-championships__tooltip span,
.gf-championships__tooltip em {
  display: block;
  font-size: .7rem;
  line-height: 1.35;
  opacity: .9;
  font-style: normal;
}

.gf-championships__empty {
  margin: 1rem 0 0;
  border: 1px dashed rgba(11, 31, 58, .2);
  border-radius: .9rem;
  background: #fff;
  color: var(--gf-gray);
  text-align: center;
  padding: 1.1rem .9rem;
}

.gf-championships__empty-icon {
  font-size: 1.35rem;
  margin-bottom: .3rem;
}

.gf-championships__empty p {
  margin: 0;
  font-size: .93rem;
}

@media (max-width: 1199.98px) {
  .gf-championships__filters {
    justify-self: stretch;
    grid-template-columns: repeat(2, minmax(11rem, 1fr));
  }
}

@media (max-width: 991.98px) {

  .view-golf-tournaments .view-content,
  .gf-championships--cards .view-content {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 21rem));
  }

  .gf-championships__list-head,
  .gf-championships__list-row {
    grid-template-columns: 1.95fr 1fr 1fr .95fr;
    min-width: 40rem;
  }

  .gf-championships__list-head .gf-championships__head-cell:nth-child(4),
  .gf-championships__list-row>span:nth-child(4) {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .view-golf-tournaments .view-content,
  .gf-championships--cards .view-content {
    grid-template-columns: 1fr;
  }

  .gf-championships__card {
    --gf-card-hero-height: 10.25rem;
    --gf-card-body-pad-x: 1rem;
    --gf-card-body-pad-top: 1rem;
    --gf-card-body-pad-bottom: .62rem;
    --gf-card-actions-pad-x: 1rem;
    --gf-card-actions-pad-bottom: .72rem;
  }

  .gf-championships__card-body {
    gap: .34rem;
  }

  .gf-championships__card-title {
    font-size: 1rem;
  }

  .gf-championships__card-meta-group {
    gap: .16rem;
  }

  .gf-championships__card-actions {
    gap: .4rem;
  }

  .gf-teaser-card--championship {
    width: 100%;
    max-width: 24rem;
  }

  .gf-teaser-card--championship .gf-teaser-media {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
  }

  .gf-teaser-card--championship .gf-teaser-content {
    padding: .9rem .92rem .96rem;
    gap: .44rem;
  }

  .gf-teaser-card--championship .gf-teaser-title {
    margin-bottom: .22rem;
    font-size: 1rem;
    line-height: 1.22;
  }

  .gf-teaser-card--championship .gf-teaser-category__chip {
    min-height: 1.12rem;
    padding: .12rem .4rem;
    font-size: .53rem;
  }

  .gf-teaser-card--championship .gf-teaser-bundle-pill {
    min-height: 1.34rem;
    padding: .22rem .5rem;
    font-size: .52rem;
  }

  .gf-teaser-card--championship .gf-teaser-meta {
    gap: .24rem;
  }

  .gf-teaser-card--championship .gf-teaser-leaderboard {
    flex-basis: 100%;
  }

  .gf-championships__toolbar-row {
    align-items: start;
    flex-wrap: wrap;
  }

  .gf-championships__view-switch {
    flex: 1 1 18rem;
    justify-content: space-between;
  }

  .gf-championships__toolbar-actions {
    flex: 0 1 auto;
    margin-left: auto;
  }

  .gf-championships__switch-btn {
    flex: 1 1 0;
    justify-content: center;
    padding-inline: .5rem;
  }

  .gf-championships__filters {
    grid-template-columns: 1fr;
  }

  .gf-championships__filters.is-open {
    max-height: 32rem;
  }

  .gf-championships__list-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .gf-championships__list-head,
  .gf-championships__list-row {
    min-width: 34rem;
    gap: .55rem;
  }

  .gf-championships__list-logo-cell {
    width: 3.65rem;
    height: 2.35rem;
    min-width: 3.65rem;
    flex-basis: 3.65rem;
    padding: .14rem .22rem;
  }

  .gf-championships__list-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1);
  }

  .gf-championships__list-name {
    font-size: .86rem;
  }

  .gf-championships__list-support {
    font-size: .7rem;
  }

  .gf-championships__list-pagination {
    justify-content: space-between;
  }

  .gf-championships__page-info {
    min-width: 0;
  }

  .gf-championships__weekdays,
  .gf-championships__calendar-grid {
    gap: .25rem;
  }

  .gf-championships__calendar-controls {
    grid-template-columns: minmax(0, 1fr) minmax(5.25rem, .55fr);
  }

  .gf-championships__calendar-head {
    grid-template-columns: minmax(4.7rem, 1fr) minmax(7.5rem, auto) minmax(4.7rem, 1fr);
    gap: .42rem;
    align-items: center;
    margin-bottom: .68rem;
  }

  .gf-championships__calendar-head h3 {
    font-size: 1.02rem;
    letter-spacing: .015em;
  }

  .gf-championships__month-btn {
    min-height: 2.35rem;
    border-radius: .68rem;
    gap: .24rem;
    font-size: .72rem;
    padding: .35rem .42rem;
  }

  .gf-championships__month-btn span[aria-hidden="true"] {
    font-size: .9rem;
  }

  .gf-championships__calendar-controls {
    gap: .34rem .42rem;
    margin-bottom: .58rem;
  }

  .gf-championships__calendar-controls label {
    gap: .12rem;
  }

  .gf-championships__calendar-controls label:nth-child(3) {
    grid-column: 1 / -1;
  }

  .gf-championships__calendar-controls label>span {
    font-size: .62rem;
    letter-spacing: .035em;
  }

  .gf-championships__calendar-controls select,
  .gf-championships__calendar-controls input {
    min-height: 2.18rem;
    border-radius: .58rem;
    font-size: .82rem;
    padding: .22rem .42rem;
  }

  .gf-championships__day {
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: .26rem .18rem;
    gap: .2rem;
    border-radius: .72rem;
    cursor: pointer;
  }

  .gf-championships__day:hover {
    transform: none;
  }

  .gf-championships__day.has-events {
    border-color: rgba(212, 168, 67, .5);
    background: linear-gradient(180deg, #fff 0%, rgba(212, 168, 67, .1) 100%);
  }

  .gf-championships__day.is-selected {
    background: var(--gf-navy);
    border-color: var(--gf-navy);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(212, 168, 67, .2);
  }

  .gf-championships__day.is-selected .gf-championships__day-number,
  .gf-championships__day.is-selected .gf-championships__day-count {
    color: #fff;
  }

  .gf-championships__day.is-selected .gf-championships__day-indicators span {
    background: var(--gf-gold);
  }

  .gf-championships__day-number {
    font-size: .9rem;
    line-height: 1;
  }

  .gf-championships__day-events {
    display: none;
  }

  .gf-championships__day-indicators {
    display: flex;
    justify-content: center;
    gap: .16rem;
    min-height: .26rem;
  }

  .gf-championships__day-indicators span {
    width: .26rem;
    height: .26rem;
    border-radius: 50%;
    background: var(--gf-gold);
  }

  .gf-championships__day-count {
    position: absolute;
    top: .22rem;
    right: .22rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: var(--gf-gold);
    color: var(--gf-navy);
    font-size: .62rem;
    font-weight: 800;
    line-height: 1;
  }

  .gf-championships__event-segment {
    font-size: .62rem;
  }

  .gf-championships__calendar-hint {
    display: block;
    margin: .65rem 0 0;
    padding: .5rem .62rem;
    border-left: 3px solid var(--gf-gold);
    border-radius: .58rem;
    background: rgba(212, 168, 67, .1);
    color: var(--gf-navy);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .gf-championships__mobile-agenda {
    display: grid;
    gap: .75rem;
    margin-top: .72rem;
  }

  .gf-championships__selected-day,
  .gf-championships__month-agenda {
    display: grid;
    gap: .58rem;
    border-radius: .9rem;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(11, 31, 58, .08);
    padding: .78rem;
  }

  .gf-championships__month-agenda .gf-championships__agenda-list {
    max-height: 26rem;
    overflow: auto;
    padding-right: .12rem;
    scrollbar-width: thin;
  }

  .gf-championships__calendar-card {
    grid-template-columns: 3rem minmax(0, 1fr);
    padding: .62rem;
  }

  .gf-championships__calendar-card-title {
    font-size: .88rem;
  }
}

/* Main navigation mega menu */
.site-header .gf-navbar__menu nav {
  position: relative;
}

.site-header .gf-navbar__menu .gf-mega-menu-parent>.dropdown-toggle {
  gap: .32rem;
}

.site-header .gf-navbar__menu .gf-mega-menu-parent>.dropdown-toggle::after {
  position: static;
  display: inline-block;
  width: .42rem;
  height: .42rem;
  margin-left: .18rem;
  border: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  background: transparent;
  opacity: .78;
  transform: translateY(-.12rem) rotate(45deg);
  transition: transform .2s ease, opacity .2s ease;
}

.site-header .gf-navbar__menu .gf-mega-menu-parent:hover>.dropdown-toggle::after,
.site-header .gf-navbar__menu .gf-mega-menu-parent:focus-within>.dropdown-toggle::after,
.site-header .gf-navbar__menu .gf-mega-menu-parent.is-open>.dropdown-toggle::after,
.site-header .gf-navbar__menu .gf-mega-menu-parent.show>.dropdown-toggle::after {
  opacity: 1;
  transform: translateY(.05rem) rotate(225deg);
}

.site-header .gf-navbar__menu .gf-mega-menu {
  list-style: none;
}

.site-header .gf-navbar__menu .gf-mega-menu__group,
.site-header .gf-navbar__menu .gf-mega-menu__item {
  list-style: none;
}

.site-header .gf-navbar__menu .gf-mega-menu__group-title {
  display: block;
  color: var(--gf-navy);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  margin: 0 0 .7rem;
  padding: .15rem 0 .15rem .82rem;
  position: relative;
  text-transform: uppercase;
}

.site-header .gf-navbar__menu a.gf-mega-menu__group-title {
  text-decoration: none;
}

.site-header .gf-navbar__menu a.gf-mega-menu__group-title:hover,
.site-header .gf-navbar__menu a.gf-mega-menu__group-title:focus-visible,
.site-header .gf-navbar__menu a.gf-mega-menu__group-title.active,
.site-header .gf-navbar__menu .gf-mega-menu__group-title.active {
  color: var(--gf-navy);
  text-decoration: underline;
  text-decoration-color: var(--gf-gold);
  text-underline-offset: .22rem;
  outline: 0;
}

.site-header .gf-navbar__menu .gf-mega-menu__group-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18rem;
  width: 3px;
  height: .92rem;
  border-radius: 999px;
  background: var(--gf-gold);
}

.site-header .gf-navbar__menu .gf-mega-menu__links {
  display: grid;
  gap: .18rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .gf-navbar__menu .gf-mega-menu .dropdown-item {
  border-radius: .45rem;
  color: rgba(11, 31, 58, .82);
  display: flex;
  align-items: center;
  min-height: 2.25rem;
  padding: .5rem .68rem;
  white-space: normal;
  line-height: 1.25;
  font-size: .9rem;
  font-weight: 600;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.site-header .gf-navbar__menu .gf-mega-menu .dropdown-item:hover,
.site-header .gf-navbar__menu .gf-mega-menu .dropdown-item:focus-visible,
.site-header .gf-navbar__menu .gf-mega-menu .dropdown-item.active {
  background: rgba(212, 168, 67, .14);
  color: var(--gf-navy);
  outline: 0;
  text-decoration: none;
}

.site-header .gf-navbar__menu .gf-mega-menu .dropdown-item:focus-visible {
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .24);
}

@media (min-width: 1200px) {
  .site-header .gf-navbar__menu .gf-mega-menu-parent {
    position: static;
  }

  .site-header .gf-navbar__menu .gf-mega-menu {
    position: absolute;
    top: calc(100% + .72rem);
    left: 50%;
    z-index: 1050;
    display: grid !important;
    grid-template-columns: repeat(var(--gf-mega-columns, 3), minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    width: min(72rem, calc(100vw - 2rem));
    min-width: min(44rem, calc(100vw - 2rem));
    max-height: calc(100svh - var(--gf-header-toolbar-offset, 0px) - 8rem);
    margin: 0;
    padding: 1.15rem;
    border: 1px solid rgba(11, 31, 58, .1);
    border-top: 4px solid var(--gf-navy);
    border-radius: .75rem;
    /* background:
      linear-gradient(90deg, rgba(212, 168, 67, .9), rgba(212, 168, 67, 0) 38%) top left / 100% 2px no-repeat,
      #f8f6f0; */
    background: white;
    box-shadow: 0 22px 48px rgba(4, 14, 26, .22), 0 2px 0 rgba(255, 255, 255, .8) inset;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(-50%) translateY(.55rem);
    transition: opacity .18s ease, transform .22s ease, visibility .22s ease;
    scrollbar-color: rgba(11, 31, 58, .24) transparent;
    scrollbar-width: thin;
  }

  .site-header .gf-navbar__menu .gf-mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.9rem;
    height: .9rem;
  }

  .site-header .gf-navbar__menu .gf-mega-menu-parent:nth-child(1)>.gf-mega-menu,
  .site-header .gf-navbar__menu .gf-mega-menu-parent:nth-child(5)>.gf-mega-menu,
  .site-header .gf-navbar__menu .gf-mega-menu-parent:nth-child(7)>.gf-mega-menu {
    --gf-mega-columns: 2;
    width: min(52rem, calc(100vw - 2rem));
    min-width: min(34rem, calc(100vw - 2rem));
  }

  .site-header .gf-navbar__menu .gf-mega-menu-parent>.gf-mega-menu--admin-tree {
    grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
    width: max-content;
    min-width: min(18rem, calc(100vw - 2rem));
    max-width: min(72rem, calc(100vw - 2rem));
  }

  @media (max-width: 1439.98px) {
    .site-header .gf-navbar__menu .gf-mega-menu-parent>.gf-mega-menu--admin-tree {
      max-width: min(62rem, calc(100vw - 2rem));
    }
  }

  .site-header .gf-navbar__menu .gf-mega-menu-parent:hover>.gf-mega-menu,
  .site-header .gf-navbar__menu .gf-mega-menu-parent:focus-within>.gf-mega-menu,
  .site-header .gf-navbar__menu .gf-mega-menu-parent.is-open>.gf-mega-menu,
  .site-header .gf-navbar__menu .gf-mega-menu-parent.show>.gf-mega-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .site-header .gf-navbar__menu .gf-mega-menu__group {
    min-width: 0;
    padding: .85rem .8rem .95rem;
    border: 1px solid rgba(11, 31, 58, .08);
    border-radius: .8rem;
    background: rgba(255, 255, 255, .52);
    box-shadow: 0 10px 24px rgba(4, 14, 26, .06);
  }
}

@media (max-width: 1199.98px) {
  .site-header .gf-navbar__menu .gf-mega-menu-parent>.dropdown-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .site-header .gf-navbar__menu .gf-mega-menu-parent>.dropdown-toggle::after {
    display: inline-block !important;
    flex: 0 0 auto;
    margin-left: .75rem;
  }

  .site-header .gf-navbar__menu .gf-mega-menu {
    position: static;
    float: none;
    width: calc(100% - 1.6rem);
    margin: 0 .8rem .8rem;
    padding: .85rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .65rem;
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
    max-height: none;
    overflow: visible;
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .gf-mega-menu {
    border-color: rgba(11, 31, 58, .1);
    background: rgba(11, 31, 58, .04);
  }

  .site-header .gf-navbar__menu .gf-mega-menu.show,
  .site-header .gf-navbar__menu .gf-mega-menu-parent.show>.gf-mega-menu,
  .site-header .gf-navbar__menu .gf-mega-menu-parent.is-open>.gf-mega-menu,
  .site-header .gf-navbar__menu .gf-mega-menu-parent:focus-within>.gf-mega-menu {
    display: block;
  }

  .site-header .gf-navbar__menu .gf-mega-menu__group+.gf-mega-menu__group {
    margin-top: .85rem;
    padding-top: .85rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .site-header .gf-navbar__menu .gf-mega-menu__links>.gf-mega-menu__group {
    margin-top: .55rem;
    padding-top: .62rem;
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .gf-mega-menu__group+.gf-mega-menu__group {
    border-top-color: rgba(11, 31, 58, .08);
  }

  .site-header .gf-navbar__menu .gf-mega-menu__group-title {
    color: var(--gf-gold);
    font-size: .7rem;
    margin-bottom: .42rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .gf-mega-menu__group-title {
    color: var(--gf-navy);
  }

  .site-header .gf-navbar__menu .gf-mega-menu .dropdown-item {
    color: rgba(255, 255, 255, .9);
    min-height: 2.1rem;
    padding: .45rem .55rem;
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .gf-mega-menu .dropdown-item {
    color: rgba(11, 31, 58, .82);
  }

  .site-header .gf-navbar__menu .gf-mega-menu .dropdown-item:hover,
  .site-header .gf-navbar__menu .gf-mega-menu .dropdown-item:focus-visible,
  .site-header .gf-navbar__menu .gf-mega-menu .dropdown-item.active {
    background: rgba(212, 168, 67, .16);
    color: #fff;
  }

  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .gf-mega-menu .dropdown-item:hover,
  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .gf-mega-menu .dropdown-item:focus-visible,
  .site-header .gf-navbar.is-scrolled .gf-navbar__menu .gf-mega-menu .dropdown-item.active {
    color: var(--gf-navy);
  }
}

/* ============================================================
   HOMEPAGE FMG SERVICES AND IMPACT BLOCKS
   ============================================================ */

.gf-home-block--services {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid rgba(11, 31, 58, .08);
}

.gf-home-block--impact {
  padding: 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid rgba(11, 31, 58, .08);
}

.gf-home-block--services>[data-block="content"],
.gf-home-block--impact>[data-block="content"] {
  max-width: none;
  padding: 0;
}

.gf-home-block--services .gf-services-fmg {
  padding: clamp(2rem, 4vw, 3.45rem) 1.5rem;
}

.gf-home-block--services .gf-services-fmg__inner,
.gf-home-block--impact .gf-impact-fmg__inner {
  width: min(100%, 1160px);
  margin-inline: auto;
}

.gf-home-block--services .gf-services-fmg__header,
.gf-home-block--impact .gf-impact-fmg__header {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.gf-home-block--services .gf-services-fmg__title,
.gf-home-block--impact .gf-impact-fmg__title {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1.7rem, 1.15rem + 1.45vw, 2.55rem);
  font-weight: 800;
  line-height: 1.12;
}

.gf-home-block--services .gf-services-fmg__title::after,
.gf-home-block--impact .gf-impact-fmg__title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  margin: .9rem auto 0;
  background: var(--gf-gold);
}

.gf-home-block--services .gf-services-fmg__intro,
.gf-home-block--impact .gf-impact-fmg__intro {
  max-width: 46rem;
  margin: 1rem auto 0;
  color: rgba(11, 31, 58, .72);
  font-size: clamp(1rem, .95rem + .18vw, 1.1rem);
  line-height: 1.65;
}

.gf-home-block--services .gf-services-fmg__layout {
  --gf-services-visible-count: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.35rem, 3vw, 2.25rem);
  align-items: start;
  margin-top: clamp(1.35rem, 2.6vw, 2.25rem);
  transition: grid-template-columns .28s cubic-bezier(.22, .61, .36, 1);
}

.gf-home-block--services .gf-services-fmg--has-images.has-active-preview .gf-services-fmg__layout {
  --gf-services-visible-count: 3;
  grid-template-columns: minmax(0, .94fr) minmax(18rem, .68fr);
}

.gf-home-block--services .gf-services-fmg__stage {
  min-width: 0;
}

.gf-home-block--services .gf-services-fmg__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .65rem;
  margin-bottom: .85rem;
}

.gf-home-block--services .gf-services-fmg__nav-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem .75rem;
  margin-right: auto;
  color: rgba(11, 31, 58, .7);
  font-size: .82rem;
  line-height: 1.25;
}

.gf-home-block--services .gf-services-fmg__nav-hint {
  color: var(--gf-navy);
  font-weight: 800;
}

.gf-home-block--services .gf-services-fmg__nav-status {
  color: rgba(11, 31, 58, .58);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.gf-home-block--services .gf-services-fmg__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  min-height: 2.3rem;
  min-width: 2.3rem;
  padding: .52rem .82rem;
  border: 1px solid rgba(11, 31, 58, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--gf-navy);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.gf-home-block--services .gf-services-fmg__control>span[aria-hidden="true"] {
  font-size: 1.05rem;
  line-height: 1;
}

.gf-home-block--services .gf-services-fmg__control-text {
  white-space: nowrap;
}

.gf-home-block--services .gf-services-fmg__control:hover,
.gf-home-block--services .gf-services-fmg__control:focus-visible {
  border-color: rgba(202, 168, 92, .72);
  background: rgba(202, 168, 92, .1);
  color: var(--gf-navy);
  outline: 0;
}

.gf-home-block--services .gf-services-fmg__control:disabled {
  opacity: .38;
  cursor: default;
}

.gf-home-block--services .gf-services-fmg__control:disabled:hover,
.gf-home-block--services .gf-services-fmg__control:disabled:focus-visible {
  border-color: rgba(11, 31, 58, .18);
  background: #fff;
  color: var(--gf-navy);
}

.gf-home-block--services .gf-services-fmg__viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-top: 1px solid rgba(11, 31, 58, .12);
}

.gf-home-block--services .gf-services-fmg__list {
  --gf-services-gap: 1rem;
  display: flex;
  gap: var(--gf-services-gap);
  align-items: stretch;
  width: 100%;
  min-width: 0;
  transform: translate3d(0, 0, 0);
  transition: transform .28s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.gf-home-block--services .gf-services-fmg__item {
  position: relative;
  display: grid;
  flex: 0 0 calc((100% - (var(--gf-services-gap) * (var(--gf-services-visible-count, 5) - 1))) / var(--gf-services-visible-count, 5));
  grid-template-columns: 1fr;
  align-content: start;
  gap: .65rem;
  min-width: 0;
  padding: clamp(.92rem, 1.55vw, 1.18rem) .1rem;
  border-bottom: 1px solid rgba(11, 31, 58, .12);
  outline: 0;
  cursor: default;
  transition: color .22s ease;
}

.gf-home-block--services .gf-services-fmg__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(12rem, 40%);
  height: 2px;
  background: var(--gf-gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .24s ease;
}

.gf-home-block--services .gf-services-fmg__item:hover::before,
.gf-home-block--services .gf-services-fmg__item:focus-visible::before,
.gf-home-block--services .gf-services-fmg__item.is-active::before {
  transform: scaleX(1);
}

.gf-home-block--services .gf-services-fmg__label {
  display: inline-flex;
  align-items: center;
  gap: .62rem;
  color: var(--gf-gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform .22s ease, color .22s ease;
}

.gf-home-block--services .gf-services-fmg__label::before {
  content: "";
  display: block;
  width: 1.65rem;
  height: 2px;
  background: currentColor;
  transition: width .22s ease;
}

.gf-home-block--services .gf-services-fmg__body {
  min-width: 0;
  transition: transform .22s ease;
}

.gf-home-block--services .gf-services-fmg__item:hover .gf-services-fmg__label,
.gf-home-block--services .gf-services-fmg__item:focus-visible .gf-services-fmg__label,
.gf-home-block--services .gf-services-fmg__item.is-active .gf-services-fmg__label {
  color: var(--gf-navy);
  transform: translateX(.18rem);
}

.gf-home-block--services .gf-services-fmg__item:hover .gf-services-fmg__label::before,
.gf-home-block--services .gf-services-fmg__item:focus-visible .gf-services-fmg__label::before,
.gf-home-block--services .gf-services-fmg__item.is-active .gf-services-fmg__label::before {
  width: 2.25rem;
}

.gf-home-block--services .gf-services-fmg__item:hover .gf-services-fmg__body,
.gf-home-block--services .gf-services-fmg__item:focus-visible .gf-services-fmg__body,
.gf-home-block--services .gf-services-fmg__item.is-active .gf-services-fmg__body {
  transform: translateX(.28rem);
}

.gf-home-block--services .gf-services-fmg__item h3 {
  margin: 0;
  color: var(--gf-navy);
  font-size: clamp(1rem, .95rem + .22vw, 1.16rem);
  font-weight: 800;
  line-height: 1.25;
}

.gf-home-block--services .gf-services-fmg__item p {
  margin: .32rem 0 0;
  color: rgba(11, 31, 58, .7);
  font-size: .92rem;
  line-height: 1.48;
}

.gf-home-block--services .gf-services-fmg__link {
  display: inline-flex;
  margin-top: .65rem;
  color: var(--gf-navy);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}

.gf-home-block--services .gf-services-fmg__link:hover,
.gf-home-block--services .gf-services-fmg__link:focus-visible {
  color: var(--gf-gold-dark);
  text-decoration: underline;
  outline: 0;
}

.gf-home-block--services .gf-services-fmg__preview {
  position: sticky;
  top: calc(var(--gf-header-offset, 118px) + 1rem);
  display: none;
  min-height: clamp(17rem, 28vw, 24rem);
  overflow: hidden;
  border-left: 3px solid var(--gf-gold);
  background: linear-gradient(135deg, rgba(11, 31, 58, .04), rgba(202, 168, 92, .08));
  opacity: 0;
  transform: translate3d(.9rem, 0, 0) scale(.985);
  transition: opacity .42s cubic-bezier(.22, .61, .36, 1), transform .42s cubic-bezier(.22, .61, .36, 1);
}

.gf-home-block--services .gf-services-fmg--has-images .gf-services-fmg__preview {
  display: none;
}

.gf-home-block--services .gf-services-fmg--has-images.has-active-preview .gf-services-fmg__preview {
  display: block;
}

.gf-home-block--services .gf-services-fmg.is-preview-active .gf-services-fmg__preview {
  opacity: 1;
  transform: none;
}

.gf-home-block--services .gf-services-fmg__preview-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(17rem, 28vw, 24rem);
  object-fit: cover;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: opacity .38s cubic-bezier(.22, .61, .36, 1), filter .38s cubic-bezier(.22, .61, .36, 1), transform .38s cubic-bezier(.22, .61, .36, 1);
}

.gf-home-block--services .gf-services-fmg.is-preview-loading .gf-services-fmg__preview-image {
  opacity: .18;
  filter: blur(8px);
  transform: scale(1.015);
}

@media (max-width: 1023.98px) {
  .gf-home-block--services .gf-services-fmg__layout {
    --gf-services-visible-count: 3;
  }

  .gf-home-block--services .gf-services-fmg--has-images.has-active-preview .gf-services-fmg__layout {
    --gf-services-visible-count: 2;
    grid-template-columns: minmax(0, .9fr) minmax(15rem, .72fr);
  }
}

.gf-home-block--impact .gf-impact-fmg {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 4.8rem) clamp(1rem, 2.8vw, 2.2rem);
  border-radius: 1.35rem;
  background:
    radial-gradient(120% 95% at 50% -14%, rgba(255, 255, 255, .95) 0%, rgba(246, 245, 242, .85) 55%, rgba(244, 241, 234, .62) 100%),
    linear-gradient(180deg, #f8f6f1 0%, #fcfbf8 100%);
}

.gf-home-block--impact .gf-impact-fmg::before,
.gf-home-block--impact .gf-impact-fmg::after {
  content: "";
  position: absolute;
  top: -6%;
  width: 36%;
  height: 72%;
  opacity: .45;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 420'%3E%3Cg fill='none' stroke='%23caa85c' stroke-width='1.4' stroke-opacity='.42'%3E%3Cpath d='M10 390c88-6 114-48 176-56 61-8 96 22 168 10 52-9 85-40 156-44'/%3E%3Cpath d='M18 338c82-8 118-44 182-52 58-7 90 20 160 9 56-9 89-42 148-46'/%3E%3Cpath d='M26 286c75-8 123-38 188-47 54-7 84 18 154 8 61-9 94-44 140-47'/%3E%3Cpath d='M34 236c70-9 128-34 194-42 50-6 80 16 148 8 63-8 98-45 132-48'/%3E%3Cpath d='M42 188c66-10 132-29 198-38 46-6 75 14 142 7 68-7 102-44 124-47'/%3E%3Cpath d='M50 142c63-10 136-26 202-33 42-4 72 12 137 6 72-7 106-43 116-46'/%3E%3Cpath d='M58 98c62-9 139-24 206-28 38-3 69 9 132 6 75-5 108-40 110-44'/%3E%3C/g%3E%3C/svg%3E");
}

.gf-home-block--impact .gf-impact-fmg::before {
  left: -7%;
}

.gf-home-block--impact .gf-impact-fmg::after {
  right: -7%;
  transform: scaleX(-1);
}

.gf-home-block--impact .gf-impact-fmg__stats {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(.85rem, 1.25vw, 1.35rem);
  margin: clamp(1.75rem, 2.8vw, 2.4rem) 0 0;
}

.gf-home-block--impact .gf-impact-fmg__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: .65rem;
  min-width: 0;
  min-height: clamp(265px, 24vw, 336px);
  padding: clamp(1.3rem, 2.05vw, 1.9rem) clamp(1rem, 1.4vw, 1.35rem);
  text-align: center;
  border: 1px solid rgba(202, 168, 92, .45);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .64);
  backdrop-filter: blur(1.5px);
}

.gf-home-block--impact .gf-impact-fmg__stat+.gf-impact-fmg__stat {
  border-left: 1px solid rgba(202, 168, 92, .45);
}

.gf-home-block--impact .gf-impact-fmg__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  border: 1.5px solid rgba(202, 168, 92, .72);
  border-radius: 999px;
  color: #b9903f;
  font-size: 2rem;
  line-height: 1;
}

.gf-home-block--impact .gf-impact-fmg__value {
  display: block;
  color: var(--gf-navy);
  font-size: clamp(2.55rem, 1.85rem + 2.15vw, 4.05rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: .96;
  letter-spacing: -.02em;
}

.gf-home-block--impact .gf-impact-fmg__label {
  display: block;
  margin-top: .1rem;
  color: #b78f42;
  font-size: clamp(.9rem, .83rem + .3vw, 1.02rem);
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gf-home-block--impact .gf-impact-fmg__text {
  max-width: 28ch;
  margin: .1rem 0 0;
  color: rgba(11, 31, 58, .72);
  font-size: clamp(1rem, .93rem + .22vw, 1.12rem);
  line-height: 1.45;
  text-align: center;
}

.gf-home-block--impact .gf-impact-fmg__stat--pillar .gf-impact-fmg__value {
  margin-top: .2rem;
  font-size: clamp(1.45rem, 1.08rem + 1.02vw, 2.05rem);
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.16;
  text-transform: uppercase;
}

.gf-home-block--impact .gf-impact-fmg__header {
  position: relative;
  z-index: 1;
}

.gf-home-block--impact .gf-impact-fmg__eyebrow {
  margin: 0;
  color: #b9903f;
  font-size: clamp(.76rem, .7rem + .16vw, .88rem);
  font-weight: 800;
  letter-spacing: .44em;
  text-transform: uppercase;
}

.gf-home-block--impact .gf-impact-fmg__divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: auto;
  margin: .7rem auto .9rem;
  color: rgba(185, 144, 63, .76);
}

.gf-home-block--impact .gf-impact-fmg__divider::before,
.gf-home-block--impact .gf-impact-fmg__divider::after {
  content: "";
  display: block;
  width: clamp(3rem, 4.8vw, 4.35rem);
  height: 1px;
  background: currentColor;
}

.gf-home-block--impact .gf-impact-fmg__divider>span {
  width: .45rem;
  height: .45rem;
  transform: rotate(45deg);
  background: currentColor;
}

.gf-home-block--impact .gf-impact-fmg__title {
  font-size: clamp(2.1rem, 1.1rem + 3.15vw, 5.1rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: .98;
}

.gf-home-block--impact .gf-impact-fmg__title::after {
  width: clamp(4rem, 6vw, 5.2rem);
  height: 2px;
}

.gf-home-block--impact .gf-impact-fmg__intro {
  max-width: 58rem;
  margin-top: 1rem;
  color: rgba(11, 31, 58, .78);
  font-size: clamp(1.05rem, .98rem + .22vw, 1.3rem);
  line-height: 1.55;
}

@media (max-width: 767.98px) {

  .gf-home-block--services .gf-services-fmg,
  .gf-home-block--impact .gf-impact-fmg {
    padding-inline: 1.25rem;
  }

  .gf-home-block--services .gf-services-fmg__layout,
  .gf-home-block--services .gf-services-fmg--has-images .gf-services-fmg__layout,
  .gf-home-block--services .gf-services-fmg--has-images.has-active-preview .gf-services-fmg__layout {
    --gf-services-visible-count: 1;
    grid-template-columns: minmax(0, 1fr);
  }

  .gf-home-block--services .gf-services-fmg__stage,
  .gf-home-block--services .gf-services-fmg__preview {
    grid-column: 1;
    width: 100%;
    max-width: 100%;
  }

  .gf-home-block--services .gf-services-fmg__item,
  .gf-home-block--impact .gf-impact-fmg__stats {
    grid-template-columns: 1fr;
  }

  .gf-home-block--services .gf-services-fmg__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    gap: .7rem;
    margin-bottom: 1rem;
  }

  .gf-home-block--services .gf-services-fmg__nav-meta {
    grid-column: 1 / -1;
    justify-content: center;
    flex: 1 1 100%;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .gf-home-block--services .gf-services-fmg__nav-status {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .28rem .62rem;
    border: 1px solid rgba(202, 168, 92, .42);
    border-radius: 999px;
    background: rgba(202, 168, 92, .1);
    color: var(--gf-navy);
    font-size: .78rem;
  }

  .gf-home-block--services .gf-services-fmg__control {
    width: 100%;
    min-width: 0;
    min-height: 3.12rem;
    padding: .82rem .78rem;
    border-color: rgba(11, 31, 58, .24);
    border-radius: .9rem;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(11, 31, 58, .08);
    font-size: .84rem;
  }

  .gf-home-block--services .gf-services-fmg__control>span[aria-hidden="true"] {
    color: var(--gf-gold-dark);
    font-size: 1.22rem;
  }

  .gf-home-block--services .gf-services-fmg__control--next {
    border-color: rgba(11, 31, 58, .9);
    background: var(--gf-navy);
    color: #fff;
  }

  .gf-home-block--services .gf-services-fmg__control--next>span[aria-hidden="true"] {
    color: var(--gf-gold);
  }

  .gf-home-block--services .gf-services-fmg__control:hover,
  .gf-home-block--services .gf-services-fmg__control:focus-visible {
    border-color: rgba(202, 168, 92, .78);
    background: rgba(202, 168, 92, .12);
    box-shadow: 0 10px 24px rgba(11, 31, 58, .1);
  }

  .gf-home-block--services .gf-services-fmg__control--next:hover,
  .gf-home-block--services .gf-services-fmg__control--next:focus-visible {
    border-color: var(--gf-gold);
    background: #102b4e;
    color: #fff;
  }

  .gf-home-block--services .gf-services-fmg__control:disabled,
  .gf-home-block--services .gf-services-fmg__control:disabled:hover,
  .gf-home-block--services .gf-services-fmg__control:disabled:focus-visible {
    border-color: rgba(11, 31, 58, .14);
    background: rgba(255, 255, 255, .72);
    box-shadow: none;
    color: rgba(11, 31, 58, .55);
  }

  .gf-home-block--services .gf-services-fmg__control:disabled>span[aria-hidden="true"] {
    color: rgba(11, 31, 58, .36);
  }

  .gf-home-block--services .gf-services-fmg__list {
    --gf-services-gap: .85rem;
  }

  .gf-home-block--services .gf-services-fmg__item {
    flex-basis: 100%;
    gap: .65rem;
    padding: .95rem 0;
  }

  .gf-home-block--services .gf-services-fmg__item:hover .gf-services-fmg__body,
  .gf-home-block--services .gf-services-fmg__item:focus-visible .gf-services-fmg__body,
  .gf-home-block--services .gf-services-fmg__item.is-active .gf-services-fmg__body {
    transform: none;
  }

  .gf-home-block--services .gf-services-fmg__preview {
    position: relative;
    top: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-top: 3px solid var(--gf-gold);
    border-left: 0;
    background:
      radial-gradient(80% 90% at 50% 10%, rgba(202, 168, 92, .13), rgba(202, 168, 92, 0) 58%),
      linear-gradient(135deg, rgba(11, 31, 58, .08), rgba(11, 31, 58, .025));
    transform: translate3d(0, .65rem, 0) scale(.99);
  }

  .gf-home-block--services .gf-services-fmg__preview-image {
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .gf-home-block--impact .gf-impact-fmg__stat {
    min-height: 0;
    padding: 1.25rem 1rem 1.1rem;
  }

  .gf-home-block--impact .gf-impact-fmg__stat+.gf-impact-fmg__stat {
    border-top: 1px solid rgba(202, 168, 92, .45);
    padding-top: 1.2rem;
  }

  .gf-home-block--impact .gf-impact-fmg {
    padding: 2.35rem 1rem 2.5rem;
    border-radius: 1rem;
  }

  .gf-home-block--impact .gf-impact-fmg::before,
  .gf-home-block--impact .gf-impact-fmg::after {
    top: -2%;
    width: 48%;
    height: 32%;
    opacity: .35;
  }

  .gf-home-block--impact .gf-impact-fmg__eyebrow {
    letter-spacing: .24em;
  }

  .gf-home-block--impact .gf-impact-fmg__stats {
    gap: .8rem;
    margin-top: 1.35rem;
  }

  .gf-home-block--impact .gf-impact-fmg__icon {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1.6rem;
  }

  .gf-home-block--impact .gf-impact-fmg__value {
    font-size: clamp(2.2rem, 1.75rem + 2.6vw, 2.95rem);
  }

  .gf-home-block--impact .gf-impact-fmg__stat--pillar .gf-impact-fmg__value {
    font-size: clamp(1.25rem, 1.02rem + 1.8vw, 1.7rem);
  }

  .gf-home-block--impact .gf-impact-fmg__label {
    letter-spacing: .11em;
    font-size: .86rem;
  }

  .gf-home-block--impact .gf-impact-fmg__text {
    max-width: none;
    font-size: .98rem;
  }

}

@media (prefers-reduced-motion: reduce) {

  .gf-home-block--services .gf-services-fmg__item,
  .gf-home-block--services .gf-services-fmg__item::before,
  .gf-home-block--services .gf-services-fmg__label,
  .gf-home-block--services .gf-services-fmg__label::before,
  .gf-home-block--services .gf-services-fmg__body,
  .gf-home-block--services .gf-services-fmg__list,
  .gf-home-block--services .gf-services-fmg__preview,
  .gf-home-block--services .gf-services-fmg__preview-image,
  .gf-home-block--services .gf-services-fmg__control {
    transition: none;
  }

  .gf-home-block--services .gf-services-fmg__item:hover .gf-services-fmg__label,
  .gf-home-block--services .gf-services-fmg__item:focus-visible .gf-services-fmg__label,
  .gf-home-block--services .gf-services-fmg__item.is-active .gf-services-fmg__label,
  .gf-home-block--services .gf-services-fmg__item:hover .gf-services-fmg__body,
  .gf-home-block--services .gf-services-fmg__item:focus-visible .gf-services-fmg__body,
  .gf-home-block--services .gf-services-fmg__item.is-active .gf-services-fmg__body,
  .gf-home-block--services .gf-services-fmg__preview {
    transform: none;
  }
}

/* Selecciones Nacionales FMG 2026 */
#gf-national-teams {
  --gf-national-navy: #0b2a66;
  --gf-national-blue: #123968;
  --gf-national-gold: #c9a646;
  --gf-national-ivory: #fbf8ef;
  --gf-national-ink: #172437;
  background: #fff;
  color: var(--gf-national-ink);
  overflow-x: clip;
}

#gf-national-teams *,
#gf-national-teams *::before,
#gf-national-teams *::after {
  box-sizing: border-box;
}

#gf-national-teams .gf-national-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(9rem, 18rem);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  min-height: clamp(22rem, 45vw, 34rem);
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 24%, rgba(199, 164, 90, .2), transparent 18rem),
    linear-gradient(135deg, #071d35 0%, #123968 55%, #071d35 100%);
  color: #fff;
}

#gf-national-teams .gf-national-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gf-national-gold), transparent);
  opacity: .8;
}

#gf-national-teams .gf-national-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

#gf-national-teams .gf-national-hero__copy>span {
  display: inline-block;
  margin-bottom: .85rem;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 1.42rem + 3.2vw, 5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
}

#gf-national-teams .gf-national-hero p {
  max-width: 58rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, .94rem + .28vw, 1.22rem);
  line-height: 1.68;
}

#gf-national-teams .gf-national-hero__mark {
  position: relative;
  z-index: 1;
  width: min(18rem, 34vw);
  justify-self: center;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, .28));
  opacity: .96;
  animation: gfNationalLogoDrift 9s ease-in-out infinite alternate;
}

#gf-national-teams .gf-national-main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2.5rem, 6vw, 4.5rem);
}

#gf-national-teams .gf-national-section,
#gf-national-teams .gf-national-story,
#gf-national-teams .gf-national-policy,
#gf-national-teams .gf-national-placeholder,
#gf-national-teams .gf-national-agenda {
  margin-block: clamp(1.5rem, 4vw, 3rem);
}

#gf-national-teams .gf-national-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, .9fr) minmax(0, 1.4fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: start;
  margin-inline: auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(11, 42, 102, .1);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 166, 70, .12), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, .99), rgba(248, 250, 252, .96));
  box-shadow: 0 18px 45px rgba(11, 42, 102, .08);
  overflow: hidden;
}

#gf-national-teams .gf-national-story::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--gf-national-gold), #efbf6c);
}

#gf-national-teams .gf-national-story h2 {
  margin: 0;
  color: var(--gf-national-navy);
  font-size: clamp(1.7rem, 1.18rem + 1.45vw, 2.55rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

#gf-national-teams .gf-national-story p {
  grid-column: 2;
  max-width: 58rem;
  margin: 0;
  color: rgba(15, 23, 42, .78);
  font-size: clamp(1rem, .96rem + .16vw, 1.08rem);
  line-height: 1.68;
}

#gf-national-teams .gf-national-story p+p {
  margin-top: .85rem;
}

/* Selecciones Nacionales landing: premium editorial composition. */
#gf-national-teams.gf-national-teams-fmg--landing {
  background:
    radial-gradient(circle at 100% 0, rgba(201, 166, 70, .1), transparent 22rem),
    linear-gradient(180deg, #fbfcfe 0%, #ffffff 72%);
}

#gf-national-teams.gf-national-teams-fmg--landing .gf-national-main {
  width: 100%;
  max-width: none;
  padding: 0;
}

#gf-national-teams .gf-national-landing {
  position: relative;
  width: min(1660px, calc(100vw - 2rem));
  margin-right: auto;
  margin-left: auto;
  color: var(--gf-national-navy);
  overflow: hidden;
}

#gf-national-teams .gf-national-landing::before {
  content: "";
  position: absolute;
  left: -15rem;
  bottom: -16rem;
  width: 34rem;
  aspect-ratio: 1;
  border: 1rem solid rgba(201, 166, 70, .78);
  border-radius: 999px;
  background: rgba(11, 42, 102, .98);
  pointer-events: none;
}

#gf-national-teams .gf-national-landing__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(22rem, .9fr) minmax(0, 1.35fr);
  grid-template-areas:
    "copy media"
    "brand message"
    "brand cards";
  gap: 1.5rem 2rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
}

#gf-national-teams .gf-national-landing__copy {
  grid-area: copy;
  align-self: center;
  min-width: 0;
  padding-left: .5rem;
}

#gf-national-teams .gf-national-landing__copy::before {
  content: "";
  display: block;
  width: 21rem;
  max-width: 70%;
  height: 2px;
  margin-bottom: 1.55rem;
  background: linear-gradient(90deg, var(--gf-national-gold) 0 22%, rgba(201, 166, 70, .28) 22% 100%);
}

#gf-national-teams .gf-national-landing__eyebrow {
  display: inline-flex;
  margin-bottom: .75rem;
  color: var(--gf-national-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-landing__copy h1 {
  max-width: 16ch;
  margin: 0;
  color: var(--gf-national-navy);
  font-size: 3.25rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: uppercase;
  text-wrap: balance;
}

#gf-national-teams .gf-national-landing__copy h1 strong {
  display: block;
  color: var(--gf-national-gold);
  font-weight: inherit;
}

#gf-national-teams .gf-national-landing__copy h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 1.25rem 0 1.45rem;
  background: linear-gradient(90deg, var(--gf-national-gold), rgba(201, 166, 70, .2));
}

#gf-national-teams .gf-national-landing__copy p {
  max-width: 42rem;
  margin: 0;
  color: rgba(11, 42, 102, .95);
  font-size: 1.08rem;
  line-height: 1.5;
}

#gf-national-teams .gf-national-landing__copy p+p {
  margin-top: 1.3rem;
}

#gf-national-teams .gf-national-landing__media {
  grid-area: media;
  align-self: start;
  min-height: 23rem;
  margin: 0;
  border-radius: 0 0 0 2.4rem;
  box-shadow: 0 24px 62px rgba(11, 42, 102, .16);
  overflow: hidden;
}

#gf-national-teams .gf-national-landing__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 23rem;
  object-fit: cover;
  object-position: center 36%;
}

#gf-national-teams .gf-national-landing__message {
  grid-area: message;
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: -5.25rem;
  margin-left: 2rem;
  padding: 1.65rem 2rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #08275b, #062354);
  color: #fff;
  box-shadow: 0 24px 58px rgba(6, 27, 68, .26);
}

#gf-national-teams .gf-national-landing__message-icon,
#gf-national-teams .gf-national-landing-card__icon {
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(201, 166, 70, .8);
  border-radius: 999px;
  color: #efbf6c;
}

#gf-national-teams .gf-national-landing__message-icon {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2rem;
}

#gf-national-teams .gf-national-landing__message-icon--secondary {
  grid-column: 1;
  grid-row: 2;
}

#gf-national-teams .gf-national-landing__message-body {
  grid-row: 1 / span 2;
}

#gf-national-teams .gf-national-landing__message h2 {
  margin: 0 0 .55rem;
  color: #efbf6c;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.15;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-landing__message p {
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: .98rem;
  line-height: 1.55;
}

#gf-national-teams .gf-national-landing__message hr {
  width: 100%;
  height: 1px;
  margin: 1rem 0;
  border: 0;
  background: rgba(201, 166, 70, .9);
  opacity: 1;
}

#gf-national-teams .gf-national-landing__brand {
  grid-area: brand;
  align-self: end;
  justify-self: center;
  max-width: 21rem;
  padding-bottom: 1.5rem;
}

#gf-national-teams .gf-national-landing__brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(11, 42, 102, .16));
}

#gf-national-teams .gf-national-landing__cards {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

#gf-national-teams .gf-national-landing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 18rem;
  padding: 4rem 1.5rem 1.35rem;
  border: 1px solid rgba(11, 42, 102, .08);
  border-radius: .95rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(11, 42, 102, .11);
  text-align: center;
}

#gf-national-teams .gf-national-landing-card__icon {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 5rem;
  height: 5rem;
  background: radial-gradient(circle at 35% 24%, #123968, var(--gf-national-navy));
  font-size: 2rem;
  box-shadow: 0 15px 32px rgba(11, 42, 102, .24);
  transform: translateX(-50%);
}

#gf-national-teams .gf-national-landing-card__eyebrow {
  color: var(--gf-national-gold);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-landing-card h2 {
  margin: .45rem 0 0;
  color: var(--gf-national-navy);
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1.16;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-landing-card h2::after {
  content: "";
  display: block;
  width: 4.25rem;
  height: 2px;
  margin: 1rem auto 0;
  background: var(--gf-national-gold);
}

#gf-national-teams .gf-national-landing-card p {
  margin: 1rem 0 1.3rem;
  color: rgba(11, 42, 102, .9);
  font-size: 1rem;
  line-height: 1.45;
}

#gf-national-teams .gf-national-landing-card a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 3rem;
  margin-top: auto;
  padding: .8rem 1rem;
  border-radius: .42rem;
  background: var(--gf-national-navy);
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

#gf-national-teams .gf-national-landing-card a i {
  color: #efbf6c;
  font-size: 1.25rem;
}

#gf-national-teams .gf-national-landing-card a:hover,
#gf-national-teams .gf-national-landing-card a:focus-visible {
  background: #061b44;
  transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
  #gf-national-teams .gf-national-landing__shell {
    grid-template-columns: minmax(19rem, .85fr) minmax(0, 1.15fr);
    gap: 1.25rem;
    width: 100%;
    padding-top: 2rem;
  }

  #gf-national-teams .gf-national-landing__copy h1 {
    font-size: 2.75rem;
  }

  #gf-national-teams .gf-national-landing__message {
    margin-top: -3.5rem;
    margin-left: 1rem;
    padding: 1.35rem;
  }

  #gf-national-teams .gf-national-landing__cards {
    gap: 1rem;
  }
}

@media (max-width: 991.98px) {
  #gf-national-teams .gf-national-landing::before {
    opacity: .28;
  }

  #gf-national-teams .gf-national-landing__shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "message"
      "brand"
      "cards";
    width: 100%;
    padding: 1.5rem 1rem 2.5rem;
  }

  #gf-national-teams .gf-national-landing__copy {
    padding-left: 0;
  }

  #gf-national-teams .gf-national-landing__copy h1 {
    max-width: 14ch;
  }

  #gf-national-teams .gf-national-landing__media,
  #gf-national-teams .gf-national-landing__media img {
    min-height: 24rem;
  }

  #gf-national-teams .gf-national-landing__media {
    border-radius: 1.4rem;
  }

  #gf-national-teams .gf-national-landing__message {
    margin: 0;
  }

  #gf-national-teams .gf-national-landing__brand {
    max-width: 15rem;
    padding-bottom: 1rem;
  }

  #gf-national-teams .gf-national-landing__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3.5rem;
    padding-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  #gf-national-teams .gf-national-landing::before {
    display: none;
  }

  #gf-national-teams .gf-national-landing__shell {
    width: 100%;
    padding: 1.25rem 1rem 2rem;
  }

  #gf-national-teams .gf-national-landing__copy h1 {
    font-size: 2.35rem;
  }

  #gf-national-teams .gf-national-landing__copy p {
    font-size: 1rem;
  }

  #gf-national-teams .gf-national-landing__media,
  #gf-national-teams .gf-national-landing__media img {
    min-height: 18rem;
  }

  #gf-national-teams .gf-national-landing__message {
    grid-template-columns: 1fr;
  }

  #gf-national-teams .gf-national-landing__message-icon--secondary {
    display: none;
  }

  #gf-national-teams .gf-national-landing__message-body {
    grid-row: auto;
  }

  #gf-national-teams .gf-national-landing__cards {
    grid-template-columns: 1fr;
  }

  #gf-national-teams .gf-national-landing-card {
    min-height: 0;
  }
}

#gf-national-teams h2 {
  color: var(--gf-national-navy);
  font-size: clamp(1.45rem, 1.14rem + .9vw, 2.2rem);
  line-height: 1.12;
}

#gf-national-teams p {
  color: rgba(23, 36, 55, .78);
  font-size: 1rem;
  line-height: 1.72;
}

#gf-national-teams .gf-national-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
}

#gf-national-teams .gf-national-split article,
#gf-national-teams .gf-national-card,
#gf-national-teams .gf-national-placeholder,
#gf-national-teams .gf-national-policy,
#gf-national-teams .gf-national-note {
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(7, 29, 53, .08);
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 29, 53, .06);
}

#gf-national-teams .gf-national-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.9rem, 2vw, 1.35rem);
  margin-block: clamp(1.4rem, 3vw, 2.5rem);
}

#gf-national-teams .gf-national-card span {
  display: block;
  color: var(--gf-national-gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-card h3 {
  margin: .45rem 0 .6rem;
  color: var(--gf-national-navy);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.2;
}

#gf-national-teams .gf-national-list {
  display: grid;
  gap: .55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

#gf-national-teams .gf-national-list li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(23, 36, 55, .82);
  line-height: 1.55;
}

#gf-national-teams .gf-national-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--gf-national-gold);
}

#gf-national-teams .gf-national-link,
#gf-national-teams .gf-national-button {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .6rem;
  color: var(--gf-national-navy);
  font-weight: 900;
  text-decoration: none;
}

#gf-national-teams .gf-national-link::after,
#gf-national-teams .gf-national-button::after {
  content: "→";
  color: var(--gf-national-gold);
  transition: transform .18s ease;
}

#gf-national-teams .gf-national-link:hover::after,
#gf-national-teams .gf-national-button:hover::after {
  transform: translateX(3px);
}

#gf-national-teams .gf-national-agenda>header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(7, 29, 53, .1);
  padding-bottom: 1rem;
}

#gf-national-teams .gf-national-agenda>header span {
  color: var(--gf-national-gold);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-agenda__month {
  margin-top: clamp(1.25rem, 3vw, 2.2rem);
}

#gf-national-teams .gf-national-agenda__month h3 {
  color: var(--gf-national-navy);
  font-size: 1.2rem;
  font-weight: 900;
}

#gf-national-teams .gf-national-agenda__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

#gf-national-teams .gf-national-event {
  padding: 1rem;
  border: 1px solid rgba(7, 29, 53, .08);
  border-radius: .85rem;
  background: #fff;
}

#gf-national-teams .gf-national-event time {
  display: inline-block;
  margin-bottom: .55rem;
  color: var(--gf-national-gold);
  font-weight: 900;
}

#gf-national-teams .gf-national-event h4 {
  margin: 0 0 .45rem;
  color: var(--gf-national-navy);
  font-size: 1rem;
  font-weight: 900;
}

#gf-national-teams .gf-national-event span {
  display: inline-block;
  margin-top: .5rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  background: rgba(199, 164, 90, .13);
  color: rgba(7, 29, 53, .74);
  font-size: .72rem;
  font-weight: 900;
}

#gf-national-teams .gf-national-table-wrap {
  overflow-x: auto;
  margin-top: 1.25rem;
  border: 1px solid rgba(7, 29, 53, .08);
  border-radius: .9rem;
}

#gf-national-teams .gf-national-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

#gf-national-teams .gf-national-table th {
  background: var(--gf-national-navy);
  color: #fff;
  text-align: left;
}

#gf-national-teams .gf-national-table th,
#gf-national-teams .gf-national-table td {
  padding: .85rem;
  border-bottom: 1px solid rgba(7, 29, 53, .08);
  vertical-align: top;
}

#gf-national-teams .gf-national-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease;
}

#gf-national-teams .gf-national-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes gfNationalLogoDrift {
  from {
    transform: translateY(0) rotate(-1deg);
  }

  to {
    transform: translateY(-10px) rotate(1deg);
  }
}

@media (max-width: 900px) {

  #gf-national-teams .gf-national-hero,
  #gf-national-teams .gf-national-story,
  #gf-national-teams .gf-national-split {
    grid-template-columns: 1fr;
  }

  #gf-national-teams .gf-national-story p {
    grid-column: auto;
  }

  #gf-national-teams .gf-national-hero__mark {
    width: min(14rem, 52vw);
    justify-self: start;
  }

  #gf-national-teams .gf-national-card-grid,
  #gf-national-teams .gf-national-agenda__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  #gf-national-teams .gf-national-main {
    width: min(100% - 1rem, 1120px);
  }

  #gf-national-teams .gf-national-hero {
    padding-inline: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  #gf-national-teams *,
  #gf-national-teams *::before,
  #gf-national-teams *::after {
    animation: none !important;
    transition: none !important;
  }

  #gf-national-teams .gf-national-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Selecciones Nacionales: refined hero composition */
#gf-national-teams .gf-national-hero {
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 26rem);
  gap: clamp(1.5rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 86% 44%, rgba(199, 164, 90, .24), transparent 19rem),
    linear-gradient(135deg, #06182d 0%, #0d2f58 58%, #06182d 100%);
}

#gf-national-teams .gf-national-hero::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 3vw, 2rem);
  z-index: 0;
  border: 1px solid rgba(199, 164, 90, .16);
  border-radius: clamp(.9rem, 2vw, 1.4rem);
  pointer-events: none;
}

#gf-national-teams .gf-national-hero__copy {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
}

#gf-national-teams .gf-national-hero__copy>span {
  position: relative;
  padding-left: 3.25rem;
}

#gf-national-teams .gf-national-hero__copy>span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.35rem;
  height: 1px;
  background: var(--gf-national-gold);
  transform: translateY(-50%);
}

#gf-national-teams .gf-national-hero h1 {
  max-width: 10ch;
  text-wrap: balance;
}

#gf-national-teams .gf-national-hero p {
  max-width: 46rem;
}

#gf-national-teams .gf-national-hero__mark {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  width: clamp(15rem, 26vw, 25rem);
  max-width: none;
  opacity: .78;
  transform: translateX(clamp(.4rem, 2vw, 1.4rem));
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .3));
}

@media (max-width: 900px) {
  #gf-national-teams .gf-national-hero {
    grid-template-columns: 1fr;
  }

  #gf-national-teams .gf-national-hero__copy {
    grid-column: 1;
    grid-row: 1;
  }

  #gf-national-teams .gf-national-hero__mark {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    align-self: end;
    width: min(13rem, 48vw);
    opacity: .18;
    transform: translate(1rem, 1.5rem);
    pointer-events: none;
  }
}

@media (max-width: 520px) {
  #gf-national-teams .gf-national-hero__copy>span {
    padding-left: 2.4rem;
  }

  #gf-national-teams .gf-national-hero__copy>span::before {
    width: 1.65rem;
  }

  #gf-national-teams .gf-national-hero h1 {
    max-width: 11ch;
  }
}

/* Selecciones Nacionales: compact official hero with Centenario mark */
#gf-national-teams .gf-national-hero {
  width: 100%;
  min-height: unset;
  height: 100vh;
  height: 100dvh;
  padding: clamp(5rem, 10vh, 8rem) clamp(1.25rem, 5vw, 4rem) clamp(4rem, 9vh, 7rem);
  box-sizing: border-box;
}

#gf-national-teams .gf-national-hero__copy {
  align-self: end;
}

#gf-national-teams .gf-national-hero__mark {
  width: clamp(8rem, 16vw, 14rem);
  max-width: none;
  align-self: center;
}

@media (max-width: 900px) {
  #gf-national-teams .gf-national-hero {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    padding: clamp(5rem, 12vh, 7rem) clamp(1rem, 5vw, 2rem) clamp(3.5rem, 9vh, 5rem);
  }

  #gf-national-teams .gf-national-hero__copy {
    align-self: center;
  }

  #gf-national-teams .gf-national-hero__mark {
    width: min(9.375rem, 34vw);
  }
}

@media (max-width: 520px) {
  #gf-national-teams .gf-national-hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 5rem 1rem 4rem;
  }

  #gf-national-teams .gf-national-hero__mark {
    width: min(8.5rem, 40vw);
  }
}

/* Selecciones Nacionales: executive slide composition */
#gf-national-teams .gf-national-slide {
  position: relative;
  max-width: 1180px;
  margin: clamp(2rem, 5vw, 4rem) auto;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 82% 8%, rgba(201, 166, 70, .18), transparent 32%),
    linear-gradient(135deg, #061b44 0%, var(--gf-national-navy) 52%, #102f6f 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(6, 27, 68, .24);
}

#gf-national-teams .gf-national-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 42%),
    radial-gradient(circle at 20% 90%, rgba(255, 255, 255, .1), transparent 36%);
  pointer-events: none;
}

#gf-national-teams .gf-national-slide__brand,
#gf-national-teams .gf-national-slide__main,
#gf-national-teams .gf-national-slide__cards {
  position: relative;
  z-index: 1;
}

#gf-national-teams .gf-national-slide__brand img {
  width: clamp(4.5rem, 9vw, 7.5rem);
  height: auto;
  opacity: .9;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .24));
}

#gf-national-teams .gf-national-slide__main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr);
  grid-template-areas:
    "copy media"
    "copy definition";
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

#gf-national-teams .gf-national-slide__copy {
  grid-area: copy;
  align-self: center;
}

#gf-national-teams .gf-national-slide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  color: #efbf6c;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-slide__copy h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6.75rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .88;
}

#gf-national-teams .gf-national-slide__statement {
  position: relative;
  max-width: 520px;
  margin: clamp(1.25rem, 3vw, 2rem) 0 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.16;
  font-weight: 800;
}

#gf-national-teams .gf-national-slide__statement::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #efbf6c, var(--gf-national-gold));
}

#gf-national-teams .gf-national-slide__media {
  grid-area: media;
  position: relative;
  min-height: 260px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
  overflow: hidden;
}

#gf-national-teams .gf-national-slide__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 27, 68, .42), rgba(11, 42, 102, .08));
  mix-blend-mode: multiply;
  pointer-events: none;
}

#gf-national-teams .gf-national-slide__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(.85) contrast(1.05);
}

#gf-national-teams .gf-national-slide__definition {
  grid-area: definition;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(239, 191, 108, .28);
  border-radius: 1.375rem;
  background: rgba(255, 255, 255, .94);
  color: var(--gf-national-navy);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

#gf-national-teams .gf-national-slide__definition h3 {
  margin: 0 0 .65rem;
  color: var(--gf-national-navy);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.1;
}

#gf-national-teams .gf-national-slide__definition p {
  margin: 0;
  color: rgba(15, 23, 42, .78);
  font-size: 1rem;
  line-height: 1.6;
}

#gf-national-teams .gf-national-slide__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.85rem, 2vw, 1.25rem);
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

#gf-national-teams .gf-national-slide-card {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

#gf-national-teams .gf-national-slide-card__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: .85rem;
  border-radius: .75rem;
  background: linear-gradient(135deg, #efbf6c, var(--gf-national-gold));
  color: var(--gf-national-navy);
  font-size: .8rem;
  font-weight: 900;
}

#gf-national-teams .gf-national-slide-card h3 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.15;
}

#gf-national-teams .gf-national-slide-card p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: .92rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  #gf-national-teams .gf-national-slide__main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "definition";
  }

  #gf-national-teams .gf-national-slide__copy h2 {
    max-width: 720px;
  }

  #gf-national-teams .gf-national-slide__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  #gf-national-teams .gf-national-slide {
    margin-right: .5rem;
    margin-left: .5rem;
    border-radius: 1.5rem;
  }

  #gf-national-teams .gf-national-slide__copy h2 {
    font-size: clamp(2.65rem, 17vw, 4.2rem);
  }

  #gf-national-teams .gf-national-slide__statement {
    font-size: 1.2rem;
  }

  #gf-national-teams .gf-national-slide__media,
  #gf-national-teams .gf-national-slide__media img {
    min-height: 220px;
  }
}

/* Selección Nacional page: reference-led slide and factors system */
#gf-national-teams.gf-national-teams-fmg--selection {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #fff 42%, #f8fafc 100%);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-main {
  width: 100%;
  padding-top: 0;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
  display: grid;
  grid-template-rows: 1fr auto;
  max-width: none;
  min-height: min(100dvh, 58rem);
  margin: 0;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3rem);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .96) 36%, rgba(255, 255, 255, .7) 56%, rgba(255, 255, 255, .22) 100%),
    linear-gradient(180deg, rgba(11, 42, 102, .12), rgba(11, 42, 102, .24)),
    url("/themes/custom/golf_federation/images/selecciones-nacionales.png") center right / cover no-repeat;
  color: var(--gf-national-navy);
  box-shadow: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection::before {
  background:
    radial-gradient(circle at 11% 78%, rgba(201, 166, 70, .12), transparent 18rem),
    linear-gradient(180deg, transparent calc(100% - 3.5rem), var(--gf-national-navy) calc(100% - 3.5rem), var(--gf-national-navy) 100%);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3.5rem;
  left: 0;
  z-index: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gf-national-gold), transparent);
  opacity: .75;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand {
  position: absolute;
  left: clamp(2rem, 7vw, 7rem);
  bottom: clamp(5.75rem, 13vh, 8.25rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand::after {
  content: "";
  position: absolute;
  top: -.6rem;
  right: -2.4rem;
  width: 1px;
  height: clamp(5.5rem, 12vh, 8rem);
  background: var(--gf-national-gold);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand img {
  width: clamp(7.5rem, 12vw, 11rem);
  opacity: .96;
  filter: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main {
  grid-template-columns: minmax(20rem, .78fr) minmax(24rem, 1fr);
  grid-template-areas:
    "copy media"
    "copy definition";
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy {
  align-self: start;
  padding-top: clamp(1rem, 8vh, 5rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__eyebrow {
  color: var(--gf-national-gold);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy h1 {
  max-width: 8ch;
  margin: 0;
  color: var(--gf-national-navy);
  font-size: clamp(4rem, 8.5vw, 8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: .88;
  text-transform: uppercase;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__statement {
  max-width: 28rem;
  margin-top: clamp(2rem, 5vh, 3.75rem);
  padding-left: clamp(1.25rem, 2vw, 2rem);
  color: rgba(15, 23, 42, .9);
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  font-weight: 500;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__statement strong {
  color: rgba(15, 23, 42, .95);
  font-weight: 900;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__statement::before {
  width: 6px;
  background: var(--gf-national-gold);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media {
  grid-area: media;
  align-self: start;
  min-height: clamp(18rem, 34vh, 24rem);
  border: 0;
  border-radius: 0 0 0 2.5rem;
  background: transparent;
  box-shadow: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media img {
  display: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media::after {
  display: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition {
  max-width: 44rem;
  margin-top: -3rem;
  padding: 0 0 clamp(1.25rem, 3vw, 2rem);
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .88);
  box-shadow: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition h2 {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: .8rem 1.35rem;
  border-radius: .7rem .7rem 0 0;
  background: var(--gf-national-navy);
  color: #efbf6c;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.1;
  text-transform: uppercase;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition h2::before {
  content: "";
  width: 2px;
  height: 1.25rem;
  margin-right: .85rem;
  background: var(--gf-national-gold);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition p {
  max-width: 40rem;
  margin: 0 auto;
  color: rgba(15, 23, 42, .9);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.42;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards {
  max-width: min(58rem, 64vw);
  margin: clamp(1rem, 2vh, 1.5rem) clamp(2rem, 5vw, 4rem) 2.5rem auto;
  align-self: end;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card {
  position: relative;
  min-height: 11.5rem;
  padding: 3.25rem 1.25rem 1.25rem;
  border: 1px solid rgba(201, 166, 70, .5);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .92);
  color: var(--gf-national-navy);
  box-shadow: 0 18px 34px rgba(11, 42, 102, .14);
  text-align: center;
  backdrop-filter: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card__icon {
  position: absolute;
  top: -2.25rem;
  left: 50%;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  border: 2px solid var(--gf-national-gold);
  border-radius: 999px;
  background: radial-gradient(circle at 35% 25%, #123968, var(--gf-national-navy));
  color: #efbf6c;
  font-size: 1.25rem;
  box-shadow: 0 14px 26px rgba(11, 42, 102, .28);
  transform: translateX(-50%);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card h3 {
  color: var(--gf-national-navy);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  text-transform: uppercase;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card p {
  color: rgba(15, 23, 42, .82);
  font-size: .95rem;
}

#gf-national-teams .gf-national-factors {
  position: relative;
  max-width: 1180px;
  margin: clamp(2rem, 5vw, 4rem) auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(11, 42, 102, .1);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 8% 0%, rgba(201, 166, 70, .14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .99), rgba(248, 250, 252, .96));
  box-shadow: 0 24px 60px rgba(11, 42, 102, .1);
  overflow: hidden;
}

#gf-national-teams .gf-national-factors__header {
  max-width: 780px;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

#gf-national-teams .gf-national-factors__eyebrow {
  display: inline-flex;
  margin-bottom: .75rem;
  color: var(--gf-national-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#gf-national-teams .gf-national-factors__header h2 {
  margin: 0;
  color: var(--gf-national-navy);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

#gf-national-teams .gf-national-factors__header p {
  margin: 1rem 0 0;
  color: rgba(15, 23, 42, .72);
  font-size: 1.02rem;
  line-height: 1.62;
}

#gf-national-teams .gf-national-factors__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(.75rem, 1.5vw, 1rem);
}

#gf-national-teams .gf-national-factor {
  position: relative;
  min-height: 132px;
  padding: 1rem;
  border: 1px solid rgba(201, 166, 70, .24);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(11, 42, 102, .96), rgba(6, 27, 68, .96));
  box-shadow: 0 14px 32px rgba(11, 42, 102, .16);
  overflow: hidden;
}

#gf-national-teams .gf-national-factor::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  background: rgba(201, 166, 70, .13);
}

#gf-national-teams .gf-national-factor span {
  display: inline-flex;
  margin-bottom: .75rem;
  color: #efbf6c;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

#gf-national-teams .gf-national-factor p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.35;
}

@media (max-width: 1199.98px) {
  #gf-national-teams .gf-national-factors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 55%, rgba(11, 42, 102, .1) 100%),
      url("/themes/custom/golf_federation/images/selecciones-nacionales.png") center top / cover no-repeat;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 1.5rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand::after {
    display: none;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "definition";
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy {
    padding-top: 0;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media {
    display: none;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition {
    margin-top: 0;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards {
    max-width: none;
    margin: 4rem 0 2rem;
  }
}

@media (max-width: 767.98px) {
  #gf-national-teams .gf-national-factors {
    margin-right: 1rem;
    margin-left: 1rem;
    border-radius: 1.5rem;
  }

  #gf-national-teams .gf-national-factors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
    padding: 1.25rem 1rem 2rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__statement {
    font-size: 1.35rem;
  }
}

@media (max-width: 479.98px) {
  #gf-national-teams .gf-national-factors__grid {
    grid-template-columns: 1fr;
  }
}

/* Selección Nacional refinements: full-bleed slide and presentation factors. */
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(1.75rem, 4vw, 3.5rem) max(clamp(1rem, 4vw, 3.5rem), calc((100vw - 1180px) / 2)) clamp(2rem, 4vw, 3rem);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 34%, rgba(255, 255, 255, .7) 53%, rgba(255, 255, 255, .18) 100%),
    linear-gradient(180deg, rgba(11, 42, 102, .1), rgba(11, 42, 102, .28)),
    url("/themes/custom/golf_federation/images/selecciones-nacionales.png") center right / cover no-repeat;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main {
  max-width: 1180px;
  grid-template-columns: minmax(18rem, .82fr) minmax(24rem, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards {
  max-width: min(62rem, 66vw);
  margin-right: max(clamp(1rem, 4vw, 3.5rem), calc((100vw - 1180px) / 2));
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand {
  left: max(clamp(1.5rem, 5vw, 5rem), calc((100vw - 1180px) / 2));
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media {
  min-height: clamp(20rem, 38vh, 28rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card__icon i,
#gf-national-teams .gf-national-factor__icon i,
#gf-national-teams .gf-national-factors__badge i {
  width: 1em;
  height: 1em;
  line-height: 1;
}

#gf-national-teams .gf-national-factors {
  max-width: min(1180px, calc(100% - 2rem));
  padding: 0;
  border-radius: 1.5rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#gf-national-teams .gf-national-factors__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: start;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(11, 42, 102, .08);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 0 0, rgba(201, 166, 70, .13), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, .99), rgba(248, 250, 252, .97));
  box-shadow: 0 22px 58px rgba(11, 42, 102, .1);
  overflow: hidden;
}

#gf-national-teams .gf-national-factors__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--gf-national-gold), #efbf6c);
}

#gf-national-teams .gf-national-factors__badge {
  display: inline-grid;
  place-items: center;
  width: clamp(4.5rem, 7vw, 6rem);
  height: clamp(4.5rem, 7vw, 6rem);
  margin-bottom: 1.25rem;
  border: 2px solid var(--gf-national-gold);
  border-radius: 999px;
  background: radial-gradient(circle at 35% 25%, #123968, var(--gf-national-navy));
  color: #efbf6c;
  font-size: clamp(2rem, 3vw, 2.8rem);
  box-shadow: 0 16px 34px rgba(11, 42, 102, .2);
}

#gf-national-teams .gf-national-factors__header {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
}

#gf-national-teams .gf-national-factors__header h2 {
  max-width: 11ch;
}

#gf-national-teams .gf-national-factors__header h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 2px;
  margin-top: 1rem;
  background: var(--gf-national-gold);
}

#gf-national-teams .gf-national-factors__matrix {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}

#gf-national-teams .gf-national-factor {
  display: grid;
  grid-template-columns: 3.5rem 3.25rem minmax(0, 1fr);
  gap: clamp(.75rem, 2vw, 1.25rem);
  align-items: center;
  min-height: 0;
  padding: .85rem 0;
  border: 0;
  border-bottom: 1px dotted rgba(11, 42, 102, .2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#gf-national-teams .gf-national-factor:last-child {
  border-bottom: 0;
}

#gf-national-teams .gf-national-factor::after {
  display: none;
}

#gf-national-teams .gf-national-factor__icon {
  display: inline-grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  margin: 0;
  border: 1px solid rgba(11, 42, 102, .08);
  border-radius: 999px;
  background: #fff;
  color: var(--gf-national-navy);
  font-size: 1.55rem;
  box-shadow: 0 10px 24px rgba(11, 42, 102, .1);
}

#gf-national-teams .gf-national-factor__number {
  display: inline-flex;
  justify-content: center;
  min-width: 2.4rem;
  margin: 0;
  padding-right: .8rem;
  border-right: 2px solid rgba(201, 166, 70, .78);
  color: var(--gf-national-gold);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

#gf-national-teams .gf-national-factor p {
  color: rgba(15, 23, 42, .9);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 58%, rgba(11, 42, 102, .12) 100%),
      url("/themes/custom/golf_federation/images/selecciones-nacionales.png") center top / cover no-repeat;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards {
    max-width: none;
    margin-right: 0;
  }

  #gf-national-teams .gf-national-factors__shell {
    grid-template-columns: 1fr;
  }

  #gf-national-teams .gf-national-factors__header h2 {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  #gf-national-teams .gf-national-factor {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  #gf-national-teams .gf-national-factor__number {
    grid-column: 1 / -1;
    justify-content: flex-start;
    border-right: 0;
  }
}

/* Selección Nacional: cohesive editorial hero composition. */
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
  display: grid;
  grid-template-rows: auto auto auto;
  min-height: clamp(29rem, 50vh, 38rem);
  padding:
    clamp(1rem, 1.8vw, 1.65rem) max(clamp(.75rem, 1.4vw, 1.35rem), calc((100vw - 1580px) / 2)) clamp(1.5rem, 2.5vw, 2.25rem);
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 166, 70, .14), transparent 22rem),
    linear-gradient(135deg, #f8fbfe 0%, #f2f6fb 46%, #eef3f8 100%);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection::before {
  background:
    linear-gradient(180deg, transparent calc(100% - 2.5rem), rgba(11, 42, 102, .96) calc(100% - 2.5rem), rgba(11, 42, 102, .96) 100%),
    radial-gradient(circle at 14% 86%, rgba(201, 166, 70, .11), transparent 18rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand,
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main,
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards,
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors {
  width: min(1580px, calc(100vw - clamp(1.5rem, 2.8vw, 3rem)));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  margin-bottom: clamp(.65rem, 1.25vw, 1rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand::after {
  top: 50%;
  right: auto;
  left: clamp(7rem, 11vw, 10rem);
  width: clamp(3rem, 10vw, 9rem);
  height: 1px;
  transform: translateY(-50%);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand img {
  width: clamp(4.75rem, 7vw, 7rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main {
  display: grid;
  grid-template-columns: minmax(18rem, .72fr) minmax(34rem, 1.28fr);
  grid-template-areas:
    "copy media"
    "definition media";
  gap: clamp(1rem, 1.8vw, 1.8rem) clamp(1.75rem, 3.2vw, 3.75rem);
  align-items: stretch;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy {
  display: grid;
  align-content: start;
  align-self: start;
  gap: 0;
  min-width: 0;
  padding-top: 0;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy h1 {
  max-width: 9ch;
  font-size: clamp(2.85rem, 4.35vw, 5.1rem);
  line-height: .92;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__statement {
  max-width: 31rem;
  margin-top: clamp(.85rem, 1.4vw, 1.2rem);
  padding-left: 1rem;
  font-size: clamp(1.12rem, 1.35vw, 1.5rem);
  line-height: 1.28;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media {
  display: block;
  align-self: start;
  min-height: 0;
  height: clamp(18rem, 50vh, 28rem);
  border: 1px solid rgba(11, 42, 102, .12);
  border-radius: clamp(1.35rem, 2.4vw, 2.2rem);
  background: linear-gradient(135deg, rgba(216, 227, 241, .8), rgba(233, 239, 246, .92));
  box-shadow: 0 24px 54px rgba(11, 42, 102, .16);
  overflow: hidden;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media::after {
  display: block;
  background:
    linear-gradient(135deg, rgba(11, 42, 102, .16), rgba(11, 42, 102, .02)),
    linear-gradient(0deg, rgba(11, 42, 102, .14), transparent 48%);
  mix-blend-mode: multiply;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(.92) contrast(1.03);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition {
  width: 100%;
  max-width: 38rem;
  margin-top: 0;
  padding: clamp(.9rem, 1.45vw, 1.15rem);
  align-self: end;
  border: 1px solid rgba(201, 166, 70, .24);
  border-left: 5px solid var(--gf-national-gold);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 34px rgba(11, 42, 102, .08);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition h2 {
  display: flex;
  margin: 0 0 .7rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gf-national-navy);
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition h2::before {
  height: 1rem;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition p {
  max-width: none;
  margin: 0;
  font-size: clamp(.95rem, .98vw, 1.02rem);
  line-height: 1.48;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.9rem, 1.8vw, 1.35rem);
  margin-top: clamp(1.1rem, 1.8vw, 1.45rem);
  margin-bottom: 0;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card {
  min-height: 0;
  padding: clamp(2.35rem, 2.4vw, 2.65rem) clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 1.5vw, 1.2rem);
  border-color: rgba(201, 166, 70, .26);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96));
  box-shadow: 0 16px 32px rgba(11, 42, 102, .1);
  text-align: left;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card__icon {
  top: -1.8rem;
  width: 3.9rem;
  height: 3.9rem;
  font-size: 1.3rem;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card h3 {
  font-size: clamp(.98rem, 1.1vw, 1.14rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide-card p {
  font-size: .94rem;
  line-height: 1.5;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors {
  margin-top: clamp(1.5rem, 3vw, 2.35rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__shell {
  grid-template-columns: minmax(18rem, .68fr) minmax(0, 1.32fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  border-color: rgba(11, 42, 102, .1);
  border-radius: 1.25rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96)),
    radial-gradient(circle at 0 0, rgba(201, 166, 70, .16), transparent 18rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__badge,
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__header {
  grid-column: 1;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__matrix {
  grid-column: 2;
  grid-row: 1 / span 2;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(1.75rem, 3.2vw, 2.75rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor__icon {
  color: var(--gf-national-gold);
  font-size: 1.25rem;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor p {
  font-size: clamp(.98rem, 1.05vw, 1.12rem);
}

/* Selección Nacional: grouped factors presentation. */
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped {
  position: relative;
  width: min(1680px, calc(100vw - clamp(1rem, 2.2vw, 2.25rem)));
  margin-top: clamp(2rem, 4vw, 3.5rem);
  color: var(--gf-national-navy);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell {
  display: grid;
  grid-template-columns: minmax(22rem, .82fr) minmax(0, 1.48fr);
  grid-template-areas:
    "intro groups"
    "statement statement";
  gap: clamp(1.15rem, 2.2vw, 2.1rem) clamp(1.4rem, 2.8vw, 2.8rem);
  padding: clamp(1.15rem, 2.1vw, 2.2rem);
  border: 1px solid rgba(11, 42, 102, .08);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 0 100%, rgba(11, 42, 102, .06), transparent 16rem),
    radial-gradient(circle at 100% 0, rgba(201, 166, 70, .12), transparent 18rem),
    linear-gradient(135deg, #fbfcfe 0%, #f6f8fb 52%, #ffffff 100%);
  box-shadow: 0 24px 68px rgba(11, 42, 102, .11);
  overflow: hidden;
  isolation: isolate;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell::before {
  width: 3px;
  inset: clamp(1.5rem, 3vw, 2.75rem) auto clamp(9rem, 18vw, 16rem) clamp(1rem, 2vw, 1.75rem);
  background: linear-gradient(180deg, var(--gf-national-gold), rgba(201, 166, 70, .18));
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell::after {
  content: "";
  position: absolute;
  bottom: -18rem;
  left: -18rem;
  z-index: 0;
  width: clamp(16rem, 25vw, 27rem);
  aspect-ratio: 1;
  border: clamp(.55rem, .9vw, 1rem) solid rgba(201, 166, 70, .42);
  border-radius: 999px;
  background: rgba(11, 42, 102, .9);
  opacity: .82;
  pointer-events: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro {
  position: relative;
  z-index: 1;
  grid-area: intro;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(.35rem, 1vw, .75rem) clamp(.5rem, 1.5vw, 1rem) 0;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro-icon,
#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__icon {
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(201, 166, 70, .22);
  border-radius: 999px;
  background: radial-gradient(circle at 34% 24%, #123968, var(--gf-national-navy));
  color: #efbf6c;
  box-shadow: 0 16px 34px rgba(11, 42, 102, .2);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro-icon {
  width: clamp(4.6rem, 5.8vw, 6.5rem);
  height: clamp(4.6rem, 5.8vw, 6.5rem);
  margin: 0 0 clamp(1.1rem, 2.2vw, 1.85rem);
  font-size: clamp(1.85rem, 2.5vw, 2.6rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro .gf-national-factors__eyebrow {
  margin-bottom: .55rem;
  color: var(--gf-national-gold);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--gf-national-navy);
  font-size: clamp(2.55rem, 3.35vw, 4.05rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(11, 42, 102, .08);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro h2::after {
  content: "";
  display: block;
  width: min(100%, 30rem);
  height: 2px;
  margin: clamp(.9rem, 1.5vw, 1.25rem) 0 clamp(.9rem, 1.6vw, 1.3rem);
  background: linear-gradient(90deg, var(--gf-national-gold), rgba(201, 166, 70, .18));
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro>p {
  max-width: 33rem;
  margin: 0;
  color: rgba(11, 42, 102, .93);
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.45;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__note {
  display: grid;
  grid-template-columns: 3.9rem minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  max-width: 34rem;
  margin-top: clamp(1.15rem, 2.2vw, 1.85rem);
  padding: clamp(.9rem, 1.5vw, 1.15rem);
  border: 1px solid rgba(201, 166, 70, .28);
  border-left: 4px solid rgba(201, 166, 70, .84);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 30px rgba(11, 42, 102, .06);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__note-icon {
  display: inline-grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 2px solid rgba(201, 166, 70, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--gf-national-gold);
  font-size: 1.35rem;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__note p {
  margin: 0;
  color: rgba(11, 42, 102, .92);
  font-size: clamp(.92rem, .98vw, 1.02rem);
  line-height: 1.45;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__groups {
  position: relative;
  z-index: 1;
  grid-area: groups;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.85rem, 1.4vw, 1.25rem);
  min-width: 0;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(1.05rem, 1.55vw, 1.45rem);
  border: 1px solid rgba(11, 42, 102, .07);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 15px 36px rgba(11, 42, 102, .075);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__header {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  margin-bottom: clamp(.8rem, 1.4vw, 1.15rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__icon {
  width: clamp(3.5rem, 4vw, 4.3rem);
  height: clamp(3.5rem, 4vw, 4.3rem);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__number {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0 .68rem;
  border-right: 2px solid rgba(11, 42, 102, .72);
  border-left: 2px solid rgba(11, 42, 102, .72);
  color: var(--gf-national-gold);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .06em;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group h3 {
  margin: 0;
  color: var(--gf-national-navy);
  font-size: clamp(1.05rem, 1.18vw, 1.28rem);
  font-weight: 950;
  letter-spacing: .015em;
  line-height: 1.12;
  text-transform: uppercase;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group h3::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  margin-top: .7rem;
  background: var(--gf-national-gold);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group li {
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  gap: .72rem;
  align-items: start;
  padding: .62rem 0;
  border-bottom: 1px dotted rgba(11, 42, 102, .17);
  color: rgba(11, 42, 102, .96);
  font-size: clamp(.94rem, 1vw, 1.06rem);
  font-weight: 500;
  line-height: 1.38;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group li:last-child {
  border-bottom: 0;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__check {
  display: inline-grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .08rem;
  border-radius: 999px;
  background: var(--gf-national-gold);
  color: #fff;
  font-size: .64rem;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement {
  position: relative;
  z-index: 1;
  grid-area: statement;
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: clamp(.85rem, 1.6vw, 1.25rem);
  align-items: center;
  margin: clamp(.15rem, .6vw, .45rem) 0 0;
  padding: clamp(.9rem, 1.4vw, 1.15rem) clamp(1rem, 1.8vw, 1.5rem);
  border: 1px solid rgba(201, 166, 70, .32);
  border-left: 5px solid rgba(201, 166, 70, .78);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 252, 255, .94)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(201, 166, 70, .18) 12px 13px);
  box-shadow: 0 14px 30px rgba(11, 42, 102, .065);
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement-icon {
  display: inline-grid;
  place-items: center;
  width: 3.7rem;
  height: 3.7rem;
  color: var(--gf-national-gold);
  font-size: 2.25rem;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement p {
  margin: 0;
  color: rgba(11, 42, 102, .96);
  font-size: clamp(.98rem, 1.08vw, 1.15rem);
  font-weight: 500;
  line-height: 1.45;
}

#gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement strong {
  font-weight: 900;
}

@media (max-width: 1199.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell {
    grid-template-columns: minmax(17rem, .75fr) minmax(0, 1.25fr);
    gap: 1.25rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro h2 {
    font-size: clamp(2.55rem, 5vw, 4rem);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group {
    min-height: 0;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__number {
    grid-column: 2;
    justify-self: start;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group h3 {
    grid-column: 1 / -1;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement {
    margin-right: clamp(.5rem, 4vw, 4rem);
    margin-left: clamp(.5rem, 4vw, 4rem);
  }
}

@media (max-width: 991.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "groups"
      "statement";
    padding: clamp(1.1rem, 3vw, 1.75rem);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell::after {
    display: none;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro {
    padding-inline: .25rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro h2 {
    max-width: 12ch;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement {
    margin-inline: 0;
  }
}

@media (max-width: 767.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__groups {
    grid-template-columns: 1fr;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__header {
    grid-template-columns: auto auto minmax(0, 1fr);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__number {
    grid-column: auto;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group h3 {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell {
    border-radius: 1.1rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors--grouped .gf-national-factors__shell::before {
    inset: 1rem auto auto 1rem;
    height: 12rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro-icon {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__note {
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: .8rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__note-icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.25rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group {
    padding: 1.1rem;
    border-radius: 1rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__header {
    grid-template-columns: auto minmax(0, 1fr);
    gap: .7rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__icon {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.45rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group__number {
    min-height: 2.1rem;
    padding-inline: .65rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group h3 {
    grid-column: 1 / -1;
    font-size: 1.12rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor-group li {
    font-size: .96rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement {
    grid-template-columns: 1fr;
    gap: .55rem;
    padding: 1rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__statement-icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.1rem;
  }
}

@media (max-width: 1199.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
    min-height: clamp(28rem, 48vh, 34rem);
    padding-right: max(.9rem, calc((100vw - 1180px) / 2));
    padding-left: max(.9rem, calc((100vw - 1180px) / 2));
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors {
    width: min(1180px, calc(100vw - 28px));
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main {
    grid-template-columns: minmax(17rem, .8fr) minmax(24rem, 1.2fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media img {
    min-height: 0;
    height: clamp(17rem, 32vh, 22rem);
  }
}

@media (max-width: 991.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide--selection {
    min-height: auto;
    padding: 1.5rem 1rem 2.5rem;
    background:
      radial-gradient(circle at 84% 14%, rgba(201, 166, 70, .12), transparent 18rem),
      linear-gradient(180deg, rgba(249, 251, 254, .99), rgba(242, 246, 251, .98));
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors {
    width: min(100%, 46rem);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "definition";
    gap: 1.25rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy h1 {
    max-width: 9ch;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__statement,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__definition {
    max-width: none;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media {
    display: block;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__media img {
    min-height: clamp(18rem, 52vw, 26rem);
    height: auto;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__cards {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__shell {
    grid-template-columns: 1fr;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__badge,
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__header {
    grid-column: auto;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factors__matrix {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__brand::after {
    width: 3.25rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__copy h1 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-slide__statement {
    font-size: 1.18rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: .25rem .8rem;
    align-items: start;
    padding: .8rem 0;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1rem;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor__number {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-start;
    min-width: 0;
    padding-right: 0;
    border-right: 0;
  }

  #gf-national-teams.gf-national-teams-fmg--selection .gf-national-factor p {
    grid-column: 2;
    grid-row: 2;
    font-size: .96rem;
  }
}

/* Navbar breakpoint override: mobile through 1099.98px, desktop at 1100px+. */
@media (max-width: 1099.98px) {

  .site-header .gf-navbar.navbar-expand-xl>.container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .site-header .gf-navbar .gf-navbar__toggler,
  .site-header .gf-navbar .gf-search-toggle {
    display: inline-flex !important;
  }

  .site-header .gf-navbar .gf-search-form {
    display: none !important;
  }

  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse,
  .site-header .gf-navbar.navbar-expand-xl .navbar-collapse {
    display: none !important;
    flex-basis: 100% !important;
    flex-grow: 1;
    width: 100% !important;
    order: 10;
  }

  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.collapse:not(.show),
  .site-header .gf-navbar.navbar-expand-xl .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.show,
  .site-header .gf-navbar.navbar-expand-xl .navbar-collapse.show,
  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.collapsing,
  .site-header .gf-navbar.navbar-expand-xl .navbar-collapse.collapsing {
    display: block !important;
    position: fixed !important;
    top: calc(var(--gf-header-toolbar-offset, 0px) + var(--gf-mobile-drawer-top, 72px)) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100dvh - var(--gf-header-toolbar-offset, 0px) - var(--gf-mobile-drawer-top, 72px)) !important;
    max-height: none !important;
    margin: 0 !important;
    transform: none !important;
    padding: 1rem clamp(1rem, 4vw, 1.5rem) calc(1.5rem + env(safe-area-inset-bottom));
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: rgba(11, 31, 58, .96);
  }

  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.show .gf-navbar__menu,
  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.show .gf-navbar__utilities {
    display: block;
    width: 100%;
    margin-inline: 0 !important;
    transform: none !important;
  }

  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.show .gf-navbar__menu nav,
  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.show .navbar-nav {
    width: 100%;
    margin-inline: 0 !important;
    transform: none !important;
  }

  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.show .navbar-nav>.nav-item,
  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse.show .navbar-nav .nav-link {
    width: 100%;
  }

  .site-header .gf-navbar.navbar-expand-xl .navbar-nav {
    display: flex;
    flex-direction: column !important;
    align-items: stretch;
    justify-content: flex-start !important;
    width: 100%;
    gap: 0;
  }

  .site-header .gf-navbar .gf-navbar__menu {
    width: 100%;
    padding-block: 1rem;
  }

  .site-header .gf-navbar .navbar-nav>.nav-item {
    width: 100%;
  }

  .site-header .gf-navbar .navbar-nav .nav-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
    white-space: normal;
  }

  .site-header .gf-navbar .gf-navbar__utilities {
    margin-left: auto;
  }

  .site-header .gf-navbar .dropdown-menu,
  .site-header .gf-navbar .gf-mega-menu {
    position: static !important;
    inset: auto !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0;
    transform: none !important;
    box-shadow: none !important;
    border: 0;
  }

  .site-header .gf-navbar .gf-mega-menu {
    padding: .5rem 0 .85rem;
  }

  .site-header .gf-navbar .gf-mega-menu__group {
    width: 100%;
  }

  .site-header .gf-navbar .gf-mega-menu__links {
    padding-left: 0;
  }

  .site-header .gf-navbar .gf-mobile-search {
    display: block;
  }
}

@media (min-width: 1100px) {

  .site-header .gf-navbar .gf-navbar__toggler,
  .site-header .gf-navbar .gf-search-toggle {
    display: none !important;
  }

  .site-header .gf-navbar .gf-search-form {
    display: flex !important;
  }

  .site-header .gf-navbar.navbar-expand-xl .gf-navbar__collapse,
  .site-header .gf-navbar.navbar-expand-xl .navbar-collapse {
    display: grid !important;
    flex-basis: auto !important;
    width: auto !important;
    order: initial;
  }

  .site-header .gf-navbar.navbar-expand-xl .navbar-nav {
    flex-direction: row !important;
    align-items: center;
  }

  .gf-mobile-search {
    display: none !important;
  }
}

/* Homepage opening composition and compact service shortcuts. */
.path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper {
  height: clamp(480px, 71svh, 780px) !important;
  min-height: clamp(480px, 71svh, 780px) !important;
  max-height: none !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-carousel,
.path-frontpage #block-golf-federation-homepage-hero .swiper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-wrapper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-slide,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__media {
  height: 100%;
  min-height: 0;
}

.path-frontpage .gf-home-block--services {
  display: flex;
  min-height: 0;
  margin: 0;
  /* padding: clamp(.68rem, 1vw, .95rem) 0 .9rem; */
  align-items: stretch;
  background: linear-gradient(180deg, #eef2f5 0%, #f8f9fa 72%, #fff 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .78);
}

.path-frontpage .gf-home-block--services>[data-block="content"],
.path-frontpage .gf-home-block--services .gf-services-fmg,
.path-frontpage .gf-home-block--services .gf-services-fmg__inner {
  width: 100%;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.path-frontpage .gf-home-block--services .gf-services-fmg.gf-services-fmg--shortcut-strip {
  padding-inline: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__inner {
  max-width: none;
  margin: 0 auto;
  padding-inline: 0;
  position: relative;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__header {
  display: none;
  margin: 0;
  padding: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__title {
  margin: 0;
  color: #071a32;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.1;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__title::after {
  display: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__intro {
  max-width: 84ch;
  margin: .35rem 0 0;
  color: rgba(7, 26, 50, .72);
  font-size: clamp(.76rem, .86vw, .88rem);
  line-height: 1.35;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__viewport::-webkit-scrollbar {
  display: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip.is-enhanced .gf-services-fmg__viewport {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.path-frontpage .gf-services-fmg--shortcut-strip.is-enhanced.is-dragging .gf-services-fmg__viewport {
  cursor: grabbing;
}

.path-frontpage .gf-services-fmg--shortcut-strip.is-dragging .gf-services-fmg__card {
  pointer-events: none;
  user-select: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-media {
  -webkit-user-drag: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  gap: clamp(2px, .2vw, 4px);
  transition: transform 560ms cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
  position: relative;
  display: block;
  flex: 0 0 calc((100% - (var(--gf-services-shortcut-count, 4) - 1) * clamp(2px, .2vw, 4px)) / var(--gf-services-shortcut-count, 4));
  min-width: 0;
  height: clamp(230px, 25svh, 290px);
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(145deg, #0c2948, #06172c);
  box-shadow: 0 5px 16px rgba(7, 26, 50, .12);
  scroll-snap-align: start;
  text-decoration: none;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-nav {
  display: none;
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip.is-enhanced .gf-services-fmg__shortcut-nav {
  display: block;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-buttons {
  display: contents;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control {
  position: absolute;
  top: 50%;
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1;
  pointer-events: auto;
  transform: translateY(-50%);
  filter: drop-shadow(0 1px 2px rgba(7, 26, 50, .75));
  transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:first-child {
  left: .25rem;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:last-child {
  right: .25rem;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:hover,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:focus-visible {
  color: #f0d489;
  background: rgba(7, 26, 50, .2);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:focus-visible {
  outline: 3px solid rgba(214, 180, 93, .72);
  outline-offset: 2px;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:disabled {
  opacity: .3;
  pointer-events: none;
  box-shadow: none;
  filter: none;
}

/* Slim live status bar above the national ribbon and Hero. */
.path-frontpage .gf-home-top-ribbons {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #06172c;
}

.path-frontpage .gf-live-leaderboard {
  margin: 0;
  padding: 0;
  background: #06172c;
}

.path-frontpage .gf-live-leaderboard__stage {
  position: relative;
  width: min(100%, 1600px);
  min-height: 30px;
  margin: 0 auto;
  overflow: hidden;
}

.path-frontpage .gf-live-leaderboard__item {
  position: absolute;
  inset: 0;
  display: flex;
  min-height: 30px;
  padding: .22rem clamp(.75rem, 2vw, 2rem);
  align-items: center;
  justify-content: center;
  gap: clamp(.4rem, .8vw, .7rem);
  border-radius: 0;
  color: #fff;
  background: linear-gradient(90deg, #06172c 0%, #0b2b4d 50%, #06172c 100%);
  box-shadow: inset 0 -1px rgba(224, 196, 119, .18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  text-decoration: none;
  transition: opacity 240ms ease, transform 240ms ease, background-color 160ms ease;
}

.path-frontpage .gf-live-leaderboard__item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.path-frontpage .gf-live-leaderboard__eyebrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .38rem;
  color: #e0c477;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.path-frontpage .gf-live-leaderboard__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e0c477;
  box-shadow: 0 0 0 3px rgba(224, 196, 119, .11);
}

.path-frontpage .gf-live-leaderboard__title {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(.76rem, .9vw, .88rem);
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.path-frontpage .gf-live-leaderboard__separator {
  flex: 0 0 auto;
  color: rgba(224, 196, 119, .55);
}

.path-frontpage .gf-live-leaderboard__action {
  flex: 0 0 auto;
  color: #e0c477;
  font-size: .72rem;
  font-weight: 750;
}

.path-frontpage .gf-live-leaderboard__item:hover {
  background: linear-gradient(90deg, #06172c 0%, #10375d 50%, #06172c 100%);
}

.path-frontpage .gf-live-leaderboard__item:hover .gf-live-leaderboard__title,
.path-frontpage .gf-live-leaderboard__item:focus-visible .gf-live-leaderboard__title {
  text-decoration: underline;
  text-decoration-color: rgba(224, 196, 119, .7);
  text-underline-offset: 3px;
}

.path-frontpage .gf-live-leaderboard__item:focus-visible {
  position: relative;
  z-index: 2;
  outline: 2px solid #e0c477;
  outline-offset: -2px;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .18) 36%, transparent 62%);
  opacity: 0;
  transform: translateX(-38%);
  pointer-events: none;
  transition: opacity 220ms ease, transform 320ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--static {
  cursor: default;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transition: transform 300ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 17, 34, .78) 0%, rgba(4, 17, 34, .52) 42%, rgba(4, 17, 34, .28) 72%, rgba(4, 17, 34, .58) 100%);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.15rem, 1.8vw, 1.65rem);
  align-items: center;
  justify-content: flex-start;
  gap: clamp(.45rem, .7vw, .65rem);
  text-align: center;
  pointer-events: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-icon {
  flex: 0 0 auto;
  color: #d6b45d;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
  transition: transform 220ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-title {
  margin: 0;
  max-width: 18ch;
  color: #fff;
  font-size: clamp(1.02rem, 1.25vw, 1.3rem);
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
  position: absolute;
  right: .58rem;
  bottom: .58rem;
  color: #d6b45d;
  opacity: .78;
  font-size: .98rem;
  line-height: 1;
  transition: transform 220ms ease, opacity 220ms ease;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible {
  color: #fff;
  box-shadow: 0 14px 30px rgba(7, 26, 50, .25);
  transform: translateY(-4px);
  filter: saturate(1.06);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover .gf-services-fmg__card-media,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible .gf-services-fmg__card-media {
  transform: scale(1.04);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover::after,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible::after {
  opacity: .72;
  transform: translateX(0);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover .gf-services-fmg__card-arrow,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible .gf-services-fmg__card-arrow {
  opacity: .95;
  transform: translateX(3px);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover .gf-services-fmg__card-icon,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible .gf-services-fmg__card-icon {
  transform: translateY(-1px) scale(1.03);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible {
  outline: 3px solid #d6b45d;
  outline-offset: 3px;
}

@media (min-width: 992px) and (max-width: 1599px) {
  .path-frontpage .gf-services-fmg--shortcut-strip {
    --gf-services-shortcut-count: 3;
  }
}

@media (max-width: 991px) {
  .path-frontpage .gf-services-fmg--shortcut-strip {
    --gf-services-shortcut-count: 2;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__list {
    width: 100%;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .path-frontpage .gf-services-fmg--shortcut-strip {
    --gf-services-shortcut-count: 1;
  }

  .path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper {
    height: clamp(390px, 59svh, 560px) !important;
    min-height: clamp(390px, 59svh, 560px) !important;
  }

  .path-frontpage .gf-home-block--services {
    min-height: 0;
    padding-block: .72rem .75rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control {
    width: 44px;
    height: 44px;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
    height: 200px;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-title {
    max-width: 14ch;
  }

  .path-frontpage .gf-live-leaderboard {
    padding: 0;
  }

  .path-frontpage .gf-live-leaderboard__item {
    min-height: 30px;
    padding: .23rem .7rem;
    justify-content: flex-start;
    gap: .4rem;
  }

  .path-frontpage .gf-live-leaderboard__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .path-frontpage .gf-live-leaderboard__separator:last-of-type {
    display: none;
  }

  .path-frontpage .gf-live-leaderboard__action {
    font-size: 0;
  }

  .path-frontpage .gf-live-leaderboard__action span {
    font-size: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-media,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card::after,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-icon,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
    transition-duration: 1ms;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__list,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control {
    transition-duration: 1ms;
  }

  .path-frontpage .gf-live-leaderboard__item {
    transition-duration: 1ms;
  }

  .path-frontpage .gf-live-leaderboard__item:not(.is-active) {
    transform: none;
  }
}

/* Final Instagram presentation overrides: keep after homepage refinements. */
.gf-instagram-section--premium {
  padding-block: clamp(3.25rem, 5.4vw, 5.75rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 168, 92, .11), transparent 30rem),
    linear-gradient(135deg, #f8f6f0 0%, #f3f1eb 58%, #f7f5ef 100%);
}

.gf-instagram-section--premium::before {
  width: min(10rem, 38vw);
  height: 2px;
  background: linear-gradient(90deg, var(--gf-navy), #caa85c);
}

.gf-instagram-section--premium .gf-instagram-inner {
  width: min(100% - clamp(2rem, 6vw, 7rem), 1360px);
}

.gf-instagram-section--premium .gf-instagram-header__cta,
.gf-instagram-section--premium .gf-instagram-header__cta:hover,
.gf-instagram-section--premium .gf-instagram-header__cta:focus-visible {
  color: #fff;
}

.gf-instagram-section--premium .gf-instagram-header__cta::after {
  content: none;
}

.gf-instagram-editorial--profile .gf-instagram-header--compact {
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
}

.gf-instagram-editorial--profile .gf-instagram-header__cta {
  align-self: flex-start;
  justify-self: start;
}

.gf-instagram-section--premium .gf-instagram-editorial--profile .gf-instagram-header__title {
  max-width: 13ch;
  margin-top: .85rem;
  font-size: clamp(2.1rem, 3.5vw, 4rem);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.gf-instagram-editorial--profile .gf-instagram-layout--profile {
  justify-items: stretch;
}

.gf-instagram-editorial--profile .gf-instagram-profile-embed,
.gf-instagram-section--premium .gf-instagram-editorial--profile .gf-instagram-profile-embed {
  width: 100%;
  max-width: none;
  height: clamp(520px, 43vw, 650px);
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 1359.98px) {
  .gf-instagram-editorial--profile .gf-instagram-header--compact {
    display: grid;
  }

  .gf-instagram-editorial--profile .gf-instagram-profile-embed,
  .gf-instagram-section--premium .gf-instagram-editorial--profile .gf-instagram-profile-embed {
    height: clamp(500px, 69vw, 650px);
  }
}

@media (max-width: 639.98px) {
  .gf-instagram-section--premium {
    padding-block: 2.8rem 3.5rem;
  }

  .gf-instagram-section--premium .gf-instagram-inner {
    width: min(100% - 1.5rem, 1360px);
  }

  .gf-instagram-editorial--profile .gf-instagram-header--compact {
    display: flex;
  }

  .gf-instagram-section--premium .gf-instagram-editorial--profile .gf-instagram-header__title {
    max-width: 14ch;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .gf-instagram-editorial--profile .gf-instagram-profile-embed,
  .gf-instagram-section--premium .gf-instagram-editorial--profile .gf-instagram-profile-embed {
    height: clamp(430px, 132vw, 570px);
  }
}

/* Homepage championships: restrained editorial 3 + 2 showcase. */
.path-frontpage #block-golf-federation-upcoming-tournaments.gf-home-block--upcoming-tournaments {
  margin: 0 calc(50% - 50vw);
  padding: clamp(3.5rem, 5.6vw, 6rem) 0 clamp(3.75rem, 6vw, 6.4rem);
  border-block: 0;
  background: #07182c;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-home-block--upcoming-tournaments::before {
  inset: -1.5rem;
  background:
    linear-gradient(90deg, rgba(4, 14, 27, .78), rgba(4, 14, 27, .58) 48%, rgba(4, 14, 27, .8)),
    url("/sites/default/files/championship/2026/06/zona-centro-interzonas%20-2026.jpeg");
  background-position: center 40%;
  background-size: cover;
  filter: grayscale(.28) saturate(.52) contrast(.88) brightness(.68) blur(2px);
  opacity: .42;
  transform: scale(1.035);
  transition: none;
  will-change: auto;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-home-block--upcoming-tournaments::after,
.path-frontpage #block-golf-federation-upcoming-tournaments.gf-home-block--upcoming-tournaments.is-card-bg-active::after {
  background:
    radial-gradient(70% 65% at 12% 0%, rgba(202, 168, 92, .13), transparent 72%),
    linear-gradient(180deg, rgba(5, 18, 34, .84) 0%, rgba(7, 25, 46, .92) 52%, rgba(5, 17, 32, .97) 100%);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-hover-bg {
  display: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments>h2 {
  display: block;
  width: min(100% - clamp(2rem, 6vw, 6rem), 1280px);
  margin: 0 auto clamp(2rem, 3.2vw, 3rem);
  color: #fff !important;
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  font-weight: 710;
  letter-spacing: -.045em;
  line-height: 1;
  text-align: left;
  text-shadow: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments>h2::before {
  content: "Competencia FMG";
  display: flex;
  align-items: center;
  margin-bottom: .8rem;
  color: #d8b96d;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.path-frontpage #block-golf-federation-upcoming-tournaments>h2::after {
  content: '';
  display: block;
  width: 3.25rem;
  height: 2px;
  margin-top: 1rem;
  background: #caa85c;
  box-shadow: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments>[data-block="content"] {
  width: min(100% - clamp(2rem, 6vw, 6rem), 1280px);
  max-width: 1280px;
  margin-inline: auto;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .view-content {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  gap: clamp(.9rem, 1.25vw, 1.15rem);
  padding: 0;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row {
  grid-column: span 2;
  width: auto;
  max-width: none;
  min-width: 0;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row:nth-child(4) {
  grid-column: 2 / span 2;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row:nth-child(5) {
  grid-column: 4 / span 2;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-card--championship {
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-width: 0;
  border: 1px solid rgba(222, 211, 185, .72);
  border-radius: .35rem;
  background: #fbfaf6;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .2);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-card--championship:hover,
.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-card--championship:focus-within {
  border-color: rgba(220, 187, 109, .9);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .27);
  transform: translateY(-2px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-media {
  aspect-ratio: 2 / 1;
  min-height: 0;
  border-bottom: 1px solid rgba(11, 31, 58, .08);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-card--championship .gf-teaser-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 18, 34, .04), rgba(5, 18, 34, .18));
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-media-badges {
  z-index: 3;
  gap: .35rem;
  padding: .62rem;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-bundle-pill,
.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-status {
  min-height: 1.38rem;
  padding: .22rem .52rem;
  border-radius: .2rem;
  backdrop-filter: blur(8px);
  font-size: .61rem;
  letter-spacing: .055em;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-content {
  padding: 1.05rem 1.1rem 1.12rem;
  gap: .42rem;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-title {
  min-height: 2.35em;
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(1.02rem, .92rem + .2vw, 1.16rem);
  font-weight: 760;
  letter-spacing: -.018em;
  line-height: 1.18;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-category {
  padding-bottom: .48rem;
  border-bottom: 1px solid rgba(11, 31, 58, .09);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-category__text {
  color: #876a28;
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-meta {
  gap: .3rem;
  padding-top: .12rem;
  color: #4c5868;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-actions {
  margin-top: auto;
  padding-top: .58rem;
  gap: .42rem;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-leaderboard,
.path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-cta {
  min-height: 2.25rem;
  padding: .52rem .72rem;
  border-radius: .22rem;
  font-size: .72rem;
  font-weight: 760;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-home-championships__more {
  justify-content: flex-end;
  margin-top: clamp(1.5rem, 2.4vw, 2.25rem);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-home-championships__more-link {
  min-height: 2.75rem;
  padding: .68rem 1rem .68rem 1.15rem;
  border-radius: .25rem;
  background: rgba(255, 255, 255, .06);
  font-size: .76rem;
  letter-spacing: .035em;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-home-block--upcoming-tournaments {
    padding-block: 3.4rem 4rem;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row,
  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row:nth-child(4) {
    grid-column: auto;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row:nth-child(5) {
    grid-column: 1 / -1;
    width: min(100%, calc((100% - clamp(.9rem, 1.25vw, 1.15rem)) / 2));
    justify-self: center;
  }
}

@media (max-width: 639.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-home-block--upcoming-tournaments {
    padding-block: 3rem 3.5rem;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments>h2,
  .path-frontpage #block-golf-federation-upcoming-tournaments>[data-block="content"] {
    width: min(100% - 1.5rem, 1280px);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments>h2 {
    margin-bottom: 1.65rem;
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content {
    grid-template-columns: minmax(0, 1fr);
    gap: .85rem;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row,
  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row:nth-child(4),
  .path-frontpage #block-golf-federation-upcoming-tournaments .view-content>.views-row:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-home-championships__more {
    justify-content: stretch;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-home-championships__more-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-teaser-card--championship {
    transition: none;
  }
}

/* Homepage championships: center-focused circular showcase. */
.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready {
  padding-block: clamp(3.5rem, 5vw, 5.75rem) clamp(3.25rem, 5vw, 5.4rem);
  background: #06172a;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready::before {
  inset: -18% -2rem;
  background:
    linear-gradient(90deg, rgba(4, 14, 27, .64), rgba(4, 14, 27, .2) 50%, rgba(4, 14, 27, .68)),
    url("/sites/default/files/championship/2026/06/zona-centro-interzonas%20-2026.jpeg");
  background-position: center 42%;
  background-size: cover;
  filter: grayscale(.12) saturate(.76) contrast(.98) brightness(.73);
  opacity: .68;
  transform: translate3d(0, var(--gf-championships-parallax-y, 0), 0) scale(1.12);
  transition: opacity .45s ease, transform .12s linear;
  will-change: transform;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready::after,
.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready.is-card-bg-active::after {
  background:
    radial-gradient(48% 54% at 50% 42%, rgba(202, 168, 92, .13), transparent 74%),
    radial-gradient(80% 55% at 50% 100%, rgba(21, 58, 94, .28), transparent 78%),
    linear-gradient(180deg, rgba(5, 17, 32, .75), rgba(6, 22, 41, .82) 48%, rgba(4, 14, 27, .94));
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready.is-card-bg-active::before {
  opacity: .3;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-championships-hover-bg {
  display: block;
  opacity: 0;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-championships-hover-bg.is-active {
  opacity: .26;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-championships-hover-bg__blur {
  opacity: .42;
  filter: blur(46px) saturate(.74) brightness(.58);
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-championships-hover-bg__logo {
  opacity: .18;
  filter: saturate(.65) contrast(.94) brightness(.72) drop-shadow(0 28px 60px rgba(0, 0, 0, .24));
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready>h2 {
  display: block;
  width: min(100% - 2rem, 1280px);
  margin: 0 auto clamp(1.4rem, 2.2vw, 2rem);
  color: #fff !important;
  font-size: clamp(2.5rem, 4.5vw, 4.75rem);
  font-weight: 710;
  letter-spacing: -.05em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 5px 28px rgba(0, 0, 0, .28);
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready>h2::before {
  content: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready>h2::after {
  content: '';
  display: block;
  width: 3.25rem;
  height: 2px;
  margin: .95rem auto 0;
  background: linear-gradient(90deg, transparent, #d7b765 20% 80%, transparent);
  box-shadow: 0 0 18px rgba(202, 168, 92, .36);
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready>[data-block="content"] {
  width: min(100% - 1.5rem, 1280px);
  max-width: 1280px;
  margin-inline: auto;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel {
  position: relative;
  display: block;
  height: clamp(34rem, 43vw, 38rem);
  padding: 0;
  overflow: clip;
  perspective: 1500px;
  transform-style: preserve-3d;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 1;
  display: flex;
  width: clamp(20rem, 30vw, 25.5rem);
  max-width: calc(100% - 3.5rem);
  height: auto;
  min-width: 0;
  margin: 0;
  opacity: .18;
  filter: saturate(.62) brightness(.65);
  pointer-events: none;
  transform: translate3d(-50%, -50%, -120px) scale(.68);
  transform-origin: center;
  transition: transform .56s cubic-bezier(.22, .7, .24, 1), opacity .42s ease, filter .42s ease;
  will-change: transform, opacity;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active {
  z-index: 5;
  opacity: 1;
  filter: none;
  pointer-events: auto;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
  z-index: 3;
  opacity: .68;
  filter: saturate(.76) brightness(.78);
  transform: translate3d(calc(-50% - clamp(18rem, 28vw, 25rem)), -50%, -70px) scale(.82) rotateY(5deg);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
  z-index: 3;
  opacity: .68;
  filter: saturate(.76) brightness(.78);
  transform: translate3d(calc(-50% + clamp(18rem, 28vw, 25rem)), -50%, -70px) scale(.82) rotateY(-5deg);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-far-prev {
  transform: translate3d(calc(-50% - clamp(34rem, 55vw, 48rem)), -50%, -130px) scale(.65);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-far-next {
  transform: translate3d(calc(-50% + clamp(34rem, 55vw, 48rem)), -50%, -130px) scale(.65);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row::before,
.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row::after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active::before {
  top: -5rem;
  width: 145%;
  height: 78%;
  opacity: .7;
  background: radial-gradient(ellipse at 50% 0%, rgba(238, 207, 128, .3), rgba(202, 168, 92, .08) 38%, transparent 72%);
  filter: blur(10px);
  transform: translateX(-50%);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active::after {
  bottom: -1.6rem;
  width: 92%;
  height: 2.5rem;
  opacity: .75;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(221, 186, 103, .5), rgba(202, 168, 92, .12) 42%, transparent 72%);
  filter: blur(10px);
  transform: translateX(-50%);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel .gf-teaser-card--championship {
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-width: 0;
  border: 1px solid rgba(221, 210, 183, .68);
  border-radius: .42rem;
  background: #fbfaf6;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
  transform: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active .gf-teaser-card--championship {
  border-color: rgba(228, 195, 115, .95);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .42), 0 0 0 1px rgba(202, 168, 92, .24), 0 0 38px rgba(202, 168, 92, .16);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel .gf-teaser-media {
  aspect-ratio: 2 / 1;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__controls {
  position: absolute;
  right: 50%;
  bottom: .25rem;
  z-index: 8;
  display: inline-grid;
  grid-template-columns: 2.75rem minmax(4.5rem, auto) 2.75rem;
  align-items: center;
  gap: .55rem;
  transform: translateX(50%);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(218, 187, 111, .62);
  border-radius: 50%;
  background: rgba(7, 27, 49, .88);
  color: #f8edd1;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__button:hover {
  border-color: #e2c67f;
  background: #102f52;
  color: #fff;
  transform: translateY(-1px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__button:focus-visible {
  border-color: #fff;
  outline: 3px solid rgba(218, 187, 111, .72);
  outline-offset: 3px;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__status {
  color: rgba(255, 250, 237, .82);
  font-size: .73rem;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  letter-spacing: .08em;
  text-align: center;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more {
  justify-content: center;
  margin-top: clamp(1.15rem, 2vw, 1.8rem);
}

@media (max-width: 991.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel {
    height: 35rem;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row {
    width: clamp(19rem, 54vw, 23rem);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
    transform: translate3d(calc(-50% - min(38vw, 18.5rem)), -50%, -70px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
    transform: translate3d(calc(-50% + min(38vw, 18.5rem)), -50%, -70px) scale(.78);
  }
}

@media (max-width: 639.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready {
    padding-block: 3rem 3.5rem;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready>h2 {
    margin-bottom: 1.2rem;
    font-size: clamp(2.4rem, 12vw, 3.2rem);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel {
    height: 33.5rem;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row {
    top: 45%;
    width: min(21.5rem, calc(100% - 2.25rem));
    max-width: none;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
    opacity: .28;
    transform: translate3d(calc(-50% - 74vw), -50%, -80px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
    opacity: .28;
    transform: translate3d(calc(-50% + 74vw), -50%, -80px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__controls {
    bottom: .1rem;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more {
    justify-content: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready::before {
    transform: scale(1.06);
    transition: none;
    will-change: auto;
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row,
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row::before,
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row::after,
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__button,
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-championships-hover-bg {
    transition: none;
  }
}

/* Final championship showcase motion overrides. */
.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row {
  transition: transform .68s cubic-bezier(.2, .82, .2, 1), opacity .48s ease, filter .48s ease;
  backface-visibility: hidden;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active {
  transform: translate3d(calc(-50% + var(--gf-championships-drag-x)), -50%, 0) scale(1);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
  transform: translate3d(calc(-50% - clamp(18rem, 28vw, 25rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.82) rotateY(4deg);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
  transform: translate3d(calc(-50% + clamp(18rem, 28vw, 25rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.82) rotateY(-4deg);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-far-prev {
  transform: translate3d(calc(-50% - clamp(34rem, 55vw, 48rem) + var(--gf-championships-drag-x)), -50%, -130px) scale(.65);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-far-next {
  transform: translate3d(calc(-50% + clamp(34rem, 55vw, 48rem) + var(--gf-championships-drag-x)), -50%, -130px) scale(.65);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel.is-dragging>.views-row {
  transition: none;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active::before {
  top: -.9rem;
  width: 112%;
  height: 38%;
  opacity: .58;
  background: radial-gradient(ellipse at 50% 18%, rgba(246, 222, 163, .24), rgba(218, 181, 94, .08) 38%, transparent 70%);
  filter: blur(14px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active::after {
  bottom: -.65rem;
  width: 76%;
  height: 1.6rem;
  opacity: .64;
  border-top: 1px solid rgba(235, 207, 140, .24);
  background: radial-gradient(ellipse, rgba(232, 197, 112, .42), rgba(202, 168, 92, .1) 48%, transparent 76%);
  filter: blur(9px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active .gf-teaser-card--championship {
  border-color: rgba(235, 204, 129, .98);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .44), 0 0 0 1px rgba(202, 168, 92, .28), 0 0 20px rgba(202, 168, 92, .12), inset 0 1px 0 rgba(255, 246, 217, .4);
  transition: border-color .42s ease, box-shadow .52s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__controls {
  padding: .28rem .42rem;
  border: 1px solid rgba(224, 193, 119, .16);
  border-radius: 999px;
  background: rgba(5, 21, 39, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 12px 28px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel__button {
  width: 2.65rem;
  height: 2.65rem;
  border-color: rgba(226, 195, 119, .72);
  background: linear-gradient(180deg, rgba(17, 51, 84, .96), rgba(7, 29, 52, .96));
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link {
  min-height: 3.15rem;
  padding: .82rem 1.25rem .82rem 1.45rem;
  border: 1px solid rgba(224, 189, 108, .86);
  border-radius: .38rem;
  background: linear-gradient(135deg, #12375f, #081f39 72%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 247, 219, .13), 0 16px 34px rgba(0, 0, 0, .28), 0 0 24px rgba(202, 168, 92, .08);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: none;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link::after {
  margin-left: .72rem;
  transition: transform .22s ease, color .22s ease;
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link:hover {
  border-color: #efd48d;
  background: linear-gradient(135deg, #184873, #0b2949 72%);
  box-shadow: inset 0 1px 0 rgba(255, 247, 219, .18), 0 20px 42px rgba(0, 0, 0, .34), 0 0 30px rgba(202, 168, 92, .13);
  transform: translateY(-2px);
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link:hover::after {
  color: #f1d997;
  transform: translateX(.24rem);
}

.path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link:focus-visible {
  border-color: #fff;
  outline: 3px solid rgba(226, 192, 111, .76);
  outline-offset: 4px;
}

@media (max-width: 991.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
    transform: translate3d(calc(-50% - min(38vw, 18.5rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
    transform: translate3d(calc(-50% + min(38vw, 18.5rem) + var(--gf-championships-drag-x)), -50%, -70px) scale(.78);
  }
}

@media (max-width: 639.98px) {
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-prev {
    transform: translate3d(calc(-50% - 74vw + var(--gf-championships-drag-x)), -50%, -80px) scale(.78);
  }

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-next {
    transform: translate3d(calc(-50% + 74vw + var(--gf-championships-drag-x)), -50%, -80px) scale(.78);
  }
}

@media (prefers-reduced-motion: reduce) {

  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row,
  .path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel>.views-row.is-active .gf-teaser-card--championship,
  .path-frontpage #block-golf-federation-upcoming-tournaments.gf-championships-carousel-ready .gf-home-championships__more-link {
    transition: none;
  }
}

.path-frontpage #block-golf-federation-upcoming-tournaments .gf-championships-carousel::before {
  clip-path: none;
  width: min(25rem, 40vw);
  height: 48%;
  background: radial-gradient(ellipse at 50% 22%, rgba(244, 219, 157, .1), rgba(215, 180, 97, .035) 38%, transparent 72%);
  filter: blur(22px);
  opacity: .5;
}

/* Keep multi-leaderboard navigation inside the 30px live utility strip. */
.path-frontpage .gf-live-leaderboard--multiple {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  min-height: 30px;
  overflow: hidden;
}

.path-frontpage .gf-live-leaderboard--multiple .gf-live-leaderboard__stage {
  width: 100%;
  min-width: 0;
}

.path-frontpage .gf-live-leaderboard__control {
  position: relative;
  z-index: 3;
  display: inline-grid;
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: #06172c;
  color: #e0c477;
  cursor: pointer;
  font: inherit;
  font-size: 1.15rem;
  line-height: 1;
  transition: color 160ms ease, background-color 160ms ease;
}

.path-frontpage .gf-live-leaderboard__control--previous {
  border-right: 1px solid rgba(224, 196, 119, .18);
}

.path-frontpage .gf-live-leaderboard__control--next {
  border-left: 1px solid rgba(224, 196, 119, .18);
}

.path-frontpage .gf-live-leaderboard__control:hover {
  background: #10375d;
  color: #fff4cf;
}

.path-frontpage .gf-live-leaderboard__control:focus-visible {
  outline: 2px solid #e0c477;
  outline-offset: -3px;
}

@media (max-width: 767.98px) {
  .path-frontpage .gf-live-leaderboard--multiple {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
  }

  .path-frontpage .gf-live-leaderboard__control {
    width: 28px;
    min-width: 28px;
    font-size: 1rem;
  }

  .path-frontpage .gf-live-leaderboard--multiple .gf-live-leaderboard__item {
    padding-inline: .5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-frontpage .gf-live-leaderboard__control {
    transition: none;
  }
}

/* Homepage top refinement: compact mobile Hero and integrated service controls. */
.path-frontpage .gf-home-block--services {
  position: relative;
  background: transparent;
  box-shadow: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__list {
  --gf-services-refined-gap: clamp(2px, .2vw, 4px);
  gap: var(--gf-services-refined-gap);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
  flex-basis: calc((100% - (var(--gf-services-shortcut-count, 4) - 1) * var(--gf-services-refined-gap)) / var(--gf-services-shortcut-count, 4));
  border: 1px solid rgba(255, 255, 255, .34);
  box-shadow: 0 8px 22px rgba(7, 26, 50, .14), inset 0 0 0 1px rgba(7, 26, 50, .06);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:first-child {
  left: .45rem;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:last-child {
  right: .45rem;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control>span[aria-hidden="true"] {
  display: block;
  width: .58rem;
  height: .58rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  font-size: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:first-child>span[aria-hidden="true"] {
  transform: translateX(1px) rotate(-135deg);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:last-child>span[aria-hidden="true"] {
  transform: translateX(-1px) rotate(45deg);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:hover,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:focus-visible {
  color: #f0d489;
  background: rgba(7, 26, 50, .2);
  box-shadow: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .96);
  outline-offset: 2px;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:disabled,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:disabled:hover,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:disabled:focus-visible {
  border-color: transparent;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .path-frontpage .gf-services-fmg--shortcut-strip {
    --gf-services-shortcut-count: 2;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
    height: clamp(245px, 22svh, 270px);
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-content {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper {
    height: clamp(330px, 44svh, 420px) !important;
    min-height: clamp(330px, 44svh, 420px) !important;
    max-height: 420px !important;
  }

  .path-frontpage .gf-home-block--services {
    padding-block: .55rem .72rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__list {
    --gf-services-refined-gap: 2px;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
    height: clamp(212px, 26svh, 228px);
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-content {
    padding: 1.2rem 1.15rem;
    justify-content: center;
    gap: .5rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-icon {
    font-size: 1.72rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-title {
    max-width: 17ch;
    font-size: 1.08rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control {
    width: 42px;
    height: 42px;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:first-child {
    left: .2rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control:last-child {
    right: .2rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__list,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__shortcut-control {
    transition: none;
  }
}

@media (max-width: 374.98px) {

  .gf-championships__toolbar-row,
  .gf-championships__view-switch,
  .gf-championships__toolbar-actions {
    width: 100%;
    min-width: 0;
  }

  .gf-championships__view-switch {
    flex-basis: 100%;
  }

  .gf-championships__toolbar-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-left: 0;
  }

  .gf-championships__panel-toggle {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .gf-championships__switch-btn {
    min-width: 0;
    padding-inline: .32rem;
    gap: .2rem;
    font-size: .68rem;
  }
}

/* Keep the component-variable layer after the legacy homepage refinements. */
.path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper {
  --gf-hero-container-bg: var(--gf-navy, #0b1f3a);
  background: var(--gf-hero-container-bg) !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-carousel,
.path-frontpage #block-golf-federation-homepage-hero .swiper-wrapper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-slide {
  background: var(--gf-hero-container-bg, var(--gf-navy, #0b1f3a));
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide {
  background: var(--gf-hero-slide-bg, var(--gf-hero-container-bg, var(--gf-navy, #0b1f3a))) !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-default .hero-slide__media,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--media-bg-solid .hero-slide__media {
  background: var(--gf-hero-media-bg, var(--gf-hero-slide-bg, var(--gf-hero-container-bg, var(--gf-navy, #0b1f3a)))) !important;
}

.path-frontpage .gf-services-fmg--shortcut-strip {
  background:
    radial-gradient(circle at 50% 0, rgba(214, 180, 93, .09), transparent 34rem),
    linear-gradient(180deg, #eef2f4 0%, #f5f6f5 58%, #fff 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .92), inset 0 10px 24px rgba(7, 26, 50, .025);
}

.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--section-bg-solid {
  background: var(--gf-services-section-bg);
}

.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--section-bg-transparent {
  background: transparent;
  box-shadow: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__inner {
  width: min(calc(100% - 2 * clamp(.5rem, 2vw, 1.5rem)), 1200px);
  max-width: 1200px;
  margin-inline: auto;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card {
  border: 1px solid var(--gf-service-border, transparent);
  background: var(--gf-service-bg, linear-gradient(145deg, #0c2948, #06172c));
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-title {
  color: var(--gf-service-title-color, #fff);
  font-family: var(--gf-service-title-font, inherit);
  font-size: var(--gf-service-title-size, clamp(1.02rem, 1.25vw, 1.3rem));
  font-weight: var(--gf-service-title-weight, 750);
  line-height: var(--gf-service-title-line, 1.2);
  letter-spacing: var(--gf-service-title-tracking, normal);
  text-align: inherit;
  text-transform: var(--gf-service-title-transform, none);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-icon {
  color: var(--gf-service-icon-color, #d6b45d);
  background: var(--gf-service-icon-bg, transparent);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
  color: var(--gf-service-link-color, #d6b45d);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover .gf-services-fmg__card-arrow,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible .gf-services-fmg__card-arrow {
  color: var(--gf-service-link-hover, var(--gf-service-link-color, #d6b45d));
}

/* Per-slide text width remains opt-in so existing Hero slides render unchanged. */
.path-frontpage #block-golf-federation-homepage-hero .hero-slide[style*="--gf-hero-content-width"] .hero-slide__content {
  width: var(--gf-hero-content-width);
  max-width: min(var(--gf-hero-content-width), 72rem);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split[style*="--gf-hero-content-width"] .hero-slide__content {
  width: var(--gf-hero-content-width-split);
  max-width: var(--gf-hero-content-width-split);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--left[style*="--gf-hero-content-width"] .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--bottom-left[style*="--gf-hero-content-width"] .hero-slide__content {
  margin-inline: 0 auto;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--center[style*="--gf-hero-content-width"] .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--bottom-center[style*="--gf-hero-content-width"] .hero-slide__content {
  margin-inline: auto;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--right[style*="--gf-hero-content-width"] .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--bottom-right[style*="--gf-hero-content-width"] .hero-slide__content {
  margin-inline: auto 0;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide[style*="--gf-hero-title-size"] .hero-slide__title {
  font-size: var(--gf-hero-title-size) !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide[style*="--gf-hero-subtitle-size"] .hero-slide__eyebrow {
  font-size: var(--gf-hero-subtitle-size) !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide[style*="--gf-hero-description-size"] .hero-slide__subtitle {
  font-size: var(--gf-hero-description-size) !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide[style*="--gf-hero-cta-size"] .hero-slide__cta {
  font-size: var(--gf-hero-cta-size) !important;
}

@media (max-width: 991.98px) {
  .path-frontpage #block-golf-federation-homepage-hero .hero-slide[style*="--gf-hero-content-width"] .hero-slide__content {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}

/* Compact FMG editorial Hero and unified Services continuation. */
.path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper {
  --gf-hero-compact-height: clamp(360px, 47.333svh, 520px);
  height: auto !important;
  min-height: var(--gf-hero-compact-height) !important;
  max-height: none !important;
  overflow: clip;
  border: 0 !important;
  border-radius: clamp(.75rem, 1.4vw, 1.15rem) clamp(.75rem, 1.4vw, 1.15rem) 0 0;
  box-shadow: none !important;
}

.path-frontpage #block-golf-federation-homepage-hero>div,
.path-frontpage #block-golf-federation-homepage-hero>.field,
.path-frontpage #block-golf-federation-homepage-hero>.field>.field__item,
.path-frontpage #block-golf-federation-homepage-hero .hero-carousel,
.path-frontpage #block-golf-federation-homepage-hero .swiper-wrapper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-slide,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide {
  height: auto !important;
  min-height: var(--gf-hero-compact-height) !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split {
  display: grid;
  grid-template-areas: "content media";
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split-image-left {
  grid-template-areas: "media content";
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--ratio-one-third-two-thirds {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--ratio-two-fifths-three-fifths {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--ratio-half-half {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--ratio-three-fifths-two-fifths {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--ratio-two-thirds-one-third {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split-image-left.hero-slide--ratio-one-third-two-thirds {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split-image-left.hero-slide--ratio-two-fifths-three-fifths {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split-image-left.hero-slide--ratio-three-fifths-two-fifths {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split-image-left.hero-slide--ratio-two-thirds-one-third {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split .hero-slide__content {
  grid-area: content;
  min-width: 0;
  min-height: var(--gf-hero-compact-height);
  overflow: visible;
  padding: clamp(1.6rem, 3.2vw, 3rem);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split .hero-slide__media {
  grid-area: media;
  min-width: 0;
  min-height: var(--gf-hero-compact-height);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--layout-split-image-left .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--layout-split-image-right .hero-slide__content {
  grid-area: content;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--layout-split-image-left .hero-slide__media,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--layout-split-image-right .hero-slide__media {
  grid-area: media;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-content-only {
  display: flex;
  min-height: var(--gf-hero-compact-height);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-content-only .hero-slide__content {
  position: relative;
  width: 100%;
  min-height: var(--gf-hero-compact-height);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-image-only .hero-slide__media {
  position: absolute;
  inset: 0;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--top .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--top-left .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--top-center .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--top-right .hero-slide__content {
  justify-content: flex-start;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--bottom .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--bottom-left .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--bottom-center .hero-slide__content,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--bottom-right .hero-slide__content {
  justify-content: flex-end;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-center .hero-slide__content {
  align-items: center;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-right .hero-slide__content {
  align-items: flex-end;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-center .hero-slide__meta,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-center .hero-slide__main-text,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-center .hero-slide__actions {
  justify-content: center;
  text-align: center;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-right .hero-slide__meta,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-right .hero-slide__main-text,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--text-right .hero-slide__actions {
  justify-content: flex-end;
  text-align: right;
}

.path-frontpage .gf-home-block--services {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-top: 0 !important;
  border-top: 0;
  box-shadow: none;
}

.path-frontpage .gf-home-block--informational-banners.fmg-home-events-modal-host {
  height: 0;
  min-height: 0;
  border: 0;
}

.path-frontpage #block-golf-federation-services.gf-home-block--services {
  border-bottom: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip {
  margin-top: 0;
  border-top: 0;
  box-shadow: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__inner {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__inner {
    width: calc(96% + 16px);
    max-width: 1200px;
    margin-inline: auto;
  }
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:first-child {
  border-bottom-left-radius: clamp(.75rem, 1.4vw, 1.15rem);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card:last-child {
  border-bottom-right-radius: clamp(.75rem, 1.4vw, 1.15rem);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
  right: .52rem;
  bottom: .48rem;
  font-size: 1.2rem;
  line-height: 1;
  opacity: .9;
  filter: drop-shadow(0 1px 2px rgba(4, 17, 34, .42));
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:hover .gf-services-fmg__card-arrow,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--link:focus-visible .gf-services-fmg__card-arrow {
  opacity: 1;
  transform: translateX(3px) scale(1.08);
}

@media (max-width: 767.98px) {
  .path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper {
    --gf-hero-compact-height: clamp(420px, 56svh, 560px);
    height: auto !important;
    min-height: var(--gf-hero-compact-height) !important;
    max-height: none !important;
  }

  .path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split {
    grid-template-areas:
      "media"
      "content";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(12.5rem, 42%) auto;
  }

  .path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split.hero-slide--mobile-content-first {
    grid-template-areas:
      "content"
      "media";
    grid-template-rows: auto minmax(12.5rem, 42%);
  }

  .path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split .hero-slide__media {
    grid-area: media;
    height: auto !important;
    min-height: 12.5rem;
  }

  .path-frontpage #block-golf-federation-homepage-hero .hero-slide--layout-split .hero-slide__content {
    grid-area: content;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: clamp(1.15rem, 5vw, 1.65rem);
  }

  .path-frontpage .gf-home-block--services {
    padding-top: 0 !important;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__inner {
    width: 100%;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
    right: .48rem;
    bottom: .44rem;
    font-size: 1.16rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
    transition: none;
  }
}

/* Hero and quick-access composition: square media, editorial introduction,
   and real compact dimensions without transform scaling. */
.path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper,
.path-frontpage #block-golf-federation-homepage-hero>div,
.path-frontpage #block-golf-federation-homepage-hero>.field,
.path-frontpage #block-golf-federation-homepage-hero>.field>.field__item,
.path-frontpage #block-golf-federation-homepage-hero .hero-carousel,
.path-frontpage #block-golf-federation-homepage-hero .swiper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-wrapper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-slide,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__media,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__media-fill,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__media-foreground,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__video,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__iframe,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__content {
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
}

.path-frontpage #block-golf-federation-homepage-hero.gf-homepage-section--hero.gf-hero-wrapper,
.path-frontpage #block-golf-federation-homepage-hero .hero-carousel,
.path-frontpage #block-golf-federation-homepage-hero .swiper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-wrapper,
.path-frontpage #block-golf-federation-homepage-hero .swiper-slide,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__media {
  box-shadow: none !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide::before,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide::after,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__media::before,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__media::after {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide--has-content-panel .hero-slide__content {
  border-radius: 0;
  box-shadow: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__header {
  display: grid !important;
  max-width: 76ch;
  margin: 0;
  padding: clamp(1rem, 1.7vw, 1.45rem) clamp(.25rem, .7vw, .65rem) clamp(.85rem, 1.25vw, 1.15rem);
  justify-items: start;
  gap: .32rem;
  text-align: left;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__header--center {
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__header--right {
  margin-left: auto;
  justify-items: end;
  text-align: right;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__eyebrow {
  color: var(--gf-services-eyebrow-color, #9a7420);
  font-size: clamp(.68rem, .72vw, .76rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__title {
  color: var(--gf-services-heading-color, #071a32);
  font-size: clamp(1.45rem, 2.15vw, 2rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__intro {
  max-width: 68ch;
  margin: .15rem 0 0;
  color: var(--gf-services-intro-color, #32465a);
  font-size: clamp(.88rem, 1vw, 1rem);
  line-height: 1.45;
  text-wrap: pretty;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__section-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: .25rem;
  padding: .55rem .85rem;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 0;
  color: var(--gf-services-heading-color, #071a32);
  font-size: .84rem;
  font-weight: 750;
  text-decoration: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__section-link:hover,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__section-link:focus-visible {
  color: #fff;
  background: var(--gf-services-heading-color, #071a32);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-compact,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-normal,
.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-tall {
  height: auto !important;
  min-height: clamp(154px, 16.75svh, 186px);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-content {
  height: auto;
  min-height: inherit;
  padding: clamp(.78rem, 1.15vw, 1rem);
  gap: clamp(.28rem, .48vw, .42rem);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  font-size: clamp(1.35rem, 1.75vw, 1.65rem);
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-title {
  font-size: var(--gf-service-title-size, clamp(1rem, 1.16vw, 1.16rem));
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
  right: .5rem;
  bottom: .45rem;
  font-size: 1.35rem;
  line-height: 1;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content {
  max-width: 56ch;
  color: var(--hero-description-color, currentColor);
  font-family: var(--hero-description-font, inherit);
  font-size: var(--gf-hero-description-size, var(--hero-description-size, clamp(1rem, 1.35vw, 1.2rem)));
  line-height: var(--hero-description-line, 1.5);
  text-align: inherit;
  text-shadow: var(--hero-description-shadow, none);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content> :first-child {
  margin-top: 0;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content> :last-child {
  margin-bottom: 0;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content h3,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content h4 {
  margin: 0 0 .45em;
  color: var(--hero-title-color, currentColor);
  font-family: var(--hero-title-font, inherit);
  font-size: var(--gf-hero-title-size, var(--hero-title-size, clamp(2rem, 4vw, 3.5rem)));
  font-weight: var(--hero-title-weight, 700);
  line-height: var(--hero-title-line, 1.08);
  letter-spacing: var(--hero-title-tracking, -.02em);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content a {
  color: inherit;
  text-decoration-thickness: .09em;
  text-underline-offset: .18em;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content a:focus-visible {
  outline: 3px solid #d6b45d;
  outline-offset: 3px;
}

.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content ul,
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content ol {
  margin: .65em 0;
  padding-inline-start: 1.25em;
}

@media (min-width: 768px) and (max-width: 1199.98px) {

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-compact,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-normal,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-tall {
    height: auto !important;
    min-height: clamp(164px, 18svh, 174px);
  }
}

@media (max-width: 767.98px) {
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__header {
    max-width: none;
    padding: .9rem 1rem .78rem;
    gap: .25rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__title {
    font-size: clamp(1.32rem, 6vw, 1.65rem);
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__intro {
    font-size: .88rem;
    line-height: 1.4;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-compact,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-normal,
  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card--height-tall {
    height: auto !important;
    min-height: 188px;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-content {
    padding: .9rem 1rem;
    gap: .35rem;
  }

  .path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
    font-size: 1.3rem;
  }

  .path-frontpage #block-golf-federation-homepage-hero .hero-slide__rich-content {
    max-width: none;
    font-size: .98rem;
  }
}

/* Final cascade guard for the homepage opening composition. */
.path-frontpage #block-golf-federation-homepage-hero .hero-slide__cta {
  min-height: 44px;
  border-radius: 2px;
  box-shadow: none;
}

.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--without-header,
.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--without-header .gf-services-fmg__inner,
.path-frontpage .gf-services-fmg--shortcut-strip.gf-services-fmg--without-header .gf-services-fmg__viewport {
  margin-top: 0;
  padding-top: 0;
}

.path-frontpage .gf-services-fmg--shortcut-strip .gf-services-fmg__card-arrow {
  right: .68rem;
  bottom: .62rem;
  font-size: 1.12rem;
}

@media (min-width: 768px) {
  .path-frontpage #block-golf-federation-homepage-hero .swiper-button-prev {
    left: .5rem;
  }

  .path-frontpage #block-golf-federation-homepage-hero .swiper-button-next {
    right: .5rem;
  }
}

/* ═══════════════════════════════════════════════════════════
   LEGAL DOCUMENT PAGE — .gf-legal-page
   ═══════════════════════════════════════════════════════════ */

.gf-legal-page {
  padding-block: clamp(2rem, 4vw, 3.5rem);
}

.gf-legal-page__inner {
  width: min(calc(100% - 2rem), 840px);
  margin-inline: auto;
}

.gf-legal-page__header h1 {
  margin: 0 0 1rem;
  color: #0d2b45;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
}

.gf-legal-page__meta {
  margin-bottom: 1.6rem;
  padding: .8rem 1.2rem;
  border-left: 3px solid var(--gf-gold, #caa85c);
  background: rgba(202, 168, 92, .06);
  font-size: .82rem;
  color: #4a5f70;
}

.gf-legal-page__toc {
  margin: 1.6rem 0 2.4rem;
  padding: 1.2rem 1.6rem;
  background: #f7f9f8;
  border: 1px solid #e0e8e4;
  border-radius: .3rem;
}

.gf-legal-page__toc-title {
  margin: 0 0 .7rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #3a4f5c;
}

.gf-legal-page__toc ol {
  margin: 0;
  padding-left: 1.2em;
}

.gf-legal-page__toc li {
  margin-bottom: .3rem;
  font-size: .86rem;
}

.gf-legal-page__toc a {
  color: #1a4f6e;
  text-decoration: none;
}

.gf-legal-page__toc a:hover {
  text-decoration: underline;
}

.gf-legal-page__body h2 {
  margin-top: 2.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d2b45;
  border-bottom: 1px solid #e0e8e4;
  padding-bottom: .4rem;
  scroll-margin-top: 5rem;
}

.gf-legal-page__body h3 {
  margin-top: 1.4rem;
  font-size: .96rem;
  font-weight: 700;
  color: #1a4f6e;
  scroll-margin-top: 5rem;
}

.gf-legal-page__body p,
.gf-legal-page__body li {
  font-size: .92rem;
  line-height: 1.72;
  color: #2d3f4c;
}

.gf-legal-page__body table {
  width: 100%;
  border-collapse: collapse;
  font-size: .84rem;
  margin-block: 1.2rem;
  overflow-x: auto;
  display: block;
}

.gf-legal-page__body th {
  background: #0d2b45;
  color: #fff;
  font-weight: 600;
  padding: .5rem .75rem;
  text-align: left;
}

.gf-legal-page__body td {
  padding: .45rem .75rem;
  border-bottom: 1px solid #dde6e2;
  vertical-align: top;
}

.gf-legal-page__body tr:nth-child(even) td {
  background: #f4f7f6;
}

.gf-legal-page__review-status {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: .3rem .7rem;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-legal-page__review-status--draft {
  background: #fff3cd;
  color: #856404;
}

.gf-legal-page__review-status--internal_review {
  background: #cfe2ff;
  color: #0a4a8f;
}

.gf-legal-page__review-status--legal_review {
  background: #d1ecf1;
  color: #0c5460;
}

.gf-legal-page__review-status--approved {
  background: #d4edda;
  color: #155724;
}

/* Final cascade guards for the modular footer against legacy footer rules. */
#site-footer.site-footer {
  margin: 0;
  padding: 0;
  border: 0;
  background: #061a35;
}

#site-footer .region-footer-institutional,
#site-footer .region-footer-institutional>.block,
#site-footer .fmg-footer-partners,
#site-footer .fmg-footer-institutional {
  width: 100%;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
}
