:root {
  --gm-font-body: "roboto", Roboto, Arial, sans-serif;
  --gm-font-heading: "garamond-premier-pro", "Garamond Premier Pro", Garamond,
    Georgia, serif;
  --gm-primary: #3becda;
  --gm-primary-dark: #22b9ac;
  --gm-accent: #ca7a5b;
  --gm-foreground: #000000;
  --gm-background: #ffffff;
  --gm-surface: #ffffff;
  --gm-muted: #dbdce8;
  --gm-noise-gray: #dbdce8;
  --gm-yellow: #e3cb6b;
  --gm-border: rgba(0, 0, 0, 0.14);
  --gm-text-muted: #555555;
  --gm-radius: 0;
  --gm-shadow: none;
  --gm-shadow-soft: none;
}

body.gm-theme {
  font-family: var(--gm-font-body);
  color: var(--gm-foreground);
  background: var(--gm-background);
}

body.gm-theme button,
body.gm-theme input,
body.gm-theme optgroup,
body.gm-theme select,
body.gm-theme textarea {
  font-family: var(--gm-font-body);
}

body.gm-theme .btn,
body.gm-theme .dropdown-menu,
body.gm-theme .form-control,
body.gm-theme .form-select,
body.gm-theme .navbar-toggler,
body.gm-theme .page-link,
body.gm-theme [class^="gm-"],
body.gm-theme [class*=" gm-"] {
  border-radius: 0;
}

body.gm-theme h1,
body.gm-theme h2,
body.gm-theme h3,
body.gm-theme h4,
body.gm-theme h5,
body.gm-theme h6,
body.gm-theme .gm-brand__copy strong,
body.gm-theme .gm-page-title,
body.gm-theme .gm-section-title,
body.gm-theme .gm-card__title,
body.gm-theme .gm-footer-title {
  font-family: var(--gm-font-heading);
}

a {
  color: #000;
  text-decoration-thickness: 0.08em;
}

a:hover,
a:focus {
  color: #000;
}

.gm-skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: #fff;
  color: var(--gm-foreground);
  border-radius: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--gm-border);
}

.gm-topbar {
  background: var(--gm-primary);
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
}

.gm-topbar .container {
  min-height: 2rem;
}

.gm-topbar a {
  color: #000;
  text-decoration: none;
}

.gm-topbar a:hover,
.gm-topbar a:focus {
  color: #000;
}

.gm-navbar {
  background: rgba(247, 244, 239, 0.95);
  border-bottom: 1px solid var(--gm-border);
}

.gm-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  color: var(--gm-foreground);
  text-decoration: none;
}

.gm-brand:hover,
.gm-brand:focus {
  color: var(--gm-foreground);
}

.gm-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background: var(--gm-primary);
  color: #fff;
  font-family: var(--gm-font-heading);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.gm-brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.gm-brand__copy small {
  font-size: 0.75rem;
  color: var(--gm-text-muted);
}

.navbar-nav .nav-link {
  padding: 0.75rem 0.95rem;
  font-weight: 500;
  color: var(--gm-foreground);
  border-radius: 0;
}

.navbar-nav .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.navbar-nav .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0;
  vertical-align: middle;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.08rem) rotate(45deg);
  transition: transform 0.2s ease;
}

.navbar-nav .dropdown.show > .dropdown-toggle::after,
.navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
  transform: translateY(0.08rem) rotate(-135deg);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #000;
  background: rgba(179, 44, 75, 0.06);
}

.gm-dropdown-menu {
  min-width: 15rem;
  border-radius: 0;
}

.navbar-toggler {
  border-color: var(--gm-border);
}

.gm-page-hero {
  position: relative;
  overflow: hidden;
}

.gm-page-hero--large {
  padding: 6rem 0 7rem;
}

.gm-page-hero--small {
  padding: 4rem 0;
}

.gm-page-hero--solid {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.2)
  );
}

.gm-page-hero--overlay,
.gm-single-hero {
  background-color: var(--gm-foreground);
  background-size: cover;
  background-position: center;
}

.gm-single-hero {
  color: #fff;
  padding: 4rem 0;
}

.gm-hero__content,
.gm-page-hero .container > * {
  max-width: 48rem;
  position: relative;
}

.gm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 600;
  background: var(--gm-primary);
  color: #000;
  border: 1px solid var(--gm-primary);
}

.gm-badge--year {
  background: rgba(179, 44, 75, 0.08);
  color: #000;
  border-color: rgba(179, 44, 75, 0.14);
}

.gm-badge--light {
  background: rgba(255, 255, 255, 0.14);
  color: inherit;
  border-color: rgba(255, 255, 255, 0.2);
}

.gm-page-kicker {
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000;
}

.gm-page-title {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.gm-page-subtitle {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.78);
}

.gm-page-intro {
  max-width: 42rem;
  margin: 0;
  font-size: 1.075rem;
  line-height: 1.8;
  color: var(--gm-text-muted);
}

.gm-back-link {
  margin-bottom: 1.5rem;
}

.gm-back-link a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-weight: 500;
}

