/* Google Business Profile Posts, Photos and Services redesign */
body.gbpc-redesign {
    --gbpc-black: #050505;
    --gbpc-pure: #000000;
    --gbpc-white: #FFFFFF;
    --gbpc-warm: #F7F7F4;
    --gbpc-soft: #F2F4F2;
    --gbpc-mist: #EAF5F4;
    --gbpc-teal: #0C9295;
    --gbpc-teal-bright: #12A9AB;
    --gbpc-red: #ED5649;
    --gbpc-navy: #061C33;
    --gbpc-ink-soft: rgba(5, 5, 5, 0.68);
    --gbpc-border: rgba(5, 5, 5, 0.10);
    --gbpc-border-strong: rgba(5, 5, 5, 0.18);
    --gbpc-ease: cubic-bezier(.22, 1, .36, 1);
    overflow-x: hidden;
    background: var(--gbpc-white);
    color: var(--gbpc-black);
}

body.gbpc-redesign main {
    overflow: clip;
    background: var(--gbpc-white) !important;
}

body.gbpc-redesign .reveal {
    opacity: 1 !important;
    transform: none !important;
}

body.gbpc-redesign .breadcrumb-trail {
    background: var(--gbpc-warm);
}

body.gbpc-redesign .site-action-widget {
    display: none !important;
}

.gbpc-progress {
    position: sticky;
    top: 82px;
    z-index: 20;
    display: flex;
    gap: 0.22rem;
    width: min(1120px, calc(100% - 2rem));
    margin: 0.75rem auto 0;
    padding: 0.36rem;
    overflow-x: auto;
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(18px);
    scrollbar-width: none;
}

.gbpc-progress::-webkit-scrollbar {
    display: none;
}

.gbpc-progress a {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.66rem;
    border-radius: 999px;
    color: rgba(5, 5, 5, 0.66);
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
}

.gbpc-progress a:hover,
.gbpc-progress a:focus-visible {
    color: var(--gbpc-black);
    background: rgba(12, 146, 149, 0.08);
}

.gbpc-progress span {
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.18rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gbpc-teal), var(--gbpc-red));
    transform: scaleX(var(--gbpc-progress, 0));
    transform-origin: left center;
}

.gbpc-hero,
.gbpc-section,
.gbpc-elements,
.gbpc-related,
.gbpc-final {
    scroll-margin-top: 150px;
}

.gbpc-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 7vw, 6.75rem) 0 clamp(4.8rem, 7vw, 7.5rem);
    background:
        radial-gradient(circle at 82% 18%, rgba(12, 146, 149, 0.10), transparent 25rem),
        linear-gradient(90deg, rgba(12, 146, 149, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px),
        var(--gbpc-warm);
    background-size: auto, 96px 96px, 96px 96px, auto;
}

.gbpc-hero::after {
    content: "";
    position: absolute;
    right: clamp(1.2rem, 7vw, 8rem);
    bottom: clamp(2rem, 6vw, 5rem);
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-red);
    box-shadow: 0 0 0 14px rgba(237, 86, 73, 0.10);
}

.gbpc-hero-grid,
.gbpc-asymmetric,
.gbpc-posts-layout,
.gbpc-photos-layout,
.gbpc-services-layout,
.gbpc-journey-layout,
.gbpc-local-layout,
.gbpc-human-layout,
.gbpc-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.82fr);
    gap: clamp(2.5rem, 7vw, 6.5rem);
    align-items: start;
}

.gbpc-hero-grid,
.gbpc-photos-layout,
.gbpc-services-layout,
.gbpc-local-layout,
.gbpc-faq-layout {
    align-items: center;
}

