:root {
  --gbm-ink: #11110f;
  --gbm-paper: #f5f2ea;
  --gbm-white: #ffffff;
  --gbm-ochre: #c89a2b;
  --gbm-ochre-deep: #9d7419;
  --gbm-muted: #706b61;
  --gbm-line: #d8d2c6;
  --gbm-navy: #121926;
  --gbm-brand-blue: #13094d;
  --gbm-soft: #ece7dc;
}

body.gbm-editorial-home {
  margin: 0;
  background: var(--gbm-paper);
  color: var(--gbm-ink);
  font-family: "IBM Plex Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.gbm-editorial-home * {
  box-sizing: border-box;
}

body.gbm-editorial-home a {
  color: inherit;
  text-decoration: none;
}

body.gbm-editorial-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.gbm-editorial-home h1,
body.gbm-editorial-home h2,
body.gbm-editorial-home h3,
body.gbm-editorial-home p {
  margin-top: 0;
}

body.gbm-editorial-home h1,
body.gbm-editorial-home h2,
body.gbm-editorial-home h3 {
  font-family: "Newsreader", serif;
  color: var(--gbm-ink);
  letter-spacing: -0.02em;
}

.gbm-skip {
  position: absolute;
  left: -9999px;
}

.gbm-skip:focus {
  left: 16px;
  top: 16px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--gbm-white);
  color: var(--gbm-ink);
  border: 1px solid var(--gbm-ink);
}

.gbm-site-header {
  position: relative;
  z-index: 50;
  background: var(--gbm-paper);
  border-bottom: 1px solid var(--gbm-line);
}

.gbm-masthead {
  max-width: 1480px;
  margin: 0 auto;
  padding: 6px 34px;
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 28px;
}

.gbm-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
}

.gbm-brand--editorial {
  width: min(360px, 100%);
}

.gbm-brand-editorial-logo {
  display: block;
  width: 100%;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.gbm-brand-logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
  border-radius: 50%;
}

.gbm-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 0.95;
}

.gbm-brand-copy strong {
  font-family: "Newsreader", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.gbm-brand-copy small {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.gbm-masthead-claim {
  margin: 0;
  text-align: center;
  font-family: "Newsreader", serif;
  font-size: 19px;
  font-style: italic;
  color: var(--gbm-muted);
}

.gbm-masthead-actions {
  justify-self: end;
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gbm-masthead-actions a:last-child {
  padding: 10px 14px;
  border: 1px solid var(--gbm-ink);
}

.gbm-primary-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  padding: 0 28px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  background: var(--gbm-brand-blue);
  color: var(--gbm-white);
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}

.gbm-primary-nav::-webkit-scrollbar {
  display: none;
}

.gbm-menu-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.gbm-menu-toggle {
  display: none;
}

.gbm-primary-nav a {
  padding: 18px 0 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

.gbm-primary-nav a:hover,
.gbm-primary-nav a:focus {
  color: #f3c85e;
  border-bottom-color: var(--gbm-ochre);
}

.gbm-primary-nav .gbm-nav-home {
  padding: 3px 8px;
  border: 0;
  display: flex;
  align-items: center;
  background: transparent;
}

.gbm-primary-nav .gbm-nav-home img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1) invert(1) contrast(2);
  mix-blend-mode: screen;
}

.gbm-primary-nav .gbm-nav-home:hover,
.gbm-primary-nav .gbm-nav-home:focus {
  border: 1px solid #fff;
  opacity: .88;
}

.gbm-radio-strip {
  position: relative;
  z-index: 40;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 9px 24px;
  background: var(--gbm-ochre);
  color: #17130b;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.gbm-radio-live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.gbm-radio-live span {
  width: 8px;
  height: 8px;
  background: #a11111;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(161,17,17,.12);
}

.gbm-radio-strip strong {
  font-weight: 700;
}

.gbm-radio-strip em {
  font-family: "Newsreader", serif;
  font-size: 15px;
}

.gbm-radio-actions {
  display: flex;
  gap: 12px;
  margin-left: 8px;
}

.gbm-radio-actions a {
  padding: 5px 9px;
  border: 1px solid rgba(17,17,15,.55);
  font-weight: 600;
}

.gbm-home-main {
  width: 100%;
  overflow: hidden;
}

.gbm-hero,
.gbm-section,
.gbm-conversion-grid,
.gbm-radio-feature,
.gbm-partner-slot {
  width: min(1480px, calc(100% - 68px));
  margin-left: auto;
  margin-right: auto;
}

.gbm-hero {
  padding: 74px 0 60px;
}

.gbm-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 30px;
}