.gm-back-link a:hover,
.gm-back-link a:focus {
  color: #fff;
}

.btn {
  border-radius: 0;
  font-weight: 600;
}

.btn-primary {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #fff;
  border-color: #000;
  color: #000;
}

.btn-outline-primary {
  color: #000;
  border-color: #000;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #000;
  color: #000;
  border-color: #000;
}

.gm-btn-light {
  color: #000;
}

.gm-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.gm-icon--inline {
  width: 0.95rem;
  height: 0.95rem;
  margin-left: 0.45rem;
}

.section-spacing {
  padding: 5rem 0;
}

.section-tight-top {
  padding-top: 2rem;
}

.section-muted {
  background: rgba(239, 232, 223, 0.55);
}

.section-border-top {
  border-top: 1px solid var(--gm-border);
}

.section-border-bottom {
  border-bottom: 1px solid var(--gm-border);
}

.gm-breadcrumb-wrap {
  border-top: 1px solid var(--gm-border);
  border-bottom: 1px solid var(--gm-border);
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem 0;
}

.gm-breadcrumb-wrap .breadcrumb {
  font-size: 0.92rem;
}

.gm-breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  color: var(--gm-text-muted);
}

.gm-breadcrumb-wrap .breadcrumb-item.active {
  color: var(--gm-foreground);
}

.gm-stats {
  background: var(--gm-surface);
  border-top: 1px solid var(--gm-border);
  border-bottom: 1px solid var(--gm-border);
  padding: 2rem 0;
}

.gm-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gm-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background: rgba(179, 44, 75, 0.08);
  color: #000;
}

.gm-stat__value {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

.gm-stat__label {
  margin: 0.25rem 0 0;
  color: var(--gm-text-muted);
}

.gm-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.gm-section-title {
  margin: 0;
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  letter-spacing: 0;
}

.gm-section-text {
  max-width: 44rem;
  margin: 0.9rem 0 0;
  line-height: 1.75;
  color: var(--gm-text-muted);
}

.gm-section-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: none;
}

.gm-card,
.gm-info-card,
.gm-sidebar-card,
.gm-program-item,
.gm-person-card,
.gm-partner-item,
.gm-article-card {
  background: var(--gm-surface);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
  box-shadow: var(--gm-shadow-soft);
}

.gm-card {
  overflow: hidden;
  height: 100%;
}

.gm-card--event,
.gm-card--news {
  border-top: 4px solid var(--gm-related-color, var(--gm-noise-gray));
}

.gm-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gm-card__link:hover .gm-card__title,
.gm-card__link:focus .gm-card__title {
  color: #000;
}

.gm-card__media {
  aspect-ratio: 16 / 9;
  background: rgba(179, 44, 75, 0.08);
  overflow: hidden;
}

.gm-card__media img,
.gm-media-frame img,
.gm-related-chip__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-card__media--featured {
  aspect-ratio: 4 / 3;
}

.gm-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.gm-card--featured .gm-card__link {
  display: grid;
  gap: 0;
}

.gm-card--featured .gm-card__body {
  justify-content: center;
  padding: 2rem;
}

.gm-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.gm-card__subtitle,
.gm-card__date {
  margin: 0;
  color: var(--gm-text-muted);
  font-size: 0.95rem;
}

.gm-card__text {
  margin: 0.85rem 0 0;
  color: var(--gm-text-muted);
  line-height: 1.65;
}

.gm-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 1rem;
  color: var(--gm-text-muted);
  font-size: 0.92rem;
}

.gm-card__meta span,
.gm-list-clean li,
.gm-program-item__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.gm-card__cta {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 700;
  color: #000;
}

.gm-banner {
  background: linear-gradient(
    135deg,
    var(--gm-primary),
    #962a47 58%,
    #7d293c 100%
  );
  color: #fff;
}

.gm-banner__text {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.gm-year-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.75rem 0;
}

.gm-year-chips a {
  display: inline-flex;
  padding: 0.5rem 1rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.gm-year-chips a:hover,
.gm-year-chips a:focus {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.gm-media-frame {
  overflow: hidden;
  border-radius: var(--gm-radius);
  background: rgba(255, 255, 255, 0.16);
  aspect-ratio: 4 / 3;
  box-shadow: var(--gm-shadow);
}

.gm-media-frame--wide {
  aspect-ratio: 16 / 9;
}

.gm-media-frame--portrait {
  aspect-ratio: 3 / 4;
}

.gm-cta {
  max-width: 44rem;
}

.gm-section-intro {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.gm-info-card,
.gm-sidebar-card {
  padding: 1.75rem;
}

.gm-info-card h3,
.gm-sidebar-card h3,
.gm-program-item h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
}

.gm-info-card p,
.gm-sidebar-card p,
.gm-empty-state p {
  margin: 0;
  color: var(--gm-text-muted);
  line-height: 1.65;
}

.gm-info-card__icon,
.gm-section-heading__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: rgba(179, 44, 75, 0.08);
  color: #000;
}

.gm-section-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.gm-quote {
  max-width: 40rem;
  margin-top: 2rem;
  padding-left: 1.5rem;
  border-left: 4px solid var(--gm-primary);
}

.gm-quote p {
  margin: 0;
  font-family: var(--gm-font-heading);
  font-size: 1.15rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}

.gm-quote cite {
  display: block;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

.gm-timeline {
  position: relative;
  padding-left: 1.5rem;
}

.gm-timeline::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0.3rem;
  width: 2px;
  background: var(--gm-border);
}

.gm-timeline__item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.gm-timeline__item::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: -0.02rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0;
  background: var(--gm-primary);
  box-shadow: 0 0 0 6px var(--gm-background);
}