.gbpc-eyebrow {
    margin: 0 0 1rem;
    color: var(--gbpc-teal);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.gbpc-hero h1,
.gbpc-elements h2,
.gbpc-section h2,
.gbpc-related h2,
.gbpc-final h2 {
    max-width: 1040px;
    margin: 0;
    color: var(--gbpc-black);
    letter-spacing: 0;
}

.gbpc-hero h1 {
    font-size: clamp(3.65rem, 5.85vw, 6.55rem);
    line-height: 0.92;
}

.gbpc-hero h1 span {
    display: block;
}

.gbpc-hero-statement {
    max-width: 680px;
    margin: 1.35rem 0 1.15rem;
    color: var(--gbpc-black);
    font-size: clamp(1.6rem, 2.7vw, 2.8rem);
    font-weight: 850;
    line-height: 1.06;
}

.gbpc-hero-copy > p:not(.gbpc-eyebrow):not(.gbpc-hero-statement),
.gbpc-section-copy > p,
.gbpc-elements > .container > p,
.gbpc-final p,
.gbpc-related p {
    max-width: 720px;
    color: var(--gbpc-ink-soft);
    font-size: 1.08rem;
    line-height: 1.66;
}

.gbpc-inline-list,
.gbpc-two-col-list,
.gbpc-dark-list,
.gbpc-separator-list,
.gbpc-industry-index {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gbpc-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    max-width: 740px;
    margin: 1.6rem 0 2rem;
}

.gbpc-inline-list li {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(12, 146, 149, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(5, 5, 5, 0.76);
    font-size: 0.86rem;
    font-weight: 760;
}

.gbpc-profile-visual {
    position: relative;
    min-height: clamp(560px, 49vw, 690px);
    isolation: isolate;
}

.gbpc-profile-visual::before {
    content: "";
    position: absolute;
    inset: 9% 1% 8%;
    border: 1px solid rgba(12, 146, 149, 0.16);
    border-radius: 47% 53% 49% 51%;
    background:
        linear-gradient(90deg, rgba(12, 146, 149, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.04) 1px, transparent 1px),
        rgba(255, 255, 255, 0.48);
    background-size: 54px 54px;
    transform: rotate(-4deg);
    z-index: -1;
}

.gbpc-profile-card,
.gbpc-float,
.gbpc-post-stack article,
.gbpc-service-interface,
.gbpc-faq-list {
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 8px;
    background: var(--gbpc-white);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
}

.gbpc-profile-card {
    position: absolute;
    left: 8%;
    top: 17%;
    z-index: 2;
    width: min(460px, 86%);
    padding: clamp(1.1rem, 2.6vw, 1.8rem);
}

.gbpc-profile-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.gbpc-profile-topline span {
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-navy);
}

.gbpc-profile-topline strong,
.gbpc-float span,
.gbpc-service-interface article > span {
    color: var(--gbpc-teal);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gbpc-card-title {
    margin: 0;
    color: var(--gbpc-black);
    font-family: var(--font-display);
    font-size: clamp(2.15rem, 4vw, 3.9rem);
    font-weight: 950;
    line-height: 0.95;
}

.gbpc-review-note {
    max-width: 720px;
    margin-top: 0.9rem;
    color: rgba(5, 5, 5, 0.58);
    font-size: 0.86rem;
    font-weight: 780;
}

.gbpc-profile-card > p:not(.gbpc-card-title),
.gbpc-float p {
    color: var(--gbpc-ink-soft);
}

.gbpc-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.gbpc-profile-actions span {
    flex: 1 1 86px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--gbpc-black);
    color: var(--gbpc-white);
    font-size: 0.76rem;
    font-weight: 850;
}

.gbpc-profile-actions span:first-child {
    background: var(--gbpc-red);
}

.gbpc-float {
    position: absolute;
    z-index: 3;
    width: min(260px, 58%);
    padding: 0.95rem;
}

.gbpc-float strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--gbpc-black);
    font-size: 1.22rem;
    line-height: 1.05;
}

.gbpc-float-post {
    right: 3%;
    top: 7%;
}

.gbpc-float-photo {
    left: 0;
    bottom: 10%;
    min-height: 180px;
    display: grid;
    align-content: end;
    background:
        linear-gradient(145deg, rgba(12, 146, 149, 0.10), transparent 48%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.05) 1px, transparent 1px),
        var(--gbpc-soft);
    background-size: auto, 36px 36px, 36px 36px, auto;
}

