/* Independent editorial layouts — 0.3.67. */

/* Who We Are */
.gp-story-page { background: var(--gp-paper); color: var(--gp-ink); }
.gp-story-hero {
  position: relative;
  min-height: min(820px, 92vh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: calc(var(--gp-header) + clamp(76px, 9vh, 120px)) 0 clamp(82px, 10vh, 125px);
  background: #071413;
  color: #fff;
}
.gp-story-hero__lines,
.gp-story-hero__veil { position: absolute; inset: 0; margin: 0; }
.gp-story-hero__lines { overflow: hidden; opacity: .9; }
.gp-story-hero__lines::before,
.gp-story-hero__lines::after { content: ""; position: absolute; border: 1px solid rgba(56,197,192,.2); border-radius: 50%; }
.gp-story-hero__lines::before { width: min(72vw,1080px); aspect-ratio: 1; right: -18%; top: -54%; }
.gp-story-hero__lines::after { width: min(48vw,720px); aspect-ratio: 1; right: 5%; bottom: -58%; border-color: rgba(255,255,255,.08); }
.gp-story-hero__lines span { position: absolute; right: -8%; width: 68%; height: 1px; background: linear-gradient(90deg,transparent,rgba(56,197,192,.58)); transform-origin: right; }
.gp-story-hero__lines span:nth-child(1) { top: 24%; transform: rotate(8deg); }
.gp-story-hero__lines span:nth-child(2) { top: 42%; transform: rotate(-5deg); }
.gp-story-hero__lines span:nth-child(3) { top: 61%; transform: rotate(10deg); }
.gp-story-hero__lines span:nth-child(4) { top: 78%; transform: rotate(-8deg); opacity: .55; }
.gp-story-hero__veil { background: radial-gradient(circle at 76% 42%,rgba(28,84,79,.22),transparent 33%),linear-gradient(90deg,rgba(4,8,8,.98) 0%,rgba(4,8,8,.92) 45%,rgba(4,8,8,.48) 76%,rgba(4,8,8,.72) 100%); }
.gp-story-hero__grid { position: relative; z-index: 1; }
.gp-story-hero__copy { position: relative; z-index: 2; max-width: 1120px; }
.gp-story-hero h1 {
  max-width: 1050px;
  margin: 28px 0 40px;
  font-size: clamp(58px, 7.2vw, 112px);
  font-weight: 200;
  line-height: .9;
  letter-spacing: -.055em;
}
.gp-story-hero__copy > p:last-child {
  max-width: 680px;
  margin: 0;
  padding-left: clamp(44px, 6vw, 96px);
  border-left: 1px solid rgba(56,197,192,.62);
  color: rgba(255,255,255,.68);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.7;
}

/* Perspectives — an image-led opening distinct from the paper archive below. */
.gp-insights-hero--visual { position: relative; isolation: isolate; overflow: hidden; min-height: min(720px,86vh); padding-bottom: clamp(86px,10vh,138px); background: #0b1111; color: #fff; }
.gp-insights-hero__media,
.gp-insights-hero__veil { position: absolute; z-index: -2; inset: 0; margin: 0; }
.gp-insights-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gp-insights-hero__veil { z-index: -1; background: linear-gradient(90deg,rgba(5,9,9,.92) 0%,rgba(5,9,9,.72) 43%,rgba(5,9,9,.16) 76%),linear-gradient(0deg,rgba(5,9,9,.72),transparent 55%); }
.gp-insights-hero--visual .gp-kicker { color: var(--gp-aqua); }
.gp-insights-hero--visual .gp-page-hero__intro { color: rgba(255,255,255,.72); }
.gp-practice-list article[id] { scroll-margin-top: calc(var(--gp-header) + 28px); }

/* Affiliated company — Prime Governance Corp. */
.gp-affiliate-page { background: var(--gp-paper); color: var(--gp-ink); }
.gp-affiliate-hero { position: relative; isolation: isolate; min-height: min(840px,92vh); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: calc(var(--gp-header) + 80px) 0 0; background: #07100f; color: #fff; }
.gp-affiliate-hero__field { position: absolute; z-index: -1; inset: 0; opacity: .72; }
.gp-affiliate-hero__field::before { content: ""; position: absolute; width: min(62vw,960px); aspect-ratio: 1; right: -14%; top: -34%; border: 1px solid rgba(56,197,192,.2); border-radius: 50%; }
.gp-affiliate-hero__field span { position: absolute; right: -5%; width: 58%; height: 1px; background: linear-gradient(90deg,transparent,rgba(56,197,192,.7)); transform-origin: right; }
.gp-affiliate-hero__field span:nth-child(1) { top: 31%; transform: rotate(7deg); }
.gp-affiliate-hero__field span:nth-child(2) { top: 49%; transform: rotate(-6deg); }
.gp-affiliate-hero__field span:nth-child(3) { top: 67%; transform: rotate(10deg); }
.gp-affiliate-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.62fr); gap: clamp(64px,8vw,130px); align-items: center; padding-bottom: clamp(78px,8vw,118px); }
.gp-affiliate-hero__copy h1 { max-width: 800px; margin: 27px 0 34px; font-size: clamp(56px,5.45vw,88px); font-weight: 200; line-height: .94; letter-spacing: -.05em; }
.gp-affiliate-hero__copy > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(17px,1.28vw,21px); line-height: 1.72; }
.gp-affiliate-hero__brand { align-self: center; padding: 34px 0 6px; border-top: 1px solid rgba(56,197,192,.7); }
.gp-affiliate-hero__brand img { display: block; width: min(100%,390px); height: auto; }
.gp-affiliate-hero__credential { margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.gp-affiliate-hero__credential span { display: block; margin: 0 0 17px; color: var(--gp-aqua); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gp-affiliate-hero__credential p { max-width: 470px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.62; }
.gp-affiliate-hero__credential strong { display: block; margin-top: 18px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.gp-affiliate-intro { padding: clamp(110px,12vw,190px) 0; background: #fff; }
.gp-affiliate-intro__grid { display: grid; grid-template-columns: 160px minmax(0,1.15fr) minmax(310px,.52fr); gap: clamp(45px,7vw,118px); align-items: start; }
.gp-affiliate-intro h2 { margin: 0; font-size: clamp(48px,5.2vw,84px); font-weight: 300; line-height: .98; letter-spacing: -.045em; }
.gp-affiliate-intro__grid > p:last-child { margin: 10px 0 0; padding-top: 28px; border-top: 1px solid var(--gp-teal); color: var(--gp-muted); font-size: 18px; line-height: 1.72; }
.gp-affiliate-method { padding: clamp(105px,11vw,175px) 0; background: #e3f0ed; }
.gp-affiliate-method header { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: clamp(45px,7vw,118px); }
.gp-affiliate-method h2 { max-width: 900px; margin: 0; font-size: clamp(50px,5vw,82px); font-weight: 300; line-height: 1; letter-spacing: -.045em; }
.gp-affiliate-method__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(40px,6vw,95px); margin-top: clamp(75px,8vw,125px); }
.gp-affiliate-method__grid article { min-height: 320px; padding: 28px 0 0; border-top: 1px solid var(--gp-teal); }
.gp-affiliate-method__grid span { color: rgba(0,120,118,.35); font-size: 11px; letter-spacing: .14em; }
.gp-affiliate-method__grid h3 { max-width: 320px; margin: 78px 0 22px; font-size: clamp(26px,2.1vw,35px); font-weight: 400; line-height: 1.12; letter-spacing: -.026em; }
.gp-affiliate-method__grid p { max-width: 390px; margin: 0; color: var(--gp-muted); font-size: 16px; line-height: 1.7; }
.gp-affiliate-scope { padding: clamp(110px,12vw,190px) 0; background: #0a0d0c; color: #fff; }
.gp-affiliate-scope__grid { display: grid; grid-template-columns: minmax(320px,.7fr) minmax(0,1fr); gap: clamp(80px,12vw,205px); }
.gp-affiliate-scope h2 { margin: 25px 0 30px; font-size: clamp(48px,5vw,80px); font-weight: 300; line-height: 1; letter-spacing: -.045em; }
.gp-affiliate-scope header > p:last-child { color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.72; }
.gp-affiliate-scope ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.gp-affiliate-scope li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; align-items: center; min-height: 116px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.gp-affiliate-scope li span { color: var(--gp-aqua); font-size: 10px; letter-spacing: .14em; }
.gp-affiliate-scope li strong { font-size: clamp(20px,1.7vw,28px); font-weight: 400; line-height: 1.28; }
.gp-affiliate-cta { background: #07100f; }

@media (min-width: 1024px) and (max-width: 1280px) {
  .gp-header__brand { width: 205px; }
  .gp-nav { gap: 18px; }
  .gp-header__actions { padding-left: 20px; }
}

.gp-story-thesis { padding: clamp(105px, 12vw, 190px) 0; background: #fff; }
.gp-story-thesis__grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1.18fr) minmax(310px, .54fr);
  gap: clamp(44px, 7vw, 118px);
  align-items: start;
}
.gp-story-thesis__grid .gp-kicker { margin-top: 12px; }
.gp-story-thesis h2 { margin: 0; font-size: clamp(48px, 5.2vw, 84px); font-weight: 300; line-height: .98; letter-spacing: -.045em; }
.gp-story-thesis__grid > p:last-child { margin: 10px 0 0; padding-top: 28px; border-top: 1px solid var(--gp-teal); color: var(--gp-muted); font-size: 18px; line-height: 1.72; }

.gp-story-clients { padding: clamp(105px, 11vw, 180px) 0; background: #f3f1eb; }
.gp-story-clients__head { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: clamp(44px,7vw,118px); margin-bottom: clamp(70px,8vw,125px); }
.gp-story-clients__head .gp-kicker { margin-top: 10px; }
.gp-story-clients__head h2 { max-width: 850px; margin: 0 0 34px; font-size: clamp(52px,5.7vw,90px); font-weight: 300; line-height: .94; letter-spacing: -.05em; }
.gp-story-clients__head > div > p { max-width: 720px; margin: 0; color: var(--gp-muted); font-size: clamp(17px,1.3vw,21px); line-height: 1.7; }
.gp-story-clients__mosaic { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-template-rows: auto auto; gap: clamp(22px,2.4vw,38px); align-items: stretch; }
.gp-story-client { position: relative; padding: clamp(34px,4vw,62px); border-top: 2px solid var(--gp-teal); }
.gp-story-client--1 { grid-column: 1 / span 7; grid-row: 1 / span 2; min-height: 540px; display: flex; flex-direction: column; background: #fff; }
.gp-story-client--2 { grid-column: 8 / span 5; grid-row: 1; background: #dfeeea; }
.gp-story-client--3 { grid-column: 8 / span 5; grid-row: 2; border-color: rgba(0,120,118,.35); background: transparent; }
.gp-story-client > span { display: block; margin-bottom: clamp(38px,5vw,78px); color: var(--gp-teal-text); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.gp-story-client__label { margin: 0 0 20px; color: var(--gp-teal-text); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.gp-story-client h3 { max-width: 560px; margin: 0 0 28px; font-size: clamp(30px,3.2vw,52px); font-weight: 300; line-height: 1.07; letter-spacing: -.035em; }
.gp-story-client__image { width: 100%; margin: clamp(12px,2vw,28px) 0 clamp(30px,3vw,46px); aspect-ratio: 3 / 2; overflow: hidden; background: #d8d3c9; }
.gp-story-client__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.02); transform: scale(1.012); }
.gp-story-client > p:last-child { max-width: 570px; margin: auto 0 0; color: var(--gp-muted); font-size: 16px; line-height: 1.72; }
.gp-story-client--2 > span,
.gp-story-client--3 > span { margin-bottom: 30px; }
.gp-story-client--2 h3,
.gp-story-client--3 h3 { font-size: clamp(27px,2.25vw,38px); }

.gp-story-model { padding: clamp(110px,13vw,200px) 0; overflow: hidden; background: #fff; }
.gp-story-model__head { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: clamp(44px,7vw,118px); }
.gp-story-model__head .gp-kicker { margin-top: 10px; }
.gp-story-model__head h2 { max-width: 900px; margin: 0; font-size: clamp(50px,5.2vw,84px); font-weight: 300; line-height: .98; letter-spacing: -.045em; }
.gp-story-model__principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(42px,6vw,100px); margin-top: clamp(78px,9vw,140px); }
.gp-story-principle { position: relative; min-height: 315px; padding: 34px 0 0; border-top: 1px solid var(--gp-teal); }
.gp-story-principle--2,
.gp-story-principle--3 { margin-top: 0; }
.gp-story-principle > span { position: absolute; top: 18px; right: 0; color: rgba(0,120,118,.1); font-size: clamp(72px,8vw,126px); font-weight: 200; line-height: 1; }
.gp-story-principle h3 { position: relative; max-width: 250px; margin: 98px 0 24px; font-size: clamp(25px,2vw,34px); font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.gp-story-principle p { position: relative; max-width: 390px; margin: 0; color: var(--gp-muted); font-size: 16px; line-height: 1.72; }

.gp-story-close { padding: clamp(95px,10vw,165px) 0; background: #e3f0ed; }
.gp-story-close__grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(330px,.56fr); gap: clamp(65px,10vw,170px); align-items: end; }
.gp-story-close h2 { max-width: 800px; margin: 26px 0 0; font-size: clamp(46px,4.7vw,76px); font-weight: 300; line-height: 1; letter-spacing: -.043em; }
.gp-story-close__grid > div:last-child { padding-top: 28px; border-top: 1px solid var(--gp-teal); }
.gp-story-close__grid > div:last-child > p { margin: 0 0 34px; color: var(--gp-muted); font-size: 18px; line-height: 1.72; }

/* Individual partner profiles */
.gp-person-page { background: #fff; color: var(--gp-ink); }
.gp-person-hero { padding: calc(var(--gp-header) + 52px) 0 72px; background: #071413; color: #fff; }
.gp-person-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: clamp(55px,8vw,135px); align-items: end; }
.gp-person-back { display: inline-flex; gap: 10px; margin-bottom: clamp(45px,6vw,80px); color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; }
.gp-person-back:hover,
.gp-person-back:focus-visible { color: var(--gp-aqua); }
.gp-person-hero h1 { max-width: 840px; margin: 18px 0 13px; font-size: clamp(48px,5.4vw,82px); font-weight: 200; line-height: .96; letter-spacing: -.05em; }
.gp-person-hero__focus { margin: 0 0 34px; color: #79d6d0; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.gp-person-hero h2 { max-width: 660px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(29px,2.9vw,45px); font-weight: 300; line-height: 1.08; letter-spacing: -.034em; }
.gp-person-portrait { width: 280px; margin: 0; aspect-ratio: 4/5; overflow: hidden; border-bottom: 3px solid var(--gp-aqua); background: #d8d8d4; }
.gp-person-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(.12) contrast(1.02); }

.gp-person-core { padding: clamp(90px,9vw,145px) 0; background: #fff; }
.gp-person-core__top { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(250px,.42fr); gap: clamp(70px,10vw,160px); align-items: start; }
.gp-person-narrative { max-width: 800px; }
.gp-person-narrative > p:not(.gp-kicker) { max-width: 740px; margin: 0 0 20px; color: var(--gp-muted); font-size: 17px; line-height: 1.75; }
.gp-person-narrative .gp-person-intro { margin: 30px 0 20px; color: var(--gp-muted); font-size: 17px; font-weight: 400; line-height: 1.75; letter-spacing: 0; }
.gp-person-contact { display: grid; gap: 12px; padding: 28px 0; border-top: 1px solid var(--gp-teal); border-bottom: 1px solid var(--gp-line); }
.gp-person-contact .gp-kicker { margin-bottom: 14px; }
.gp-person-contact a { color: var(--gp-ink); font-size: 15px; text-decoration-color: rgba(0,120,118,.35); text-underline-offset: 5px; }
.gp-person-facts { display: grid; grid-template-columns: minmax(280px,.52fr) minmax(0,1fr); gap: clamp(70px,10vw,170px); margin-top: clamp(75px,8vw,120px); padding-top: clamp(55px,6vw,86px); border-top: 1px solid var(--gp-line); }
.gp-person-focus ul { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--gp-line); }
.gp-person-focus li { padding: 17px 0; border-bottom: 1px solid var(--gp-line); font-size: 17px; line-height: 1.45; }
.gp-person-education { margin-top: 30px; }
.gp-person-education h2 { margin: 0 0 22px; font-size: clamp(28px,2.5vw,40px); font-weight: 300; letter-spacing: -.03em; }
.gp-person-education > div { display: grid; grid-template-columns: minmax(240px,.9fr) minmax(180px,.55fr); gap: 24px; padding: 16px 0; border-top: 1px solid var(--gp-line); }
.gp-person-education strong { font-size: 15px; font-weight: 500; line-height: 1.5; }
.gp-person-education span { color: var(--gp-teal-text); font-size: 13px; line-height: 1.5; }
.gp-person-credentials dl { margin: 34px 0 0; }
.gp-person-credentials dl > div { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 24px; padding: 14px 0; border-top: 1px solid var(--gp-line); }
.gp-person-credentials dt { color: var(--gp-teal-text); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gp-person-credentials dd { margin: 0; color: var(--gp-muted); font-size: 14px; line-height: 1.6; }
.gp-person-articles { padding: clamp(85px,9vw,135px) 0; background: #f3f1eb; }
.gp-person-articles > .gp-shell > header { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.46fr); gap: clamp(60px,9vw,145px); align-items: end; margin-bottom: 58px; }
.gp-person-articles h2 { margin: 22px 0 0; font-size: clamp(40px,4vw,64px); font-weight: 300; line-height: 1; letter-spacing: -.04em; }
.gp-person-articles header > p { margin: 0; color: var(--gp-muted); font-size: 16px; line-height: 1.68; }

@media (max-width: 1023px) {
  .gp-story-thesis__grid { grid-template-columns: 130px 1fr; }
  .gp-story-thesis__grid > p:last-child { grid-column: 2; }
  .gp-story-clients__head,
  .gp-story-model__head { grid-template-columns: 130px 1fr; }
  .gp-story-clients__mosaic { grid-template-columns: 1fr 1fr; }
  .gp-story-client--1 { grid-column: 1 / -1; grid-row: 1; min-height: 430px; }
  .gp-story-client--2 { grid-column: 1; grid-row: 2; }
  .gp-story-client--3 { grid-column: 2; grid-row: 2; }
  .gp-story-model__principles { gap: 42px; }
  .gp-person-core__top { grid-template-columns: 1fr 240px; gap: 60px; }
  .gp-person-facts { gap: 70px; }
  .gp-affiliate-hero__grid { grid-template-columns: minmax(0,1fr) 290px; gap: 55px; }
  .gp-affiliate-intro__grid { grid-template-columns: 130px 1fr; }
  .gp-affiliate-intro__grid > p:last-child { grid-column: 2; }
  .gp-affiliate-method header { grid-template-columns: 130px 1fr; }
  .gp-affiliate-scope__grid { gap: 70px; }
}

@media (max-width: 760px) {
  .gp-story-hero { min-height: 0; padding-top: calc(var(--gp-header) + 72px); }
  .gp-story-hero h1 { font-size: clamp(52px,15vw,74px); }
  .gp-story-hero__copy > p:last-child { padding-left: 24px; }
  .gp-story-hero__lines span { right: -48%; width: 125%; }
  .gp-story-hero__lines::before { width: 135vw; right: -72%; top: -18%; }
  .gp-story-hero__lines::after { width: 105vw; right: -48%; bottom: -45%; }
  .gp-story-hero__veil { background: linear-gradient(90deg,rgba(4,8,8,.97),rgba(4,8,8,.66)),linear-gradient(0deg,rgba(4,8,8,.8),transparent 58%); }
  .gp-insights-hero--visual { min-height: 680px; padding-top: calc(var(--gp-header) + 96px); padding-bottom: 82px; }
  .gp-insights-hero__media img { object-position: 68% center; }
  .gp-insights-hero__veil { background: linear-gradient(90deg,rgba(5,9,9,.93),rgba(5,9,9,.46)),linear-gradient(0deg,rgba(5,9,9,.82),transparent 58%); }
  .gp-story-thesis__grid,
  .gp-story-clients__head,
  .gp-story-model__head,
  .gp-story-close__grid { grid-template-columns: 1fr; gap: 32px; }
  .gp-story-thesis__grid > p:last-child { grid-column: 1; }
  .gp-story-clients__mosaic { grid-template-columns: 1fr; }
  .gp-story-client--1,
  .gp-story-client--2,
  .gp-story-client--3 { grid-column: 1; grid-row: auto; min-height: 0; }
  .gp-story-client > span { margin-bottom: 32px; }
  .gp-story-client > p:last-child { margin-top: 34px; }
  .gp-story-model__principles { grid-template-columns: 1fr; gap: 0; margin-top: 65px; }
  .gp-story-principle,
  .gp-story-principle--2,
  .gp-story-principle--3 { min-height: 0; margin: 0; padding: 32px 0 48px; }
  .gp-story-principle h3 { margin-top: 76px; }
  .gp-story-close__grid > div:last-child { margin-top: 16px; }
  .gp-person-hero { padding-top: calc(var(--gp-header) + 36px); }
  .gp-person-hero__grid { grid-template-columns: 1fr; gap: 45px; }
  .gp-person-back { margin-bottom: 38px; }
  .gp-person-portrait { width: min(56vw,230px); }
  .gp-person-core__top,
  .gp-person-facts,
  .gp-person-articles > .gp-shell > header { grid-template-columns: 1fr; gap: 48px; }
  .gp-person-facts { margin-top: 65px; padding-top: 55px; }
  .gp-person-education > div,
  .gp-person-credentials dl > div { grid-template-columns: 1fr; gap: 7px; }
  .gp-affiliate-hero { min-height: 0; padding-top: calc(var(--gp-header) + 84px); }
  .gp-affiliate-hero__grid { grid-template-columns: 1fr; gap: 55px; padding-bottom: 62px; }
  .gp-affiliate-hero__copy h1 { font-size: clamp(48px,13.8vw,68px); }
  .gp-affiliate-hero__brand { width: min(86%,380px); }
  .gp-affiliate-intro__grid,
  .gp-affiliate-method header,
  .gp-affiliate-scope__grid { grid-template-columns: 1fr; gap: 35px; }
  .gp-affiliate-intro__grid > p:last-child { grid-column: 1; }
  .gp-affiliate-method__grid { grid-template-columns: 1fr; gap: 0; margin-top: 64px; }
  .gp-affiliate-method__grid article { min-height: 0; padding-bottom: 48px; }
  .gp-affiliate-method__grid h3 { margin-top: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .gp-story-client { transition: none; }
}
