/* Homepage signature layer: two clear routes, one editorial system. */
.rpb-home--signature .rpb-hero__poster,
.rpb-home--signature .rpb-hero__video,
.rpb-home--signature .rpb-hero__route-preview {
    z-index: 0;
}

.rpb-home--signature .rpb-hero {
    height: auto;
    min-height: 100svh;
}

.rpb-home--signature .rpb-hero__video,
.rpb-home--signature .rpb-hero__route-preview {
    opacity: 0;
    transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rpb-home--signature .rpb-hero.is-video-ready:not(.is-print-preview) .rpb-hero__video,
.rpb-home--signature .rpb-hero.is-print-preview .rpb-hero__route-preview {
    opacity: 1;
}

.rpb-home--signature .rpb-hero__route-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    filter: saturate(0.92) contrast(1.08) brightness(0.82);
    transform: translate3d(0, var(--rpb-hero-parallax-y, 0px), 0) scale(1.025);
    pointer-events: none;
}

.rpb-home--signature .rpb-hero__overlay {
    z-index: 1;
}

.rpb-home--signature .rpb-hero.is-print-preview .rpb-hero__overlay {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.48) 44%, rgba(0, 0, 0, 0.14) 100%),
        linear-gradient(to top, rgba(10, 10, 10, 0.86) 0%, rgba(10, 10, 10, 0.22) 52%, rgba(10, 10, 10, 0.28) 100%);
}

.rpb-home--signature .rpb-hero__inner {
    z-index: 2;
    padding-top: clamp(5.5rem, 10vh, 7.5rem);
    padding-bottom: clamp(1.4rem, 3vh, 2.4rem);
}

.rpb-home--signature .rpb-hero__title {
    max-width: 15ch;
    font-size: clamp(3.8rem, 6.1vw, 5.8rem);
    line-height: 0.88;
    overflow-wrap: normal;
    word-break: normal;
}

.rpb-home--signature .rpb-hero__proof {
    max-width: 630px;
    margin-bottom: 1rem;
}