.gbpc-float-service {
    right: 0;
    bottom: 4%;
}

.gbpc-float-service::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-red);
}

.gbpc-elements {
    padding: clamp(6rem, 10vw, 9rem) 0;
    background: var(--gbpc-white);
    border-block: 1px solid var(--gbpc-border);
}

.gbpc-elements h2,
.gbpc-section h2,
.gbpc-related h2 {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 0.98;
}

.gbpc-elements > .container > p,
.gbpc-section h2 + p {
    margin-top: 1.35rem;
}

.gbpc-element-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(2.6rem, 6vw, 4.5rem);
    border-top: 1px solid var(--gbpc-border);
    border-bottom: 1px solid var(--gbpc-border);
}

.gbpc-element-columns article {
    position: relative;
    min-height: 300px;
    padding: clamp(1.2rem, 3vw, 2rem);
    border-left: 1px solid var(--gbpc-border);
}

.gbpc-element-columns article:last-child {
    border-right: 1px solid var(--gbpc-border);
}

.gbpc-element-columns article::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 0;
    background: var(--gbpc-teal);
    transition: height 520ms var(--gbpc-ease);
}

.gbpc-element-columns article:hover::after {
    height: 100%;
}

.gbpc-element-columns span,
.gbpc-section-number {
    color: var(--gbpc-red);
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 950;
    line-height: 0.85;
}

.gbpc-element-columns h3 {
    margin: 2rem 0 0.8rem;
    color: var(--gbpc-black);
    font-size: clamp(2.4rem, 4.8vw, 5.2rem);
    line-height: 0.9;
}

.gbpc-element-columns p {
    color: var(--gbpc-ink-soft);
    font-weight: 760;
}

.gbpc-section {
    position: relative;
    padding: clamp(7.5rem, 12vw, 11rem) 0;
    background: var(--gbpc-white);
}

.gbpc-section:nth-of-type(odd):not(.gbpc-dark-section):not(.gbpc-services-section) {
    background: var(--gbpc-warm);
}

.gbpc-section-copy {
    min-width: 0;
}

.gbpc-section-number {
    display: block;
    margin-bottom: 1rem;
    color: rgba(12, 146, 149, 0.38);
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gbpc-two-col-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem 1.3rem;
    max-width: 800px;
    margin: 1.6rem 0;
}

.gbpc-two-col-list li,
.gbpc-separator-list li,
.gbpc-dark-list li {
    position: relative;
    padding-left: 1.05rem;
    color: rgba(5, 5, 5, 0.76);
    font-size: 1rem;
    font-weight: 760;
    line-height: 1.48;
}

.gbpc-two-col-list li::before,
.gbpc-separator-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-teal);
}

.gbpc-equation {
    display: grid;
    align-content: center;
    gap: 1rem;
    min-height: 470px;
}

.gbpc-equation span,
.gbpc-equation strong {
    position: relative;
    display: block;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--gbpc-border);
    color: var(--gbpc-black);
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.3vw, 3.1rem);
    font-weight: 950;
    line-height: 0.98;
}

.gbpc-equation strong {
    color: var(--gbpc-teal);
}

.gbpc-equation span::after,
.gbpc-equation strong::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    bottom: -0.33rem;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-teal);
}

.gbpc-equation strong::after {
    background: var(--gbpc-red);
}

.gbpc-dark-section {
    background: var(--gbpc-black) !important;
    color: var(--gbpc-white);
}

.gbpc-dark-section h2,
.gbpc-dark-section h3,
.gbpc-dark-section .gbpc-section-copy h2,
.gbpc-final h2 {
    color: var(--gbpc-white);
}

.gbpc-dark-section p {
    color: rgba(255, 255, 255, 0.76);
}

.gbpc-posts-layout {
    align-items: center;
}

.gbpc-dark-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 1rem;
    max-width: 760px;
    margin: 1.5rem 0;
}

.gbpc-dark-list li {
    color: rgba(255, 255, 255, 0.78);
}