.gbm-section-head--hero {
  align-items: end;
  margin-bottom: 44px;
}

.gbm-section-head--hero > div {
  max-width: 900px;
}

.gbm-section-head--hero > p {
  max-width: 430px;
  margin-bottom: 6px;
  color: var(--gbm-muted);
  font-size: 16px;
  line-height: 1.7;
}

.gbm-eyebrow,
.gbm-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gbm-ochre-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gbm-section-head h1 {
  margin-bottom: 0;
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: 0.92;
  font-weight: 600;
}

.gbm-section-head h2,
.gbm-radio-feature h2,
.gbm-conversion-grid h2 {
  margin-bottom: 0;
  font-size: clamp(35px, 3.7vw, 58px);
  line-height: 1;
  font-weight: 600;
}

.gbm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(320px, .95fr);
  gap: 28px;
}

.gbm-hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 28px;
}

.gbm-card {
  min-width: 0;
}

.gbm-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #d8d2c7;
  aspect-ratio: 4 / 3;
}

.gbm-card--lead .gbm-card-image {
  aspect-ratio: 16 / 9;
}

.gbm-card--side .gbm-card-image {
  aspect-ratio: 16 / 7.8;
}

.gbm-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.gbm-card:hover .gbm-card-image img {
  transform: scale(1.018);
}

.gbm-card-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: "Newsreader", serif;
  font-size: 28px;
  color: var(--gbm-muted);
}

.gbm-card-copy {
  padding-top: 17px;
}

.gbm-card h3 {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.04;
  font-weight: 600;
}

.gbm-card--lead h3 {
  max-width: 980px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: .98;
}

.gbm-card--side h3 {
  font-size: 26px;
}

.gbm-card p {
  margin-bottom: 12px;
  color: var(--gbm-muted);
  font-size: 14px;
  line-height: 1.6;
}

.gbm-card--lead p {
  max-width: 770px;
  font-size: 16px;
}

.gbm-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #807b72;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .03em;
}

.gbm-meta time::before {
  content: "—";
  margin-right: 12px;
}

.gbm-partner-slot {
  margin-top: 8px;
  margin-bottom: 72px;
  min-height: 124px;
  padding: 24px 30px;
  border-top: 1px solid var(--gbm-ink);
  border-bottom: 1px solid var(--gbm-ink);
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 30px;
}

.gbm-partner-slot span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.gbm-partner-slot strong {
  font-family: "Newsreader", serif;
  font-size: 28px;
  font-weight: 600;
}

.gbm-partner-slot a {
  font-size: 13px;
  font-weight: 600;
}

.gbm-section {
  padding: 62px 0 76px;
}

.gbm-section--ruled {
  border-top: 1px solid var(--gbm-line);
}

.gbm-section-link {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gbm-ink);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.gbm-grid {
  display: grid;
  gap: 30px;
}

.gbm-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gbm-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gbm-grid--four .gbm-card h3 {
  font-size: 24px;
}

.gbm-radio-feature {
  margin-top: 50px;
  margin-bottom: 70px;
  min-height: 380px;
  padding: 58px 62px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: center;
  background: var(--gbm-navy);
  color: var(--gbm-white);
}

.gbm-radio-feature h2,
.gbm-radio-feature p {
  color: var(--gbm-white);
}