.gm-timeline__item h4 {
  margin: 0.75rem 0 0.35rem;
  font-size: 1.05rem;
}

.gm-timeline__item p {
  margin: 0;
  color: var(--gm-text-muted);
}

.gm-stack-list {
  display: grid;
  gap: 1rem;
}

.gm-person-card,
.gm-partner-item,
.gm-related-chip {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gm-person-card,
.gm-partner-item {
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
}

.gm-person-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background: rgba(179, 44, 75, 0.1);
  color: #000;
  font-family: var(--gm-font-heading);
  font-weight: 700;
}

.gm-person-card small {
  display: block;
  color: var(--gm-text-muted);
}

.gm-partner-item span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0;
  background: var(--gm-primary);
}

.gm-filter-group {
  margin-bottom: 2rem;
}

.gm-filter-bar {
  margin-bottom: 2rem;
}

.gm-filter-bar .gm-filter-group {
  margin-bottom: 0;
}

.gm-filter-label {
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: var(--gm-text-muted);
}

.gm-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.gm-filter-pills a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  background: var(--gm-surface);
  border: 1px solid var(--gm-border);
  border-radius: 0;
  color: var(--gm-foreground);
  text-decoration: none;
  font-weight: 500;
}

.gm-filter-pills a span {
  color: var(--gm-text-muted);
  font-size: 0.82rem;
}

.gm-filter-pills a:hover,
.gm-filter-pills a:focus,
.gm-filter-pills a.is-active {
  color: #fff;
  border-color: #000;
  background: #000;
}

.gm-filter-pills a.is-active span,
.gm-filter-pills a:hover span,
.gm-filter-pills a:focus span {
  color: rgba(255, 255, 255, 0.8);
}

.gm-results-count {
  margin-bottom: 1.5rem;
  color: var(--gm-text-muted);
}

.gm-rich-text,
.gm-article-single {
  color: var(--gm-text-muted);
  line-height: 1.85;
}

.gm-rich-text > *:first-child {
  margin-top: 0;
}

.gm-rich-text h2,
.gm-rich-text h3,
.gm-rich-text h4 {
  color: var(--gm-foreground);
}

.gm-sidebar-title {
  margin-bottom: 1.5rem;
}

.gm-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gm-meta-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.gm-meta-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
}

.gm-meta-list strong {
  display: block;
  margin-bottom: 0.2rem;
}

.gm-meta-list small {
  display: block;
  color: var(--gm-text-muted);
  line-height: 1.55;
}

.gm-related-chip {
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  border-radius: 0;
  background: var(--gm-related-color, rgba(255, 255, 255, 0.75));
  border: 1px solid var(--gm-related-color, var(--gm-border));
  text-decoration: none;
  color: var(--gm-related-ink, var(--gm-foreground));
}

.gm-related-chip__image,
.gm-related-chip img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0;
}

.gm-list-clean {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.gm-list-clean li + li {
  margin-top: 0.75rem;
}

.gm-program-list {
  display: grid;
  gap: 1rem;
}

.gm-program-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-left: 4px solid var(--gm-related-color, var(--gm-noise-gray));
  color: inherit;
  text-decoration: none;
}

.gm-program-item:hover,
.gm-program-item:focus {
  border-color: rgba(179, 44, 75, 0.28);
  box-shadow: var(--gm-shadow);
}

.gm-program-item__body p,
.gm-program-item__meta {
  color: var(--gm-text-muted);
}

.gm-program-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  font-size: 0.92rem;
}

.gm-year-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.gm-year-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  padding: 1rem 1.5rem;
  border-radius: var(--gm-radius);
  background: var(--gm-surface);
  border: 1px solid var(--gm-border);
  color: var(--gm-foreground);
  font-weight: 700;
  text-decoration: none;
}

.gm-year-switcher a.is-active {
  background: var(--gm-primary);
  border-color: var(--gm-primary);
  color: #000;
}

.gm-year-highlight {
  padding: 2rem;
  border-radius: var(--gm-radius);
  color: #000;
  text-align: center;
}

.gm-year-highlight.is-primary {
  background: var(--gm-primary);
}

.gm-year-highlight.is-accent {
  background: var(--gm-accent);
}

.gm-year-highlight.is-foreground {
  background: var(--gm-foreground);
  color: #fff;
}

.gm-year-highlight__year {
  margin-bottom: 0.4rem;
  opacity: 0.75;
}

.gm-year-highlight h2 {
  margin: 0 0 0.75rem;
}

.gm-count-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background: rgba(179, 44, 75, 0.08);
  color: #000;
  font-weight: 700;
}