.gbpc-dark-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-teal-bright);
}

.gbpc-post-stack {
    display: grid;
    gap: 1rem;
}

.gbpc-post-stack article {
    min-height: 160px;
    display: grid;
    align-content: center;
    padding: clamp(1rem, 2.7vw, 1.55rem);
}

.gbpc-post-stack article:nth-child(2) {
    transform: translateX(6%);
}

.gbpc-post-stack article:nth-child(3) {
    transform: translateX(12%);
}

.gbpc-post-stack span {
    color: var(--gbpc-teal);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gbpc-post-stack strong {
    display: block;
    margin-top: 0.55rem;
    color: var(--gbpc-black);
    font-size: clamp(1.45rem, 2.5vw, 2.35rem);
    line-height: 1;
}

.gbpc-post-stack p {
    color: var(--gbpc-ink-soft);
}

.gbpc-post-stack article:nth-child(2) span {
    color: var(--gbpc-red);
}

.gbpc-post-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(3rem, 6vw, 5rem);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.gbpc-post-types article {
    min-height: 190px;
    padding: clamp(1rem, 3vw, 1.8rem);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.gbpc-post-types article:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.gbpc-post-types h3 {
    margin: 0 0 0.8rem;
    color: var(--gbpc-white);
    font-size: clamp(2rem, 3.6vw, 3.7rem);
    line-height: 0.9;
}

.gbpc-post-types p {
    max-width: 260px;
}

.gbpc-photos-section {
    background: var(--gbpc-warm) !important;
}

.gbpc-photo-composition {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(180px, 0.64fr);
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    gap: 1rem;
}

.gbpc-photo-composition figure {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(12, 146, 149, 0.12), transparent 46%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(5, 5, 5, 0.05) 1px, transparent 1px),
        var(--gbpc-soft);
    background-size: auto, 42px 42px, 42px 42px, auto;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.04);
}

.gbpc-photo-composition figure:first-child {
    grid-row: 1 / span 2;
}

.gbpc-photo-composition figure:nth-child(2) {
    background:
        linear-gradient(145deg, rgba(237, 86, 73, 0.10), transparent 44%),
        var(--gbpc-white);
}

.gbpc-photo-composition figure:nth-child(3) {
    background:
        linear-gradient(145deg, rgba(6, 28, 51, 0.10), transparent 44%),
        var(--gbpc-white);
}

.gbpc-photo-composition span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: var(--gbpc-white);
    color: var(--gbpc-black);
    font-weight: 850;
}

.gbpc-photo-strategy {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: clamp(3rem, 6vw, 5rem);
    border-top: 1px solid var(--gbpc-border);
    border-bottom: 1px solid var(--gbpc-border);
}

.gbpc-photo-strategy article {
    min-height: 220px;
    padding: clamp(1rem, 2.2vw, 1.4rem);
    border-left: 1px solid var(--gbpc-border);
}

.gbpc-photo-strategy article:last-child {
    border-right: 1px solid var(--gbpc-border);
}

.gbpc-photo-strategy span {
    color: var(--gbpc-red);
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    font-weight: 950;
    line-height: 0.88;
}

.gbpc-photo-strategy h3 {
    margin: 1.2rem 0 0.6rem;
    color: var(--gbpc-black);
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1;
}

.gbpc-photo-strategy p {
    color: var(--gbpc-ink-soft);
    font-size: 0.95rem;
}

.gbpc-photo-tags {
    margin-top: 2rem;
}

.gbpc-services-section {
    background: var(--gbpc-mist) !important;
}

.gbpc-service-interface {
    padding: clamp(1rem, 3vw, 1.8rem);
    background: var(--gbpc-white);
}

.gbpc-service-interface > p {
    margin: 0 0 1.4rem;
    color: var(--gbpc-black);
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 950;
    line-height: 0.9;
}

.gbpc-service-interface article {
    padding: 1rem 0;
    border-top: 1px solid var(--gbpc-border);
}