.gbm-radio-feature p {
  max-width: 670px;
  margin: 20px 0 28px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.7;
}

.gbm-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gbm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
}

.gbm-button--primary {
  background: var(--gbm-ochre);
  color: #18130a;
  border-color: var(--gbm-ochre);
}

.gbm-radio-feature-signal {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.gbm-radio-feature-signal span {
  width: 8px;
  border-radius: 9px;
  background: var(--gbm-ochre);
}

.gbm-radio-feature-signal span:nth-child(1),
.gbm-radio-feature-signal span:nth-child(7) { height: 38px; }
.gbm-radio-feature-signal span:nth-child(2),
.gbm-radio-feature-signal span:nth-child(6) { height: 78px; }
.gbm-radio-feature-signal span:nth-child(3),
.gbm-radio-feature-signal span:nth-child(5) { height: 124px; }
.gbm-radio-feature-signal span:nth-child(4) { height: 168px; }

.gbm-section--dark {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 48px max(34px, calc((100vw - 1480px) / 2));
  background: #171715;
  color: var(--gbm-white);
}

.gbm-section--dark h2,
.gbm-section--dark h3,
.gbm-section--dark .gbm-card p,
.gbm-section--dark .gbm-meta {
  color: var(--gbm-white);
}

.gbm-section--dark .gbm-section-head h2,
.gbm-section--dark .gbm-card h3,
.gbm-section--dark .gbm-section-link {
  color: var(--gbm-white) !important;
}

.gbm-section--dark .gbm-card p,
.gbm-section--dark .gbm-meta {
  opacity: .7;
}

.gbm-section--dark .gbm-section-link {
  border-color: rgba(255,255,255,.65);
}

.gbm-conversion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 70px;
  margin-bottom: 80px;
  background: var(--gbm-line);
  border: 1px solid var(--gbm-line);
}

.gbm-conversion-grid article {
  min-height: 330px;
  padding: 50px;
  background: var(--gbm-white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gbm-conversion-grid p {
  max-width: 560px;
  margin: 18px 0 28px;
  color: var(--gbm-muted);
  line-height: 1.7;
}

.gbm-conversion-grid .gbm-button {
  margin-top: auto;
}

.gbm-footer {
  margin-top: 0;
  padding: 70px max(34px, calc((100vw - 1480px) / 2)) 26px;
  background: #0e0e0d;
  color: rgba(255,255,255,.78);
}

.gbm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 42px;
  padding-bottom: 54px;
}

.gbm-footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.gbm-footer-brand {
  margin-bottom: 6px;
  font-family: "Newsreader", serif;
  font-size: 36px;
  color: var(--gbm-white);
}

.gbm-footer h2 {
  margin-bottom: 9px;
  color: var(--gbm-ochre);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gbm-footer a {
  font-size: 13px;
}

.gbm-footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  letter-spacing: .05em;
}


.gbm-ad-deck-wrap,
.gbm-ad-billboard-wrap {
  width: min(1480px, calc(100% - 68px));
  margin-left: auto;
  margin-right: auto;
}

.gbm-ad-deck-wrap {
  margin-top: 10px;
  margin-bottom: 38px;
  padding: 24px 0 34px;
  border-top: 1px solid var(--gbm-line);
  border-bottom: 1px solid var(--gbm-line);
}

.gbm-ad-zone-title,
.gbm-ad-rail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  color: var(--gbm-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gbm-ad-zone-title a,
.gbm-ad-rail-heading a {
  color: var(--gbm-ink);
  letter-spacing: .07em;
}

.gbm-ad-deck {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}

.gbm-ad-slot {
  min-width: 0;
}

.gbm-ad-label {
  display: none;
}

.gbm-ad-creative,
.gbm-ad-creative .wp-block-image,
.gbm-ad-creative figure {
  margin: 0 !important;
}

.gbm-ad-creative a {
  display: block;
}

.gbm-ad-creative img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none;
}

.gbm-ad-slot--square .gbm-ad-creative {
  aspect-ratio: 1 / 1.18;
  overflow: hidden;
  background: #eee9de;
}

.gbm-ad-slot--square .gbm-ad-creative figure,
.gbm-ad-slot--square .gbm-ad-creative a {
  width: 100%;
  height: 100%;
}

.gbm-ad-slot--square .gbm-ad-creative img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  background: #fff;
}

