:root {
  --gp-black: #070909;
  --gp-ink: #111818;
  --gp-green: #005f5c;
  --gp-teal: #009c9b;
  --gp-aqua: #38c5c0;
  --gp-soft: #f1f5f4;
  --gp-paper: #fbfbfa;
  --gp-white: #fff;
  --gp-muted: #526160;
  --gp-line: rgba(13, 42, 41, .18);
  --gp-shell: min(1600px, calc(100vw - 96px));
  --gp-header: 96px;
  --gp-ease: cubic-bezier(.22, 1, .36, 1);
  --gp-font: "Helvetica Neue", "Aptos", Arial, sans-serif;
}

/* Legal, privacy and error states — 0.3.22 */
.gp-footer__grid { grid-template-columns: 1.15fr .5fr .9fr .65fr; gap: clamp(38px, 5vw, 96px); }
.gp-footer__policies nav { display: grid; gap: 10px; }
.gp-footer__policies button { width: fit-content; margin: 0; padding: 0; border: 0; background: transparent; color: rgba(255, 255, 255, .8); font: inherit; text-align: left; cursor: pointer; }
.gp-footer__policies button:hover, .gp-footer__policies button:focus-visible { color: var(--gp-aqua); }

.gp-legal-hero { padding: clamp(150px, 18vh, 230px) 0 clamp(86px, 10vw, 150px); background: #f1f0eb; border-bottom: 1px solid var(--gp-line-strong); }
.gp-legal-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); gap: clamp(60px, 10vw, 180px); align-items: end; }
.gp-legal-hero h1 { max-width: 900px; margin: 25px 0 0; font-size: clamp(50px, 6.3vw, 105px); font-weight: 300; line-height: .98; letter-spacing: -.045em; }
.gp-legal-hero__context { padding-top: 34px; border-top: 1px solid var(--gp-teal); }
.gp-legal-hero__context p { margin: 0 0 35px; color: #314240; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.58; }
.gp-legal-hero__context span { color: #64716f; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.gp-legal-layout { display: grid; grid-template-columns: 235px minmax(0, 850px); gap: clamp(70px, 10vw, 170px); padding-top: clamp(80px, 10vw, 145px); padding-bottom: clamp(110px, 13vw, 190px); }
.gp-legal-nav { position: sticky; top: 120px; align-self: start; display: grid; border-top: 1px solid var(--gp-line-strong); }
.gp-legal-nav a { padding: 16px 0; border-bottom: 1px solid var(--gp-line); color: #52605e; font-size: 13px; text-decoration: none; }
.gp-legal-nav a[aria-current="page"] { color: var(--gp-green); font-weight: 700; }
.gp-legal-nav a[aria-current="page"]::after { content: ' →'; color: var(--gp-teal); }
.gp-legal-content section { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 24px; padding: 0 0 68px; }
.gp-legal-content section + section { padding-top: 68px; border-top: 1px solid var(--gp-line); }
.gp-legal-content__number { padding-top: 9px; color: var(--gp-teal); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.gp-legal-content h2 { margin: 0 0 28px; font-size: clamp(30px, 3vw, 45px); font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.gp-legal-content p, .gp-legal-content li { color: #3b4b49; font-size: 17px; line-height: 1.82; }
.gp-legal-content p { margin: 0 0 19px; }
.gp-legal-content ul { margin: 30px 0 0; padding: 26px 30px 26px 48px; background: #eef3f1; }
.gp-legal-content li + li { margin-top: 12px; }

.gp-cookie-notice { position: fixed; z-index: 9998; right: clamp(18px, 3vw, 48px); bottom: clamp(18px, 3vw, 48px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; width: min(760px, calc(100vw - 36px)); padding: 30px; border: 1px solid rgba(255, 255, 255, .16); background: rgba(5, 7, 6, .96); color: #fff; box-shadow: 0 24px 80px rgba(0, 0, 0, .28); backdrop-filter: blur(18px); }
.gp-cookie-notice[hidden] { display: none; }
.gp-cookie-notice h2 { margin: 0 0 10px; font-size: 21px; font-weight: 500; }
.gp-cookie-notice p { max-width: 520px; margin: 0 0 12px; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.65; }
.gp-cookie-notice a { color: var(--gp-aqua); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-decoration: none; }
.gp-cookie-notice__actions { display: flex; flex-direction: column-reverse; justify-content: center; gap: 10px; }
.gp-cookie-notice .gp-button { min-width: 145px; padding: 13px 19px; }
.gp-cookie-notice .gp-button--quiet { border-color: rgba(255, 255, 255, .28); background: transparent; color: #fff; }

.gp-cookie-dialog { width: min(680px, calc(100vw - 32px)); max-height: min(780px, calc(100vh - 32px)); padding: 0; border: 0; background: #f6f5f1; color: var(--gp-black); box-shadow: 0 30px 110px rgba(0, 0, 0, .42); }
.gp-cookie-dialog::backdrop { background: rgba(2, 5, 4, .72); backdrop-filter: blur(7px); }
.gp-cookie-dialog form { padding: clamp(28px, 5vw, 56px); }
.gp-cookie-dialog__head { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.gp-cookie-dialog__head h2 { margin: 14px 0 0; font-size: clamp(34px, 5vw, 52px); font-weight: 300; letter-spacing: -.035em; }
.gp-cookie-dialog__close { width: 42px; height: 42px; border: 1px solid var(--gp-line-strong); border-radius: 50%; background: transparent; color: var(--gp-green); font-size: 27px; line-height: 1; cursor: pointer; }
.gp-cookie-dialog__intro { max-width: 530px; margin: 28px 0 36px; color: #53615f; line-height: 1.65; }
.gp-cookie-category { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; padding: 24px 0; border-top: 1px solid var(--gp-line-strong); }
.gp-cookie-category h3 { margin: 0 0 8px; font-size: 17px; }
.gp-cookie-category p { margin: 0; color: #5a6866; font-size: 14px; line-height: 1.55; }
.gp-cookie-category strong { color: var(--gp-teal); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.gp-cookie-category.is-disabled { opacity: .72; }
.gp-cookie-category[for] { cursor: pointer; }
.gp-cookie-toggle { display: grid; justify-items: end; gap: 8px; }
.gp-cookie-toggle > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.gp-cookie-toggle > span { position: relative; width: 48px; height: 26px; border: 1px solid #8da19e; border-radius: 99px; background: #d8dfdc; transition: background .2s ease, border-color .2s ease; }
.gp-cookie-toggle > span::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, .2); transition: transform .2s ease; }
.gp-cookie-toggle > input:checked + span { border-color: var(--gp-teal); background: var(--gp-teal); }
.gp-cookie-toggle > input:checked + span::after { transform: translateX(22px); }
.gp-cookie-toggle > input:focus-visible + span { outline: 2px solid var(--gp-aqua); outline-offset: 3px; }
.gp-cookie-dialog__actions { display: flex; justify-content: flex-end; padding-top: 30px; }

.gp-404 { min-height: calc(100vh - 92px); padding: clamp(145px, 18vh, 230px) 0 100px; background: #050706; color: #fff; }
.gp-404__grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(70px, 12vw, 200px); align-items: center; }
.gp-404__mark { color: transparent; font-size: clamp(150px, 24vw, 390px); font-weight: 300; line-height: .72; letter-spacing: -.1em; -webkit-text-stroke: 1px rgba(91, 207, 200, .45); }
.gp-404__content h1 { max-width: 730px; margin: 24px 0 30px; font-size: clamp(50px, 6vw, 96px); font-weight: 300; line-height: .98; letter-spacing: -.045em; }
.gp-404__content > p:not(.gp-kicker) { max-width: 640px; color: rgba(255, 255, 255, .66); font-size: 19px; line-height: 1.65; }
.gp-404__actions { display: flex; gap: 28px; align-items: center; margin-top: 42px; }
.gp-404 .gp-text-link { color: #fff; }
.gp-404__routes { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(90px, 13vw, 170px); border-top: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); }
.gp-404__routes a { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; min-height: 94px; padding: 18px 26px; border-right: 1px solid rgba(255, 255, 255, .18); color: #fff; text-decoration: none; transition: background-color .25s ease, color .25s ease; }
.gp-404__routes a:last-child { border-right: 0; }
.gp-404__routes a:hover { background: var(--gp-aqua); color: var(--gp-black); }
.gp-404__routes span { color: var(--gp-teal); font-size: 10px; letter-spacing: .1em; }
.gp-404__routes i { font-style: normal; }

@media (max-width: 1100px) {
  .gp-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .gp-footer__brand { grid-column: 1 / -1; }
  .gp-legal-hero__grid { grid-template-columns: 1fr; gap: 55px; }
  .gp-legal-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 55px; }
  .gp-404__routes { grid-template-columns: repeat(2, 1fr); }
  .gp-404__routes a:nth-child(2) { border-right: 0; }
  .gp-404__routes a:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .18); }
}

@media (max-width: 720px) {
  .gp-footer__grid { grid-template-columns: 1fr; }
  .gp-footer__brand { grid-column: auto; }
  .gp-legal-hero { padding-top: 130px; }
  .gp-legal-layout { grid-template-columns: 1fr; padding-top: 60px; }
  .gp-legal-nav { position: static; grid-template-columns: 1fr; }
  .gp-legal-content section { grid-template-columns: 35px minmax(0, 1fr); gap: 12px; padding-bottom: 48px; }
  .gp-legal-content section + section { padding-top: 48px; }
  .gp-cookie-notice { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .gp-cookie-notice__actions { flex-direction: row; justify-content: stretch; }
  .gp-cookie-notice .gp-button { flex: 1; min-width: 0; }
  .gp-cookie-category { grid-template-columns: 1fr; gap: 12px; }
  .gp-404__grid { grid-template-columns: 1fr; gap: 55px; }
  .gp-404__mark { font-size: 44vw; }
  .gp-404__routes { grid-template-columns: 1fr; }
  .gp-404__routes a { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .gp-404__routes a:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .gp-404__routes a { transition: none; }
}

/* Perspectivas editorial system — 0.3.4 */
.gp-post-card__content { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; }
.gp-post-card__author { display: block; margin: 24px 0 12px; color: var(--gp-green); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gp-post-card__excerpt { display: block; margin: 0 0 28px; }
.gp-post-card__cta { display: block; margin-top: auto; color: var(--gp-green); font-size: 13px; font-weight: 700; }
.gp-post-card--standard .gp-post-card__media { display: none; }
.gp-post-card--standard .gp-post-card__link { overflow: hidden; }

.gp-insights-featured { padding-top: 90px; padding-bottom: 150px; background: #f6f5f1; }
.gp-insights-toolbar { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(480px, 1.3fr); gap: 70px; align-items: end; margin-bottom: 48px; }
.gp-insights-toolbar h2 { margin: 0; font-size: clamp(42px, 4vw, 68px); }
.gp-insights-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.gp-insights-filters button { padding: 10px 17px; border: 1px solid rgba(7, 30, 29, .22); border-radius: 999px; background: transparent; color: var(--gp-ink); cursor: pointer; font-size: 13px; transition: background-color .25s, color .25s, border-color .25s; }
.gp-insights-filters button:hover, .gp-insights-filters button:focus-visible { border-color: var(--gp-green); }
.gp-insights-filters button[aria-pressed="true"] { border-color: var(--gp-green); background: var(--gp-green); color: #fff; }

.gp-featured-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(310px, auto); gap: 16px; }
.gp-featured-grid .gp-post-card { position: relative; overflow: hidden; border: 0; background: #fff; color: var(--gp-ink); }
.gp-featured-grid .gp-post-card[hidden] { display: none; }
.gp-featured-grid .gp-post-card--1 { grid-column: 1 / span 7; grid-row: 1 / span 2; }
.gp-featured-grid .gp-post-card--2 { grid-column: 8 / span 5; grid-row: 1; background: var(--gp-black); color: #fff; }
.gp-featured-grid .gp-post-card--3 { grid-column: 8 / span 5; grid-row: 2; }
.gp-featured-grid .gp-post-card--4 { grid-column: 1 / span 5; grid-row: 3; background: #dbe9e6; }
.gp-featured-grid .gp-post-card--5 { grid-column: 6 / span 7; grid-row: 3; background: var(--gp-green); color: #fff; }
.gp-featured-grid .gp-post-card__link { position: relative; display: flex; min-height: 100%; padding: 0; color: inherit; text-decoration: none; background: transparent; }
.gp-featured-grid .gp-post-card__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.gp-featured-grid .gp-post-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 11, 11, .06) 8%, rgba(4, 11, 11, .84) 100%); transition: background .45s; }
.gp-featured-grid .gp-post-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform .9s var(--gp-ease), filter .6s; }
.gp-featured-grid .gp-post-card__content { justify-content: flex-end; min-height: 100%; padding: 42px; color: #fff; }
.gp-featured-grid .gp-post-card__meta { margin-bottom: 22px; color: var(--gp-aqua); }
.gp-featured-grid .gp-post-card h3 { max-width: 720px; margin: 0; font-size: clamp(27px, 2.2vw, 42px); line-height: 1.12; }
.gp-featured-grid .gp-post-card__author { margin: 20px 0 10px; color: rgba(255, 255, 255, .78); }
.gp-featured-grid .gp-post-card__excerpt { max-width: 680px; color: rgba(255, 255, 255, .72); font-size: 15px; }
.gp-featured-grid .gp-post-card__cta { color: #fff; }
.gp-featured-grid .gp-post-card--2 .gp-post-card__media, .gp-featured-grid .gp-post-card--4 .gp-post-card__media { opacity: .13; }
.gp-featured-grid .gp-post-card--2 .gp-post-card__content { color: #fff; }
.gp-featured-grid .gp-post-card--4 .gp-post-card__content { color: var(--gp-ink); }
.gp-featured-grid .gp-post-card--4 .gp-post-card__meta, .gp-featured-grid .gp-post-card--4 .gp-post-card__author, .gp-featured-grid .gp-post-card--4 .gp-post-card__cta { color: var(--gp-green); }
.gp-featured-grid .gp-post-card--4 .gp-post-card__excerpt { color: var(--gp-muted); }
.gp-featured-grid .gp-post-card--5 .gp-post-card__media { opacity: .18; }
.gp-featured-grid .gp-post-card__link:hover, .gp-featured-grid .gp-post-card__link:focus-visible { background: transparent; }
.gp-featured-grid .gp-post-card__link:hover .gp-post-card__media img, .gp-featured-grid .gp-post-card__link:focus-visible .gp-post-card__media img { transform: scale(1.035); filter: saturate(.9) contrast(1.04); }
.gp-featured-grid .gp-post-card__link:hover .gp-post-card__media::after, .gp-featured-grid .gp-post-card__link:focus-visible .gp-post-card__media::after { background: linear-gradient(180deg, rgba(4, 11, 11, .1) 5%, rgba(4, 11, 11, .9) 100%); }

.gp-topic-archive { margin-top: 150px; padding-top: 80px; border-top: 1px solid var(--gp-line-strong); }
.gp-topic-archive__head { display: grid; grid-template-columns: .45fr 1fr .8fr; gap: 50px; align-items: start; margin-bottom: 80px; }
.gp-topic-archive__head h2 { margin: 0; font-size: clamp(42px, 4vw, 66px); }
.gp-topic-archive__head > p:last-child { margin: 12px 0 0; color: var(--gp-muted); }
.gp-topic-groups { border-top: 1px solid var(--gp-line-strong); }
.gp-topic-group { display: grid; grid-template-columns: minmax(210px, .55fr) 1.45fr; border-bottom: 1px solid var(--gp-line-strong); }
.gp-topic-group[hidden] { display: none; }
.gp-topic-group__title { padding: 36px 30px 36px 0; }
.gp-topic-group__title span { color: var(--gp-teal); font-size: 11px; letter-spacing: .14em; }
.gp-topic-group__title h3 { margin: 12px 0 0; font-size: 25px; }
.gp-topic-list { border-left: 1px solid var(--gp-line); }
.gp-topic-list a { display: grid; grid-template-columns: 110px 1fr auto; gap: 28px; align-items: center; min-height: 98px; padding: 22px 0 22px 35px; border-bottom: 1px solid var(--gp-line); text-decoration: none; transition: padding-left .35s var(--gp-ease), background-color .25s; }
.gp-topic-list a:last-child { border-bottom: 0; }
.gp-topic-list a[hidden] { display: none; }
.gp-topic-list a:hover, .gp-topic-list a:focus-visible { padding-left: 46px; background: rgba(255, 255, 255, .75); }
.gp-topic-list time { color: var(--gp-muted); font-size: 12px; text-transform: uppercase; }
.gp-topic-list strong { font-size: 18px; line-height: 1.35; }
.gp-topic-list a > span { padding-right: 28px; color: var(--gp-green); }

.gp-article__hero { position: relative; isolation: isolate; min-height: min(820px, 88vh); display: flex; align-items: flex-end; padding: calc(var(--gp-header) + 110px) 0 90px; overflow: hidden; }
.gp-article__hero-image { position: absolute; inset: 0; z-index: -2; background-image: var(--gp-article-image); background-position: center; background-size: cover; filter: saturate(.7) contrast(1.08); transform: scale(1.01); }
.gp-article__hero.has-image::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 8, 8, .94) 0%, rgba(3, 8, 8, .78) 43%, rgba(3, 8, 8, .26) 78%, rgba(3, 8, 8, .18) 100%), linear-gradient(0deg, rgba(3, 8, 8, .6), transparent 55%); }
.gp-article__hero .gp-shell { width: var(--gp-shell); }
.gp-article__hero h1 { max-width: 1050px; margin: 20px 0 0; font-size: clamp(48px, 5vw, 84px); line-height: 1.03; text-wrap: balance; }
.gp-article__back { top: -52px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.32); }
.gp-article__meta { flex-wrap: wrap; gap: 10px 28px; margin-top: 40px; }
.gp-article__meta > * { position: relative; }
.gp-article__meta > * + *::before { content: ""; position: absolute; left: -15px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gp-aqua); }
.gp-article__credit { position: absolute; right: 0; bottom: -52px; color: rgba(255,255,255,.52); font-size: 10px; text-decoration: none; }
.gp-article__layout { grid-template-columns: 230px minmax(0, 850px); justify-content: center; gap: clamp(55px, 8vw, 140px); padding-top: 110px; padding-bottom: 150px; }
.gp-article__rail { position: sticky; top: 42px; align-self: start; display: grid; gap: 30px; padding-top: 22px; border-top: 1px solid var(--gp-line-strong); }
.gp-article__rail > div { display: grid; gap: 7px; }
.gp-article__rail span { color: var(--gp-muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.gp-article__rail strong { font-size: 14px; line-height: 1.45; }
.gp-article__rail .gp-share { position: static; padding-top: 30px; }
.gp-article__body { min-width: 0; }
.gp-prose { max-width: 850px; }
.gp-prose > .gp-article-byline { display: none; }
.gp-prose > p:first-of-type:not(.gp-article-byline), .gp-prose > .gp-article-byline + p { margin-top: 0; color: #29403f; font-size: 24px; line-height: 1.62; }
.gp-prose h2 { max-width: 760px; margin-top: 78px; margin-bottom: 24px; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.14; }
.gp-prose h3 { font-size: 27px; line-height: 1.25; }
.gp-prose blockquote { margin: 70px 0; padding: 38px 0 38px 45px; border-left: 3px solid var(--gp-teal); color: var(--gp-green); font-size: 28px; line-height: 1.45; }
.gp-prose table { width: 100%; margin: 50px 0; border-collapse: collapse; font-size: 15px; }
.gp-prose th, .gp-prose td { padding: 18px 16px; border-bottom: 1px solid var(--gp-line); text-align: left; vertical-align: top; }
.gp-prose th { background: var(--gp-green); color: #fff; }
.gp-related { padding-top: 120px; }

@media (max-width: 1180px) {
  .gp-insights-toolbar { grid-template-columns: 1fr; gap: 32px; }
  .gp-insights-filters { justify-content: flex-start; }
  .gp-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  .gp-featured-grid .gp-post-card--1 { grid-column: 1 / -1; grid-row: auto; min-height: 600px; }
  .gp-featured-grid .gp-post-card--2, .gp-featured-grid .gp-post-card--3, .gp-featured-grid .gp-post-card--4, .gp-featured-grid .gp-post-card--5 { grid-column: auto; grid-row: auto; min-height: 390px; }
  .gp-topic-archive__head { grid-template-columns: 1fr 1.2fr; }
  .gp-topic-archive__head .gp-kicker { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .gp-insights-featured { padding-top: 70px; padding-bottom: 95px; }
  .gp-insights-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
  .gp-insights-filters button { flex: 0 0 auto; }
  .gp-featured-grid { grid-template-columns: 1fr; }
  .gp-featured-grid .gp-post-card--1, .gp-featured-grid .gp-post-card--2, .gp-featured-grid .gp-post-card--3, .gp-featured-grid .gp-post-card--4, .gp-featured-grid .gp-post-card--5 { grid-column: auto; min-height: 440px; }
  .gp-featured-grid .gp-post-card__content { padding: 30px; }
  .gp-topic-archive { margin-top: 95px; padding-top: 60px; }
  .gp-topic-archive__head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 50px; }
  .gp-topic-archive__head .gp-kicker { grid-column: auto; }
  .gp-topic-group { grid-template-columns: 1fr; }
  .gp-topic-group__title { padding: 28px 0 18px; }
  .gp-topic-list { border-left: 0; }
  .gp-topic-list a { grid-template-columns: 1fr auto; gap: 10px; padding: 22px 0; }
  .gp-topic-list time { grid-column: 1 / -1; }
  .gp-topic-list a:hover, .gp-topic-list a:focus-visible { padding-left: 12px; }
  .gp-topic-list a > span { padding-right: 0; }
  .gp-article__hero { min-height: 760px; padding-bottom: 74px; }
  .gp-article__hero.has-image::after { background: linear-gradient(90deg, rgba(3,8,8,.92), rgba(3,8,8,.5)), linear-gradient(0deg, rgba(3,8,8,.72), transparent 65%); }
  .gp-article__back { position: static; display: inline-block; margin-bottom: 70px; }
  .gp-article__credit { right: auto; left: 0; bottom: -42px; }
  .gp-article__layout { grid-template-columns: 1fr; gap: 55px; padding-top: 80px; padding-bottom: 100px; }
  .gp-article__rail { position: static; grid-template-columns: 1fr 1fr; }
  .gp-article__rail .gp-share { grid-column: 1 / -1; }
  .gp-prose > p:first-of-type:not(.gp-article-byline), .gp-prose > .gp-article-byline + p { font-size: 21px; }
}

@media (max-width: 520px) {
  .gp-featured-grid .gp-post-card--1, .gp-featured-grid .gp-post-card--2, .gp-featured-grid .gp-post-card--3, .gp-featured-grid .gp-post-card--4, .gp-featured-grid .gp-post-card--5 { min-height: 470px; }
  .gp-featured-grid .gp-post-card h3 { font-size: 28px; }
  .gp-featured-grid .gp-post-card__excerpt { display: none; }
  .gp-article__hero h1 { font-size: 42px; }
  .gp-article__meta { display: grid; gap: 8px; }
  .gp-article__meta > * + *::before { display: none; }
  .gp-article__rail { grid-template-columns: 1fr; }
  .gp-article__rail .gp-share { grid-column: auto; }
}

/* Editorial refinements — 0.3.6 */
.gp-topic-list strong { font-weight: 400; letter-spacing: -.01em; }
.gp-topic-list a:hover strong, .gp-topic-list a:focus-visible strong { color: var(--gp-green); }
.gp-hero__credit { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--gp-shell)) / 2)); bottom: 24px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .04em; text-decoration: none; }
.gp-hero__credit:hover, .gp-hero__credit:focus-visible { color: #fff; }
.gp-reading-progress { position: fixed; z-index: 1200; top: var(--gp-admin, 0px); left: 0; width: 100%; height: 2px; background: var(--gp-aqua); transform: scaleX(0); transform-origin: left center; transition: transform .08s linear; }
.gp-article__toc { display: grid; gap: 15px; padding-top: 28px; border-top: 1px solid var(--gp-line); }
.gp-article__toc[hidden] { display: none; }
.gp-article__toc > span { color: var(--gp-muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.gp-article__toc ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; counter-reset: gp-toc; }
.gp-article__toc li { counter-increment: gp-toc; }
.gp-article__toc a { display: grid; grid-template-columns: 22px 1fr; gap: 8px; color: var(--gp-muted); font-size: 12px; line-height: 1.4; text-decoration: none; transition: color .25s; }
.gp-article__toc a::before { content: counter(gp-toc, decimal-leading-zero); color: var(--gp-teal); font-size: 9px; letter-spacing: .08em; }
.gp-article__toc a:hover, .gp-article__toc a:focus-visible { color: var(--gp-green); }
.gp-prose { counter-reset: gp-section; }
.gp-prose h2 { position: relative; counter-increment: gp-section; display: grid; grid-template-columns: 52px minmax(0, 1fr); column-gap: 18px; align-items: start; padding-top: 34px; border-top: 1px solid var(--gp-line-strong); }
.gp-prose h2::before { content: counter(gp-section, decimal-leading-zero); padding-top: 7px; color: var(--gp-teal); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.gp-prose ul, .gp-prose ol { margin: 38px 0; padding: 28px 36px 28px 58px; background: #eef3f1; }
.gp-prose li + li { margin-top: 10px; }
.gp-prose > p:first-of-type:not(.gp-article-byline), .gp-prose > .gp-article-byline + p { padding: 0 0 45px 32px; border-left: 2px solid var(--gp-teal); }

@media (max-width: 820px) {
  .gp-hero__credit { right: 18px; bottom: 18px; }
  .gp-article__toc { grid-column: 1 / -1; }
  .gp-prose h2 { grid-template-columns: 38px minmax(0, 1fr); column-gap: 10px; }
  .gp-prose ul, .gp-prose ol { padding: 24px 24px 24px 44px; }
  .gp-prose > p:first-of-type:not(.gp-article-byline), .gp-prose > .gp-article-byline + p { padding-left: 20px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; background: var(--gp-paper); color: var(--gp-ink); font-family: var(--gp-font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.admin-bar { --gp-admin: 32px; }
@media screen and (max-width: 782px) { body.admin-bar { --gp-admin: 46px; } }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.gp-shell { width: var(--gp-shell); margin-inline: auto; }
.gp-main { overflow: clip; }
.gp-skip-link { position: fixed; top: 8px; left: 8px; z-index: 99999; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.gp-skip-link:focus { transform: translateY(0); }

.gp-header { position: fixed; inset: var(--gp-admin, 0) 0 auto; z-index: 1000; height: var(--gp-header); color: #fff; background: rgba(7, 9, 9, .96); transition: transform .7s var(--gp-ease), background-color .45s ease; }
.gp-header::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(56, 197, 192, .25); }
.gp-header.is-hidden { transform: translateY(calc(-100% - var(--gp-admin, 0px))); }
.gp-header__inner { height: 100%; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(270px, 1fr); align-items: center; gap: 42px; }
.gp-header__brand { width: 260px; }
.gp-logo--header, .gp-logo--footer { width: 100%; filter: brightness(0) invert(1); }
.gp-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 46px); }
.gp-nav a { position: relative; color: rgba(255, 255, 255, .88); text-decoration: none; font-size: 15px; line-height: 1; white-space: nowrap; }
.gp-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -13px; height: 1px; background: var(--gp-aqua); transition: right .35s var(--gp-ease); }
.gp-nav a:hover::after, .gp-nav a:focus-visible::after, .gp-nav a[aria-current="page"]::after { right: 0; }
.gp-header__actions { display: flex; justify-content: flex-end; align-items: center; gap: 36px; }
.gp-button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border: 1px solid var(--gp-green); background: var(--gp-green); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: .01em; transition: color .3s, background-color .3s, border-color .3s; }
.gp-button:hover, .gp-button:focus-visible { background: #004d4a; border-color: #004d4a; }
.gp-button--header { min-width: 148px; border-radius: 999px; }
.gp-button--light { background: #fff; border-color: #fff; color: var(--gp-ink); }
.gp-button--light:hover, .gp-button--light:focus-visible { background: var(--gp-aqua); border-color: var(--gp-aqua); color: var(--gp-black); }
.gp-menu-toggle { display: none; border: 0; background: none; color: #fff; }

.gp-language { position: relative; }
.gp-language__current { display: inline-flex; align-items: center; gap: 10px; padding: 14px 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: #fff; cursor: pointer; font-size: 14px; }
.gp-language__current svg { width: 10px; fill: none; stroke: var(--gp-aqua); stroke-width: 1.5; transition: transform .3s; }
.gp-language__current[aria-expanded="true"] { border-bottom-color: var(--gp-aqua); }
.gp-language__current[aria-expanded="true"] svg { transform: rotate(180deg); }
.gp-language__list { position: absolute; top: calc(100% + 18px); right: 0; width: 170px; margin: 0; padding: 8px 0; list-style: none; background: rgba(7, 9, 9, .98); border: 1px solid rgba(56, 197, 192, .25); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s, transform .25s, visibility .25s; }
.gp-language.is-open .gp-language__list { opacity: 1; visibility: visible; transform: none; }
.gp-language__list a { display: block; padding: 10px 18px; color: rgba(255, 255, 255, .78); text-decoration: none; font-size: 14px; }
.gp-language__list a:hover, .gp-language__list a:focus-visible, .gp-language__list a[aria-current="true"] { color: var(--gp-aqua); }

.gp-kicker { margin: 0 0 25px; color: var(--gp-teal); font-size: 12px; font-weight: 700; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.gp-kicker--light { color: rgba(255, 255, 255, .72); }
.gp-kicker--aqua { color: var(--gp-aqua); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 300; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(55px, 6vw, 104px); }
h2 { font-size: clamp(42px, 4.4vw, 76px); }
h3 { font-size: 28px; }
.gp-lead { font-size: clamp(20px, 1.55vw, 27px); line-height: 1.55; }
.gp-text-link { display: inline-flex; align-items: center; gap: 13px; border-bottom: 1px solid rgba(0, 95, 92, .55); color: var(--gp-green); text-decoration: none; font-size: 14px; font-weight: 700; }
.gp-text-link span { transition: transform .3s var(--gp-ease); }
.gp-text-link:hover span { transform: translateX(5px); }
.gp-text-link--light { color: #fff; border-color: rgba(255, 255, 255, .45); }

.gp-hero--home { position: relative; min-height: max(720px, 94svh); display: flex; align-items: center; color: #fff; background: #000; }
.gp-hero__media, .gp-hero__overlay { position: absolute; inset: 0; }
.gp-hero__media { background: url(../images/hero-cyclist-960.webp) center 45% / cover no-repeat; }

@media (min-width: 700px) {
  .gp-hero__media { background-image: url(../images/hero-cyclist-1600.webp); }
}

@media (min-width: 1400px) {
  .gp-hero__media { background-image: url(../images/hero-cyclist.webp); }
}
.gp-hero__overlay { background: linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .8) 31%, rgba(0, 0, 0, .31) 65%, rgba(0, 0, 0, .1) 100%); }
.gp-hero__content { position: relative; z-index: 1; padding-top: calc(var(--gp-header) + 70px); padding-bottom: 90px; }
.gp-hero__content h1 { max-width: 980px; margin-bottom: 31px; }
.gp-hero__intro { max-width: 700px; margin-bottom: 42px; color: rgba(255, 255, 255, .82); font-size: clamp(18px, 1.4vw, 23px); }
.gp-hero__actions { display: flex; align-items: center; gap: 32px; }
.gp-hero__scroll { position: absolute; z-index: 2; left: 50%; bottom: 28px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255, 255, 255, .64); text-decoration: none; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.gp-hero__scroll i { width: 1px; height: 38px; background: linear-gradient(#fff, transparent); }

.gp-section { padding: clamp(100px, 10vw, 180px) 0; }
.gp-section--soft { background: var(--gp-soft); }
.gp-section--dark { background: var(--gp-black); color: #fff; }
.gp-section-head { max-width: 980px; margin-bottom: 72px; }
.gp-section-head h2 { margin-bottom: 0; }
.gp-section-head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: 9vw; align-items: center; }
.gp-section-head--split > p, .gp-section-head--split > div:last-child p { color: var(--gp-muted); font-size: 19px; }
.gp-section-head--align-end { align-items: end; }
.gp-section--practices { padding-top: 140px; }
.gp-pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--gp-line); }
.gp-pillar-card { display: grid; grid-template-rows: 130px auto; min-height: 580px; padding: 42px 36px 40px; border-right: 1px solid var(--gp-line); transition: background-color .35s, transform .35s var(--gp-ease); }
.gp-pillar-card:first-child { border-left: 1px solid var(--gp-line); }
.gp-pillar-card:hover { background: #fff; transform: translateY(-7px); }
.gp-pillar-card__icon svg { width: 76px; height: 76px; fill: none; stroke: var(--gp-teal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gp-pillar-card__label { margin-bottom: 20px; color: var(--gp-teal); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gp-pillar-card h3 { max-width: 360px; margin-bottom: 20px; }
.gp-pillar-card p { min-height: 82px; color: var(--gp-muted); }
.gp-pillar-card ul { min-height: 118px; margin: 25px 0 36px; padding: 24px 0 0; border-top: 1px solid var(--gp-line); list-style: none; }
.gp-pillar-card li { position: relative; padding: 5px 0 5px 17px; font-size: 14px; }
.gp-pillar-card li::before { content: ""; position: absolute; left: 0; top: 15px; width: 4px; height: 4px; background: var(--gp-teal); }

.gp-home-about__grid, .gp-about-approach, .gp-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr); gap: 10vw; align-items: start; }
.gp-home-about h2 { max-width: 850px; }
.gp-home-about .gp-lead { color: rgba(255, 255, 255, .76); }
.gp-process { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); }
.gp-process::before { content: ""; position: absolute; top: 29px; left: 0; right: 0; height: 1px; background: rgba(0, 156, 155, .45); }
.gp-process__step { position: relative; padding-right: 60px; }
.gp-process__marker { position: relative; z-index: 1; display: flex; align-items: center; width: 58px; height: 58px; margin-bottom: 35px; border: 1px solid var(--gp-teal); border-radius: 50%; background: var(--gp-paper); color: var(--gp-green); justify-content: center; }
.gp-process h3 { font-size: 25px; font-weight: 500; letter-spacing: -.02em; }
.gp-process p { max-width: 330px; color: var(--gp-muted); }
.gp-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--gp-line); }
.gp-post-card { border-right: 1px solid var(--gp-line); }
.gp-post-card:first-child { border-left: 1px solid var(--gp-line); }
.gp-post-card__link { display: flex; flex-direction: column; min-height: 440px; padding: 38px; text-decoration: none; transition: background-color .3s; }
.gp-post-card__link:hover { background: #fff; }
.gp-post-card__meta { margin-bottom: 50px; color: var(--gp-teal); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gp-post-card h3 { font-size: 30px; line-height: 1.18; }
.gp-post-card p { color: var(--gp-muted); }
.gp-post-card__link > span { margin-top: auto; color: var(--gp-green); font-size: 13px; font-weight: 700; }
.gp-cta { padding: 105px 0; background: var(--gp-green); color: #fff; }
.gp-cta h2 { max-width: 880px; margin: 0; }
.gp-cta p { max-width: 580px; color: rgba(255, 255, 255, .76); font-size: 20px; }

.gp-page-hero { position: relative; padding: calc(var(--gp-header) + 110px) 0 120px; background: var(--gp-black); color: #fff; }
.gp-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .62fr); gap: 10vw; align-items: end; }
.gp-page-hero h1 { margin: 0; max-width: 1050px; }
.gp-page-hero__intro, .gp-page-hero__side > p { margin: 0 0 6px; color: rgba(255, 255, 255, .72); font-size: clamp(19px, 1.5vw, 25px); }
.gp-page-hero--editorial { padding-bottom: 150px; }
.gp-about-statement__grid { display: grid; grid-template-columns: .9fr 1fr; gap: 10vw; }
.gp-about-statement h2 { font-size: clamp(40px, 4.5vw, 72px); }
.gp-about-statement p { color: var(--gp-muted); }
.gp-cycle-layout { display: grid; grid-template-columns: .68fr 1fr; gap: 9vw; align-items: center; }
.gp-cycle-copy p:last-child { color: var(--gp-muted); font-size: 19px; }
.gp-cycle { position: relative; width: min(660px, 100%); aspect-ratio: 1; margin-left: auto; }
.gp-cycle__ring { position: absolute; inset: 14%; border: 1px solid rgba(0, 156, 155, .4); border-radius: 50%; }
.gp-cycle__ring::before, .gp-cycle__ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gp-teal); }
.gp-cycle__ring::before { top: 7%; right: 16%; }
.gp-cycle__ring::after { bottom: 5%; left: 22%; }
.gp-cycle__center { position: absolute; inset: 34%; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--gp-green); color: #fff; font-size: 20px; }
.gp-cycle__center strong { font-size: 27px; }
.gp-cycle__item { position: absolute; width: 210px; padding: 22px 25px; border-top: 2px solid var(--gp-teal); background: #fff; box-shadow: 0 18px 60px rgba(17, 24, 24, .05); }
.gp-cycle__item span { color: var(--gp-teal); font-size: 11px; letter-spacing: .12em; }
.gp-cycle__item strong, .gp-cycle__item small { display: block; }
.gp-cycle__item strong { margin: 4px 0; font-size: 19px; }
.gp-cycle__item small { color: var(--gp-muted); }
.gp-cycle__item--1 { top: 2%; left: 35%; }
.gp-cycle__item--2 { right: 0; bottom: 12%; }
.gp-cycle__item--3 { left: 0; bottom: 12%; }
.gp-about-approach .gp-lead { color: rgba(255, 255, 255, .74); }

.gp-page-hero--practice { padding-bottom: 110px; }
.gp-page-hero__side nav { display: grid; margin-top: 45px; border-top: 1px solid rgba(255, 255, 255, .22); }
.gp-page-hero__side nav a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .22); color: #fff; text-decoration: none; font-size: 14px; }
.gp-practice-detail { padding: clamp(100px, 10vw, 170px) 0; scroll-margin-top: 40px; }
.gp-practice-detail:nth-of-type(even) { background: var(--gp-soft); }
.gp-practice-detail--dark { background: var(--gp-green) !important; color: #fff; }
.gp-practice-detail__layout { display: grid; grid-template-columns: minmax(330px, .65fr) 1fr; gap: 9vw; }
.gp-practice-detail__head { position: sticky; top: 60px; align-self: start; }
.gp-practice-detail__number { margin-bottom: 35px; color: var(--gp-teal); font-size: 68px; font-weight: 200; line-height: 1; }
.gp-practice-detail__icon svg { width: 58px; height: 58px; margin-bottom: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.gp-practice-detail__head h2 { font-size: clamp(42px, 4vw, 68px); }
.gp-practice-detail__head > p:last-child { color: var(--gp-muted); font-size: 18px; }
.gp-practice-detail--dark .gp-practice-detail__head > p:last-child { color: rgba(255, 255, 255, .72); }
.gp-practice-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--gp-line); }
.gp-practice-list article { min-height: 210px; padding: 35px 32px; border-right: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }
.gp-practice-list article:nth-child(odd) { border-left: 1px solid var(--gp-line); }
.gp-practice-list h3 { font-size: 23px; font-weight: 500; letter-spacing: -.02em; }
.gp-practice-list p { margin: 0; color: var(--gp-muted); font-size: 15px; }
.gp-practice-detail--dark .gp-practice-list { border-color: rgba(255, 255, 255, .2); }
.gp-practice-detail--dark .gp-practice-list article { border-color: rgba(255, 255, 255, .2); }
.gp-practice-detail--dark .gp-practice-list p { color: rgba(255, 255, 255, .7); }

.gp-team-hero { min-height: 720px; display: flex; align-items: end; overflow: hidden; }
.gp-team-hero__portraits, .gp-team-hero__veil { position: absolute; inset: 0; }
.gp-team-hero__portraits { display: grid; grid-template-columns: 1fr 1fr; }
.gp-team-hero__portraits img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: grayscale(1) contrast(1.08); opacity: .58; }
.gp-team-hero__veil { background: linear-gradient(90deg, rgba(7, 9, 9, .94), rgba(7, 9, 9, .5) 55%, rgba(7, 9, 9, .7)), linear-gradient(0deg, #070909 0, transparent 55%); }
.gp-team-hero__content { position: relative; z-index: 1; }
.gp-team-hero__content h1 { max-width: 850px; margin-bottom: 25px; }
.gp-team-hero__content > p:last-child { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .74); font-size: 21px; }
.gp-profile { display: grid; grid-template-columns: .78fr 1fr; gap: 8vw; align-items: start; padding: 0 0 150px; }
.gp-profile + .gp-profile { padding-top: 150px; border-top: 1px solid var(--gp-line); }
.gp-profile--reverse { grid-template-columns: 1fr .78fr; }
.gp-profile--reverse .gp-profile__photo { order: 2; }
.gp-profile__photo { position: sticky; top: 30px; aspect-ratio: 4 / 5; overflow: hidden; background: #d8d5d3; }
.gp-profile__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.gp-profile__content h2 { margin-bottom: 15px; }
.gp-profile__focus { margin-bottom: 40px; color: var(--gp-teal); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gp-profile__content > .gp-lead { color: var(--gp-muted); }
.gp-credentials { margin-top: 55px; padding-top: 40px; border-top: 1px solid var(--gp-line); }
.gp-credentials h3 { margin-bottom: 25px; color: var(--gp-green); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gp-credentials__education > div { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; padding: 15px 0; border-bottom: 1px solid var(--gp-line); }
.gp-credentials__education strong { font-weight: 500; }
.gp-credentials__education span { color: var(--gp-teal); }
.gp-credentials dl { margin: 35px 0 0; }
.gp-credentials dl > div { display: grid; grid-template-columns: 160px 1fr; gap: 25px; margin-bottom: 18px; }
.gp-credentials dt { color: var(--gp-green); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.gp-credentials dd { margin: 0; }
.gp-profile__contact { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 38px; }
.gp-profile__contact a { color: var(--gp-green); text-underline-offset: 5px; }

.gp-contact-hero { min-height: 610px; display: flex; align-items: end; }
.gp-contact-details__grid { display: grid; grid-template-columns: 1.1fr .7fr 1fr; border-top: 1px solid var(--gp-line); }
.gp-contact-details article { min-height: 380px; padding: 38px; border-right: 1px solid var(--gp-line); }
.gp-contact-details article:first-child { border-left: 1px solid var(--gp-line); }
.gp-contact-details article > span { display: block; margin-bottom: 65px; color: var(--gp-teal); font-size: 12px; letter-spacing: .15em; }
.gp-contact-details h2 { font-size: 33px; }
.gp-contact-details address { max-width: 520px; font-style: normal; color: var(--gp-muted); }
.gp-contact-details a { display: block; margin: 7px 0; color: var(--gp-green); }

.gp-insights-hero { padding-bottom: 140px; }
.gp-insights-hero__grid { display: grid; grid-template-columns: 1fr .65fr; gap: 10vw; align-items: end; }
.gp-insights-archive { min-height: 55vh; }
.gp-post-grid--archive { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 1px; }
.gp-pagination { margin-top: 60px; }
.gp-pagination .nav-links { display: flex; gap: 12px; }
.gp-pagination a, .gp-pagination span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gp-line); text-decoration: none; }
.gp-pagination .current { background: var(--gp-green); color: #fff; }
.gp-article__hero { padding: calc(var(--gp-header) + 100px) 0 100px; background: var(--gp-black); color: #fff; }
.gp-article__hero .gp-shell { position: relative; }
.gp-article__hero h1 { max-width: 1200px; font-size: clamp(50px, 5.4vw, 88px); }
.gp-article__back { position: absolute; top: 0; right: auto; left: 0; color: rgba(255, 255, 255, .75); text-decoration: none; font-size: 13px; }
.gp-article__meta { display: flex; gap: 30px; margin-top: 45px; color: rgba(255, 255, 255, .58); font-size: 13px; }
.gp-article__layout { display: grid; grid-template-columns: minmax(0, 850px) 220px; gap: 9vw; padding-top: 100px; padding-bottom: 140px; }
.gp-prose { max-width: 850px; padding-top: 100px; padding-bottom: 130px; }
.gp-article__body { padding: 0; }
.gp-prose p, .gp-prose li { font-size: 19px; line-height: 1.85; }
.gp-prose h2 { margin-top: 70px; font-size: 45px; }
.gp-prose h3 { margin-top: 45px; }
.gp-prose a { color: var(--gp-green); }
.gp-share { position: sticky; top: 40px; align-self: start; display: grid; gap: 14px; padding-top: 20px; border-top: 1px solid var(--gp-line); }
.gp-share > span { color: var(--gp-muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.gp-share a { color: var(--gp-green); text-underline-offset: 4px; }
.gp-related { background: var(--gp-soft); }

.gp-footer { padding: 90px 0 28px; background: var(--gp-black); color: #fff; }
.gp-footer__grid { display: grid; grid-template-columns: 1.2fr .55fr 1fr; gap: 8vw; padding-bottom: 70px; }
.gp-footer__brand a { display: block; width: 310px; }
.gp-footer__brand p { max-width: 460px; margin-top: 28px; color: rgba(255, 255, 255, .62); }
.gp-footer h2 { margin-bottom: 26px; color: var(--gp-aqua); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gp-footer nav { display: grid; gap: 10px; }
.gp-footer a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.gp-footer a:hover { color: var(--gp-aqua); }
.gp-footer address { max-width: 520px; margin-top: 20px; color: rgba(255, 255, 255, .58); font-style: normal; }
.gp-footer__legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .48); font-size: 12px; }

/* Editorial restoration — 0.2.0.
 * Reintroduces the visual cadence of the approved pre-modular design while
 * preserving the native WordPress templates and responsive architecture.
 */
:root {
  --gp-paper: #f8f8f5;
  --gp-warm: #f3f2ed;
  --gp-soft: #edf3f1;
  --gp-line-strong: rgba(7, 9, 9, .38);
}

.gp-section--warm { background: var(--gp-warm); }
.gp-section-head h2 { max-width: 900px; }
.gp-section-head--split { border-top: 1px solid var(--gp-line-strong); padding-top: 42px; }

.gp-hero--home { min-height: max(760px, 96svh); }
.gp-hero__overlay { background: linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .82) 34%, rgba(0, 0, 0, .25) 71%, rgba(0, 0, 0, .08) 100%); }
.gp-hero__content h1 { max-width: 820px; font-size: clamp(64px, 7vw, 118px); }
.gp-hero__content .gp-kicker { margin-bottom: 34px; }
.gp-hero__intro { max-width: 690px; }
.gp-section--practices { background: var(--gp-paper); }
.gp-pillar-card { background: transparent; transition: background-color .35s var(--gp-ease), transform .35s var(--gp-ease); }
.gp-pillar-card:hover { background: #fff; transform: translateY(-5px); }
.gp-home-about { position: relative; overflow: hidden; }
.gp-home-about::after { content: ""; position: absolute; right: -10vw; bottom: -28vw; width: 52vw; height: 52vw; border: 1px solid rgba(56, 197, 192, .18); border-radius: 50%; }
.gp-home-about__grid { position: relative; z-index: 1; }
.gp-section--process { background: var(--gp-warm); }
.gp-section--insights { background: #fff; }

.gp-page-hero--paper { overflow: hidden; background: var(--gp-paper); color: var(--gp-ink); }
.gp-page-hero--paper::before { content: ""; position: absolute; top: -280px; right: -100px; width: 720px; height: 720px; border: 1px solid rgba(0, 156, 155, .16); border-radius: 50%; }
.gp-page-hero--paper::after { content: ""; position: absolute; right: 0; bottom: 0; width: 34%; height: 1px; background: var(--gp-teal); }
.gp-page-hero--paper .gp-shell { position: relative; z-index: 1; }
.gp-page-hero--paper .gp-kicker { color: var(--gp-teal); }
.gp-page-hero--paper .gp-page-hero__intro,
.gp-page-hero--paper .gp-page-hero__side > p { color: var(--gp-muted); }

.gp-page-hero--about { min-height: 760px; display: flex; align-items: end; padding-bottom: 145px; }
.gp-page-hero--about h1 { max-width: 980px; }
.gp-page-hero--about .gp-page-hero__grid { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr); }
.gp-about-statement { padding-top: 130px; }
.gp-editorial-rule .gp-shell { border-top: 1px solid var(--gp-line-strong); padding-top: 65px; }
.gp-about-statement h2 { max-width: 760px; }
.gp-cycle-section { border-top: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }
.gp-cycle-copy h2 { max-width: 590px; }
.gp-cycle__item { box-shadow: none; border-top-width: 1px; }
.gp-about-approach-section { background: #dfeeea; color: var(--gp-ink); }
.gp-about-approach-section .gp-kicker { color: var(--gp-green); }
.gp-about-approach-section .gp-lead { color: var(--gp-muted); }
.gp-about-approach-section .gp-button { background: var(--gp-black); border-color: var(--gp-black); color: #fff; }

.gp-page-hero--practice { min-height: 790px; display: flex; align-items: end; padding-bottom: 105px; }
.gp-page-hero--practice .gp-page-hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(390px, .58fr); align-items: end; }
.gp-page-hero--practice h1 { max-width: 880px; }
.gp-page-hero__side .gp-practice-index { margin-top: 46px; border: 0; }
.gp-practice-index__item { display: grid; grid-template-columns: 54px 1fr; align-items: center; min-height: 74px; padding: 0 22px !important; border: 1px solid var(--gp-black) !important; color: var(--gp-ink) !important; }
.gp-practice-index__item + .gp-practice-index__item { margin-top: 10px; }
.gp-practice-index__item span { color: var(--gp-teal); font-size: 11px; letter-spacing: .12em; }
.gp-practice-index__item strong { font-size: 18px; font-weight: 500; }
.gp-practice-index__item--1 { background: var(--gp-black); color: #fff !important; }
.gp-practice-index__item--2 { background: transparent; }
.gp-practice-index__item--3 { border-color: var(--gp-green) !important; background: var(--gp-green); color: #fff !important; }
.gp-practice-detail { position: relative; border-top: 1px solid var(--gp-line); }
.gp-practice-detail--dark { background: var(--gp-black) !important; }
.gp-practice-detail--tax { background: var(--gp-warm) !important; }
.gp-practice-detail--wealth { background: #fff !important; }

.gp-team-hero--editorial { min-height: 790px; align-items: end; background: var(--gp-warm); color: var(--gp-ink); }
.gp-team-hero--editorial .gp-team-hero__portraits { left: 48%; grid-template-columns: 1fr 1fr; }
.gp-team-hero--editorial .gp-team-hero__portraits img { opacity: .78; filter: grayscale(1) contrast(1.06); object-position: center 20%; }
.gp-team-hero--editorial .gp-team-hero__veil { background: linear-gradient(90deg, var(--gp-warm) 0%, var(--gp-warm) 39%, rgba(243, 242, 237, .9) 48%, rgba(243, 242, 237, .14) 78%), linear-gradient(0deg, var(--gp-warm) 0%, transparent 32%); }
.gp-team-hero--editorial .gp-team-hero__content { padding-bottom: 120px; }
.gp-team-hero--editorial .gp-team-hero__content h1 { max-width: 840px; }
.gp-team-hero--editorial .gp-team-hero__content > p:last-child { max-width: 630px; color: var(--gp-muted); }
.gp-team-profiles { background: #fff; }
.gp-team-profiles__intro { max-width: 950px; margin-bottom: 120px; padding-top: 10px; }
.gp-team-profiles__intro h2 { margin: 0; }
.gp-profile__photo { background: var(--gp-warm); }
.gp-profile__content { padding-top: 26px; }

.gp-insights-hero { min-height: 640px; display: flex; align-items: end; }
.gp-insights-hero h1 { max-width: 880px; }
.gp-insights-archive { background: var(--gp-paper); }
.gp-post-grid--archive { display: grid; grid-template-columns: 1.25fr .75fr; border-top: 1px solid var(--gp-line-strong); }
.gp-post-grid--archive .gp-post-card { border-bottom: 1px solid var(--gp-line); }
.gp-post-grid--archive .gp-post-card:first-child { grid-row: span 2; background: var(--gp-black); color: #fff; }
.gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link { min-height: 760px; padding: 55px; }
.gp-post-grid--archive .gp-post-card:first-child h3 { max-width: 640px; font-size: clamp(38px, 3.5vw, 62px); }
.gp-post-grid--archive .gp-post-card:first-child p { color: rgba(255,255,255,.68); }
.gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link > span { color: var(--gp-aqua); }
.gp-post-grid--archive .gp-post-card:not(:first-child) .gp-post-card__link { min-height: 380px; }

/* 0.2.2 — restrained scale and richer editorial composition. */
:root {
  --gp-header: 84px;
  --gp-font: "Aptos", "Segoe UI", Arial, sans-serif;
}
body { font-size: 16px; line-height: 1.55; }
.gp-header__inner { grid-template-columns: minmax(190px, 1fr) auto minmax(250px, 1fr); }
.gp-header__brand { width: 190px; }
.gp-nav { gap: clamp(26px, 2.8vw, 52px); }
.gp-nav a { font-size: 14px; font-weight: 600; }
.gp-button { min-height: 50px; }
.gp-button--header { min-width: 136px; border-radius: 0; border-color: rgba(255,255,255,.55); background: transparent; text-transform: uppercase; letter-spacing: .11em; font-size: 11px; }
.gp-button--header:hover,
.gp-button--header:focus-visible { border-color: var(--gp-aqua); background: var(--gp-aqua); color: var(--gp-black); }
.gp-header__actions { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.16); }
.gp-kicker { margin-bottom: 24px; font-size: 12px; font-weight: 600; }
h1 { font-size: clamp(54px, 5vw, 82px); }
h2 { font-size: clamp(42px, 4vw, 68px); }
h3 { font-size: 26px; }
.gp-lead { font-size: clamp(19px, 1.35vw, 24px); }
.gp-section { padding: clamp(88px, 7.5vw, 126px) 0; }
.gp-section-head { margin-bottom: 62px; }
.gp-section-head--split { gap: 7vw; padding-top: 34px; }
.gp-section-head--split > p,
.gp-section-head--split > div:last-child p { font-size: 17px; }

.gp-hero--home { min-height: 700px; height: min(820px, 88svh); }
.gp-hero__content { padding-top: calc(var(--gp-header) + 44px); padding-bottom: 62px; }
.gp-hero__content h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(56px, 5.1vw, 82px); }
.gp-hero__intro { max-width: 650px; margin-bottom: 34px; font-size: clamp(17px, 1.2vw, 20px); }
.gp-hero__actions { gap: 14px; }
.gp-hero__actions .gp-button,
.gp-hero__actions .gp-text-link { min-width: 188px; min-height: 54px; justify-content: center; padding-inline: 22px; border: 1px solid rgba(255,255,255,.55); }
.gp-hero__actions .gp-button { border-color: var(--gp-green); background: var(--gp-green); color: #fff; }
.gp-hero__scroll { display: none; }
.gp-section--practices { padding-top: 66px; }
.gp-pillar-card { min-height: 475px; }
.gp-pillar-card h3 { font-size: 27px; }

.gp-home-about--editorial { overflow: visible; background: #fff; color: var(--gp-ink); }
.gp-home-about--editorial::after { display: none; }
.gp-home-about--editorial .gp-home-about__grid { grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: 0; align-items: stretch; }
.gp-home-about__copy { padding: 8px 8vw 8px 0; }
.gp-home-about__copy h2 { max-width: 720px; margin-bottom: 35px; }
.gp-home-about__copy > p:not(.gp-kicker) { max-width: 680px; color: var(--gp-muted); font-size: 17px; line-height: 1.75; }
.gp-home-about__copy .gp-text-link { margin-top: 12px; }
.gp-partner-signature { display: flex; align-items: center; gap: 18px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--gp-line); }
.gp-partner-signature__portraits { display: flex; }
.gp-partner-signature__portraits img { width: 48px; height: 48px; margin-right: -8px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; object-position: center 18%; filter: grayscale(1); }
.gp-partner-signature span,
.gp-partner-signature strong { display: block; }
.gp-partner-signature span { margin-bottom: 4px; color: var(--gp-teal); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.gp-partner-signature strong { font-size: 14px; font-weight: 500; }
.gp-home-about__panel { position: relative; min-height: 520px; padding: 64px 66px; overflow: hidden; border-left: 3px solid var(--gp-teal); background: var(--gp-black); color: #fff; }
.gp-home-about__panel h3 { position: relative; z-index: 1; max-width: 520px; margin-top: 58px; font-size: clamp(34px, 2.6vw, 48px); font-weight: 300; line-height: 1.1; }
.gp-home-about__panel > p:not(.gp-kicker) { position: absolute; z-index: 1; left: 66px; bottom: 62px; max-width: 450px; color: rgba(255,255,255,.67); }
.gp-home-about__monogram { position: absolute; right: -22px; bottom: -72px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 250px; line-height: 1; }

.gp-section--process { background: var(--gp-black); color: #fff; }
.gp-section--process .gp-section-head--split { border-color: rgba(255,255,255,.2); }
.gp-section--process .gp-section-head--split > p { color: rgba(255,255,255,.65); }
.gp-section--process .gp-process::before { background: rgba(56,197,192,.45); }
.gp-section--process .gp-process__marker { border-color: rgba(56,197,192,.7); background: var(--gp-black); color: #fff; }
.gp-section--process .gp-process h3 { color: #fff; }
.gp-section--process .gp-process p { color: rgba(255,255,255,.65); }

.gp-page-hero { padding-top: calc(var(--gp-header) + 88px); padding-bottom: 100px; }
.gp-page-hero--about,
.gp-page-hero--practice,
.gp-team-hero--editorial { min-height: 700px; }
.gp-page-hero h1 { font-size: clamp(54px, 5vw, 82px); }
.gp-page-hero__intro,
.gp-page-hero__side > p { font-size: clamp(18px, 1.3vw, 22px); }
.gp-page-hero--about { padding-bottom: 110px; }
.gp-page-hero--practice { padding-bottom: 90px; }
.gp-team-hero--editorial .gp-team-hero__content { padding-bottom: 90px; }
.gp-team-hero--editorial .gp-team-hero__content h1 { font-size: clamp(54px, 4.8vw, 78px); }
.gp-insights-hero { min-height: 570px; padding-bottom: 95px; }
.gp-insights-hero h1 { font-size: clamp(54px, 4.8vw, 78px); }
.gp-about-statement { padding-top: 105px; }
.gp-editorial-rule .gp-shell { padding-top: 48px; }
.gp-cycle__center strong { font-size: 23px; }
.gp-practice-detail__number { font-size: 58px; }
.gp-practice-detail__head h2 { font-size: clamp(40px, 3.7vw, 62px); }
.gp-profile__content h2 { font-size: clamp(42px, 3.7vw, 62px); }
.gp-contact-hero { min-height: 560px; }
.gp-post-card h3 { font-size: 27px; }

/* 0.2.4 — private-client identity, integrated narrative and controlled motion. */
.gp-hero--home { min-height: 720px; height: 100svh; }

.gp-about-integrated { overflow: hidden; border-top: 1px solid var(--gp-line); background: var(--gp-warm); }
.gp-about-integrated__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 7vw; align-items: center; }
.gp-about-integrated__copy h2 { max-width: 760px; }
.gp-about-integrated__copy > .gp-lead { max-width: 690px; margin-bottom: 0; color: var(--gp-muted); }
.gp-client-profile { position: relative; max-width: 720px; margin-top: 52px; padding: 40px 44px 42px; overflow: hidden; border-left: 2px solid var(--gp-teal); background: var(--gp-black); color: #fff; }
.gp-client-profile::after { content: "GP"; position: absolute; right: -12px; bottom: -58px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 180px; line-height: 1; }
.gp-client-profile .gp-kicker { position: relative; z-index: 1; margin-bottom: 18px; color: var(--gp-aqua); }
.gp-client-profile h3 { position: relative; z-index: 1; max-width: 570px; margin-bottom: 24px; font-size: clamp(28px, 2.25vw, 38px); font-weight: 300; line-height: 1.16; }
.gp-client-profile > p:last-child { position: relative; z-index: 1; max-width: 600px; margin: 0; color: rgba(255,255,255,.67); }
.gp-about-integrated .gp-cycle { width: min(610px, 100%); }

.gp-page-hero--practice { background-color: var(--gp-paper); background-image: linear-gradient(135deg, transparent 0 62%, rgba(0,156,155,.045) 62% 62.1%, transparent 62.1%), radial-gradient(circle at 88% 16%, transparent 0 17%, rgba(0,156,155,.12) 17.1% 17.2%, transparent 17.3%); }
.gp-page-hero--practice::before { top: -360px; right: -190px; width: 880px; height: 880px; border-color: rgba(0,156,155,.2); }
.gp-practice-index { position: relative; perspective: 900px; }
.gp-practice-index::before { content: ""; position: absolute; z-index: -1; top: -42px; right: -34px; width: 150px; height: calc(100% + 84px); border-top: 1px solid rgba(0,156,155,.28); border-right: 1px solid rgba(0,156,155,.28); }
.gp-practice-index__item { position: relative; overflow: hidden; transform-origin: right center; transition: transform .45s var(--gp-ease), background-color .35s ease, color .35s ease, border-color .35s ease; animation: gp-index-enter .7s both var(--gp-ease); }
.gp-practice-index__item:nth-child(2) { animation-delay: .09s; }
.gp-practice-index__item:nth-child(3) { animation-delay: .18s; }
.gp-practice-index__item::after { content: "→"; position: absolute; right: 24px; opacity: 0; transform: translateX(-12px); transition: opacity .35s ease, transform .35s var(--gp-ease); }
.gp-practice-index__item:hover,
.gp-practice-index__item:focus-visible { z-index: 1; transform: translateX(-14px); }
.gp-practice-index__item:hover::after,
.gp-practice-index__item:focus-visible::after { opacity: 1; transform: none; }
.gp-practice-index__item--1:hover,
.gp-practice-index__item--1:focus-visible { border-color: var(--gp-teal) !important; background: var(--gp-teal); color: var(--gp-black) !important; }
.gp-practice-index__item--2:hover,
.gp-practice-index__item--2:focus-visible { background: #fff; }
.gp-practice-index__item--3:hover,
.gp-practice-index__item--3:focus-visible { border-color: var(--gp-black) !important; background: var(--gp-black); }
@keyframes gp-index-enter { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: none; } }

.gp-team-hero--editorial { min-height: 700px; }
.gp-team-hero--editorial .gp-team-hero__portraits { inset: 128px max(62px, 7vw) 0 auto; width: min(540px, 37vw); height: auto; gap: 14px; align-items: end; }
.gp-team-hero--editorial .gp-team-hero__portraits img { height: 72%; border-top: 1px solid rgba(0,95,92,.28); opacity: .72; object-position: center top; }
.gp-team-hero--editorial .gp-team-hero__portraits img:first-child { height: 64%; }
.gp-team-hero--editorial .gp-team-hero__veil { background: linear-gradient(90deg, var(--gp-warm) 0%, var(--gp-warm) 46%, rgba(243,242,237,.92) 55%, rgba(243,242,237,.18) 77%, rgba(243,242,237,.08) 100%), linear-gradient(0deg, var(--gp-warm) 0%, transparent 24%); }
.gp-team-hero--editorial .gp-team-hero__content { max-width: 72%; }
.gp-profile,
.gp-profile--reverse { grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr); gap: 7vw; }
.gp-profile__photo { width: min(100%, 430px); justify-self: start; }
.gp-profile--reverse .gp-profile__photo { justify-self: end; }

/* 0.2.7 — bespoke service signature and Perspectives states. */
.gp-about-integrated__copy > .gp-lead,
.gp-about-approach .gp-lead { max-width: 650px; font-size: clamp(18px, 1.22vw, 21px); line-height: 1.72; font-weight: 400; }
.gp-client-profile > p:last-child { font-size: 16px; line-height: 1.68; }
.gp-section-head--split > p,
.gp-section-head--split > div:last-child p { font-size: 18px; line-height: 1.65; }

.gp-service-signature { width: min(650px, 100%); margin-left: auto; }
.gp-service-signature > .gp-kicker { margin-bottom: 20px; }
.gp-service-signature > h3 { max-width: 560px; margin-bottom: 52px; font-size: clamp(38px, 3.3vw, 56px); }
.gp-service-signature__list { position: relative; }
.gp-service-signature__item { display: grid; grid-template-columns: 48px minmax(150px, .7fr) 1fr; gap: 20px; align-items: start; width: calc(100% - 72px); padding: 25px 0 27px; border-top: 1px solid var(--gp-teal); transition: transform .45s var(--gp-ease); }
.gp-service-signature__item:last-child { border-bottom: 1px solid var(--gp-line); }
.gp-service-signature__item--2 { margin-left: 36px; }
.gp-service-signature__item--3 { margin-left: 72px; }
.gp-service-signature__item:hover { transform: translateX(-10px); }
.gp-service-signature__item span { color: var(--gp-teal); font-size: 11px; letter-spacing: .14em; }
.gp-service-signature__item strong { font-size: 18px; font-weight: 500; line-height: 1.35; }
.gp-service-signature__item p { margin: 0; color: var(--gp-muted); font-size: 14px; line-height: 1.62; }

.gp-cycle--editorial { width: min(590px, 100%); aspect-ratio: 1.14; }
.gp-cycle--editorial .gp-cycle__ring { inset: 12% 14%; border-color: rgba(0, 156, 155, .32); }
.gp-cycle--editorial .gp-cycle__ring::before,
.gp-cycle--editorial .gp-cycle__ring::after { width: 6px; height: 6px; }
.gp-cycle--editorial .gp-cycle__center { inset: 38% 31%; border-radius: 0; border-top: 1px solid var(--gp-teal); border-bottom: 1px solid var(--gp-teal); background: transparent; color: var(--gp-ink); }
.gp-cycle--editorial .gp-cycle__center span { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.gp-cycle--editorial .gp-cycle__center strong { font-size: 24px; font-weight: 400; }
.gp-cycle--editorial .gp-cycle__item { width: 190px; padding: 15px 0 13px; border-top: 1px solid var(--gp-teal); background: transparent; box-shadow: none; }
.gp-cycle--editorial .gp-cycle__item strong { font-size: 18px; font-weight: 500; }
.gp-cycle--editorial .gp-cycle__item small { font-size: 13px; }
.gp-cycle--editorial .gp-cycle__item--1 { top: 2%; left: 37%; }
.gp-cycle--editorial .gp-cycle__item--2 { right: 1%; bottom: 10%; }
.gp-cycle--editorial .gp-cycle__item--3 { left: 1%; bottom: 10%; }

.gp-page-hero--practice .gp-page-hero__side { max-width: 650px; justify-self: end; }
.gp-practice-index { width: 100%; padding: 4px 0 8px; }
.gp-practice-index__item { width: calc(100% - 64px); }
.gp-practice-index__item--1 { margin-left: 0; }
.gp-practice-index__item--2 { margin-left: 32px; color: var(--gp-ink) !important; }
.gp-practice-index__item--3 { margin-left: 64px; }
.gp-practice-index__item--2 strong { color: var(--gp-ink) !important; }
.gp-practice-index__item--2:hover,
.gp-practice-index__item--2:focus-visible { color: var(--gp-ink) !important; background: #fff; }
.gp-practice-index__item--2:hover span,
.gp-practice-index__item--2:focus-visible span { color: var(--gp-green); }
.gp-practice-detail--tax { background: var(--gp-black) !important; color: #fff; }
.gp-practice-detail--tax .gp-practice-detail__head > p:last-child,
.gp-practice-detail--tax .gp-practice-list p { color: rgba(255, 255, 255, .7); }
.gp-practice-detail--tax .gp-practice-list,
.gp-practice-detail--tax .gp-practice-list article { border-color: rgba(255, 255, 255, .2); }

.gp-post-card__link:hover,
.gp-post-card__link:focus-visible { background: #f3f7f6; }
.gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link:hover,
.gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link:focus-visible { background: #101515; color: #fff; }
.gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link:hover p,
.gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link:focus-visible p { color: rgba(255,255,255,.74); }

.gp-team-profiles { padding-top: 125px; }
.gp-team-profiles__intro { max-width: 760px; margin-bottom: 86px; }
.gp-team-profiles__intro h2 { font-size: clamp(44px, 4vw, 64px); }
.gp-team-profiles__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(58px, 6vw, 110px); }
.gp-profile,
.gp-profile--reverse { grid-template-columns: 170px minmax(0, 1fr); gap: 34px; padding: 38px 0 72px; border-top: 1px solid var(--gp-line); }
.gp-profile + .gp-profile { padding-top: 38px; border-top: 1px solid var(--gp-line); }
.gp-profile--reverse .gp-profile__photo { order: 0; }
.gp-profile__photo,
.gp-profile--reverse .gp-profile__photo { position: static; width: 170px; aspect-ratio: 4 / 5; justify-self: start; }
.gp-profile__content { padding-top: 0; }
.gp-profile__content h2 { margin-bottom: 10px; font-size: clamp(38px, 3vw, 50px); }
.gp-profile__focus { margin-bottom: 25px; font-size: 11px; }
.gp-profile__content > .gp-lead { font-size: 17px; line-height: 1.68; }
.gp-credentials { margin-top: 34px; padding-top: 28px; }
.gp-credentials h3 { margin-bottom: 17px; }
.gp-credentials__education > div { display: block; padding: 12px 0; }
.gp-credentials__education strong,
.gp-credentials__education span { display: block; }
.gp-credentials__education strong { font-size: 15px; line-height: 1.45; }
.gp-credentials__education span { margin-top: 4px; font-size: 13px; }
.gp-credentials dl { margin-top: 28px; }
.gp-credentials dl > div { grid-template-columns: 118px 1fr; gap: 16px; margin-bottom: 14px; }
.gp-credentials dt { font-size: 11px; }
.gp-credentials dd { font-size: 14px; line-height: 1.55; }
.gp-profile__contact { display: grid; gap: 7px; margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--gp-line); font-size: 14px; }

@media (max-width: 1260px) {
  :root { --gp-shell: min(100% - 64px, 1180px); --gp-header: 86px; }
  .gp-header__inner { grid-template-columns: 230px 1fr auto; gap: 24px; }
  .gp-header__brand { width: 190px; }
  .gp-nav { justify-content: center; gap: 22px; }
  .gp-header__actions { gap: 20px; }
  .gp-button--header { min-width: 120px; padding-inline: 18px; }
  .gp-pillar-card { padding-inline: 25px; }
}

@media (max-width: 1023px) {
  :root { --gp-shell: min(100% - 48px, 900px); --gp-header: 82px; }
  .gp-header__inner { grid-template-columns: 1fr auto auto; }
  .gp-header__brand { width: 190px; }
  .gp-menu-toggle { display: flex; align-items: center; gap: 14px; padding: 10px; cursor: pointer; }
  .gp-menu-toggle__label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .gp-menu-toggle__lines { display: grid; gap: 6px; width: 23px; }
  .gp-menu-toggle__lines i { height: 1px; background: #fff; transition: transform .3s; }
  .gp-menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .gp-menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .gp-nav { position: fixed; inset: calc(var(--gp-header) + var(--gp-admin, 0px)) 0 auto; display: grid; gap: 0; padding: 26px 24px 38px; background: rgba(7, 9, 9, .99); border-top: 1px solid rgba(56, 197, 192, .22); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s, visibility .3s, transform .3s; }
  .gp-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .gp-nav a { padding: 17px 4px; border-bottom: 1px solid rgba(255, 255, 255, .13); font-size: 18px; }
  .gp-nav a::after { display: none; }
  .gp-header__actions .gp-button { display: none; }
  .gp-pillar-grid, .gp-post-grid { grid-template-columns: 1fr; }
  .gp-pillar-card { grid-template-columns: 130px 1fr; grid-template-rows: auto; min-height: 0; border-left: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }
  .gp-pillar-card p, .gp-pillar-card ul { min-height: 0; }
  .gp-post-card { border-left: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }
  .gp-post-card__link { min-height: 350px; }
  .gp-cycle-layout, .gp-about-statement__grid, .gp-practice-detail__layout { grid-template-columns: 1fr; }
  .gp-cycle { margin: 40px auto 0; }
  .gp-practice-detail__head { position: static; }
  .gp-profile, .gp-profile--reverse { grid-template-columns: .58fr 1fr; gap: 6vw; }
  .gp-profile--reverse .gp-profile__photo { order: 0; }
  .gp-profile__photo { position: static; }
  .gp-contact-details__grid { grid-template-columns: 1fr 1fr; }
  .gp-contact-details article:last-child { grid-column: 1 / -1; border-left: 1px solid var(--gp-line); border-top: 1px solid var(--gp-line); }
  .gp-footer__grid { grid-template-columns: 1fr 1fr; }
  .gp-footer__brand { grid-column: 1 / -1; }
  .gp-article__layout { grid-template-columns: 1fr; }
  .gp-share { position: static; grid-template-columns: auto auto auto; justify-content: start; }
  .gp-page-hero--about,
  .gp-page-hero--practice,
  .gp-team-hero--editorial { min-height: 700px; }
  .gp-page-hero--practice .gp-page-hero__grid { grid-template-columns: 1fr .7fr; gap: 6vw; }
  .gp-team-hero--editorial .gp-team-hero__portraits { left: auto; right: 24px; width: 42vw; }
  .gp-team-hero--editorial .gp-team-hero__veil { background: linear-gradient(90deg, var(--gp-warm) 0%, var(--gp-warm) 47%, rgba(243, 242, 237, .82) 61%, rgba(243, 242, 237, .16) 100%), linear-gradient(0deg, var(--gp-warm), transparent 32%); }
  .gp-post-grid--archive { grid-template-columns: 1fr 1fr; }
  .gp-post-grid--archive .gp-post-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link { min-height: 580px; }
  .gp-home-about--editorial .gp-home-about__grid { grid-template-columns: 1fr; }
  .gp-home-about__copy { padding-right: 0; padding-bottom: 75px; }
  .gp-about-integrated__layout { grid-template-columns: 1fr; }
  .gp-about-integrated .gp-cycle { margin-top: 60px; }
}

@media (max-width: 767px) {
  :root { --gp-shell: calc(100% - 36px); --gp-header: 74px; }
  body { font-size: 16px; }
  .gp-header__inner { grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; }
  .gp-header__brand { width: min(188px, 100%); }
  .gp-header__actions { grid-column: 2; grid-row: 1; margin-right: 0; }
  .gp-menu-toggle { position: static; grid-column: 3; grid-row: 1; padding-inline: 6px; }
  .gp-menu-toggle__label { display: none; }
  .gp-language__current { font-size: 12px; }
  .gp-language__list { right: -40px; }
  .gp-hero--home { min-height: 760px; }
  .gp-hero__media { background-position: 62% center; }
  .gp-hero__overlay { background: linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .62)); }
  .gp-hero__content { padding-top: calc(var(--gp-header) + 95px); }
  .gp-hero__content h1 { font-size: clamp(49px, 14.5vw, 66px); }
  .gp-hero__actions { align-items: flex-start; flex-direction: column; }
  .gp-section { padding: 90px 0; }
  .gp-section--practices { padding-top: 95px; }
  .gp-section-head--split, .gp-home-about__grid, .gp-about-approach, .gp-cta__inner, .gp-page-hero__grid, .gp-insights-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .gp-section-head { margin-bottom: 50px; }
  .gp-section-head h2, h2 { font-size: 45px; }
  .gp-section-head--split > p { font-size: 17px; }
  .gp-pillar-card { grid-template-columns: 1fr; padding: 34px 26px 38px; }
  .gp-pillar-card__icon { margin-bottom: 20px; }
  .gp-pillar-card__icon svg { width: 64px; height: 64px; }
  .gp-process { grid-template-columns: 1fr; }
  .gp-process::before { left: 28px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .gp-process__step { min-height: 220px; padding: 0 0 45px 90px; }
  .gp-process__marker { position: absolute; left: 0; top: 0; }
  .gp-page-hero { padding-top: calc(var(--gp-header) + 85px); padding-bottom: 85px; }
  .gp-page-hero h1 { font-size: clamp(48px, 14vw, 65px); }
  .gp-cycle-layout { gap: 20px; }
  .gp-cycle { aspect-ratio: auto; display: grid; gap: 14px; }
  .gp-cycle__ring { display: none; }
  .gp-cycle__center { position: static; width: 160px; height: 160px; margin: 0 auto 25px; }
  .gp-cycle__item { position: static; width: 100%; }
  .gp-practice-list { grid-template-columns: 1fr; }
  .gp-practice-list article, .gp-practice-list article:nth-child(odd) { border-left: 1px solid var(--gp-line); }
  .gp-team-hero { min-height: 720px; }
  .gp-team-hero__portraits { grid-template-columns: 1fr; }
  .gp-team-hero__portraits img:first-child { display: none; }
  .gp-team-hero__veil { background: linear-gradient(0deg, #070909 5%, rgba(7, 9, 9, .7) 70%, rgba(7, 9, 9, .38)); }
  .gp-profile, .gp-profile--reverse { grid-template-columns: 1fr; padding-bottom: 95px; }
  .gp-profile + .gp-profile { padding-top: 95px; }
  .gp-profile__photo { aspect-ratio: 1 / 1.12; }
  .gp-credentials__education > div, .gp-credentials dl > div { grid-template-columns: 1fr; gap: 4px; }
  .gp-contact-details__grid { grid-template-columns: 1fr; }
  .gp-contact-details article, .gp-contact-details article:last-child { grid-column: auto; min-height: 0; border-left: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }
  .gp-contact-details article > span { margin-bottom: 32px; }
  .gp-article__back { position: static; display: block; margin-bottom: 65px; }
  .gp-article__hero h1 { font-size: 48px; }
  .gp-article__layout { padding-top: 75px; padding-bottom: 90px; }
  .gp-prose p, .gp-prose li { font-size: 17px; }
  .gp-footer__grid { grid-template-columns: 1fr; gap: 48px; }
  .gp-footer__brand { grid-column: auto; }
  .gp-footer__brand a { width: 260px; }
  .gp-footer__legal { flex-direction: column; }
  .gp-page-hero--paper::before { top: -180px; right: -240px; width: 520px; height: 520px; }
  .gp-page-hero--about,
  .gp-page-hero--practice { min-height: 0; padding-top: calc(var(--gp-header) + 110px); padding-bottom: 90px; }
  .gp-page-hero--about .gp-page-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .gp-page-hero--practice .gp-page-hero__grid { grid-template-columns: 1fr; }
  .gp-practice-index__item { min-height: 66px; }
  .gp-editorial-rule .gp-shell { padding-top: 45px; }
  .gp-team-hero--editorial { min-height: 820px; align-items: end; }
  .gp-team-hero--editorial .gp-team-hero__portraits { inset: 105px 18px auto auto; width: 72%; height: 250px; grid-template-columns: 1fr 1fr; }
  .gp-team-hero--editorial .gp-team-hero__portraits img:first-child { display: block; }
  .gp-team-hero--editorial .gp-team-hero__portraits img:last-child { display: block; }
  .gp-team-hero--editorial .gp-team-hero__portraits img,
  .gp-team-hero--editorial .gp-team-hero__portraits img:first-child { height: 100%; }
  .gp-team-hero--editorial .gp-team-hero__veil { background: linear-gradient(0deg, var(--gp-warm) 0%, var(--gp-warm) 42%, rgba(243, 242, 237, .4) 73%, rgba(243, 242, 237, .08) 100%); }
  .gp-team-hero--editorial .gp-team-hero__content { max-width: 100%; padding-bottom: 70px; }
  .gp-team-profiles__intro { margin-bottom: 75px; }
  .gp-post-grid--archive { grid-template-columns: 1fr; }
  .gp-post-grid--archive .gp-post-card:first-child { grid-column: auto; }
  .gp-post-grid--archive .gp-post-card:first-child .gp-post-card__link { min-height: 540px; padding: 38px 28px; }
  .gp-header__actions { padding-left: 0; border-left: 0; }
  .gp-home-about__copy { padding-bottom: 55px; }
  .gp-home-about__panel { min-height: 430px; padding: 38px 30px; }
  .gp-home-about__panel h3 { margin-top: 38px; }
  .gp-home-about__panel > p:not(.gp-kicker) { left: 30px; right: 30px; bottom: 38px; }
  .gp-partner-signature { align-items: flex-start; }
  .gp-client-profile { margin-top: 38px; padding: 32px 28px 34px; }
  .gp-about-integrated .gp-cycle { margin-top: 45px; }
  .gp-profile__photo,
  .gp-profile--reverse .gp-profile__photo { width: min(100%, 340px); justify-self: center; }
  .gp-hero__actions .gp-button,
  .gp-hero__actions .gp-text-link { min-width: 0; width: 100%; }
}

@media screen and (max-width: 340px) { body.admin-bar { --gp-admin: 92px; } }

@media (max-width: 1260px) {
  .gp-team-profiles__list { grid-template-columns: 1fr; }
  .gp-profile,
  .gp-profile--reverse { grid-template-columns: 180px minmax(0, 1fr); }
  .gp-profile__photo,
  .gp-profile--reverse .gp-profile__photo { width: 180px; }
}

@media (max-width: 1023px) {
  .gp-about-approach { grid-template-columns: 1fr; gap: 38px; }
  .gp-page-hero--practice .gp-page-hero__side { width: 100%; }
  .gp-service-signature { margin-top: 38px; margin-left: 0; }
}

@media (max-width: 767px) {
  .gp-cycle--editorial { display: grid; aspect-ratio: auto; }
  .gp-cycle--editorial .gp-cycle__center { position: static; width: 100%; height: auto; margin: 0 0 16px; padding: 24px; }
  .gp-cycle--editorial .gp-cycle__item { width: 100%; padding: 17px 0 15px; }
  .gp-service-signature > h3 { margin-bottom: 34px; }
  .gp-service-signature__item { grid-template-columns: 38px 1fr; width: calc(100% - 22px); gap: 8px 14px; }
  .gp-service-signature__item--2 { margin-left: 11px; }
  .gp-service-signature__item--3 { margin-left: 22px; }
  .gp-service-signature__item p { grid-column: 2; }
  .gp-practice-index__item { width: calc(100% - 22px); }
  .gp-practice-index__item--2 { margin-left: 11px; }
  .gp-practice-index__item--3 { margin-left: 22px; }
  .gp-team-profiles { padding-top: 90px; }
  .gp-team-profiles__intro { margin-bottom: 58px; }
  .gp-profile,
  .gp-profile--reverse { grid-template-columns: 1fr; gap: 28px; padding-bottom: 70px; }
  .gp-profile + .gp-profile { padding-top: 38px; }
  .gp-profile__photo,
  .gp-profile--reverse .gp-profile__photo { width: 150px; aspect-ratio: 4 / 5; justify-self: start; }
}

/* 0.2.8 — editorial contact experience. */
.gp-contact-hero--editorial { min-height: 790px; padding-bottom: 125px; align-items: end; background: var(--gp-warm); }
.gp-contact-hero--editorial::before { top: auto; right: -130px; bottom: -330px; width: 820px; height: 820px; }
.gp-contact-hero--editorial::after { left: 0; right: auto; width: 18%; }
.gp-contact-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .58fr); gap: clamp(70px, 9vw, 150px); align-items: end; }
.gp-contact-hero__copy h1 { max-width: 900px; margin-bottom: 34px; font-size: clamp(54px, 5.2vw, 88px); }
.gp-contact-hero__copy .gp-page-hero__intro { max-width: 720px; font-size: clamp(18px, 1.3vw, 22px); line-height: 1.6; }
.gp-contact-invitation { position: relative; min-height: 430px; padding: 50px 48px 44px; overflow: hidden; background: var(--gp-black); color: #fff; }
.gp-contact-invitation::after { content: "GP"; position: absolute; right: -14px; bottom: -48px; color: rgba(56, 197, 192, .08); font-size: 180px; font-weight: 200; line-height: 1; letter-spacing: -.08em; }
.gp-contact-invitation > * { position: relative; z-index: 1; }
.gp-contact-invitation > span { display: block; margin-bottom: 75px; color: var(--gp-aqua); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.gp-contact-invitation h2 { max-width: 380px; margin-bottom: 22px; font-size: clamp(38px, 3vw, 52px); }
.gp-contact-invitation p { max-width: 460px; margin-bottom: 42px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.gp-contact-invitation a { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(56,197,192,.55); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.gp-contact-invitation a i { color: var(--gp-aqua); font-style: normal; transition: transform .3s var(--gp-ease); }
.gp-contact-invitation a:hover i { transform: translateX(5px); }

.gp-contact-directory { background: var(--gp-paper); }
.gp-contact-directory .gp-section-head { margin-bottom: 84px; }
.gp-contact-directory .gp-section-head h2 { max-width: 890px; font-size: clamp(42px, 4vw, 68px); }
.gp-contact-directory__layout { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); border-top: 1px solid var(--gp-line); }
.gp-contact-number { display: block; color: var(--gp-teal); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.gp-contact-office { min-height: 610px; padding: 42px 46px 48px; background: var(--gp-green); color: #fff; }
.gp-contact-office > .gp-kicker { margin-top: 86px; color: var(--gp-aqua); }
.gp-contact-office h3 { max-width: 390px; margin-bottom: 36px; font-size: clamp(38px, 3.2vw, 54px); }
.gp-contact-office address { max-width: 490px; color: rgba(255,255,255,.76); font-style: normal; font-size: 18px; line-height: 1.7; }
.gp-contact-map { display: inline-block; margin-top: 20px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); }
.gp-contact-map:hover { color: var(--gp-aqua); border-bottom-color: var(--gp-aqua); }
.gp-contact-office__general { margin-top: 72px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.24); }
.gp-contact-office__general span { display: block; margin-bottom: 7px; color: var(--gp-aqua); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.gp-contact-office__general a { color: #fff; text-underline-offset: 5px; }
.gp-contact-partners { border-right: 1px solid var(--gp-line); }
.gp-contact-partners > header { min-height: 250px; padding: 42px 48px 38px; border-bottom: 1px solid var(--gp-line); }
.gp-contact-partners > header .gp-kicker { margin: 42px 0 18px; }
.gp-contact-partners > header > p:last-child { max-width: 600px; margin: 0; color: var(--gp-muted); }
.gp-contact-partner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; min-height: 180px; padding: 38px 48px; border-bottom: 1px solid var(--gp-line); transition: background-color .35s; }
.gp-contact-partner:hover { background: #fff; }
.gp-contact-partner h3 { margin-bottom: 8px; font-size: clamp(30px, 2.4vw, 40px); }
.gp-contact-partner p { margin: 0; color: var(--gp-teal); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gp-contact-partner__links { display: grid; justify-items: end; gap: 4px; }
.gp-contact-partner__links a { color: var(--gp-green); text-underline-offset: 5px; white-space: nowrap; }

@media (max-width: 1023px) {
  .gp-contact-hero--editorial { min-height: 720px; }
  .gp-contact-hero__grid { grid-template-columns: 1fr .7fr; gap: 48px; }
  .gp-contact-invitation { min-height: 390px; padding: 42px 36px; }
  .gp-contact-invitation > span { margin-bottom: 55px; }
  .gp-contact-directory__layout { grid-template-columns: 1fr; }
  .gp-contact-office { min-height: 520px; }
  .gp-contact-partners { border-left: 1px solid var(--gp-line); }
}

@media (max-width: 767px) {
  .gp-contact-hero--editorial { min-height: 0; padding-top: calc(var(--gp-header) + 90px); padding-bottom: 78px; }
  .gp-contact-hero__grid { grid-template-columns: 1fr; gap: 55px; }
  .gp-contact-hero__copy h1 { font-size: clamp(47px, 13vw, 62px); }
  .gp-contact-invitation { min-height: 0; padding: 36px 28px 38px; }
  .gp-contact-invitation > span { margin-bottom: 44px; }
  .gp-contact-directory .gp-section-head { margin-bottom: 52px; }
  .gp-contact-office { min-height: 0; padding: 34px 28px 38px; }
  .gp-contact-office > .gp-kicker { margin-top: 58px; }
  .gp-contact-office__general { margin-top: 52px; }
  .gp-contact-partners > header { min-height: 0; padding: 34px 28px; }
  .gp-contact-partner { grid-template-columns: 1fr; gap: 25px; min-height: 0; padding: 34px 28px; }
  .gp-contact-partner__links { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Final cascade for the Perspectivas templates. */
.gp-post-card__content { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; }
.gp-post-card__author { display: block; margin: 24px 0 12px; color: var(--gp-green); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gp-post-card__excerpt { display: block; margin: 0 0 28px; }
.gp-post-card__cta { display: block; margin-top: auto; color: var(--gp-green); font-size: 13px; font-weight: 700; }
.gp-post-card--standard .gp-post-card__media { display: none; }
.gp-post-card--standard .gp-post-card__link { overflow: hidden; }
.gp-article__hero { position: relative; isolation: isolate; min-height: min(820px, 88vh); display: flex; align-items: flex-end; padding: calc(var(--gp-header) + 110px) 0 90px; overflow: hidden; background: var(--gp-black); color: #fff; }
.gp-article__hero-image { position: absolute; inset: 0; z-index: -2; background-image: var(--gp-article-image); background-position: center; background-size: cover; filter: saturate(.7) contrast(1.08); transform: scale(1.01); }
.gp-article__hero.has-image::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 8, 8, .94) 0%, rgba(3, 8, 8, .78) 43%, rgba(3, 8, 8, .26) 78%, rgba(3, 8, 8, .18) 100%), linear-gradient(0deg, rgba(3, 8, 8, .6), transparent 55%); }
.gp-article__hero .gp-shell { position: relative; width: var(--gp-shell); }
.gp-article__hero h1 { max-width: 1050px; margin: 20px 0 0; font-size: clamp(48px, 5vw, 84px); line-height: 1.03; text-wrap: balance; }
.gp-article__back { position: absolute; top: -52px; right: auto; left: 0; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.32); color: rgba(255,255,255,.75); text-decoration: none; font-size: 13px; }
.gp-article__meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 40px; color: rgba(255,255,255,.65); font-size: 13px; }
.gp-article__meta > * { position: relative; }
.gp-article__meta > * + *::before { content: ""; position: absolute; left: -15px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gp-aqua); }
.gp-article__credit { position: absolute; right: 0; bottom: -52px; color: rgba(255,255,255,.52); font-size: 10px; text-decoration: none; }
.gp-article__layout { display: grid; grid-template-columns: 230px minmax(0, 850px); justify-content: center; gap: clamp(55px, 8vw, 140px); padding-top: 110px; padding-bottom: 150px; }
.gp-article__rail { position: sticky; top: 42px; align-self: start; display: grid; gap: 30px; padding-top: 22px; border-top: 1px solid var(--gp-line-strong); }
.gp-article__rail > div { display: grid; gap: 7px; }
.gp-article__rail span { color: var(--gp-muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.gp-article__rail strong { font-size: 14px; line-height: 1.45; }
.gp-article__rail .gp-share { position: static; padding-top: 30px; }
.gp-article__body { min-width: 0; padding: 0; }
.gp-prose { max-width: 850px; padding: 0; }
.gp-prose > .gp-article-byline { display: none; }
.gp-prose > p:first-of-type:not(.gp-article-byline), .gp-prose > .gp-article-byline + p { margin-top: 0; color: #29403f; font-size: 24px; line-height: 1.62; }
.gp-prose h2 { max-width: 760px; margin-top: 78px; margin-bottom: 24px; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.14; }
.gp-prose h3 { font-size: 27px; line-height: 1.25; }
.gp-related { padding-top: 120px; }

@media (max-width: 820px) {
  .gp-article__hero { min-height: 760px; padding-bottom: 74px; }
  .gp-article__hero.has-image::after { background: linear-gradient(90deg, rgba(3,8,8,.92), rgba(3,8,8,.5)), linear-gradient(0deg, rgba(3,8,8,.72), transparent 65%); }
  .gp-article__back { position: static; display: inline-block; margin-bottom: 70px; }
  .gp-article__credit { right: auto; left: 0; bottom: -42px; }
  .gp-article__layout { grid-template-columns: 1fr; gap: 55px; padding-top: 80px; padding-bottom: 100px; }
  .gp-article__rail { position: static; grid-template-columns: 1fr 1fr; }
  .gp-article__rail .gp-share { grid-column: 1 / -1; }
  .gp-prose > p:first-of-type:not(.gp-article-byline), .gp-prose > .gp-article-byline + p { font-size: 21px; }
}

@media (max-width: 520px) {
  .gp-article__hero h1 { font-size: 42px; }
  .gp-article__meta { display: grid; gap: 8px; }
  .gp-article__meta > * + *::before { display: none; }
  .gp-article__rail { grid-template-columns: 1fr; }
  .gp-article__rail .gp-share { grid-column: auto; }
}

/* Progressive Perspectivas archive — 0.3.7 */
.gp-insights-controls { display: grid; gap: 24px; }
.gp-insights-search { position: relative; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 15px; align-items: center; min-height: 58px; border-bottom: 1px solid var(--gp-ink); }
.gp-insights-search svg { width: 21px; fill: none; stroke: var(--gp-green); stroke-width: 1.6; }
.gp-insights-search input { width: 100%; padding: 15px 42px 15px 0; border: 0; outline: 0; background: transparent; color: var(--gp-ink); font: inherit; font-size: 17px; }
.gp-insights-search input::placeholder { color: #71807e; opacity: 1; }
.gp-insights-search:focus-within { border-color: var(--gp-teal); box-shadow: 0 1px 0 var(--gp-teal); }
.gp-insights-filters { justify-content: flex-start; }
.gp-more-insights { margin-top: 145px; padding-top: 78px; border-top: 1px solid var(--gp-line-strong); }
.gp-more-insights__head { display: grid; grid-template-columns: .45fr 1fr .8fr; gap: 50px; align-items: start; margin-bottom: 62px; }
.gp-more-insights__head h2 { margin: 0; font-size: clamp(42px, 4vw, 66px); }
.gp-more-insights__head > p:last-child { max-width: 420px; margin: 12px 0 0; color: var(--gp-muted); }
.gp-discovery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.gp-discovery-grid .gp-post-card { position: relative; grid-column: span 6; min-height: 500px; overflow: hidden; background: #dbe9e6; }
.gp-discovery-grid .gp-post-card:nth-child(4n + 1) { grid-column: span 7; min-height: 560px; }
.gp-discovery-grid .gp-post-card:nth-child(4n + 2) { grid-column: span 5; min-height: 560px; }
.gp-discovery-grid .gp-post-card:nth-child(4n + 3) { grid-column: span 5; }
.gp-discovery-grid .gp-post-card:nth-child(4n) { grid-column: span 7; }
.gp-discovery-grid .gp-post-card[hidden] { display: none; }
.gp-discovery-grid .gp-post-card__link { position: relative; display: flex; min-height: 100%; padding: 0; color: var(--gp-ink); text-decoration: none; }
.gp-discovery-grid .gp-post-card__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.gp-discovery-grid .gp-post-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,11,11,.04) 5%, rgba(4,11,11,.9) 100%); transition: background .45s; }
.gp-discovery-grid .gp-post-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.05); transition: transform .9s var(--gp-ease), filter .6s; }
.gp-discovery-grid .gp-post-card__content { justify-content: flex-end; min-height: 100%; padding: 42px; }
.gp-discovery-grid .has-image .gp-post-card__content { color: #fff; }
.gp-discovery-grid .gp-post-card__meta { margin-bottom: 20px; color: var(--gp-teal); }
.gp-discovery-grid .gp-post-card h3 { max-width: 720px; margin: 0; font-size: clamp(29px, 2.6vw, 46px); line-height: 1.1; }
.gp-discovery-grid .gp-post-card__author { margin: 20px 0 10px; }
.gp-discovery-grid .has-image .gp-post-card__author,
.gp-discovery-grid .has-image .gp-post-card__excerpt { color: rgba(255,255,255,.72); }
.gp-discovery-grid .has-image .gp-post-card__cta { color: #fff; }
.gp-discovery-grid .gp-post-card__link:hover .gp-post-card__media img,
.gp-discovery-grid .gp-post-card__link:focus-visible .gp-post-card__media img { transform: scale(1.035); filter: saturate(.88) contrast(1.05); }
.gp-discovery-grid .gp-post-card__link:hover .gp-post-card__media::after,
.gp-discovery-grid .gp-post-card__link:focus-visible .gp-post-card__media::after { background: linear-gradient(180deg, rgba(4,11,11,.1) 5%, rgba(4,11,11,.94) 100%); }
.gp-load-more-wrap { display: flex; justify-content: center; padding-top: 55px; }
.gp-load-more { display: inline-flex; gap: 48px; align-items: center; min-height: 58px; padding: 0 26px; border: 1px solid var(--gp-ink); background: transparent; color: var(--gp-ink); cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background-color .25s, color .25s, border-color .25s; }
.gp-load-more:hover, .gp-load-more:focus-visible { border-color: var(--gp-green); background: var(--gp-green); color: #fff; }
.gp-load-more[hidden], .gp-load-more-wrap:has(.gp-load-more[hidden]) { display: none; }
.gp-insights-empty { margin: 80px 0 0; padding: 45px; border: 1px solid var(--gp-line); color: var(--gp-muted); text-align: center; }
.gp-insights-empty[hidden] { display: none; }

@media (max-width: 1180px) {
  .gp-more-insights__head { grid-template-columns: 1fr 1.2fr; }
  .gp-more-insights__head .gp-kicker { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .gp-insights-search input { font-size: 16px; }
  .gp-more-insights { margin-top: 95px; padding-top: 60px; }
  .gp-more-insights__head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 46px; }
  .gp-more-insights__head .gp-kicker { grid-column: auto; }
  .gp-discovery-grid { grid-template-columns: 1fr; }
  .gp-discovery-grid .gp-post-card,
  .gp-discovery-grid .gp-post-card:nth-child(n) { grid-column: auto; min-height: 470px; }
  .gp-discovery-grid .gp-post-card__content { padding: 30px; }
}

@media (max-width: 520px) {
  .gp-insights-search { grid-template-columns: 20px minmax(0, 1fr); }
  .gp-insights-search svg { width: 18px; }
  .gp-insights-search input { padding-right: 0; font-size: 15px; }
  .gp-discovery-grid .gp-post-card__excerpt { display: none; }
  .gp-load-more { width: 100%; justify-content: space-between; }
}

/* Interactive client profiles — 0.3.8 */
.gp-client-profile { max-width: 760px; padding: 42px 44px 46px; }
.gp-client-profile__tabs { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 7px 0 38px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.gp-client-profile__tabs button { position: relative; min-height: 62px; padding: 8px 13px; border: 0; border-right: 1px solid rgba(255,255,255,.12); background: transparent; color: rgba(255,255,255,.52); cursor: pointer; font: inherit; font-size: 11px; font-weight: 600; line-height: 1.3; letter-spacing: .06em; text-align: left; transition: color .25s, background-color .25s; }
.gp-client-profile__tabs button:last-child { border-right: 0; }
.gp-client-profile__tabs button::after { content: ""; position: absolute; right: 13px; bottom: -1px; left: 13px; height: 2px; background: var(--gp-aqua); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--gp-ease); }
.gp-client-profile__tabs button:hover, .gp-client-profile__tabs button:focus-visible { color: #fff; }
.gp-client-profile__tabs button[aria-selected="true"] { background: rgba(255,255,255,.045); color: var(--gp-aqua); }
.gp-client-profile__tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.gp-client-profile__panels { position: relative; z-index: 1; min-height: 285px; }
.gp-client-profile__panel[hidden] { display: none; }
.gp-client-profile__panel h3 { max-width: 620px; margin: 0 0 25px; font-size: clamp(30px, 2.35vw, 40px); font-weight: 300; line-height: 1.12; text-wrap: balance; }
.gp-client-profile__panel > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.69); font-size: 16px; line-height: 1.68; }

@media (max-width: 820px) {
  .gp-client-profile { padding: 35px 30px 39px; }
  .gp-client-profile__tabs { display: flex; margin-right: -30px; margin-left: -30px; padding: 0 30px; overflow-x: auto; scrollbar-width: thin; }
  .gp-client-profile__tabs button { flex: 0 0 auto; min-width: 132px; }
  .gp-client-profile__panels { min-height: 320px; }
}

@media (max-width: 520px) {
  .gp-client-profile { padding: 31px 24px 34px; }
  .gp-client-profile__tabs { margin-right: -24px; margin-left: -24px; padding: 0 24px; }
  .gp-client-profile__panel h3 { font-size: 30px; }
  .gp-client-profile__panels { min-height: 355px; }
}

/* Persistent glass header, continuous perspectives feed and editorial article rhythm — 0.3.9 */
.gp-header {
  background: rgba(7, 9, 9, .80);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
  transition: background-color .35s ease;
}
.gp-header.is-hidden { transform: none; }

.gp-more-insights { padding-bottom: clamp(90px, 10vw, 160px); }
.gp-discovery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(960px, 100%);
  margin-inline: auto;
  gap: clamp(22px, 3vw, 34px);
}
.gp-discovery-grid .gp-post-card,
.gp-discovery-grid .gp-post-card:nth-child(n) {
  grid-column: auto;
  min-height: clamp(560px, 72vh, 760px);
}
.gp-discovery-grid .gp-post-card__content { padding: clamp(34px, 5vw, 62px); }
.gp-discovery-grid .gp-post-card h3 { font-size: clamp(34px, 4.2vw, 58px); }
.gp-feed-sentinel {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  width: min(960px, 100%);
  margin: 42px auto 0;
  padding: 22px 0;
  color: var(--gp-muted);
  border-top: 1px solid var(--gp-line);
}
.gp-feed-sentinel[hidden] { display: none; }
.gp-feed-sentinel > span { position: relative; width: 54px; height: 1px; background: var(--gp-teal); }
.gp-feed-sentinel > span::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gp-teal);
  animation: gp-feed-progress 1.7s var(--gp-ease) infinite;
}
.gp-feed-sentinel.is-complete > span::after { animation: none; left: calc(100% - 7px); }
.gp-feed-sentinel p { margin: 0; font-size: 13px; letter-spacing: .04em; }
@keyframes gp-feed-progress { 0% { left: 0; } 50%, 100% { left: calc(100% - 7px); } }

.gp-prose > h3 {
  margin-top: 52px;
  padding-left: 22px;
  border-left: 2px solid var(--gp-teal);
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.22;
}
.gp-prose > ul {
  list-style: none;
  margin: 38px 0;
  padding: 30px 34px;
  background: #eef3f1;
  border-top: 1px solid rgba(0, 159, 156, .35);
  border-bottom: 1px solid rgba(0, 159, 156, .18);
}
.gp-prose > ul > li { position: relative; padding-left: 26px; }
.gp-prose > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 6px;
  height: 6px;
  background: var(--gp-teal);
}
.gp-prose > ol {
  list-style: none;
  counter-reset: gp-article-step;
  display: grid;
  gap: 12px;
  margin: 40px 0;
  padding: 0;
  background: transparent;
}
.gp-prose > ol > li {
  counter-increment: gp-article-step;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  margin: 0;
  padding: 23px 26px;
  background: #eef3f1;
  border-left: 1px solid var(--gp-teal);
}
.gp-prose > ol > li::before {
  content: counter(gp-article-step, decimal-leading-zero);
  color: var(--gp-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  padding-top: 5px;
}
.gp-prose li > ul,
.gp-prose li > ol { margin: 16px 0 4px; padding: 0 0 0 22px; background: transparent; }

@media (max-width: 1023px) {
  .gp-nav {
    background: rgba(7, 9, 9, .92);
    -webkit-backdrop-filter: blur(16px) saturate(125%);
    backdrop-filter: blur(16px) saturate(125%);
  }
}

@media (max-width: 680px) {
  .gp-discovery-grid .gp-post-card,
  .gp-discovery-grid .gp-post-card:nth-child(n) { min-height: 520px; }
  .gp-discovery-grid .gp-post-card__content { padding: 28px; }
  .gp-feed-sentinel { grid-template-columns: 38px 1fr; gap: 14px; }
  .gp-feed-sentinel > span { width: 38px; }
  .gp-prose > ul { padding: 24px 22px; }
  .gp-prose > ol > li { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding: 19px 18px; }
}

/* One uninterrupted, progressively revealed perspectives grid — 0.3.12 */
.gp-insights-featured { padding-bottom: clamp(100px, 11vw, 170px); }
.gp-featured-grid.gp-infinite-grid { grid-auto-flow: dense; }
.gp-featured-grid.gp-infinite-grid .gp-post-card,
.gp-featured-grid.gp-infinite-grid .gp-post-card:nth-child(n) {
  grid-row: auto;
  min-height: 410px;
}
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="1"] {
  grid-column: span 7;
  min-height: 650px;
}
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="2"] {
  grid-column: span 5;
  min-height: 650px;
  background: var(--gp-black);
}
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="3"] {
  grid-column: span 5;
  min-height: 460px;
}
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="4"] {
  grid-column: span 7;
  min-height: 460px;
  background: #dbe9e6;
}
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="5"] {
  grid-column: span 8;
  min-height: 560px;
}
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="6"] {
  grid-column: span 4;
  min-height: 560px;
  background: var(--gp-green);
}
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="2"] .gp-post-card__media,
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="4"] .gp-post-card__media { opacity: .13; }
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="6"] .gp-post-card__media { opacity: .18; }
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="4"] .gp-post-card__content { color: var(--gp-ink); }
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="4"] .gp-post-card__meta,
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="4"] .gp-post-card__author,
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="4"] .gp-post-card__cta { color: var(--gp-green); }
.gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="4"] .gp-post-card__excerpt { color: var(--gp-muted); }
.gp-featured-grid.gp-infinite-grid .gp-post-card:not(.has-image) { background: var(--gp-black); }
.gp-featured-grid.gp-infinite-grid .gp-post-card:not(.has-image) .gp-post-card__content { color: #fff; }
.gp-featured-grid.gp-infinite-grid .gp-post-card.is-revealing { animation: gp-card-reveal .72s var(--gp-ease) both; }

.gp-feed-skeleton {
  position: relative;
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  gap: 18px;
  padding: 44px;
  overflow: hidden;
  background: #e3e8e5;
}
.gp-feed-skeleton[data-pattern="1"] { grid-column: span 7; min-height: 650px; }
.gp-feed-skeleton[data-pattern="2"] { grid-column: span 5; min-height: 650px; }
.gp-feed-skeleton[data-pattern="3"] { grid-column: span 5; min-height: 460px; }
.gp-feed-skeleton[data-pattern="4"] { grid-column: span 7; min-height: 460px; }
.gp-feed-skeleton[data-pattern="5"] { grid-column: span 8; min-height: 560px; }
.gp-feed-skeleton[data-pattern="6"] { grid-column: span 4; min-height: 560px; }
.gp-feed-skeleton[hidden] { display: none; }
.gp-feed-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.62) 46%, transparent 64%);
  transform: translateX(-110%);
}
.gp-feed-skeleton.is-loading::after { animation: gp-skeleton-sweep 1.15s ease-in-out infinite; }
.gp-feed-skeleton span {
  display: block;
  height: 10px;
  width: 32%;
  background: rgba(0, 86, 83, .10);
}
.gp-feed-skeleton span:nth-child(2) { width: 78%; height: 42px; }
.gp-feed-skeleton span:nth-child(3) { width: 58%; height: 42px; }
.gp-feed-skeleton span:nth-child(4) { width: 45%; }
@keyframes gp-skeleton-sweep { to { transform: translateX(110%); } }
@keyframes gp-card-reveal {
  from { opacity: 0; transform: translateY(28px); filter: saturate(.4); }
  to { opacity: 1; transform: translateY(0); filter: saturate(1); }
}

@media (max-width: 1023px) {
  .gp-featured-grid.gp-infinite-grid .gp-post-card:nth-child(n),
  .gp-feed-skeleton { grid-column: auto; min-height: 430px; }
  .gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="1"] { grid-column: 1 / -1; min-height: 590px; }
	.gp-feed-skeleton[data-pattern] { grid-column: auto; min-height: 430px; }
}

@media (max-width: 680px) {
  .gp-featured-grid.gp-infinite-grid .gp-post-card:nth-child(n),
  .gp-featured-grid.gp-infinite-grid .gp-post-card[data-pattern="1"],
  .gp-feed-skeleton { grid-column: auto; min-height: 470px; }
  .gp-feed-skeleton { padding: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .gp-feed-skeleton.is-loading::after,
  .gp-featured-grid.gp-infinite-grid .gp-post-card.is-revealing { animation: none; }
}

/* Contextual SEO links and stable profile anchors — 0.3.14 */
.gp-profile[id] { scroll-margin-top: 110px; }
.gp-article__meta a,
.gp-article__rail strong a { color: inherit; text-decoration: none; }
.gp-article__meta a:hover,
.gp-article__rail strong a:hover { color: var(--gp-aqua); }
.gp-article__main { min-width: 0; }
.gp-article-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 22px 34px;
  align-items: center;
  margin-top: 70px;
  padding: 30px 0;
  border-top: 1px solid var(--gp-line-strong);
  border-bottom: 1px solid var(--gp-line);
}
.gp-article-context .gp-kicker { margin: 0; }
.gp-article-context a {
  color: var(--gp-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
}
.gp-article-context a:hover { color: var(--gp-teal); }

@media (max-width: 680px) {
  .gp-article-context { grid-template-columns: 1fr; gap: 14px; }
}

/* Keep the expanded legal footer authoritative after legacy responsive rules. */
.gp-footer__grid { grid-template-columns: 1.15fr .5fr .9fr .65fr; gap: clamp(38px, 5vw, 96px); }
@media (max-width: 1100px) {
  .gp-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .gp-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .gp-footer__grid { grid-template-columns: 1fr; }
  .gp-footer__brand { grid-column: auto; }
}

/* Practice architecture and premium service pages — 0.3.28 */
.gp-nav__group { position: relative; display: flex; align-items: center; }
.gp-nav__group > a { display: inline-flex; align-items: center; gap: 7px; }
.gp-nav__chevron { display: inline-block; color: var(--gp-aqua); font-size: 16px; line-height: 1; transform: translateY(-2px); }
.gp-nav__submenu {
  position: absolute;
  top: calc(100% + 27px);
  left: 50%;
  display: grid;
  width: 250px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(7,9,9,.94);
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity .25s ease, visibility .25s ease, transform .35s var(--gp-ease);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.gp-nav__group:hover .gp-nav__submenu,
.gp-nav__group:focus-within .gp-nav__submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.gp-nav__submenu a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 15px; color: rgba(255,255,255,.76); font-size: 13px; }
.gp-nav__submenu a::after { display: none; }
.gp-nav__submenu a:hover,
.gp-nav__submenu a:focus-visible,
.gp-nav__submenu a[aria-current="page"] { background: rgba(56,197,192,.09); color: #fff; }
.gp-nav__submenu a span { color: var(--gp-aqua); }
.gp-footer__practice-links { display: grid; gap: 7px; margin: -2px 0 6px 13px; padding-left: 13px; border-left: 1px solid rgba(56,197,192,.27); }
.gp-footer__practice-links a { color: rgba(255,255,255,.54); font-size: 12px; }

.gp-practice-hub-hero {
  position: relative;
  isolation: isolate;
  min-height: min(860px, 88vh);
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: calc(var(--gp-header) + 100px) 0 clamp(85px, 9vw, 135px);
  background: var(--gp-black);
  color: #fff;
}
.gp-practice-hub-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40%;
  right: -8%;
  width: min(70vw, 1040px);
  aspect-ratio: 1;
  border: 1px solid rgba(56,197,192,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 120px rgba(56,197,192,.025), 0 0 0 300px rgba(56,197,192,.018);
}
.gp-practice-hub-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .5fr); gap: clamp(70px, 8vw, 125px); align-items: end; }
.gp-practice-hub-hero h1 { max-width: 980px; margin: 25px 0 0; font-size: clamp(58px, 6vw, 105px); font-weight: 300; line-height: .96; letter-spacing: -.052em; }
.gp-practice-hub-hero__intro { max-width: 590px; padding-top: 30px; border-top: 1px solid var(--gp-aqua); }
.gp-practice-hub-hero__intro span { display: block; margin-bottom: 45px; color: var(--gp-aqua); font-size: 11px; letter-spacing: .16em; }
.gp-practice-hub-hero__intro p { margin: 0; color: rgba(255,255,255,.7); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.65; }

.gp-practice-hub { padding: clamp(100px, 12vw, 190px) 0; background: #f3f2ed; }
.gp-practice-hub__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr); gap: clamp(60px, 10vw, 170px); align-items: end; }
.gp-practice-hub__head h2 { max-width: 820px; margin: 24px 0 0; font-size: clamp(48px, 5.5vw, 92px); font-weight: 300; line-height: .98; letter-spacing: -.045em; }
.gp-practice-hub__head > p { max-width: 590px; margin: 0; color: var(--gp-muted); font-size: 18px; line-height: 1.7; }
.gp-practice-gateways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: clamp(80px, 10vw, 150px); }
.gp-practice-gateway {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 35px;
  overflow: hidden;
  border: 1px solid var(--gp-line);
  background: #fff;
  color: var(--gp-ink);
  text-decoration: none;
  transition: transform .45s var(--gp-ease), background-color .35s ease, color .35s ease;
}
.gp-practice-gateway:nth-child(2) { transform: translateY(42px); }
.gp-practice-gateway:nth-child(3) { transform: translateY(84px); }
.gp-practice-gateway:hover { transform: translateY(-7px); background: var(--gp-black); color: #fff; }
.gp-practice-gateway:nth-child(2):hover { transform: translateY(35px); }
.gp-practice-gateway:nth-child(3):hover { transform: translateY(77px); }
.gp-practice-gateway__number { color: var(--gp-teal); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.gp-practice-gateway__icon { margin: 64px 0 42px; }
.gp-practice-gateway__icon svg { width: 70px; height: 70px; fill: none; stroke: var(--gp-teal); stroke-width: 1.6; }
.gp-practice-gateway strong { font-size: clamp(30px, 2.6vw, 43px); font-weight: 400; letter-spacing: -.025em; }
.gp-practice-gateway em { max-width: 390px; margin-top: 20px; color: var(--gp-muted); font-size: 15px; font-style: normal; line-height: 1.65; }
.gp-practice-gateway:hover em { color: rgba(255,255,255,.65); }
.gp-practice-gateway > i { margin-top: auto; color: var(--gp-teal); font-size: 21px; font-style: normal; }

.gp-practice-crossroads { padding: clamp(120px, 13vw, 210px) 0; background: #07100f; color: #fff; }
.gp-practice-crossroads__lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr); gap: clamp(70px, 11vw, 190px); align-items: end; }
.gp-practice-crossroads__lead h2 { max-width: 890px; margin: 26px 0 0; font-size: clamp(48px, 5.4vw, 90px); font-weight: 300; line-height: .99; letter-spacing: -.045em; }
.gp-practice-crossroads__lead > p { margin: 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.72; }
.gp-practice-crossroads__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(75px, 9vw, 140px); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.gp-practice-crossroads__grid article { min-height: 310px; padding: 34px 38px 44px; border-right: 1px solid rgba(255,255,255,.18); }
.gp-practice-crossroads__grid article:last-child { border-right: 0; }
.gp-practice-crossroads__grid span { color: var(--gp-aqua); font-size: 10px; letter-spacing: .15em; }
.gp-practice-crossroads__grid h3 { margin: 72px 0 21px; font-size: 26px; font-weight: 400; }
.gp-practice-crossroads__grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.68; }

.gp-service { --gp-service-accent: var(--gp-aqua); --gp-service-hero: #070909; --gp-service-soft: #f2f3ef; }
.gp-service--tax { --gp-service-accent: #79d6d0; --gp-service-hero: #003f3c; --gp-service-soft: #edf4f2; }
.gp-service--wealth { --gp-service-accent: #9bc8bf; --gp-service-hero: #171b18; --gp-service-soft: #f1f0eb; }
.gp-service-hero {
  position: relative;
  isolation: isolate;
  min-height: min(920px, 92vh);
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: calc(var(--gp-header) + 78px) 0 clamp(78px, 8vw, 120px);
  background: var(--gp-service-hero);
  color: #fff;
}
.gp-service-hero__field { position: absolute; z-index: -1; inset: 0 0 0 46%; overflow: hidden; opacity: .75; }
.gp-service-hero__field::before { content: ""; position: absolute; top: 10%; right: -15%; width: min(66vw, 1040px); aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--gp-service-accent) 30%, transparent); border-radius: 50%; }
.gp-service-hero__field span { position: absolute; left: 12%; right: 0; height: 1px; background: linear-gradient(90deg, var(--gp-service-accent), transparent); transform-origin: left; }
.gp-service-hero__field span:nth-child(1) { top: 31%; transform: rotate(-12deg); }
.gp-service-hero__field span:nth-child(2) { top: 51%; transform: rotate(7deg); }
.gp-service-hero__field span:nth-child(3) { top: 70%; transform: rotate(-4deg); }
.gp-service-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(70px, 11vw, 190px); align-items: end; }
.gp-service-hero__copy { max-width: 1050px; }
.gp-service-hero__back { display: inline-flex; flex-direction: row-reverse; gap: 12px; margin-bottom: clamp(55px, 8vh, 95px); color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .05em; text-decoration: none; }
.gp-service-hero__back:hover { color: var(--gp-service-accent); }
.gp-service-hero h1 { max-width: 1050px; margin: 25px 0 32px; font-size: clamp(52px, 5.2vw, 92px); font-weight: 300; line-height: .96; letter-spacing: -.048em; }
.gp-service-hero__intro { max-width: 760px; margin: 0 0 38px; color: rgba(255,255,255,.72); font-size: clamp(18px, 1.35vw, 22px); line-height: 1.65; }
.gp-service-hero__rail { min-height: 410px; display: flex; flex-direction: column; padding: 30px 0 0 30px; border-top: 1px solid var(--gp-service-accent); border-left: 1px solid rgba(255,255,255,.15); }
.gp-service-hero__rail > span { color: var(--gp-service-accent); font-size: 11px; letter-spacing: .15em; }
.gp-service-hero__icon { margin: 68px 0 35px; }
.gp-service-hero__icon svg { width: 72px; height: 72px; fill: none; stroke: var(--gp-service-accent); stroke-width: 1.5; }
.gp-service-hero__rail strong { font-size: 28px; font-weight: 400; }
.gp-service-hero__rail small { margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }

.gp-service-statement { padding: clamp(100px, 12vw, 190px) 0; background: var(--gp-service-soft); }
.gp-service-statement__grid { display: grid; grid-template-columns: 170px minmax(0, 1fr) minmax(330px, .56fr); gap: clamp(45px, 7vw, 120px); align-items: start; }
.gp-service-statement__grid h2 { max-width: 820px; margin: 0; font-size: clamp(42px, 4.5vw, 74px); font-weight: 300; line-height: 1.02; letter-spacing: -.043em; }
.gp-service-statement__grid > p:last-child { margin: 0; color: var(--gp-muted); font-size: 18px; line-height: 1.75; }

.gp-service-situations { padding: clamp(105px, 11vw, 175px) 0; background: #fff; }
.gp-service-situations__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .55fr); gap: clamp(65px, 10vw, 170px); align-items: end; }
.gp-service-situations__head h2 { max-width: 850px; margin: 23px 0 0; font-size: clamp(45px, 4.8vw, 78px); font-weight: 300; line-height: 1; letter-spacing: -.04em; }
.gp-service-situations__head > p { margin: 0; color: var(--gp-muted); font-size: 17px; line-height: 1.72; }
.gp-service-situations__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }
.gp-service-situations__grid article { min-height: 300px; padding: 31px 35px 42px; border-right: 1px solid var(--gp-line); }
.gp-service-situations__grid article:last-child { border-right: 0; }
.gp-service-situations__grid span { color: var(--gp-teal); font-size: 10px; letter-spacing: .14em; }
.gp-service-situations__grid h3 { margin: 75px 0 18px; font-size: 25px; font-weight: 400; }
.gp-service-situations__grid p { color: var(--gp-muted); font-size: 15px; line-height: 1.67; }

.gp-service-scope { padding: clamp(110px, 12vw, 190px) 0; background: #f3f2ed; }
.gp-service-scope__layout { display: grid; grid-template-columns: minmax(330px, .62fr) minmax(0, 1fr); gap: clamp(80px, 11vw, 190px); }
.gp-service-scope__layout > header { position: sticky; top: calc(var(--gp-header) + 40px); align-self: start; }
.gp-service-scope__layout > header h2 { margin: 25px 0 27px; font-size: clamp(42px, 4.2vw, 68px); font-weight: 300; line-height: 1.02; letter-spacing: -.04em; }
.gp-service-scope__layout > header > p:last-child { color: var(--gp-muted); font-size: 17px; line-height: 1.72; }
.gp-service-scope__list { border-top: 1px solid var(--gp-line); }
.gp-service-scope__list article { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; padding: 29px 0 31px; border-bottom: 1px solid var(--gp-line); }
.gp-service-scope__list article > span { padding-top: 5px; color: var(--gp-teal); font-size: 10px; letter-spacing: .13em; }
.gp-service-scope__list h3 { margin: 0 0 10px; font-size: 23px; font-weight: 400; }
.gp-service-scope__list p { margin: 0; color: var(--gp-muted); font-size: 15px; line-height: 1.66; }

.gp-service-approach { padding: clamp(110px, 13vw, 200px) 0; background: var(--gp-black); color: #fff; }
.gp-service-approach__grid { display: grid; grid-template-columns: 170px minmax(0, 1fr) minmax(300px, .48fr); gap: clamp(45px, 7vw, 115px); align-items: start; }
.gp-service-approach__grid h2 { max-width: 830px; margin: 0; font-size: clamp(44px, 5vw, 82px); font-weight: 300; line-height: .99; letter-spacing: -.045em; }
.gp-service-approach__grid > p:not(.gp-kicker) { margin: 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.72; }
.gp-service-approach__grid .gp-text-link { grid-column: 3; margin-top: -40px; }
.gp-service-related { background: #f7f6f2; }

@media (max-width: 1200px) {
  .gp-practice-hub-hero__grid,
  .gp-practice-crossroads__lead { grid-template-columns: 1fr minmax(320px, .6fr); gap: 70px; }
  .gp-service-hero__grid { grid-template-columns: 1fr 260px; gap: 65px; }
  .gp-service-statement__grid,
  .gp-service-approach__grid { grid-template-columns: 130px 1fr; }
  .gp-service-statement__grid > p:last-child,
  .gp-service-approach__grid > p:not(.gp-kicker),
  .gp-service-approach__grid .gp-text-link { grid-column: 2; }
  .gp-service-approach__grid .gp-text-link { margin-top: 0; }
}

@media (max-width: 1023px) {
  .gp-nav__group { display: grid; }
  .gp-nav__group > a { justify-content: space-between; }
  .gp-nav__submenu { position: static; width: auto; padding: 0 0 10px 16px; border: 0; border-left: 1px solid rgba(56,197,192,.3); background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; backdrop-filter: none; }
  .gp-nav__group:hover .gp-nav__submenu,
  .gp-nav__group:focus-within .gp-nav__submenu { transform: none; }
  .gp-nav__submenu a { padding: 10px 13px; border-bottom: 0; font-size: 14px; }
  .gp-practice-hub-hero__grid,
  .gp-practice-hub__head,
  .gp-practice-crossroads__lead,
  .gp-service-situations__head { grid-template-columns: 1fr; gap: 50px; }
  .gp-practice-gateways { grid-template-columns: 1fr; }
  .gp-practice-gateway,
  .gp-practice-gateway:nth-child(n),
  .gp-practice-gateway:nth-child(n):hover { min-height: 380px; transform: none; }
  .gp-practice-gateway__icon { margin: 42px 0 28px; }
  .gp-practice-crossroads__grid,
  .gp-service-situations__grid { grid-template-columns: 1fr; }
  .gp-practice-crossroads__grid article,
  .gp-service-situations__grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .gp-service-situations__grid article { border-color: var(--gp-line); }
  .gp-practice-crossroads__grid article:last-child,
  .gp-service-situations__grid article:last-child { border-bottom: 0; }
  .gp-practice-crossroads__grid h3,
  .gp-service-situations__grid h3 { margin-top: 42px; }
  .gp-service-hero { min-height: 0; }
  .gp-service-hero__grid { grid-template-columns: 1fr; }
  .gp-service-hero__rail { min-height: 250px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto 1fr; gap: 16px 30px; }
  .gp-service-hero__icon { grid-row: 1 / 4; margin: 0; }
  .gp-service-hero__rail small { align-self: end; }
  .gp-service-scope__layout { grid-template-columns: 1fr; }
  .gp-service-scope__layout > header { position: static; }
}

@media (max-width: 680px) {
  .gp-practice-hub-hero { min-height: 720px; padding-top: calc(var(--gp-header) + 80px); }
  .gp-practice-hub-hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .gp-practice-hub-hero__intro span { margin-bottom: 28px; }
  .gp-practice-gateway { min-height: 360px; padding: 29px; }
  .gp-practice-crossroads__grid article,
  .gp-service-situations__grid article { padding-inline: 24px; }
  .gp-service-hero { padding-top: calc(var(--gp-header) + 60px); }
  .gp-service-hero h1 { font-size: clamp(49px, 14vw, 70px); }
  .gp-service-hero__back { margin-bottom: 55px; }
  .gp-service-hero__rail { grid-template-columns: 58px 1fr; padding-left: 20px; }
  .gp-service-hero__icon svg { width: 52px; height: 52px; }
  .gp-service-statement__grid,
  .gp-service-approach__grid { grid-template-columns: 1fr; gap: 34px; }
  .gp-service-statement__grid > p:last-child,
  .gp-service-approach__grid > p:not(.gp-kicker),
  .gp-service-approach__grid .gp-text-link { grid-column: auto; }
  .gp-service-scope__list article { grid-template-columns: 42px minmax(0, 1fr); }
}