.gbpc-service-interface h3 {
    margin: 0.45rem 0;
    color: var(--gbpc-black);
    font-size: clamp(1.35rem, 2.3vw, 2.1rem);
    line-height: 1;
}

.gbpc-service-interface article p {
    margin: 0;
    color: var(--gbpc-ink-soft);
}

.gbpc-service-interface article p span {
    color: var(--gbpc-red);
}

.gbpc-journey-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gbpc-journey-map::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 50%;
    height: 1px;
    background: var(--gbpc-teal);
}

.gbpc-journey-map li {
    position: relative;
    min-height: 170px;
    display: grid;
    place-items: center;
    color: var(--gbpc-black);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 950;
    line-height: 1;
    text-align: center;
}

.gbpc-journey-map li::before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
    aspect-ratio: 1;
    border: 3px solid var(--gbpc-white);
    border-radius: 50%;
    background: var(--gbpc-teal);
    box-shadow: 0 0 0 1px rgba(12, 146, 149, 0.38);
}

.gbpc-journey-map li:last-child::before {
    background: var(--gbpc-red);
    box-shadow: 0 0 0 1px rgba(237, 86, 73, 0.38);
}

.gbpc-local-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(390px, 0.74fr);
}

.gbpc-ecosystem {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.gbpc-ecosystem::before,
.gbpc-ecosystem::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(18, 169, 171, 0.20);
    border-radius: 50%;
    z-index: -1;
}

.gbpc-ecosystem::after {
    inset: 28%;
    border-color: rgba(237, 86, 73, 0.20);
}

.gbpc-ecosystem strong {
    display: grid;
    place-items: center;
    width: 176px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-white);
    color: var(--gbpc-black);
    font-family: var(--font-display);
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
}

.gbpc-ecosystem button {
    position: absolute;
    --gbpc-orbit-x: 0;
    min-height: 44px;
    width: 166px;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    font-weight: 850;
    transform: translate(var(--gbpc-orbit-x), 0);
    transition: opacity 420ms var(--gbpc-ease), transform 420ms var(--gbpc-ease), border-color 420ms var(--gbpc-ease), color 420ms var(--gbpc-ease);
}

.gbpc-ecosystem button:nth-of-type(1) { left: 50%; top: 4%; --gbpc-orbit-x: -50%; }
.gbpc-ecosystem button:nth-of-type(2) { right: 3%; top: 24%; }
.gbpc-ecosystem button:nth-of-type(3) { right: 8%; bottom: 18%; }
.gbpc-ecosystem button:nth-of-type(4) { left: 50%; bottom: 4%; --gbpc-orbit-x: -50%; }
.gbpc-ecosystem button:nth-of-type(5) { left: 8%; bottom: 18%; }
.gbpc-ecosystem button:nth-of-type(6) { left: 3%; top: 24%; }

.gbpc-ecosystem button.is-active,
.gbpc-ecosystem button:hover,
.gbpc-ecosystem button:focus-visible {
    border-color: rgba(18, 169, 171, 0.56);
    color: var(--gbpc-teal-bright);
    transform: translate(var(--gbpc-orbit-x), -2px);
}

.gbpc-ecosystem button.is-muted {
    opacity: 0.36;
}

.gbpc-human-layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.92fr);
    align-items: center;
}

.gbpc-human-statement {
    color: var(--gbpc-black) !important;
    font-weight: 900;
}

.gbpc-hedge-bridge {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(118px, 0.26fr) minmax(0, 1fr);
    gap: clamp(1rem, 4vw, 2.2rem);
    align-items: center;
    min-height: 340px;
    padding: clamp(1.2rem, 4vw, 2.4rem);
    border: 1px solid var(--gbpc-border);
    border-radius: 8px;
    background: var(--gbpc-white);
}

.gbpc-hedge-bridge::before {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    top: 50%;
    height: 1px;
    background: var(--gbpc-teal);
}

.gbpc-hedge-bridge::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-red);
    transform: translate(-50%, -50%);
}

.gbpc-hedge-bridge > div {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.65rem;
    background: var(--gbpc-white);
}