.gbm-ad-billboard-wrap {
  margin-top: 32px;
  margin-bottom: 54px;
  padding-top: 18px;
  border-top: 1px solid var(--gbm-ink);
}

.gbm-ad-billboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.gbm-ad-slot--horizontal .gbm-ad-creative {
  min-height: 160px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.gbm-ad-slot--horizontal .gbm-ad-creative img {
  width: 100% !important;
  height: 100% !important;
  max-height: 220px;
  object-fit: contain;
}

.gbm-home-shell {
  width: min(1480px, calc(100% - 68px));
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid var(--gbm-ink);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  gap: 42px;
  align-items: start;
}

/* The shell itself draws one continuous rule across editorial + ad rail. */
.gbm-home-shell .gbm-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.gbm-home-editorial .gbm-section {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gbm-home-adrail {
  position: relative;
  padding-top: 44px;
}

.gbm-ad-rail-heading {
  padding-top: 0;
  border-top: 0;
}

.gbm-home-adrail .gbm-ad-slot {
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: 0;
}

.gbm-ad-slot--rail .gbm-ad-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gbm-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gbm-ad-slot--rail .gbm-ad-creative {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.gbm-ad-slot--rail .gbm-ad-creative img {
  width: 100% !important;
  height: auto !important;
  max-height: 360px;
  object-fit: contain;
}

/* Keep the advertising rail visually aligned with the two editorial rows. */
.gbm-home-adrail .gbm-ad-creative {
  display: grid;
  place-items: center;
}

.gbm-ad-billboard-wrap--mid {
  margin-top: 38px;
  margin-bottom: 66px;
}

.gbm-ad-deck-wrap--partners {
  margin-top: 0;
  margin-bottom: 58px;
}

/* Service pages — shared editorial language */
.gbm-service-page {
  background: var(--gbm-white);
  color: var(--gbm-ink);
  min-height: 62vh;
}

.gbm-service-hero {
  max-width: 1480px;
  margin: 0 auto;
  padding: 78px 34px 54px;
  border-bottom: 1px solid rgba(18, 25, 38, .18);
}

.gbm-service-kicker {
  margin: 0 0 14px;
  color: var(--gbm-brand-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gbm-service-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .96;
  letter-spacing: -.045em;
}

.gbm-service-intro {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}

.gbm-service-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 34px 96px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  gap: 90px;
  align-items: start;
}

.gbm-service-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.gbm-service-copy p {
  margin: 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.7;
}

.gbm-service-form {
  padding: 34px;
  border-top: 5px solid var(--gbm-brand-blue);
  background: #f3f1eb;
}

.gbm-service-form .tnp-subscription {
  max-width: none;
  margin: 0;
}

.gbm-service-form .tnp-field {
  margin-bottom: 20px;
}

.gbm-service-form .tnp-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gbm-service-form .tnp-field input[type="text"],
.gbm-service-form .tnp-field input[type="email"] {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid rgba(18, 25, 38, .28);
  border-radius: 0;
  background: #fff;
  color: var(--gbm-ink);
}

.gbm-service-form .tnp-privacy-field label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.gbm-service-form .tnp-submit {
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: var(--gbm-brand-blue);
  color: #fff;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
}

.gbm-service-form .tnp-submit:hover,
.gbm-service-form .tnp-submit:focus {
  opacity: .88;
}

@media (max-width: 820px) {
  .gbm-service-hero {
    padding: 54px 22px 38px;
  }

  .gbm-service-content {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 46px 22px 70px;
  }
}

@media (max-width: 560px) {
  .gbm-service-hero {
    padding: 42px 18px 32px;
  }

  .gbm-service-content {
    padding: 38px 18px 56px;
  }

  .gbm-service-form {
    padding: 24px 20px;
  }
}

/* About page */
.gbm-about-manifesto,
.gbm-about-contact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 34px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
}

.gbm-about-manifesto h2,
.gbm-about-contact h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1;
}

.gbm-about-copy p {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.72;
}

.gbm-about-grid {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 34px 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(18,25,38,.16);
}

.gbm-about-grid article {
  min-height: 300px;
  padding: 32px;
  background: #f3f1eb;
}

.gbm-about-grid article > span {
  color: var(--gbm-brand-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.gbm-about-grid h3 {
  margin: 58px 0 16px;
  font-size: 29px;
}

.gbm-about-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
}

.gbm-about-dark {
  padding: 86px max(34px, calc((100vw - 1180px) / 2));
  background: #171715;
  color: #fff;
}

.gbm-about-dark .gbm-service-kicker {
  color: #d2a739;
}

.gbm-about-dark blockquote {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  margin: 24px 0 30px;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: #fff !important;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.035em;
  opacity: 1;
}

.gbm-about-dark > p:last-child {
  max-width: 760px;
  margin: 0;
  font-size: 19px;
  line-height: 1.65;
}

.gbm-about-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.gbm-about-contact-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gbm-brand-blue);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gbm-about-contact-grid p,
.gbm-about-contact-grid a {
  margin: 0;
  color: var(--gbm-ink);
  font-size: 16px;
  line-height: 1.6;
}

.gbm-about-contact-cta p {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 1.65;
}

.gbm-about-contact-cta .gbm-button {
  display: inline-flex;
}

/* Contact page */
.gbm-contact-layout {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 34px 96px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 88px;
  align-items: start;
}

.gbm-contact-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
}