.gm-footer {
  margin-top: auto;
  padding: 1.75rem 0;
  color: #fff;
  background: var(--gm-foreground);
}

.gm-footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.gm-footer-title {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.gm-footer-description {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.gm-footer-links,
.gm-footer-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gm-footer-links li + li {
  margin-top: 0.55rem;
}

.gm-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.gm-footer a:hover,
.gm-footer a:focus {
  color: #fff;
}

.gm-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0;
  padding-top: 1.5rem;
  border-top: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.gm-footer-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gm-pagination {
  margin-top: 2rem;
}

.gm-pagination .page-link {
  border-color: #000;
  color: #000;
  box-shadow: none;
}

.gm-pagination .page-link:hover,
.gm-pagination .page-link:focus {
  border-color: #000;
  background: #000;
  color: #fff;
  box-shadow: none;
}

.gm-pagination .page-item.active .page-link {
  border-color: #000;
  background: #000;
  color: #fff;
}

.gm-empty-state {
  padding: 3rem 1rem;
  border: 1px dashed rgba(30, 36, 50, 0.18);
  border-radius: var(--gm-radius);
}

.gm-not-found .gm-page-intro {
  max-width: 36rem;
}

@media (min-width: 768px) {
  .gm-card--featured .gm-card__link {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
}

@media (min-width: 992px) {
  .gm-filter-bar {
    display: flex;
    align-items: flex-start;
    gap: clamp(1rem, 2vw, 2rem);
  }

  .gm-filter-bar .gm-filter-group {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 991.98px) {
  .gm-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-collapse {
    padding: 1rem 0 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .gm-page-hero--large {
    padding: 4.25rem 0 4.75rem;
  }

  .gm-page-hero--small,
  .gm-single-hero,
  .section-spacing {
    padding: 3.5rem 0;
  }

  .gm-footer-bottom {
    flex-direction: column;
  }

  .gm-program-item__meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* GMaestri visual system */
body.gm-theme,
body.gm-theme p,
body.gm-theme a,
body.gm-theme li {
  letter-spacing: 0;
}

body.gm-theme h1,
body.gm-theme h2,
body.gm-theme h3,
body.gm-theme h4,
body.gm-theme h5,
body.gm-theme h6,
body.gm-theme .gm-logo-image,
body.gm-theme .gm-card__title,
body.gm-theme .gm-section-title,
body.gm-theme .gm-page-title,
body.gm-theme .gm-footer-title {
  font-family: var(--gm-font-heading);
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1040;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, padding-top 180ms ease;
}

.site-header.is-scrolled {
  background: #fff;
  box-shadow: 0 1px 0 var(--gm-border);
}

.site-header--visible,
body.single-notizia .site-header,
body.single-post .site-header,
body.single-evento .site-header,
body.single-approfondimento .site-header,
body.post-type-archive-notizia .site-header,
body.post-type-archive-evento .site-header,
body.post-type-archive-approfondimento .site-header {
  background: #fff;
  box-shadow: 0 1px 0 var(--gm-border);
}

body.post-type-archive-notizia .site-main,
body.post-type-archive-evento .site-main,
body.post-type-archive-approfondimento .site-main {
  padding-top: 5.75rem;
}

.gm-archive-list {
  background: #fff;
}

.gm-archive-list__inner {
  padding-right: clamp(1.25rem, 8vw, 10rem);
  padding-left: clamp(1.25rem, 8vw, 10rem);
}

.gm-archive-list__header .gm-archive-list__inner {
  padding-top: clamp(2.5rem, 4vw, 4rem);
}

.gm-archive-list__kicker {
  margin: 0 0 0.35rem;
  color: #000;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gm-archive-list__header h1 {
  margin: 0;
  color: #000;
  font-family: var(--gm-font-heading);
  font-size: clamp(4rem, 8vw, 8rem);
  font-style: italic;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0;
  text-transform: lowercase;
}

.gm-archive-list__content .gm-archive-list__inner {
  padding-top: clamp(1.75rem, 3vw, 2.75rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.gm-archive-list .gm-filter-group {
  margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.gm-archive-list .gm-filter-bar .gm-filter-group {
  margin-bottom: 0;
}

.gm-archive-list .gm-results-count {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.admin-bar {
  --gm-admin-bar-offset: 32px;
}

.admin-bar .site-header {
  padding-top: var(--gm-admin-bar-offset);
  top: 0;
}

.gm-navbar {
  min-height: 5.75rem;
  background: transparent;
  border: 0;
  transition: min-height 180ms ease;
}

.site-header.is-scrolled .gm-navbar {
  min-height: 2.65rem;
}

.gm-navbar__inner {
  padding: 1.35rem clamp(1.25rem, 4vw, 4.25rem);
  transition: padding 180ms ease;
}

.site-header.is-scrolled .gm-navbar__inner {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.gm-brand {
  align-items: flex-start;
  padding: 0;
  color: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.gm-brand:hover,
.gm-brand:focus {
  color: #000;
}

.site-header.is-scrolled .gm-brand {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.site-header--visible .gm-brand,
body.single-notizia .gm-brand,
body.single-post .gm-brand,
body.single-evento .gm-brand,
body.single-approfondimento .gm-brand,
body.post-type-archive-notizia .gm-brand,
body.post-type-archive-evento .gm-brand,
body.post-type-archive-approfondimento .gm-brand {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gm-logo-image {
  display: block;
  height: auto;
}

.gm-logo-image--nav {
  width: clamp(5.95rem, 9.1vw, 8.4rem);
}

.gm-home-hero__title {
  margin: 0;
}

.gm-logo-image--hero {
  width: min(44rem, 82%);
  margin-left: clamp(-10rem, -8vw, -3rem);
}

.gm-menu-toggle {
  display: inline-grid;
  gap: 0.45rem;
  width: 3.8rem;
  height: 3.2rem;
  padding: 0.55rem;
  border: 0;
  background: transparent;
  transition: gap 180ms ease, width 180ms ease, height 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled .gm-menu-toggle {
  gap: 0.24rem;
  width: 2.2rem;
  height: 1.85rem;
  padding: 0.32rem;
}

.gm-menu-toggle:focus {
  box-shadow: none;
}

.gm-menu-toggle:focus-visible {
  outline: 3px solid #000;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px #fff;
}

.gm-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  transform-origin: center;
  transition: height 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.gm-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0.6rem) rotate(45deg);
}

.gm-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.gm-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-0.6rem) rotate(-45deg);
}

.site-header.is-scrolled .gm-menu-toggle span {
  height: 2px;
}

.site-header.is-scrolled .gm-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0.36rem) rotate(45deg);
}

.site-header.is-scrolled .gm-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-0.36rem) rotate(-45deg);
}

.navbar-collapse {
  position: absolute;
  top: calc(100% - 0.65rem);
  right: clamp(1.25rem, 4vw, 4.25rem);
  width: min(23rem, calc(100vw - 2.5rem));
  padding: 0.35rem 1.25rem 0;
  background: #fff;
  border: 0;
  border-top: 3px solid #000;
  box-shadow: none;
}

.navbar-collapse:not(.show) {
  display: none;
}

.navbar-nav {
  align-items: stretch !important;
}

.navbar-nav .nav-link {
  padding: 0.85rem 0;
  color: #000;
  font-size: 1.05rem;
  font-weight: 500;
  border-bottom: 1px solid var(--gm-border);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #000;
  background: transparent;
}

.gm-dropdown-menu {
  border: 1px solid #000;
  box-shadow: none;
}

.gm-home,
.gm-maestro-single {
  --gm-divider-height: clamp(3.4rem, 6vw, 5.6rem);
  background: #fff;
}

.gm-home-hero {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

@supports (min-height: 100dvh) {
  .gm-home-hero,
  .gm-home-maestro,
  .gm-home-list {
    min-height: 100dvh;
  }
}

.gm-home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: var(--gm-hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.15);
  transform-origin: center;
}

.gm-home-hero__content {
  position: relative;
  z-index: 1;
  grid-row: 1;
  align-self: center;
  width: min(70rem, 88vw);
  margin: 0 auto;
  padding-top: 6rem;
}

.gm-home-hero > .gm-noise-divider {
  position: relative;
  z-index: 2;
}

.gm-home-hero__subtitle {
  margin: 1.1rem 0 0 52%;
  font-family: var(--gm-font-heading);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-style: italic;
  line-height: 1;
  color: #000;
}

.gm-noise-divider {
  position: relative;
  display: block;
  height: var(--gm-divider-height);
  background:
    repeating-linear-gradient(
      48deg,
      rgba(0, 0, 0, 0.56) 0 4px,
      transparent 4px 11px
    ),
    #fff;
}

.gm-divider-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: clamp(2.35rem, 4vw, 3.4rem);
  height: clamp(2.35rem, 4vw, 3.4rem);
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0.45rem 1.4rem rgba(0, 0, 0, 0.14);
  color: #000;
  text-decoration: none;
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.gm-divider-arrow:hover,
.gm-divider-arrow:focus {
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  box-shadow: 0 0.65rem 1.8rem rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -54%);
}

.gm-divider-arrow:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

.gm-divider-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -42%);
  visibility: hidden;
}

.gm-divider-arrow span {
  width: 0.72rem;
  height: 0.72rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.16rem) rotate(45deg);
}

.gm-maestri-strip {
  background: #fff;
}

.gm-home-maestro {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100vh;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  background: #fff;
}

.gm-home-maestro:hover,
.gm-home-maestro:focus {
  color: #000;
}

.gm-home-maestro__link {
  position: relative;
  display: grid;
  grid-row: 1;
  min-height: 0;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}

.gm-home-maestro__link:hover,
.gm-home-maestro__link:focus {
  color: #000;
}

.gm-home-maestro__link:focus-visible {
  outline: 2px solid #000;
  outline-offset: -0.75rem;
}

.gm-home-maestro .gm-noise-divider {
  position: relative;
  grid-row: 2;
  z-index: 2;
}

.gm-home-maestro__color {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 50%;
  background: var(--gm-band-color);
}

.gm-home-maestro.is-reversed .gm-home-maestro__color {
  right: 50%;
  left: auto;
}

.gm-home-maestro__content {
  position: relative;
  z-index: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: clamp(5rem, 10vw, 9rem) 1.5rem;
  text-align: center;
}

.gm-home-maestro__logo {
  display: block;
  width: min(46vw, 37.5rem);
  max-height: min(65vh, 42rem);
  margin-inline: auto;
  object-fit: contain;
}

.gm-home-list,
.gm-maestro-events {
  background: #fff;
}

.gm-home-list {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100vh;
}

.gm-home-list__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 8vw, 10rem);
}

.gm-home-list__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: clamp(1.75rem, 3vw, 3rem);
}