.rpb-hero-routes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(980px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(7, 7, 6, 0.32);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.rpb-hero-route {
    position: relative;
    min-width: 0;
    padding: 0.9rem 1rem 0.85rem;
    color: #fff;
    text-decoration: none;
    transition: background 240ms ease, color 240ms ease;
}

.rpb-hero-route + .rpb-hero-route {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.rpb-hero-route::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 2px;
    background: var(--color-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rpb-hero-route:hover,
.rpb-hero-route:focus-visible,
.rpb-hero-route.is-active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.rpb-hero-route:hover::after,
.rpb-hero-route:focus-visible::after,
.rpb-hero-route.is-active::after {
    transform: scaleX(1);
}

.rpb-hero-route:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

.rpb-hero-route__index,
.rpb-hero-route__meta,
.rpb-hero-route__action {
    display: block;
    font-family: var(--rpb-font-sans);
}

.rpb-hero-route__index {
    margin-bottom: 0.35rem;
    color: var(--color-gold);
    font-size: 0.58rem;
    font-weight: 650;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.rpb-hero-route__title {
    display: block;
    margin-bottom: 0.2rem;
    font-family: var(--rpb-font-display);
    font-size: clamp(1.2rem, 1.75vw, 1.65rem);
    line-height: 1;
    text-transform: uppercase;
}

.rpb-hero-route__meta {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.7rem;
    line-height: 1.35;
}

.rpb-hero-route__action {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.65rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.rpb-hero__utility {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    margin-top: 0.75rem;
}

.rpb-hero__utility a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    font-family: var(--rpb-font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.045em;
    text-decoration-color: rgba(201, 169, 110, 0.55);
    text-underline-offset: 0.25rem;
    text-transform: none;
}

.rpb-hero__utility .rpb-hero__primary-cta {
    min-height: 46px;
    padding: 0.72rem 1rem;
    gap: 0.7rem;
    background: var(--color-gold);
    color: #111;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-decoration: none;
    text-transform: uppercase;
}

.rpb-home-mobile-routes {
    display: none;
}

.rpb-home--signature .rpb-hero__award {
    margin: 0.65rem 0 0;
}

.rpb-home-assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.rpb-home-assurance span {
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--rpb-font-sans);
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
}

.rpb-home-assurance span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.rpb-home--signature .rpb-clients__track {
    animation-play-state: paused;
}

.rpb-home--signature .rpb-clients.is-inview .rpb-clients__track {
    animation-play-state: running;
}

.rpb-home--signature #voor-organisaties,
.rpb-home--signature #selected-work,
.rpb-home--signature #prints,
.rpb-home--signature #over {
    scroll-margin-top: 5.5rem;
}

.rpb-home--signature .rpb-discipline-card {
    color: inherit;
    cursor: default;
}

.rpb-discipline-card__media-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.rpb-home--signature .rpb-discipline-card__content {
    display: flex;
    flex-direction: column;
}

.rpb-home--signature .rpb-discipline-card__title {
    max-width: 14ch;
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    line-height: 0.98;
}

.rpb-discipline-card__price {
    display: inline-flex;
    align-self: flex-start;
    margin: auto 0 0.9rem;
    padding: 0.35rem 0.5rem;
    border: 1px solid rgba(201, 169, 110, 0.32);
    color: var(--color-gold-dark);
    font-family: var(--rpb-font-display);
    font-size: 0.67rem;
    letter-spacing: 0.09em;
    line-height: 1.35;
    text-transform: uppercase;
}

.rpb-discipline-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 0.9rem;
    align-items: center;
}

.rpb-discipline-card__service,
.rpb-discipline-card__work {
    font-family: var(--rpb-font-sans);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.rpb-discipline-card__service {
    padding: 0.65rem 0.7rem;
    background: var(--color-gold);
    color: #111;
    text-decoration: none;
}

.rpb-discipline-card__work {
    color: rgba(15, 14, 12, 0.66);
    text-underline-offset: 0.25rem;
}

.rpb-home--signature .rpb-discipline-card:focus-within .rpb-discipline-card__image::after {
    border-color: rgba(201, 169, 110, 0.72);
}

.rpb-discipline-card__media-link:focus-visible,
.rpb-discipline-card__service:focus-visible,
.rpb-discipline-card__work:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

.rpb-disciplines__pricing-note {
    max-width: 760px;
    margin: 1.25rem auto 0;
    color: rgba(255, 255, 255, 0.48);
    font-family: var(--rpb-font-sans);
    font-size: 0.68rem;
    letter-spacing: 0.035em;
    text-align: center;
}

.rpb-home-choice-help {
    width: min(1120px, 100%);
    margin: 1.5rem auto 0;
    padding: clamp(1.2rem, 2.5vw, 1.8rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem 2rem;
    align-items: center;
    border: 1px solid rgba(201, 169, 110, 0.32);
    background:
        linear-gradient(110deg, rgba(201, 169, 110, 0.12), transparent 52%),
        rgba(255, 255, 255, 0.035);
}

.rpb-home-choice-help__label {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--color-gold);
    font-family: var(--rpb-font-sans);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rpb-home-choice-help h3 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-family: var(--rpb-font-display);
    font-size: clamp(1.65rem, 2.6vw, 2.5rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.rpb-home-choice-help p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.88rem;
    line-height: 1.6;
}

.rpb-home-choice-help > a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 0.8rem;
    justify-content: center;
    padding: 0.8rem 1rem;
    background: var(--color-gold);
    color: #111;
    font-family: var(--rpb-font-sans);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.065em;
    text-decoration: none;
    text-transform: uppercase;
}

.rpb-home-choice-help > a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.rpb-home-prints__trust {
    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 0.72rem;
}

.rpb-home--signature .rpb-home-print-card__number {
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.4);
    font-size: clamp(2.4rem, 5vw, 5rem);
}

.rpb-home--signature .rpb-home-print-card__meta {
    position: absolute;
    z-index: 3;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.15rem;
    display: grid;
    justify-items: end;
    pointer-events: none;
}

.rpb-home--signature .rpb-home-print-card__meta small,
.rpb-home--signature .rpb-home-print-card__meta strong,
.rpb-home--signature .rpb-home-print-card__meta em {
    position: static;
    display: block;
    color: #fff;
    font-size: inherit;
    line-height: 1;
}

.rpb-home--signature .rpb-home-print-card__meta small {
    margin-bottom: 0.3rem;
    color: var(--color-gold);
    font-family: var(--rpb-font-sans);
    font-size: 0.58rem;
    font-style: normal;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rpb-home--signature .rpb-home-print-card__meta strong {
    font-family: var(--rpb-font-display);
    font-size: clamp(1.4rem, 2.2vw, 2.25rem);
    text-transform: uppercase;
}

.rpb-home--signature .rpb-home-print-card__meta em {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.76);
    font-family: var(--rpb-font-sans);
    font-size: 0.65rem;
    font-style: normal;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.rpb-home--signature .rpb-cta--split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    max-width: none;
    padding: 0;
    text-align: left;
}

.rpb-home--signature .rpb-cta-panel {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 460px;
    margin: 0;
    padding: clamp(3rem, 7vw, 6.5rem);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.rpb-home--signature .rpb-cta-panel--business {
    background:
        radial-gradient(circle at 72% 18%, rgba(201, 169, 110, 0.16), transparent 28rem),
        #11100e;
}

.rpb-home--signature .rpb-cta-panel--prints {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    background:
        linear-gradient(135deg, rgba(201, 169, 110, 0.14), transparent 45%),
        #24211c;
}

.rpb-home--signature .rpb-cta-panel .rpb-cta__title,
.rpb-home--signature .rpb-cta-panel .rpb-cta__sub {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.rpb-home--signature .rpb-cta-panel .rpb-cta__title {
    max-width: 9ch;
    font-size: clamp(3rem, 5.5vw, 5.6rem);
}

.rpb-home--signature .rpb-cta-panel .rpb-cta__title span {
    white-space: normal;
    text-wrap: balance;
}

.rpb-home--signature .rpb-cta-panel .rpb-cta__sub {
    max-width: 520px;
}

/* A preview is shown only after JS confirms a real frame/image. */
.rpb-home--signature .rpb-featured .rpb-card:hover .rpb-card__video,
.rpb-home--signature .rpb-featured .rpb-card:focus-within .rpb-card__video,
.rpb-home--signature .rpb-featured .rpb-card:hover .rpb-card__slideshow,
.rpb-home--signature .rpb-featured .rpb-card:focus-within .rpb-card__slideshow {
    opacity: 0 !important;
}

.rpb-home--signature .rpb-featured .rpb-card.is-preview-ready.is-previewing .rpb-card__video,
.rpb-home--signature .rpb-featured .rpb-card.is-preview-ready.is-previewing .rpb-card__slideshow {
    opacity: 1 !important;
}

@media (max-width: 900px) {
    .rpb-home--signature .rpb-hero__title {
        font-size: clamp(3.5rem, 9vw, 5.4rem);
    }

    .rpb-home--signature .rpb-cta--split {
        grid-template-columns: 1fr;
    }

    .rpb-home--signature .rpb-cta-panel--prints {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-left: 0;
    }
}

@media (min-width: 981px) {
    .rpb-home--signature .rpb-discipline-card__content {
        min-height: 330px;
    }
}

@media (max-width: 980px) {
    .rpb-home--signature .rpb-discipline-card__content {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    body.home .rpb-float-btn {
        display: none !important;
    }

    .rpb-home-mobile-routes {
        position: fixed;
        z-index: 1001;
        right: 0.75rem;
        bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
        left: 0.75rem;
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        padding: 0.28rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(11, 10, 9, 0.9);
        box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(15px) saturate(1.08);
        -webkit-backdrop-filter: blur(15px) saturate(1.08);
        opacity: 0;
        transform: translateY(calc(100% + 1.5rem));
        transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
        pointer-events: none;
    }

    .rpb-home-mobile-routes.is-visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .rpb-home-mobile-routes a {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: space-between;
        padding: 0.7rem 0.78rem;
        color: #fff;
        font-family: var(--rpb-font-display);
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.055em;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
    }

    .rpb-home-mobile-routes a:first-child {
        background: var(--color-gold);
        color: #111;
    }

    .rpb-home-mobile-routes a:focus-visible {
        outline: 2px solid #fff;
        outline-offset: -2px;
    }

    .rpb-home--signature .rpb-hero__inner {
        max-width: 430px;
        padding: 6.25rem 1.1rem 1.2rem;
    }

    .rpb-home--signature .rpb-hero__label {
        margin-bottom: 0.55rem;
    }

    .rpb-home--signature .rpb-hero__title {
        max-width: 9ch;
        margin-bottom: 0.55rem;
        font-size: clamp(2.85rem, 12.4vw, 3.75rem);
        line-height: 0.88;
    }

    .rpb-home--signature .rpb-hero__proof {
        max-width: 340px;
        margin-bottom: 0.7rem;
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .rpb-hero-routes {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .rpb-hero-route {
        min-height: 74px;
        padding: 0.62rem 0.72rem;
    }

    .rpb-hero-route + .rpb-hero-route {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 0;
    }

    .rpb-hero-route__index {
        margin-bottom: 0.18rem;
        font-size: 0.5rem;
    }

    .rpb-hero-route__title {
        display: block;
        margin: 0 0 0.12rem;
        font-size: 0.95rem;
    }

    .rpb-hero-route__meta {
        display: block;
        font-size: 0.59rem;
    }

    .rpb-hero-route__action {
        display: none;
    }

    .rpb-hero__utility {
        margin-top: 0.55rem;
        gap: 0.3rem 0.75rem;
    }

    .rpb-hero__utility a {
        min-height: 44px;
        font-size: 0.59rem;
    }

    .rpb-home-choice-help {
        grid-template-columns: 1fr;
        padding: 1.15rem;
        text-align: left;
    }

    .rpb-home-choice-help > a {
        width: 100%;
    }

    .rpb-home--signature .rpb-hero__award,
    .rpb-home--signature .rpb-hero__route-preview {
        display: none;
    }

    .rpb-home-assurance {
        grid-template-columns: 1fr;
        margin-bottom: 0.65rem;
    }

    .rpb-home-assurance span {
        padding: 0.5rem 0.7rem;
        font-size: 0.57rem;
    }

    .rpb-home-assurance span + span {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .rpb-home--signature .rpb-discipline-card__title {
        max-width: 16ch;
        font-size: clamp(1.65rem, 8vw, 2.25rem);
    }

    .rpb-discipline-card__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rpb-discipline-card__service,
    .rpb-discipline-card__work {
        display: block;
        text-align: center;
    }

    .rpb-home--signature .rpb-home-print-card__meta {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }

    .rpb-home--signature .rpb-cta-panel {
        min-height: 340px;
        padding: 2.75rem 1.25rem;
    }

    .rpb-home--signature .rpb-cta-panel .rpb-cta__title {
        font-size: clamp(3rem, 14vw, 4.6rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rpb-home--signature .rpb-hero__video {
        display: none;
    }

    .rpb-home--signature .rpb-hero__route-preview,
    .rpb-hero-route,
    .rpb-hero-route::after {
        transition: none;
    }

    .rpb-home--signature .rpb-clients__track {
        animation: none !important;
        transform: none !important;
    }

    .rpb-home-mobile-routes {
        transition: none;
    }

    .rpb-home--signature .rpb-clients__logos[aria-hidden="true"] {
        display: none;
    }
}

/* Mobile hierarchy: keep the first screen purposeful and make both routes actionable. */
@media (max-width: 640px) {
	.rpb-home--signature .rpb-hero {
		height: auto;
		min-height: 0;
		align-items: flex-start;
	}

	.rpb-home--signature .rpb-hero__inner {
		padding: 5.05rem 1.1rem 1.45rem;
		text-align: center;
	}

	.rpb-home--signature .rpb-hero__label {
		justify-content: center;
	}

	.rpb-home--signature .rpb-hero__title,
	.rpb-home--signature .rpb-hero__proof {
		margin-inline: auto;
	}

	.rpb-home--signature .rpb-hero__proof {
		max-width: 21rem;
	}

	.rpb-home--signature .rpb-hero-routes {
		gap: .55rem;
		border: 0;
		background: transparent;
		box-shadow: none;
		text-align: center;
	}

	.rpb-home--signature .rpb-hero-route {
		min-height: 5.65rem;
		padding: .76rem .85rem;
		border: 1px solid rgba(255, 255, 255, .34);
		background: rgba(10, 10, 9, .78);
		box-shadow: 0 .55rem 1.4rem rgba(0, 0, 0, .2);
	}

	.rpb-home--signature .rpb-hero-route + .rpb-hero-route {
		margin-top: 0;
		border-top: 1px solid rgba(255, 255, 255, .34);
		border-left: 1px solid rgba(255, 255, 255, .34);
	}

	.rpb-home--signature .rpb-hero-route::after {
		display: none;
	}

	.rpb-home--signature .rpb-hero-route--business {
		color: #111;
		border-color: var(--color-gold);
		background: var(--color-gold);
	}

	.rpb-home--signature .rpb-hero-route--business .rpb-hero-route__index,
	.rpb-home--signature .rpb-hero-route--business .rpb-hero-route__meta,
	.rpb-home--signature .rpb-hero-route--business .rpb-hero-route__action {
		color: rgba(17, 17, 17, .78);
	}

	.rpb-home--signature .rpb-hero-route__action {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-top: .38rem;
		font-size: .61rem;
		font-weight: 800;
		letter-spacing: .07em;
		text-transform: uppercase;
	}

	.rpb-home--signature .rpb-hero__utility {
		justify-content: center;
	}

	.rpb-home--signature .rpb-hero__utility a {
		padding-inline: .62rem;
		border: 1px solid rgba(255, 255, 255, .3);
		background: rgba(10, 10, 9, .42);
	}

	.rpb-home--signature .rpb-disciplines__intro,
	.rpb-home--signature .rpb-featured__header,
	.rpb-home--signature .rpb-home-prints__header,
	.rpb-home--signature .rpb-about-teaser__text,
	.rpb-home--signature .rpb-werkwijze__header,
	.rpb-home--signature .rpb-home-choice-help,
	.rpb-home--signature .rpb-cta-panel {
		text-align: center;
	}

	.rpb-home--signature .rpb-disciplines__intro .rpb-label,
	.rpb-home--signature .rpb-featured__header .rpb-label,
	.rpb-home--signature .rpb-home-prints__header .rpb-label,
	.rpb-home--signature .rpb-about-teaser__text .rpb-label,
	.rpb-home--signature .rpb-werkwijze__header .rpb-label {
		justify-content: center;
	}

	.rpb-home--signature .rpb-featured__header-link {
		display: inline-flex;
		justify-content: center;
	}
}

/* Refined mobile hero: a calm editorial entrance with two unmistakable paths. */
@media (max-width: 640px) {
	.rpb-home--signature .rpb-hero {
		min-height: 100svh;
	}

	.rpb-home--signature .rpb-hero__inner {
		padding: 5.1rem 1.15rem 2rem;
	}

	.rpb-home--signature .rpb-hero__label {
		margin-bottom: .7rem;
	}

	.rpb-home--signature .rpb-hero__title {
		max-width: 8.8ch;
		margin-bottom: .8rem;
		font-size: clamp(2.9rem, 12vw, 3.7rem);
		line-height: .9;
	}

	.rpb-home--signature .rpb-hero__proof {
		max-width: 19.5rem;
		margin-bottom: 1.1rem;
		font-size: .8rem;
		line-height: 1.45;
	}

	.rpb-home--signature .rpb-hero-routes {
		grid-template-columns: 1fr;
		gap: .42rem;
	}

	.rpb-home--signature .rpb-hero-route {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 4.15rem;
		align-content: center;
		align-items: center;
		padding: .72rem .8rem;
		text-align: left;
	}

	.rpb-home--signature .rpb-hero-route + .rpb-hero-route {
		border-top: 1px solid rgba(255, 255, 255, .34);
		border-left: 1px solid rgba(255, 255, 255, .34);
	}

	.rpb-home--signature .rpb-hero-route__index {
		display: none;
	}

	.rpb-home--signature .rpb-hero-route__title {
		margin: 0;
		font-size: 1.02rem;
		line-height: .97;
	}

	.rpb-home--signature .rpb-hero-route__meta {
		grid-column: 1;
		margin-top: .2rem;
		font-size: .56rem;
	}

	.rpb-home--signature .rpb-hero-route__action {
		grid-column: 2;
		grid-row: 1 / span 2;
		margin: 0;
		font-size: 0;
		line-height: 1.1;
	}

	.rpb-home--signature .rpb-hero-route__action::after {
		content: '→';
		font-size: 1rem;
	}

	.rpb-home--signature .rpb-hero__utility {
		margin-top: .75rem;
		align-items: center;
	}

	.rpb-home--signature .rpb-hero__utility a {
		border-color: rgba(255, 255, 255, .22);
		background: rgba(10, 10, 9, .24);
	}

	.rpb-home--signature .rpb-hero__utility .rpb-hero__primary-cta {
		width: 100%;
		justify-content: center;
		border-color: var(--color-gold);
		background: var(--color-gold);
		color: #111;
		font-size: .62rem;
	}
}

@media (max-width: 359px) {
	.rpb-home--signature .rpb-hero-routes {
		grid-template-columns: 1fr;
	}

	.rpb-home--signature .rpb-hero-route {
		min-height: 5.25rem;
	}
}