.gbm-contact-copy > p:not(.gbm-service-kicker) {
  max-width: 520px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.gbm-contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.gbm-contact-topics span {
  padding: 8px 12px;
  border: 1px solid rgba(18,25,38,.2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.gbm-contact-form {
  padding: 34px;
  border-top: 5px solid var(--gbm-brand-blue);
  background: #f3f1eb;
}

.gbm-contact-form .wpcf7 p { margin: 0 0 20px; }
.gbm-contact-form .wpcf7 label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}
.gbm-contact-form input[type="text"],
.gbm-contact-form input[type="email"],
.gbm-contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(18,25,38,.28);
  border-radius: 0;
  background: #fff;
  color: var(--gbm-ink);
  font: inherit;
}
.gbm-contact-form textarea { min-height: 180px; resize: vertical; }
.gbm-contact-form input[type="submit"] {
  min-height: 48px;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
  background: var(--gbm-brand-blue);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 900px) {
  .gbm-contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .gbm-about-grid { grid-template-columns: 1fr 1fr; }
  .gbm-about-manifesto,
  .gbm-about-contact { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .gbm-about-manifesto,
  .gbm-about-contact { padding: 48px 18px; }
  .gbm-about-grid { grid-template-columns: 1fr; padding: 0 18px 56px; }
  .gbm-about-grid article { min-height: 0; }
  .gbm-about-grid h3 { margin-top: 34px; }
  .gbm-about-dark { padding: 58px 18px; }
  .gbm-about-contact-grid { grid-template-columns: 1fr; }
  .gbm-contact-layout { padding: 44px 18px 64px; gap: 34px; }
  .gbm-contact-copy h2 { font-size: clamp(34px, 10vw, 46px); }
  .gbm-contact-form { padding: 24px 20px; }
  .gbm-contact-form input[type="text"],
  .gbm-contact-form input[type="email"],
  .gbm-contact-form textarea { max-width: 100%; box-sizing: border-box; }
}

.gbm-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gbm-ink);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--gbm-ink);
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,.10);
  transition: transform .2s ease, background-color .2s ease;
}