.gm-home-list__head h2 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 9rem);
  font-style: italic;
  font-weight: 500;
  line-height: 0.85;
  text-transform: lowercase;
}

.gm-home-list__head p {
  margin: 0.65rem 0 0;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-home-list__head a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.gm-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
}

.gm-editorial-card a {
  display: block;
  color: #000;
  text-decoration: none;
}

.gm-archive-list .gm-editorial-card a {
  height: 100%;
}

.gm-editorial-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  margin-bottom: 1.2rem;
  background: var(--gm-noise-gray);
  overflow: hidden;
}

.gm-editorial-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.gm-editorial-card--text a {
  padding-top: 1rem;
  border-top: 4px solid var(--gm-related-color, var(--gm-noise-gray));
}

body.post-type-archive-approfondimento .gm-editorial-card--text a {
  padding-top: 0;
  border-top: 0;
}

.gm-maestro-deep-dives .gm-editorial-card--text a {
  padding-top: 0;
  border-top: 0;
}

.gm-editorial-card__description {
  margin: 1rem 0 0;
  color: var(--gm-text-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.gm-editorial-card__meta,
.gm-event-tile__category {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-event-tile__date {
  display: block;
  margin-top: 0.5rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gm-editorial-card h2,
.gm-editorial-card h3,
.gm-event-tile h2,
.gm-event-tile h3 {
  margin: 0.35rem 0 0;
  font-family: var(--gm-font-heading);
  font-size: clamp(1.1rem, 1.5vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
}

.gm-event-tile__description {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.45;
}

.gm-event-tile__description + .gm-related-maestro-label,
.gm-editorial-card__description + .gm-related-maestro-label {
  margin-top: 1.75rem;
}

.gm-maestro-news .gm-editorial-card h2::after,
.gm-maestro-news .gm-editorial-card h3::after,
.gm-maestro-deep-dives .gm-editorial-card h2::after,
.gm-maestro-deep-dives .gm-editorial-card h3::after,
.gm-maestro-events .gm-event-tile h2::after,
.gm-maestro-events .gm-event-tile h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 0.65rem;
  background: var(--gm-related-color, var(--gm-noise-gray));
}

.gm-related-maestro-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.42rem;
  color: #000;
  font-family: var(--gm-font-heading);
  font-size: clamp(0.95rem, 1.15vw, 1.18rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
}

.gm-related-maestro-label::before {
  display: block;
  width: 72px;
  height: 4px;
  flex: 0 0 72px;
  content: "";
  background: var(--gm-related-color, var(--gm-noise-gray));
}

.gm-event-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.gm-home .gm-event-row,
.gm-maestro-events .gm-event-row,
.gm-archive-list--events .gm-event-row {
  gap: clamp(1rem, 2vw, 1.5rem);
  border: 0;
}

.gm-event-tile a {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.2rem, 2vw, 2rem);
  color: #000;
  text-decoration: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: var(--gm-noise-gray);
}

.gm-home .gm-event-tile a,
.gm-maestro-events .gm-event-tile a,
.gm-archive-list--events .gm-event-tile a {
  background: transparent;
  border: 1px solid #000;
}

.gm-event-tile:nth-child(3n + 1) a {
  background: var(--gm-noise-gray);
}

.gm-event-tile:nth-child(3n + 2) a {
  background: var(--gm-noise-gray);
}

.gm-event-tile:nth-child(3n + 3) a {
  background: var(--gm-noise-gray);
}

.gm-home .gm-event-tile:nth-child(3n + 1) a,
.gm-home .gm-event-tile:nth-child(3n + 2) a,
.gm-home .gm-event-tile:nth-child(3n + 3) a,
.gm-maestro-events .gm-event-tile:nth-child(3n + 1) a,
.gm-maestro-events .gm-event-tile:nth-child(3n + 2) a,
.gm-maestro-events .gm-event-tile:nth-child(3n + 3) a,
.gm-archive-list--events .gm-event-tile:nth-child(3n + 1) a,
.gm-archive-list--events .gm-event-tile:nth-child(3n + 2) a,
.gm-archive-list--events .gm-event-tile:nth-child(3n + 3) a {
  background: transparent;
}

.gm-maestro-profile {
  display: grid;
  grid-template-columns: minmax(22rem, 42vw) minmax(0, 1fr);
  min-height: 100vh;
  background: #fff;
}

.gm-maestro-profile__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  background: var(--gm-band-color);
}

.gm-maestro-profile__stage {
  position: relative;
  width: min(100%, calc(100vh * 0.694));
  aspect-ratio: 2080 / 2997;
}

@supports (height: 100dvh) {
  .gm-maestro-profile__stage {
    width: min(100%, calc(100dvh * 0.694));
  }
}

.gm-maestro-profile__name {
  position: relative;
  z-index: 3;
  width: min(78%, 30rem);
  margin: 6.25rem auto 0;
  color: var(--gm-band-ink, #000);
  text-align: center;
}

.gm-maestro-profile__name h1 {
  margin: 0;
  font-size: clamp(4.5rem, 9vw, 9rem);
  font-style: italic;
  font-weight: 500;
  line-height: 0.78;
  text-transform: lowercase;
}

.gm-maestro-profile__name p {
  margin: 1rem 0 0;
  font-family: var(--gm-font-heading);
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  font-weight: 600;
}

.gm-maestro-profile__portrait {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gm-maestro-profile__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.gm-maestro-profile__logo {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  pointer-events: none;
  transform: translate(-5%, -35%) scale(0.62);
  transform-origin: center;
}

.gm-maestro-profile__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
}

.gm-maestro-profile__bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(7rem, 11vw, 12rem) clamp(2rem, 8vw, 10rem);
}
.gm-news-single {
  padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 6.5rem);
  background: #fff;
}

.gm-news-single__article {
  width: min(100% - 2.5rem, 980px);
  margin: 0 auto;
  color: #3f3f46;
}

.gm-news-single__header {
  max-width: 52rem;
  margin-bottom: 1.35rem;
}

.gm-news-single__type {
  margin: 0 0 0.45rem;
  color: #555;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.35;
}

.gm-news-single__type-separator {
  margin: 0 0.35em;
}

.gm-news-single__title {
  margin: 0;
  color: #444;
  font-family: var(--gm-font-heading);
  font-size: clamp(2.55rem, 5.2vw, 4.35rem);
  font-weight: 700;
  line-height: 1.02;
}

.gm-news-single__location {
  margin: 1rem 0 0;
  color: #444;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-news-single__article--has-related-maestro .gm-news-single__title::after {
  display: block;
  width: min(9rem, 42vw);
  height: 0.28rem;
  margin-top: 1rem;
  content: "";
  background: var(--gm-related-color, var(--gm-noise-gray));
}

.gm-news-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.35rem;
  margin-top: 1.05rem;
  color: #747985;
  font-size: clamp(0.98rem, 1.5vw, 1.14rem);
  line-height: 1.45;
}

