.cmp-gabco-press,
.cmp-gabco-press * { box-sizing: border-box; }
.cmp-gabco-press {
  --press-navy: #05265f;
  --press-navy-dark: #03183f;
  --press-navy-soft: #173c78;
  --press-gold: #d3a329;
  --press-gold-light: #f1d173;
  --press-red: #c8102e;
  --press-cream: #f7f1e4;
  --press-paper: #fffdf8;
  --press-ink: #102445;
  --press-muted: #586985;
  --press-line: #d8ccb1;
  --press-shadow: 0 20px 55px rgba(3, 24, 63, 0.14);
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--press-cream) !important;
  color: var(--press-ink) !important;
  font-family: 'Inter', Arial, sans-serif;
}
[class*="elementor"] .cmp-gabco-press {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--press-cream) !important;
}
.cmp-gabco-press button,
.cmp-gabco-press a { font: inherit; }
.cmp-gabco-press button { appearance: none; }
.cmp-gabco-press__masthead {
  position: relative;
  background: var(--press-navy-dark);
  color: #fff;
  border-top: 6px solid var(--press-gold);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.cmp-gabco-press__masthead::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 1px;
  background: rgba(211,163,41,.42);
}
.cmp-gabco-press__masthead-inner {
  width: min(1180px, calc(100% - 64px));
  min-height: 390px;
  margin: 0 auto;
  padding: 64px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 56px;
  align-items: end;
}
.cmp-gabco-press__eyebrow,
.cmp-gabco-press__section-label,
.cmp-gabco-press__empty-kicker,
.cmp-gabco-press__cta-kicker {
  margin: 0 0 18px;
  color: var(--press-gold-light);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.cmp-gabco-press__title {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 66px;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.cmp-gabco-press__deck {
  margin: 26px 0 0;
  max-width: 720px;
  color: #d9e1ef;
  font-size: 18px;
  line-height: 1.65;
}
.cmp-gabco-press__masthead-note {
  border-left: 4px solid var(--press-red);
  padding: 4px 0 4px 24px;
  color: #fff;
}
.cmp-gabco-press__masthead-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  line-height: 1.5;
}
.cmp-gabco-press__masthead-note span {
  display: block;
  color: #c7d2e5;
  font-size: 14px;
  line-height: 1.65;
}
.cmp-gabco-press__wrap {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 48px 0 64px;
}
.cmp-gabco-press__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--press-line);
}
.cmp-gabco-press__section-label { color: #8f6b0d; margin-bottom: 8px; }
.cmp-gabco-press__library-title {
  margin: 0;
  color: var(--press-navy);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 35px;
  line-height: 1.12;
}
.cmp-gabco-press__filter-group,
.cmp-gabco-press__view-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cmp-gabco-press__control-stack {
  display: grid;
  gap: 10px;
  justify-items: end;
}
.cmp-gabco-press__filter,
.cmp-gabco-press__view,
.cmp-gabco-press__page,
.cmp-gabco-press__retry {
  min-height: 44px;
  border: 1px solid #b6aa8f;
  border-radius: 6px;
  background: var(--press-paper);
  color: var(--press-navy);
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.cmp-gabco-press__filter { padding: 0 16px; }
.cmp-gabco-press__view {
  width: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}
.cmp-gabco-press__view svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cmp-gabco-press__filter:hover,
.cmp-gabco-press__view:hover,
.cmp-gabco-press__page:hover,
.cmp-gabco-press__retry:hover { transform: translateY(-2px); border-color: var(--press-gold); }
.cmp-gabco-press__filter[aria-pressed="true"],
.cmp-gabco-press__view[aria-pressed="true"],
.cmp-gabco-press__page[aria-current="page"] {
  background: var(--press-navy);
  border-color: var(--press-navy);
  color: #fff;
}
.cmp-gabco-press__count { color: #9a7010; margin-left: 3px; }
.cmp-gabco-press__filter[aria-pressed="true"] .cmp-gabco-press__count { color: var(--press-gold-light); }
.cmp-gabco-press__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.cmp-gabco-press__loading {
  grid-column: 1 / -1;
  min-height: 280px;
  display: grid;
  place-items: center;
  border: 1px solid var(--press-line);
  border-radius: 8px;
  background: var(--press-paper);
  color: var(--press-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.cmp-gabco-press__loading::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  border: 3px solid rgba(5,38,95,.14);
  border-top-color: var(--press-red);
  border-radius: 50%;
  transform: translateY(-34px);
  animation: gabcoPressSpin .8s linear infinite;
}
@keyframes gabcoPressSpin { to { transform: translateY(-34px) rotate(360deg); } }
.cmp-gabco-press__card {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid var(--press-line);
  border-radius: 8px;
  background: var(--press-paper);
  color: var(--press-ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(3,24,63,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.cmp-gabco-press__card:hover {
  transform: translateY(-4px);
  border-color: var(--press-gold);
  box-shadow: var(--press-shadow);
}
.cmp-gabco-press__card:focus-visible,
.cmp-gabco-press__filter:focus-visible,
.cmp-gabco-press__view:focus-visible,
.cmp-gabco-press__page:focus-visible,
.cmp-gabco-press__retry:focus-visible,
.cmp-gabco-press__action:focus-visible,
.cmp-gabco-press-modal button:focus-visible,
.cmp-gabco-press-modal a:focus-visible {
  outline: 3px solid var(--press-gold-light);
  outline-offset: 3px;
}
.cmp-gabco-press__card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d9dfeb;
}
.cmp-gabco-press__card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.cmp-gabco-press__card:hover .cmp-gabco-press__card-media img { transform: scale(1.025); }
.cmp-gabco-press__card-media::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--press-gold);
}
.cmp-gabco-press__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 26px 27px;
}
.cmp-gabco-press__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.cmp-gabco-press__badge {
  padding: 6px 9px;
  border-radius: 4px;
  background: #e7edf7;
  color: var(--press-navy);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cmp-gabco-press__badge--type { background: var(--press-red); color: #fff; }
.cmp-gabco-press__card-title {
  margin: 0;
  color: var(--press-navy);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.012em;
}
.cmp-gabco-press__card-excerpt {
  margin: 13px 0 0;
  color: var(--press-muted);
  font-size: 14px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmp-gabco-press__meta {
  margin-top: auto;
  padding-top: 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #6a7890;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}
.cmp-gabco-press__meta span { display: inline-flex; align-items: center; gap: 7px; }
.cmp-gabco-press__meta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.cmp-gabco-press__card--lead { grid-column: 1 / -1; }
.cmp-gabco-press__card--lead.cmp-gabco-press__card--has-image { display: grid; grid-template-columns: 1.2fr 1fr; }
.cmp-gabco-press__card--lead.cmp-gabco-press__card--has-image .cmp-gabco-press__card-media { aspect-ratio: auto; min-height: 390px; }
.cmp-gabco-press__card--lead .cmp-gabco-press__card-body { justify-content: center; padding: 44px; }
.cmp-gabco-press__card--lead .cmp-gabco-press__card-title { font-size: 38px; line-height: 1.15; }
.cmp-gabco-press__grid--gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cmp-gabco-press__grid--gallery .cmp-gabco-press__card--lead { grid-column: auto; display: flex; }
.cmp-gabco-press__grid--gallery .cmp-gabco-press__card--lead .cmp-gabco-press__card-media { aspect-ratio: 4 / 3; min-height: 0; }
.cmp-gabco-press__grid--gallery .cmp-gabco-press__card--lead .cmp-gabco-press__card-body { padding: 25px 26px 27px; }
.cmp-gabco-press__grid--gallery .cmp-gabco-press__card--lead .cmp-gabco-press__card-title { font-size: 25px; line-height: 1.2; }
.cmp-gabco-press__grid--magazine .cmp-gabco-press__card:not(.cmp-gabco-press__card--lead) { display: grid; grid-template-columns: 150px 1fr; }
.cmp-gabco-press__grid--magazine .cmp-gabco-press__card:not(.cmp-gabco-press__card--lead) .cmp-gabco-press__card-media { aspect-ratio: auto; min-height: 100%; }
.cmp-gabco-press__grid--magazine .cmp-gabco-press__card:not(.cmp-gabco-press__card--lead) .cmp-gabco-press__card-body { padding: 20px; }
.cmp-gabco-press__grid--magazine .cmp-gabco-press__card:not(.cmp-gabco-press__card--lead) .cmp-gabco-press__card-title { font-size: 20px; line-height: 1.25; }
.cmp-gabco-press__pagination { margin-top: 32px; }
.cmp-gabco-press__pagination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-gabco-press__page {
  min-width: 44px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cmp-gabco-press__page[aria-current="page"] { pointer-events: none; }
.cmp-gabco-press__empty {
  grid-column: 1 / -1;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  border: 1px solid #173c78;
  border-radius: 8px;
  background: var(--press-navy-dark);
  color: #fff;
  box-shadow: var(--press-shadow);
}
.cmp-gabco-press__empty-main { padding: 52px 54px 56px; }
.cmp-gabco-press__empty-kicker { margin-bottom: 15px; }
.cmp-gabco-press__empty-title {
  margin: 0;
  max-width: 620px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 43px;
  line-height: 1.12;
  color: #fff;
}
.cmp-gabco-press__empty-copy {
  max-width: 630px;
  margin: 19px 0 0;
  color: #d7e0ef;
  font-size: 16px;
  line-height: 1.7;
}
.cmp-gabco-press__empty-actions,
.cmp-gabco-press__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}
.cmp-gabco-press__action,
.cmp-gabco-press__retry {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--press-gold);
  border-radius: 6px;
  background: var(--press-gold);
  color: #071a3d;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.cmp-gabco-press__action:hover,
.cmp-gabco-press__retry:hover { transform: translateY(-2px); background: var(--press-gold-light); border-color: var(--press-gold-light); }
.cmp-gabco-press__action--secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.cmp-gabco-press__action--secondary:hover { background: #fff; border-color: #fff; color: var(--press-navy); }
.cmp-gabco-press__action svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.cmp-gabco-press__empty-side {
  padding: 46px 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--press-navy);
  border-left: 1px solid rgba(255,255,255,.17);
}
.cmp-gabco-press__empty-side-mark {
  width: 58px;
  height: 58px;
  margin-bottom: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--press-gold);
  border-radius: 50%;
  color: var(--press-gold-light);
}
.cmp-gabco-press__empty-side-mark svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cmp-gabco-press__empty-side strong {
  display: block;
  color: var(--press-gold-light);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.cmp-gabco-press__empty-side span { display: block; margin-top: 10px; color: #d3dceb; font-size: 14px; line-height: 1.65; }
.cmp-gabco-press__cta {
  margin-top: 36px;
  padding: 35px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  border: 1px solid var(--press-line);
  border-radius: 8px;
  background: var(--press-paper);
}
.cmp-gabco-press__cta-kicker { margin-bottom: 7px; color: #8f6b0d; }
.cmp-gabco-press__cta-title { margin: 0; color: var(--press-navy); font-family: 'Playfair Display', Georgia, serif; font-size: 29px; line-height: 1.15; }
.cmp-gabco-press__cta-copy { margin: 10px 0 0; max-width: 700px; color: var(--press-muted); font-size: 14px; line-height: 1.65; }
.cmp-gabco-press__cta-actions { margin-top: 0; flex-wrap: nowrap; }
.cmp-gabco-press__cta .cmp-gabco-press__action--secondary { color: var(--press-navy); border-color: #aebbd0; }
.cmp-gabco-press__cta .cmp-gabco-press__action--secondary:hover { background: var(--press-navy); color: #fff; border-color: var(--press-navy); }
.cmp-gabco-press--empty .cmp-gabco-press__controls,
.cmp-gabco-press--empty .cmp-gabco-press__pagination,
.cmp-gabco-press--empty .cmp-gabco-press__cta { display: none; }
.cmp-gabco-press--empty .cmp-gabco-press__masthead-note { display: none; }
.cmp-gabco-press--empty .cmp-gabco-press__masthead-inner {
  min-height: 0;
  grid-template-columns: minmax(0, 780px);
  padding-top: 54px;
  padding-bottom: 62px;
}
.cmp-gabco-press-modal {
  --press-navy: #05265f;
  --press-navy-dark: #03183f;
  --press-gold: #d3a329;
  --press-gold-light: #f1d173;
  --press-red: #c8102e;
  --press-paper: #fffdf8;
  --press-ink: #102445;
  --press-muted: #586985;
  --press-line: #d8ccb1;
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  font-family: 'Inter', Arial, sans-serif;
}
.cmp-gabco-press-modal.is-open { display: flex; }
.cmp-gabco-press-modal__backdrop { position: absolute; inset: 0; background: rgba(1,11,31,.78); backdrop-filter: blur(8px); }
.cmp-gabco-press-modal__panel {
  width: min(850px, 100%);
  max-height: calc(100vh - 56px);
  position: relative;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(211,163,41,.65);
  border-radius: 8px;
  background: var(--press-paper);
  color: var(--press-ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
}
.cmp-gabco-press-modal__close {
  width: 46px;
  height: 46px;
  position: sticky;
  z-index: 3;
  top: 14px;
  margin: 14px 14px -60px auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(3,24,63,.92);
  color: #fff;
  cursor: pointer;
}
.cmp-gabco-press-modal__close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.cmp-gabco-press-modal__media { min-height: 240px; aspect-ratio: 16 / 8; overflow: hidden; background: var(--press-navy-dark); }
.cmp-gabco-press-modal__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cmp-gabco-press-modal__media--blank { display: grid; place-items: center; color: var(--press-gold-light); }
.cmp-gabco-press-modal__media--blank svg { width: 56px; height: 56px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.cmp-gabco-press-modal__body { padding: 38px 46px 44px; }
.cmp-gabco-press-modal__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 15px; }
.cmp-gabco-press-modal__title { margin: 0; color: var(--press-navy); font-family: 'Playfair Display', Georgia, serif; font-size: 40px; line-height: 1.12; letter-spacing: -.02em; }
.cmp-gabco-press-modal__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 0; padding-bottom: 24px; border-bottom: 1px solid var(--press-line); color: var(--press-muted); font-size: 13px; font-weight: 700; }
.cmp-gabco-press-modal__copy { margin-top: 24px; color: #33425b; font-size: 16px; line-height: 1.75; }
.cmp-gabco-press-modal__copy p { margin: 0 0 15px; }
.cmp-gabco-press-modal__copy p:last-child { margin-bottom: 0; }
.cmp-gabco-press-modal__files { margin-top: 24px; display: grid; gap: 8px; }
.cmp-gabco-press-modal__file {
  min-height: 46px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c3ccda;
  border-radius: 6px;
  color: var(--press-navy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.cmp-gabco-press-modal__file:hover { border-color: var(--press-gold); background: #fff9e9; }
.cmp-gabco-press-modal__file svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.cmp-gabco-press-modal__actions { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--press-line); display: flex; flex-wrap: wrap; gap: 10px; }
.cmp-gabco-press-modal__actions .cmp-gabco-press__action--secondary { color: var(--press-navy); border-color: #aebbd0; }
.cmp-gabco-press-modal__actions .cmp-gabco-press__action--secondary:hover { background: var(--press-navy); color: #fff; border-color: var(--press-navy); }
.cmp-gabco-press-modal__nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 46px;
  border-top: 1px solid var(--press-line);
  background: #f2ecdf;
}
.cmp-gabco-press-modal__nav button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #b6aa8f;
  border-radius: 6px;
  background: var(--press-paper);
  color: var(--press-navy);
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cmp-gabco-press-modal__nav button:disabled { opacity: .4; cursor: default; }
@media (max-width: 980px) {
  .cmp-gabco-press__masthead-inner { grid-template-columns: minmax(0, 1fr) 290px; gap: 40px; }
  .cmp-gabco-press__title { font-size: 56px; line-height: 1.1; }
  .cmp-gabco-press__grid--gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cmp-gabco-press__cta { display: flex; flex-direction: column; align-items: stretch; }
  .cmp-gabco-press__cta-actions { flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .cmp-gabco-press__masthead-inner,
  .cmp-gabco-press__wrap { width: min(100% - 40px, 1180px); }
  .cmp-gabco-press__masthead-inner { min-height: 0; padding: 50px 0 58px; grid-template-columns: 1fr; gap: 36px; }
  .cmp-gabco-press__title { font-size: 50px; line-height: 1.1; }
  .cmp-gabco-press__deck { font-size: 16px; line-height: 1.65; }
  .cmp-gabco-press__masthead-note { max-width: 520px; }
  .cmp-gabco-press__wrap { padding: 36px 0 54px; }
  .cmp-gabco-press__controls { display: flex; flex-direction: column; align-items: stretch; }
  .cmp-gabco-press__control-stack { width: 100%; justify-items: start; }
  .cmp-gabco-press__grid { grid-template-columns: 1fr; }
  .cmp-gabco-press__grid--gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cmp-gabco-press__card--lead,
  .cmp-gabco-press__card--lead.cmp-gabco-press__card--has-image { display: flex; grid-column: auto; }
  .cmp-gabco-press__card--lead .cmp-gabco-press__card-media,
  .cmp-gabco-press__card--lead.cmp-gabco-press__card--has-image .cmp-gabco-press__card-media { min-height: 0; aspect-ratio: 16 / 9; }
  .cmp-gabco-press__card--lead .cmp-gabco-press__card-body { padding: 28px; }
  .cmp-gabco-press__card--lead .cmp-gabco-press__card-title { font-size: 30px; line-height: 1.15; }
  .cmp-gabco-press__grid--magazine .cmp-gabco-press__card:not(.cmp-gabco-press__card--lead) { grid-template-columns: 120px 1fr; }
  .cmp-gabco-press__empty { grid-template-columns: 1fr; }
  .cmp-gabco-press__empty-main { padding: 40px 36px 44px; }
  .cmp-gabco-press__empty-side { min-height: 210px; padding: 32px 36px; border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .cmp-gabco-press__empty-side-mark { margin-bottom: 32px; }
  .cmp-gabco-press-modal { padding: 12px; }
  .cmp-gabco-press-modal__panel { max-height: calc(100vh - 24px); }
}
@media (max-width: 520px) {
  .cmp-gabco-press__masthead-inner,
  .cmp-gabco-press__wrap { width: min(100% - 28px, 1180px); }
  .cmp-gabco-press__masthead { border-top-width: 5px; }
  .cmp-gabco-press__masthead-inner { padding: 30px 0 35px; gap: 22px; }
  .cmp-gabco-press--empty .cmp-gabco-press__masthead-inner { padding-top: 34px; padding-bottom: 40px; }
  .cmp-gabco-press__title { font-size: 40px; line-height: 1.1; }
  .cmp-gabco-press__deck { margin-top: 17px; font-size: 14px; line-height: 1.55; }
  .cmp-gabco-press__masthead-note { padding-left: 18px; }
  .cmp-gabco-press__masthead-note strong { margin-bottom: 7px; font-size: 21px; line-height: 1.5; }
  .cmp-gabco-press__masthead-note span { font-size: 13px; line-height: 1.55; }
  .cmp-gabco-press__wrap { padding: 24px 0 42px; }
  .cmp-gabco-press__controls { gap: 20px; margin-bottom: 24px; padding-bottom: 20px; }
  .cmp-gabco-press__library-title { font-size: 28px; line-height: 1.12; }
  .cmp-gabco-press__filter-group {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .cmp-gabco-press__filter { flex: 0 0 auto; width: auto; padding: 0 13px; scroll-snap-align: start; }
  .cmp-gabco-press__card-body,
  .cmp-gabco-press__card--lead .cmp-gabco-press__card-body { padding: 23px 21px 25px; }
  .cmp-gabco-press__card-title,
  .cmp-gabco-press__card--lead .cmp-gabco-press__card-title { font-size: 25px; line-height: 1.2; }
  .cmp-gabco-press__grid--gallery { grid-template-columns: 1fr; }
  .cmp-gabco-press__grid--magazine .cmp-gabco-press__card:not(.cmp-gabco-press__card--lead) { display: flex; }
  .cmp-gabco-press__grid--magazine .cmp-gabco-press__card:not(.cmp-gabco-press__card--lead) .cmp-gabco-press__card-media { min-height: 0; aspect-ratio: 16 / 9; }
  .cmp-gabco-press__empty-main { padding: 32px 24px 35px; }
  .cmp-gabco-press__empty-title { font-size: 35px; line-height: 1.12; }
  .cmp-gabco-press__empty-copy { font-size: 15px; line-height: 1.7; }
  .cmp-gabco-press__empty-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cmp-gabco-press__action,
  .cmp-gabco-press__retry { width: 100%; min-height: 52px; padding: 12px; }
  .cmp-gabco-press__empty-side { padding: 29px 24px; }
  .cmp-gabco-press__cta { padding: 29px 24px; }
  .cmp-gabco-press__cta-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cmp-gabco-press-modal__media { min-height: 190px; aspect-ratio: 4 / 3; }
  .cmp-gabco-press-modal__body { padding: 29px 22px 32px; }
  .cmp-gabco-press-modal__title { font-size: 31px; line-height: 1.12; }
  .cmp-gabco-press-modal__copy { font-size: 15px; line-height: 1.75; }
  .cmp-gabco-press-modal__nav { padding: 13px 22px; }
}
@media (max-width: 350px) {
  .cmp-gabco-press__masthead-note { display: none; }
  .cmp-gabco-press__title { font-size: 37px; line-height: 1.1; }
  .cmp-gabco-press__empty-title { font-size: 31px; line-height: 1.12; }
}
@media (prefers-reduced-motion: reduce) {
  .cmp-gabco-press *,
  .cmp-gabco-press-modal * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