.gbm-back-to-top:hover,
.gbm-back-to-top:focus-visible {
  transform: translateY(-3px);
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1121px) {
  .gbm-home-adrail .gbm-ad-slot:nth-of-type(2) {
    position: sticky;
    top: 64px;
  }
}

@media (max-width: 1120px) {
  .gbm-masthead {
    grid-template-columns: 1fr auto;
  }

  .gbm-masthead-claim {
    display: none;
  }

  .gbm-hero-grid {
    grid-template-columns: 1.5fr 1fr;
  }

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

  .gbm-home-shell {
    grid-template-columns: 1fr;
  }

  .gbm-home-adrail {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
  }

  .gbm-home-adrail .gbm-ad-rail-heading {
    grid-column: 1 / -1;
  }

  .gbm-home-adrail .gbm-ad-slot {
    margin-bottom: 0;
  }

  .gbm-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .gbm-masthead {
    padding: 8px 16px;
    min-height: 62px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .gbm-brand--editorial {
    width: min(250px, 100%);
  }

  .gbm-brand-editorial-logo {
    height: 48px;
  }

  .gbm-primary-nav {
    min-height: 52px;
    padding: 0 16px;
    justify-content: space-between;
    overflow: visible;
  }

  .gbm-primary-nav .gbm-nav-home {
    padding: 4px 0;
  }

  .gbm-primary-nav .gbm-nav-home img {
    width: 40px;
    height: 40px;
  }

  .gbm-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px 8px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
  }

  .gbm-menu-toggle span {
    display: block;
    width: 27px;
    height: 2px;
    margin-left: auto;
    background: #fff;
  }

  .gbm-menu-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 8px 20px 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--gbm-ink);
    border-top: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
  }

  .gbm-menu-links.is-open {
    display: flex;
  }

  .gbm-menu-links a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
  }

  .gbm-brand-logo {
    width: 54px;
    height: 54px;
  }

  .gbm-brand-copy strong {
    font-size: 23px;
  }

  .gbm-masthead-actions a:first-child {
    display: none;
  }

  .gbm-primary-nav {
    justify-content: flex-start;
    padding: 0 20px;
    gap: 20px;
  }

  .gbm-radio-strip {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .gbm-radio-strip em,
  .gbm-radio-actions a:last-child {
    display: none;
  }

  .gbm-hero,
  .gbm-section,
  .gbm-conversion-grid,
  .gbm-radio-feature,
  .gbm-partner-slot,
  .gbm-ad-deck-wrap,
  .gbm-ad-billboard-wrap,
  .gbm-home-shell {
    width: min(100% - 36px, 1480px);
  }

  .gbm-ad-deck {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .gbm-ad-billboard {
    grid-template-columns: 1fr;
  }

  .gbm-home-adrail {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .gbm-hero {
    padding-top: 48px;
  }

  .gbm-section-head,
  .gbm-section-head--hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .gbm-section-head--hero > p {
    max-width: 620px;
  }

  .gbm-hero-grid,
  .gbm-radio-feature,
  .gbm-conversion-grid {
    grid-template-columns: 1fr;
  }

  .gbm-hero-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .gbm-grid--three {
    grid-template-columns: 1fr 1fr;
  }

  .gbm-partner-slot {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gbm-radio-feature {
    padding: 40px 28px;
  }
}

@media (max-width: 560px) {
  .gbm-masthead {
    padding: 7px 14px;
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .gbm-brand--editorial {
    width: min(230px, 100%);
  }

  .gbm-brand-editorial-logo {
    height: 44px;
  }

  .gbm-masthead-actions {
    gap: 8px;
    font-size: 10px;
  }

  .gbm-masthead-actions a:first-child {
    display: none;
  }

  .gbm-masthead-actions a:last-child {
    padding: 8px 9px;
  }

  .gbm-primary-nav {
    min-height: 52px;
    padding: 0 14px;
    justify-content: space-between;
    overflow: visible;
  }

  .gbm-primary-nav .gbm-nav-home {
    padding: 4px 0;
  }

  .gbm-primary-nav .gbm-nav-home img {
    width: 40px;
    height: 40px;
  }

  .gbm-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px 8px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
  }

  .gbm-menu-toggle span {
    display: block;
    width: 27px;
    height: 2px;
    margin-left: auto;
    background: #fff;
  }

  .gbm-menu-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 8px 20px 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--gbm-ink);
    border-top: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
  }

  .gbm-menu-links.is-open {
    display: flex;
  }

  .gbm-menu-links a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
  }

  .gbm-radio-strip {
    min-height: 44px;
    padding: 6px 14px;
    justify-content: space-between;
    overflow: hidden;
  }

  .gbm-radio-actions a {
    padding: 7px 9px;
  }

  .gbm-hero {
    padding-top: 34px;
  }

  .gbm-section-head--hero {
    margin-bottom: 28px;
  }

  .gbm-section-head h1 {
    font-size: clamp(38px, 12vw, 46px);
    line-height: .96;
  }

  .gbm-section-head--hero > p {
    font-size: 14px;
    line-height: 1.55;
  }

  .gbm-brand-copy {
    display: none;
  }

  .gbm-masthead-actions a:last-child {
    padding: 8px 10px;
  }

  .gbm-radio-strip {
    padding-left: 16px;
  }

  .gbm-radio-actions {
    margin-left: auto;
  }

  .gbm-radio-strip > strong {
    display: none;
  }

  .gbm-hero,
  .gbm-section,
  .gbm-conversion-grid,
  .gbm-radio-feature,
  .gbm-partner-slot,
  .gbm-ad-deck-wrap,
  .gbm-ad-billboard-wrap,
  .gbm-home-shell {
    width: calc(100% - 28px);
  }

  .gbm-ad-deck,
  .gbm-home-adrail {
    grid-template-columns: 1fr;
  }

  .gbm-ad-slot--square .gbm-ad-creative {
    aspect-ratio: auto;
  }

  .gbm-section-head h1 {
    font-size: 50px;
  }

  .gbm-hero-grid,
  .gbm-hero-side,
  .gbm-grid--four,
  .gbm-grid--three,
  .gbm-footer-grid {
    grid-template-columns: 1fr;
  }

  .gbm-card--side .gbm-card-image {
    aspect-ratio: 4 / 3;
  }

  .gbm-section {
    padding: 48px 0 58px;
  }

  .gbm-partner-slot {
    margin-bottom: 38px;
  }

  .gbm-radio-feature-signal {
    height: 100px;
  }

  .gbm-radio-feature-signal span:nth-child(4) { height: 100px; }
  .gbm-radio-feature-signal span:nth-child(3),
  .gbm-radio-feature-signal span:nth-child(5) { height: 72px; }
  .gbm-radio-feature-signal span:nth-child(2),
  .gbm-radio-feature-signal span:nth-child(6) { height: 48px; }

  .gbm-conversion-grid article {
    min-height: 280px;
    padding: 34px 26px;
  }

  .gbm-section--dark {
    width: 100%;
    padding: 34px 18px 42px;
  }

  .gbm-section--dark .gbm-section-head {
    width: 100%;
    margin-bottom: 24px;
  }

  .gbm-section--dark .gbm-section-head h2 {
    max-width: 100%;
    font-size: 38px;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .gbm-section--dark .gbm-grid--three {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gbm-section--dark .gbm-card,
  .gbm-section--dark .gbm-card-copy,
  .gbm-section--dark .gbm-card h3,
  .gbm-section--dark .gbm-card p {
    width: 100%;
    max-width: 100%;
  }

  .gbm-section--dark .gbm-card h3 {
    font-size: 31px;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .gbm-footer {
    padding: 34px 22px 20px;
  }

  .gbm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 24px;
    padding-bottom: 28px;
  }

  .gbm-footer-grid > div {
    gap: 6px;
  }

  .gbm-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .gbm-footer-brand {
    font-size: 30px;
    margin-bottom: 2px;
  }

  .gbm-footer-grid > div:first-child p:last-child {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .gbm-footer h2 {
    margin-bottom: 5px;
  }

  .gbm-footer a {
    font-size: 12px;
    line-height: 1.35;
  }

  .gbm-footer-bottom {
    padding-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 10px;
  }
}


.gbm-sibling-brand {
  width: min(1480px, calc(100% - 68px));
  margin: 8px auto 68px;
}

.gbm-sibling-brand > a {
  min-height: 190px;
  padding: 34px 42px;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  gap: 32px;
  align-items: center;
  background: #111;
  color: #fff;
  border: 1px solid #2b2b2b;
}

.gbm-sibling-brand-mark {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  background: #000;
}

.gbm-sibling-brand-mark img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.gbm-sibling-brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gbm-sibling-brand-copy span {
  margin-bottom: 8px;
  color: var(--gbm-ochre);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gbm-sibling-brand-copy strong {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .95;
  letter-spacing: -.035em;
}

.gbm-sibling-brand-copy em {
  margin-top: 10px;
  color: rgba(255,255,255,.68);
  font-family: "Newsreader", serif;
  font-size: 20px;
}

.gbm-sibling-brand-cta {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.gbm-sibling-brand > a:hover .gbm-sibling-brand-cta,
.gbm-sibling-brand > a:focus .gbm-sibling-brand-cta {
  color: var(--gbm-ochre);
  border-color: var(--gbm-ochre);
}

@media (max-width: 820px) {
  .gbm-sibling-brand {
    width: min(100% - 36px, 1480px);
  }

  .gbm-sibling-brand > a {
    grid-template-columns: 86px 1fr;
  }

  .gbm-sibling-brand-cta {
    grid-column: 2;
    justify-self: start;
  }

  .gbm-sibling-brand-mark {
    width: 76px;
    height: 76px;
  }

  .gbm-sibling-brand-mark img {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 560px) {
  .gbm-sibling-brand {
    width: calc(100% - 28px);
    margin-bottom: 46px;
  }

  .gbm-sibling-brand > a {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .gbm-sibling-brand-cta {
    grid-column: auto;
  }
}

/* Radio + Shop service pages */
.gbm-radio-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 34px 72px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 72px;
  align-items: end;
}

.gbm-radio-hero h1 {
  max-width: 780px;
  margin: 12px 0 24px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(54px, 7.5vw, 104px);
  line-height: .92;
  letter-spacing: -.045em;
}

.gbm-radio-now {
  min-height: 250px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #171715;
  color: #fff;
  border-top: 5px solid var(--gbm-brand-blue);
}

.gbm-radio-now span {
  margin-bottom: auto;
  color: #d2a739;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.gbm-radio-now strong {
  font-family: Newsreader, Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.gbm-radio-now p { margin: 12px 0 0; color: rgba(255,255,255,.7); }
.gbm-radio-dark .gbm-button { margin-top: 28px; display: inline-flex; }

.gbm-shop-editorial {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 34px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  border-top: 1px solid rgba(18,25,38,.16);
}

.gbm-shop-editorial h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
}

.gbm-shop-grid {
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0;
}

.gbm-shop-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--gbm-brand-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gbm-shop-link:hover,
.gbm-shop-link:focus {
  opacity: .7;
}

@media (max-width: 900px) {
  .gbm-radio-hero,
  .gbm-shop-editorial { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 560px) {
  .gbm-radio-hero { padding: 54px 18px 48px; }
  .gbm-radio-now { min-height: 210px; padding: 24px; }
  .gbm-shop-editorial { padding: 52px 18px; }
  .gbm-shop-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .gbm-card-image img {
    transition: none;
  }
}