.gm-news-single__meta time {
  display: inline;
}

.gm-news-single__related-maestro,
.gm-news-single__dates {
  flex-basis: 100%;
}

.gm-news-single__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.35rem;
}

.gm-news-single__related-maestro a {
  color: #3f3f46;
  font-weight: 700;
  text-decoration-color: var(--gm-related-color, currentColor);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.gm-news-single__related-maestro a:hover,
.gm-news-single__related-maestro a:focus {
  color: #111;
}

.gm-news-single__figure {
  margin: 1.45rem 0 1.75rem;
}

.gm-news-single__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.gm-news-single__figure figcaption {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.35rem 0.55rem;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.35;
}

.gm-news-single__content {
  max-width: 100%;
  color: #3f3f46;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.gm-news-single__content p,
.gm-news-single__content ul,
.gm-news-single__content ol {
  margin-bottom: 1.05rem;
}

.gm-news-single__content strong {
  color: #303035;
  font-weight: 700;
}

.gm-news-single__content h2,
.gm-news-single__content h3,
.gm-news-single__content h4 {
  margin-top: 1.45rem;
  margin-bottom: 0.7rem;
  color: #303035;
  font-family: var(--gm-font-body);
  font-weight: 700;
  line-height: 1.25;
}

.gm-news-single__content h2 {
  font-size: 1.45rem;
}

.gm-news-single__content h3 {
  font-size: 1.24rem;
}

.gm-news-single__content a,
.gm-news-single__attachments a {
  color: #0645ad;
}

.gm-news-single__content .download-attachments {
  margin-top: 2.1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.gm-news-single__content .download-attachments .download-title {
  margin: 0 0 0.9rem;
  padding: 0;
  color: #303035;
  font-family: var(--gm-font-body);
  font-size: 1.3rem;
  font-weight: 700;
}

.gm-news-single__content .download-attachments .da-attachments-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gm-news-single__content .download-attachments .da-attachments-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1rem;
  border-left: 3px solid var(--gm-noise-gray, #dbdce8);
}

.gm-news-single__content .download-attachments .attachment-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  vertical-align: -0.1rem;
}

.gm-news-single__content .download-attachments .attachment-link {
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.16em;
}

.gm-news-single__content .download-attachments li br {
  display: none;
}

.gm-news-single__content .download-attachments .attachment-size {
  display: block;
  margin-top: 0.25rem;
  color: #5f636c;
  font-size: 0.92rem;
  line-height: 1.35;
}

.gm-news-single__content .download-attachments .attachment-label {
  font-size: 0.86em;
  font-style: italic;
}

.gm-news-single__attachments {
  max-width: 52rem;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.gm-news-single__attachments h2 {
  margin: 0 0 0.9rem;
  color: #303035;
  font-family: var(--gm-font-body);
  font-size: 1.35rem;
  font-weight: 700;
}

.gm-news-single__attachments ul {
  display: grid;
  gap: 0.6rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gm-news-single__attachments a {
  display: grid;
  gap: 0.18rem;
  padding: 0.75rem 0;
  text-decoration-thickness: 0.08em;
}

.gm-news-single__attachments small {
  color: #747985;
  font-size: 0.9rem;
}

.gm-news-single__related {
  min-height: auto;
  margin-top: clamp(4rem, 8vw, 6rem);
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.gm-news-single__related .gm-home-list__inner {
  width: min(100% - 2.5rem, 980px);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) 0 0;
}

.gm-news-single__related .gm-home-list__head h2 {
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.gm-news-single__related .gm-home-grid {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.gm-news-single__related .gm-editorial-card--text a {
  padding-top: 0;
  border-top: 0;
}

.gm-news-single__related .gm-editorial-card h3::after,
.gm-news-single__related .gm-event-tile h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 0.65rem;
  background: var(--gm-related-color, var(--gm-noise-gray));
}

.gm-news-single__related .gm-event-tile a {
  background: transparent;
  border: 1px solid #000;
}

.gm-back-link--dark {
  align-self: flex-start;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.gm-back-link--dark:hover,
.gm-back-link--dark:focus {
  color: #000;
}

.gm-maestro-profile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-maestro-profile__meta span {
  padding: 0.3rem 0.55rem;
  background: #000;
  color: #fff;
}

.gm-maestro-bio {
  color: #000;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
}

.gm-maestro-bio > *:first-child {
  margin-top: 0;
}

.gm-maestro-bio > *:last-child {
  margin-bottom: 0;
}

.gm-maestro-bio h2,
.gm-maestro-bio h3 {
  font-family: var(--gm-font-heading);
  font-size: 0.58em;
  font-weight: 700;
}

.gm-maestro-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid #000;
}

.gm-maestro-timeline div {
  display: grid;
  gap: 0.25rem;
}

.gm-maestro-timeline strong {
  font-family: var(--gm-font-heading);
  font-size: 2rem;
  line-height: 1;
}

.gm-maestro-timeline span {
  font-size: 0.92rem;
  font-weight: 700;
}

.gm-footer {
  margin-top: 0;
  background: #000;
}

.gm-footer a,
.gm-footer a:hover,
.gm-footer a:focus {
  color: #fff;
}

@media (max-width: 991.98px) {
  .admin-bar {
    --gm-admin-bar-offset: 46px;
  }

  body.post-type-archive-notizia .site-main,
  body.post-type-archive-evento .site-main,
  body.post-type-archive-approfondimento .site-main {
    padding-top: 4.5rem;
  }

  .gm-navbar {
    min-height: 3.75rem;
  }

  .gm-navbar__inner {
    padding: 0.55rem 1.1rem;
  }

  .navbar-collapse {
    top: calc(100% - 0.4rem);
    right: 1.1rem;
    width: min(22rem, calc(100vw - 2.2rem));
  }

  .gm-menu-toggle--maestro {
    margin-right: 0;
  }

  .gm-logo-image--nav {
    width: 7.5rem;
  }

  .gm-home-grid,
  .gm-event-row {
    grid-template-columns: 1fr;
  }

  .gm-event-row {
    border-left: 0;
  }

  .gm-event-tile a {
    border-left: 1px solid #000;
  }

  .gm-maestro-profile {
    grid-template-columns: 1fr;
  }

  .gm-maestro-profile__visual {
    min-height: 72vh;
  }

  .gm-maestro-profile__bio {
    min-height: auto;
    padding-top: clamp(3rem, 8vw, 5rem);
  }
}

@media (max-width: 767.98px) {
  .gm-archive-list--deep-dives .gm-archive-list__header h1 {
    font-size: clamp(2rem, 10.5vw, 4rem);
    overflow-wrap: anywhere;
  }

  .gm-maestro-deep-dives .gm-home-list__head h2 {
    max-width: 100%;
    font-size: clamp(2.5rem, 12.5vw, 3.25rem);
  }

  .gm-home-hero__content {
    width: min(28rem, 88vw);
    padding-top: 5rem;
  }

  .gm-logo-image--hero {
    margin-left: 0;
  }

  .gm-home-hero__subtitle {
    margin-left: 24%;
  }

  .gm-home-maestro__logo {
    width: min(48vw, 20rem);
  }

  .gm-home-list__head {
    flex-direction: column;
  }

  .gm-news-single__related .gm-home-list__head {
    gap: 0.75rem;
    margin-bottom: 3rem;
  }

  .gm-news-single__related .gm-home-grid {
    row-gap: 3rem;
  }

  .gm-maestro-timeline {
    grid-template-columns: 1fr;
  }
}