.gbpc-hedge-bridge > div:last-child {
    text-align: right;
}

.gbpc-hedge-bridge span {
    color: var(--gbpc-teal);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gbpc-hedge-bridge strong {
    color: var(--gbpc-black);
    font-size: clamp(1.2rem, 2vw, 1.85rem);
    line-height: 1;
}

.gbpc-hedge-bridge p {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 118px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--gbpc-black);
    color: var(--gbpc-white);
    font-weight: 950;
    text-align: center;
}

.gbpc-separator-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.4rem;
    margin-top: clamp(2rem, 5vw, 3.5rem);
    border-top: 1px solid var(--gbpc-border);
}

.gbpc-separator-list li {
    min-height: 58px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gbpc-border);
}

.gbpc-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: clamp(2rem, 5vw, 3.5rem);
}

.gbpc-comparison section {
    border-top: 1px solid var(--gbpc-border);
}

.gbpc-comparison h3 {
    margin: 0;
    padding: 0.95rem 0 1.2rem;
    color: var(--gbpc-black);
    font-size: 0.86rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gbpc-comparison ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gbpc-comparison li {
    position: relative;
    min-height: 66px;
    display: flex;
    align-items: center;
    padding-left: 1.35rem;
    border-top: 1px solid var(--gbpc-border);
    color: var(--gbpc-black);
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.6vw, 2.6rem);
    font-weight: 950;
    line-height: 1;
}

.gbpc-comparison li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--gbpc-red);
}

.gbpc-comparison section:last-child li::before {
    background: var(--gbpc-teal);
}

.gbpc-industry-index {
    columns: 3 220px;
    column-gap: clamp(1rem, 4vw, 3rem);
    margin-top: clamp(2rem, 5vw, 3.5rem);
    border-top: 1px solid var(--gbpc-border);
}

.gbpc-industry-index li {
    break-inside: avoid;
    border-bottom: 1px solid var(--gbpc-border);
}

.gbpc-industry-index a {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gbpc-black);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 950;
    line-height: 1;
}

.gbpc-industry-index span {
    color: var(--gbpc-red);
    opacity: 0;
    transition: opacity 420ms var(--gbpc-ease), transform 420ms var(--gbpc-ease);
}

.gbpc-industry-index a:hover,
.gbpc-industry-index a:focus-visible {
    color: var(--gbpc-teal);
}

.gbpc-industry-index a:hover span,
.gbpc-industry-index a:focus-visible span {
    opacity: 1;
    transform: translateX(3px);
}

.gbpc-trust-section {
    background: var(--gbpc-warm) !important;
}

.gbpc-trust-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(2rem, 5vw, 3.5rem);
    border-top: 1px solid var(--gbpc-border);
    border-bottom: 1px solid var(--gbpc-border);
}

.gbpc-trust-principles article {
    min-height: 240px;
    padding: clamp(1rem, 3vw, 1.8rem);
    border-left: 1px solid var(--gbpc-border);
}

.gbpc-trust-principles article:last-child {
    border-right: 1px solid var(--gbpc-border);
}

.gbpc-trust-principles h3 {
    margin: 0 0 1rem;
    color: var(--gbpc-black);
    font-size: clamp(1.7rem, 3vw, 3rem);
    line-height: 0.95;
}

.gbpc-trust-principles p {
    color: var(--gbpc-ink-soft);
}

.gbpc-faq-list {
    padding: clamp(0.5rem, 2vw, 1rem);
    border: 1px solid rgba(5, 5, 5, 0.08);
}

.gbpc-faq-list details {
    border-bottom: 1px solid var(--gbpc-border);
}

.gbpc-faq-list summary {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gbpc-black);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 950;
    line-height: 1.05;
    list-style: none;
}

.gbpc-faq-list summary h3 {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.gbpc-faq-list summary::-webkit-details-marker {
    display: none;
}

.gbpc-faq-list summary::after {
    content: "+";
    color: var(--gbpc-teal);
    font-family: var(--font-body);
    font-size: 1.7rem;
    transition: color 420ms var(--gbpc-ease), transform 420ms var(--gbpc-ease);
}

.gbpc-faq-list details[open] summary::after {
    color: var(--gbpc-red);
    transform: rotate(45deg);
}

.gbpc-faq-list p {
    max-width: 780px;
    margin: 0;
    padding: 0 0 1.4rem;
    color: var(--gbpc-ink-soft);
    line-height: 1.66;
}

.gbpc-related {
    padding: clamp(5rem, 8vw, 7rem) 0;
    background: var(--gbpc-white);
    border-top: 1px solid var(--gbpc-border);
}

.gbpc-related .container > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
    margin-top: 2rem;
}

.gbpc-related a {
    color: var(--gbpc-black);
    font-size: clamp(1.05rem, 1.4vw, 1.3rem);
    font-weight: 900;
}

.gbpc-related a:hover,
.gbpc-related a:focus-visible {
    color: var(--gbpc-teal);
}

.gbpc-related span {
    color: var(--gbpc-red);
}

.gbpc-final {
    position: relative;
    overflow: hidden;
    padding: clamp(7rem, 12vw, 11rem) 0;
    background: var(--gbpc-pure) !important;
    color: var(--gbpc-white);
}

.gbpc-final::before {
    content: "";
    position: absolute;
    left: clamp(1rem, 8vw, 8rem);
    top: clamp(2rem, 8vw, 6rem);
    width: min(360px, 34vw);
    height: 2px;
    border-radius: 999px;
    background: var(--gbpc-teal-bright);
}

.gbpc-final h2 {
    max-width: 1040px;
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: 0.94;
}

.gbpc-final p {
    color: rgba(255, 255, 255, 0.76);
}

.gbpc-final .button-row {
    margin-top: 2rem;
}

.gbpc-final .button-secondary {
    border-color: rgba(255, 255, 255, 0.64) !important;
    background: transparent !important;
    color: var(--gbpc-white) !important;
}

.gbpc-final .button-secondary:hover,
.gbpc-final .button-secondary:focus-visible {
    border-color: var(--gbpc-white) !important;
    background: var(--gbpc-white) !important;
    color: var(--gbpc-black) !important;
}

@media (max-width: 1180px) {
    .gbpc-hero-grid,
    .gbpc-asymmetric,
    .gbpc-posts-layout,
    .gbpc-photos-layout,
    .gbpc-services-layout,
    .gbpc-journey-layout,
    .gbpc-local-layout,
    .gbpc-human-layout,
    .gbpc-faq-layout {
        grid-template-columns: 1fr;
    }

    .gbpc-photo-strategy {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gbpc-trust-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gbpc-post-stack article,
    .gbpc-post-stack article:nth-child(2),
    .gbpc-post-stack article:nth-child(3) {
        transform: none;
    }
}

@media (max-width: 900px) {
    .gbpc-progress {
        overflow-x: auto;
        justify-content: flex-start;
        border-radius: 18px;
    }

    .gbpc-progress a {
        flex: 0 0 auto;
    }

    .gbpc-element-columns,
    .gbpc-post-types,
    .gbpc-two-col-list,
    .gbpc-photo-strategy,
    .gbpc-comparison,
    .gbpc-separator-list,
    .gbpc-trust-principles,
    .gbpc-dark-list {
        grid-template-columns: 1fr;
    }

    .gbpc-element-columns article,
    .gbpc-element-columns article:last-child,
    .gbpc-post-types article,
    .gbpc-post-types article:last-child,
    .gbpc-photo-strategy article,
    .gbpc-photo-strategy article:last-child,
    .gbpc-trust-principles article,
    .gbpc-trust-principles article:last-child {
        min-height: auto;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid var(--gbpc-border);
    }

    .gbpc-post-types article,
    .gbpc-post-types article:last-child {
        border-bottom-color: rgba(255, 255, 255, 0.18);
    }

    .gbpc-journey-map {
        grid-template-columns: 1fr;
    }

    .gbpc-journey-map::before {
        left: 0.5rem;
        right: auto;
        top: 0;
        bottom: 0;
        width: 1px;
        height: auto;
    }

    .gbpc-journey-map li {
        min-height: 80px;
        place-items: center start;
        padding-left: 2rem;
        text-align: left;
    }

    .gbpc-journey-map li::before {
        left: 0.15rem;
        top: calc(50% - 5px);
    }
}

@media (max-width: 720px) {
    body.gbpc-redesign,
    body.gbpc-redesign main {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    body.gbpc-redesign .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 1rem !important;
    }

    body.gbpc-redesign .button-row,
    body.gbpc-redesign .button,
    body.gbpc-redesign .gbpc-profile-card,
    body.gbpc-redesign .gbpc-float,
    body.gbpc-redesign .gbpc-service-interface,
    body.gbpc-redesign .gbpc-inline-list li {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.gbpc-redesign .button {
        justify-content: center !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .gbpc-hero {
        padding: 4.5rem 0 5.2rem;
    }

    body.gbpc-redesign main .gbpc-hero h1 {
        max-width: 100% !important;
        font-size: clamp(2rem, 7.3vw, 2.35rem) !important;
        line-height: 1.05 !important;
        overflow-wrap: anywhere !important;
    }

    body.gbpc-redesign main .gbpc-hero h1 span {
        display: inline !important;
    }

    body.gbpc-redesign main .gbpc-eyebrow {
        font-size: 0.66rem !important;
        letter-spacing: 0.08em !important;
        overflow-wrap: anywhere;
    }

    body.gbpc-redesign main .gbpc-elements h2,
    body.gbpc-redesign main .gbpc-section h2,
    body.gbpc-redesign main .gbpc-related h2,
    body.gbpc-redesign main .gbpc-final h2 {
        font-size: clamp(2rem, 8.7vw, 2.9rem) !important;
        line-height: 1.02 !important;
        overflow-wrap: anywhere !important;
    }

    .gbpc-hero-statement {
        font-size: clamp(1.35rem, 7vw, 2rem);
    }

    .gbpc-hero-copy > p:not(.gbpc-eyebrow):not(.gbpc-hero-statement),
    .gbpc-section-copy > p,
    .gbpc-final p,
    .gbpc-related p,
    .gbpc-inline-list,
    .gbpc-inline-list li {
        max-width: 100%;
    }

    .gbpc-inline-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .gbpc-inline-list li {
        width: 100%;
        justify-content: flex-start;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .gbpc-profile-visual {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .gbpc-profile-visual::before,
    .gbpc-hero::after,
    .gbpc-ecosystem::before,
    .gbpc-ecosystem::after {
        display: none;
    }

    .gbpc-profile-card,
    .gbpc-float {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
    }

    .gbpc-card-title,
    .gbpc-float strong,
    .gbpc-service-interface > p,
    .gbpc-comparison li,
    .gbpc-industry-index a {
        overflow-wrap: anywhere;
    }

    .gbpc-section,
    .gbpc-elements {
        padding: 4.8rem 0;
    }

    .gbpc-photo-composition {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .gbpc-photo-composition figure:first-child {
        grid-row: auto;
    }

    .gbpc-photo-composition figure {
        min-height: 240px;
        border-radius: 24px;
    }

    .gbpc-ecosystem {
        min-height: auto;
        display: grid;
        gap: 0.55rem;
        place-items: stretch;
    }

    .gbpc-ecosystem strong {
        justify-self: center;
        width: 136px;
    }

    .gbpc-ecosystem button {
        position: relative;
        inset: auto !important;
        width: 100%;
        transform: none !important;
    }

    .gbpc-hedge-bridge {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .gbpc-hedge-bridge::before,
    .gbpc-hedge-bridge::after {
        display: none;
    }

    .gbpc-hedge-bridge > div:last-child {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gbpc-progress span,
    .gbpc-element-columns article::after,
    .gbpc-ecosystem button,
    .gbpc-faq-list summary::after {
        transition: none !important;
    }
}
