@import url("https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap");

:root {
    --services-black: #0F0F0F;
    --services-panel: #151515;
    --services-ink: #F5F2EA;
    --services-muted: rgba(245, 242, 234, 0.68);
    --services-soft: rgba(245, 242, 234, 0.08);
    --services-line: rgba(166, 124, 82, 0.28);
    --services-gold: #A67C52;
    --services-copper: #A67C52;
    --services-slate: #666868;
    --services-green: #4f8f7b;
    --services-blue: #6f92aa;
    --services-font: "Satoshi", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.services-page {
    margin: 0;
    overflow-x: hidden;
    color: var(--services-ink);
    background: var(--services-black);
    font-family: var(--services-font);
}

.services-page img,
.services-page svg {
    display: block;
}

.services-page a {
    color: inherit;
    text-decoration: none;
}

.services-page main {
    overflow: visible;
    background:
        linear-gradient(90deg, rgba(247, 241, 231, 0.025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(247, 241, 231, 0.018) 1px, transparent 1px),
        linear-gradient(180deg, #080909 0%, #0d0e0e 46%, #080909 100%);
    background-size: 86px 86px, 86px 86px, auto;
}

.services-kicker {
    margin: 0;
    color: var(--services-gold);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.services-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(300px, 0.65fr);
    grid-template-areas: "copy art";
    gap: clamp(24px, 5vw, 96px);
    align-items: end;
    width: min(100% - 72px, 1490px);
    min-height: 640px;
    height: 92svh;
    max-height: 760px;
    margin-inline: auto;
    padding: 118px 0 42px;
    overflow: hidden;
}

.services-hero + .services-stack {
    margin-top: 0;
}

.services-hero::before,
.services-hero::after,
.services-hero__ambient,
.services-hero__divider {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
}

.services-hero::before {
    inset: 0 calc(50% - 50vw);
    background:
        conic-gradient(from 220deg at 72% 42%, transparent 0 18%, rgba(216, 155, 91, 0.2) 20% 22%, transparent 25% 60%, rgba(111, 146, 170, 0.12) 64% 67%, transparent 70%),
        linear-gradient(115deg, transparent 0 12%, rgba(184, 111, 63, 0.16) 12.4%, transparent 13.1% 68%, rgba(216, 155, 91, 0.13) 68.4%, transparent 69.1%),
        linear-gradient(180deg, rgba(8, 9, 9, 0.48), rgba(8, 9, 9, 0.06) 56%, #080909 100%);
    opacity: 0.88;
}

.services-hero::after {
    inset: 0 calc(50% - 50vw);
    background:
        linear-gradient(90deg, rgba(8, 9, 9, 0.98), rgba(8, 9, 9, 0.62) 54%, rgba(8, 9, 9, 0.92)),
        linear-gradient(180deg, rgba(8, 9, 9, 0.78), transparent 24%, transparent 72%, #080909);
}

.services-hero__ambient {
    inset: 0 calc(50% - 50vw);
    background:
        radial-gradient(ellipse at 68% 46%, rgba(216, 155, 91, 0.18), transparent 32%),
        radial-gradient(ellipse at 18% 78%, rgba(79, 143, 123, 0.12), transparent 28%);
    filter: blur(4px);
    opacity: 0.74;
}

.services-hero::after {
    box-shadow: inset 0 -120px 90px -70px rgba(8, 9, 9, 0.98);
}

.services-hero__content {
    position: relative;
    grid-area: copy;
    z-index: 5;
    max-width: 610px;
    align-self: center;
}

.services-hero__content::before {
    position: absolute;
    left: 0;
    top: -34px;
    width: min(100%, 420px);
    height: 1px;
    background: linear-gradient(90deg, rgba(216, 155, 91, 0.72), transparent);
    content: "";
}

.services-hero h1 {
    margin: 24px 0 0;
    max-width: 610px;
    color: #fff8ec;
    font-size: clamp(3.2rem, 5vw, 6rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.services-hero__line {
    display: block;
    overflow: hidden;
}

.services-hero__line > span {
    display: block;
    transform: none;
}

.services-hero__accent {
    color: var(--services-copper);
    font-family: var(--services-font);
    font-style: italic;
    font-weight: 600;
}

.services-rule {
    display: block;
    width: 96px;
    height: 2px;
    margin: 28px 0 0;
    background: var(--services-copper);
}

.services-hero__content > p:not(.services-kicker) {
    max-width: 570px;
    margin: 34px 0 0;
    color: var(--services-muted);
    font-size: 1rem;
    line-height: 1.76;
}

[data-service-hero-eyebrow],
[data-service-hero-intro] {
    opacity: 1;
}

.services-button,
.services-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.services-button {
    gap: 12px;
    padding: 0 20px;
}

.services-button svg,
.services-link svg,
.service-card svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.services-button--primary {
    min-width: 156px;
    color: #0d0d0c;
    background: linear-gradient(135deg, #f2c36c, #d4914d);
    box-shadow: 0 20px 48px rgba(212, 145, 77, 0.26);
}

.services-button--ghost,
.services-link {
    border: 1px solid rgba(216, 155, 91, 0.5);
    color: rgba(255, 250, 240, 0.94);
    background: rgba(255, 255, 255, 0.025);
}

.services-button--ghost {
    min-width: 160px;
}

.services-link {
    margin-top: 34px;
    padding: 0 22px;
}

.services-button:hover,
.services-link:hover {
    transform: translateY(-2px);
}

.services-button--ghost:hover,
.services-link:hover {
    border-color: rgba(242, 195, 108, 0.86);
    background: rgba(216, 155, 91, 0.09);
}

.services-hero__art {
    position: relative;
    grid-area: art;
    z-index: 1;
    min-width: 0;
    align-self: stretch;
    justify-self: end;
}

.services-hero__abstract {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 360px;
    border: 1px solid rgba(216, 155, 91, 0.18);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(247, 241, 231, 0.035), transparent 44%),
        radial-gradient(circle at 50% 45%, rgba(216, 155, 91, 0.16), transparent 34%),
        #0b0b0b;
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
}

.services-hero__abstract::before,
.services-hero__abstract::after,
.services-hero__beam,
.services-hero__mark {
    position: absolute;
    display: block;
}

.services-hero__abstract::before,
.services-hero__abstract::after {
    inset: 0;
    content: "";
}

.services-hero__abstract::before {
    z-index: 3;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.78), transparent 55%, rgba(5, 5, 5, 0.52)),
        linear-gradient(0deg, rgba(5, 5, 5, 0.72), transparent 48%);
}

.services-hero__abstract::after {
    z-index: 1;
    background-image:
        linear-gradient(rgba(216, 155, 91, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216, 155, 91, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, transparent, black 24%, black 76%, transparent);
}

.services-hero__beam {
    z-index: 2;
    inset: 12% auto 10% 45%;
    width: 12%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(247, 241, 231, 0.14), rgba(216, 155, 91, 0.28), transparent);
    filter: blur(18px);
    opacity: 0.42;
    mix-blend-mode: screen;
}

.services-hero__beam--two {
    left: 64%;
    width: 8%;
    opacity: 0.26;
    transform: skewX(16deg);
}

.services-hero__mark {
    left: 50%;
    top: 50%;
    z-index: 4;
    color: rgba(216, 155, 91, 0.86);
    font-size: clamp(4.8rem, 8vw, 7.8rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 0 0 42px rgba(216, 155, 91, 0.22);
    transform: translate(-50%, -50%);
}

.services-stack,
.services-proof,
.services-process,
.services-cta {
    width: min(100% - 48px, 1480px);
    margin-inline: auto;
}

.services-stack {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 82px);
    align-items: start;
    padding: clamp(86px, 8vw, 126px) 0 0;
    isolation: isolate;
}

.services-stack::before {
    position: absolute;
    inset: 0 calc(50% - 50vw) auto;
    z-index: -1;
    height: clamp(190px, 22vw, 310px);
    border-top: 1px solid rgba(216, 155, 91, 0.16);
    background:
        linear-gradient(180deg, rgba(13, 14, 14, 0.98), rgba(13, 14, 14, 0)),
        linear-gradient(90deg, rgba(247, 241, 231, 0.022) 1px, transparent 1px),
        linear-gradient(180deg, rgba(247, 241, 231, 0.016) 1px, transparent 1px);
    background-size: auto, 86px 86px, 86px 86px;
    content: "";
}

.services-stack::after {
    position: absolute;
    left: 0;
    right: 0;
    top: clamp(36px, 4vw, 58px);
    z-index: -1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 155, 91, 0.34), transparent);
    content: "";
}

.services-stack__intro {
    position: sticky;
    top: 118px;
    align-self: start;
    max-height: calc(100svh - 140px);
}

.services-stack__intro h2,
.services-proof h2,
.services-process h2,
.services-cta h2 {
    margin: 16px 0 0;
    color: #fff8ec;
    font-size: clamp(2.1rem, 4vw, 4.4rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
}

.services-proof__title,
.services-process__title {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.22em;
    row-gap: 0.04em;
    max-width: 920px;
}

.services-proof__title span,
.services-process__title span {
    display: inline-block;
    will-change: transform, opacity;
}

.services-stack__intro p:not(.services-kicker),
.services-proof__grid p,
.services-process__rail p,
.services-cta p {
    color: var(--services-muted);
    line-height: 1.74;
}

.services-stack__intro p:not(.services-kicker) {
    max-width: 390px;
    margin: 24px 0 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(216, 155, 91, 0.17);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(247, 241, 231, 0.06), rgba(247, 241, 231, 0.018)),
        #101111;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 26px 80px rgba(0, 0, 0, 0.24);
    scroll-margin-top: 106px;
    transform: translateZ(0);
    transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.service-card::before,
.service-card::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.service-card::before {
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0 28%, rgba(216, 155, 91, 0.13) 28.4%, transparent 29.2% 70%, rgba(111, 146, 170, 0.1) 70.4%, transparent 71%),
        radial-gradient(ellipse at var(--card-x, 50%) var(--card-y, 50%), rgba(216, 155, 91, 0.18), transparent 30%);
    opacity: 0.54;
}

.service-card::after {
    right: -24%;
    bottom: -20%;
    width: 56%;
    aspect-ratio: 1;
    border: 1px solid rgba(216, 155, 91, 0.12);
    border-radius: 50%;
}

.service-card:hover {
    border-color: rgba(216, 155, 91, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 34px 100px rgba(0, 0, 0, 0.36),
        0 0 42px rgba(216, 155, 91, 0.1);
    transform: translateY(-4px);
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.service-card__icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(216, 155, 91, 0.32);
    border-radius: 50%;
    color: var(--services-gold);
    background: rgba(8, 9, 9, 0.42);
}

.service-card__top small {
    color: rgba(247, 241, 231, 0.58);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
    text-align: right;
    text-transform: uppercase;
}

.service-card h3 {
    margin: 34px 0 0;
    max-width: 420px;
    color: #fff8ec;
    font-size: clamp(1.6rem, 2.3vw, 2.55rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
}

.service-card p {
    max-width: 520px;
    margin: 20px 0 0;
    color: var(--services-muted);
    font-size: 0.98rem;
    line-height: 1.72;
}

.service-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.service-card li {
    position: relative;
    padding-left: 18px;
    color: rgba(247, 241, 231, 0.76);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.45;
}

.service-card li::before {
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--services-gold);
    content: "";
}

.services-proof {
    padding: clamp(76px, 8vw, 116px) 0 0;
}

.services-proof > div:first-child {
    display: grid;
    grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.9fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: end;
}

.services-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.services-proof__grid article {
    min-height: 260px;
    padding: 30px;
    border: 1px solid rgba(216, 155, 91, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(247, 241, 231, 0.05), rgba(247, 241, 231, 0.015)),
        rgba(12, 13, 13, 0.94);
    will-change: transform, opacity;
}

[data-proof-text] {
    display: block;
    will-change: transform, opacity;
}

.services-proof__grid span,
.services-process__rail span {
    color: var(--services-gold);
    font-size: 0.78rem;
    font-weight: 800;
}

.services-proof__grid h3,
.services-process__rail h3 {
    margin: 34px 0 0;
    color: #fff8ec;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.services-proof__grid p,
.services-process__rail p {
    margin: 16px 0 0;
}

.services-process {
    padding: clamp(76px, 8vw, 120px) 0 0;
}

.services-process__head {
    max-width: 760px;
}

.services-process__rail {
    --process-line-scale: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 52px;
}

.services-process__rail::before,
.services-process__rail::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    content: "";
}

.services-process__rail::before {
    background: rgba(216, 155, 91, 0.16);
}

.services-process__rail::after {
    right: auto;
    width: 100%;
    background: linear-gradient(90deg, rgba(216, 155, 91, 0.1), rgba(242, 195, 108, 0.9), rgba(216, 155, 91, 0.34));
    box-shadow: 0 0 18px rgba(216, 155, 91, 0.18);
    transform: scaleX(var(--process-line-scale));
    transform-origin: 0 50%;
}

.services-process__rail article {
    --process-dot-scale: 1;
    position: relative;
    min-height: 210px;
    padding: 34px clamp(16px, 1.6vw, 28px) 0 0;
    will-change: transform, opacity;
}

.services-process__rail article::before {
    position: absolute;
    left: 0;
    top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--services-gold);
    border-radius: 50%;
    background: var(--services-black);
    box-shadow: inset 0 0 0 4px #fff8ec;
    content: "";
    transform: scale(var(--process-dot-scale));
    transition: transform 220ms ease;
    z-index: 2;
}

.services-process__rail article::after {
    position: absolute;
    left: 10px;
    top: -1px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(242, 195, 108, 0.42), transparent);
    content: "";
}

[data-process-text] {
    display: block;
    will-change: transform, opacity;
}

.services-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: clamp(76px, 8vw, 120px);
    padding: clamp(34px, 4vw, 56px);
    border: 1px solid rgba(216, 155, 91, 0.36);
    border-radius: 8px;
    background:
        linear-gradient(110deg, rgba(216, 155, 91, 0.1), transparent 38%),
        linear-gradient(180deg, rgba(247, 241, 231, 0.05), rgba(247, 241, 231, 0.015)),
        #0f1010;
}

.services-cta h2 {
    max-width: 960px;
    font-size: clamp(2rem, 3.8vw, 4rem);
}

[data-service-reveal] {
    opacity: 1;
    transform: none;
}

.service-detail-page main {
    background:
        radial-gradient(ellipse at 66% 7%, rgba(216, 155, 91, 0.12), transparent 31%),
        linear-gradient(90deg, rgba(247, 241, 231, 0.018) 1px, transparent 1px),
        linear-gradient(180deg, rgba(247, 241, 231, 0.014) 1px, transparent 1px),
        #080909;
    background-size: auto, 86px 86px, 86px 86px, auto;
}

.service-detail-hero,
.service-detail-section,
.service-detail-cta {
    width: min(100% - 72px, 1440px);
    margin-inline: auto;
}

.service-detail-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 0.62fr) minmax(460px, 1fr);
    gap: clamp(34px, 6vw, 90px);
    align-items: center;
    min-height: 560px;
    padding: clamp(98px, 10vw, 132px) 0 34px;
    border-bottom: 1px solid rgba(216, 155, 91, 0.16);
    overflow: hidden;
}

.service-detail-hero::before,
.service-detail-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.service-detail-hero::before {
    inset: 0 calc(50% - 50vw);
    background:
        linear-gradient(90deg, #080909 0%, rgba(8, 9, 9, 0.82) 28%, rgba(8, 9, 9, 0.2) 67%, #080909 100%),
        radial-gradient(circle at 50% 45%, rgba(216, 155, 91, 0.08), transparent 38%);
    z-index: 1;
}

.service-detail-hero::after {
    left: 38%;
    top: -26%;
    width: 460px;
    aspect-ratio: 1;
    border: 1px solid rgba(216, 155, 91, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.service-detail-hero__copy,
.service-detail-hero__visual,
.service-detail-logos {
    position: relative;
    z-index: 2;
}

.service-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 38px;
    color: rgba(247, 241, 231, 0.66);
    font-size: 0.76rem;
    font-weight: 600;
}

.service-breadcrumb span:last-child {
    color: #fff8ec;
}

.service-detail-hero .services-kicker,
.service-detail-section .services-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.service-detail-hero .services-kicker::after,
.service-detail-section .services-kicker::after {
    width: 70px;
    height: 1px;
    background: rgba(216, 155, 91, 0.72);
    content: "";
}

.service-detail-hero h1 {
    max-width: 600px;
    margin: 20px 0 0;
    color: #fff8ec;
    font-size: clamp(3rem, 5.2vw, 5.15rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
}

.service-detail-hero h1 em {
    color: #e3aa62;
    font-family: var(--services-font);
    font-style: italic;
    font-weight: 600;
}

.service-detail-hero__copy > p:not(.services-kicker) {
    max-width: 470px;
    margin: 22px 0 0;
    color: rgba(247, 241, 231, 0.78);
    font-size: 1rem;
    line-height: 1.74;
}

.service-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}

.service-detail-trust {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 42px;
    color: rgba(247, 241, 231, 0.76);
    font-size: 0.88rem;
}

.service-detail-trust__icon {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(216, 155, 91, 0.55);
    border-radius: 7px;
    color: var(--services-gold);
}

.service-detail-trust svg,
.service-detail-deliverables svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.service-detail-hero__visual {
    min-height: 430px;
    align-self: stretch;
}

.service-detail-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.72;
    filter: saturate(0.82) contrast(1.12) brightness(0.76);
    mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
}

.service-detail-logos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
    color: rgba(247, 241, 231, 0.28);
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
}

.service-detail-section {
    padding: clamp(44px, 5vw, 70px) 0 0;
}

.service-detail-section h2 {
    max-width: 840px;
    margin: 18px 0 0;
    color: #fff8ec;
    font-family: var(--services-font);
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.18;
}

.service-detail-deliverables {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 26px;
}

.service-detail-deliverables article {
    min-height: 222px;
    padding: 28px 22px;
    border: 1px solid rgba(216, 155, 91, 0.16);
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.016)),
        #101111;
}

.service-detail-deliverables article > span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 32px;
    color: var(--services-gold);
}

.service-detail-deliverables h3,
.service-detail-process h3,
.service-detail-story-grid h3 {
    margin: 0;
    color: #fff8ec;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.service-detail-deliverables p,
.service-detail-process p,
.service-detail-story-grid p,
.service-detail-cta p {
    margin: 12px 0 0;
    color: rgba(247, 241, 231, 0.66);
    font-size: 0.84rem;
    line-height: 1.65;
}

.service-detail-process {
    padding-top: clamp(52px, 6vw, 84px);
}

.service-detail-process__rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 58px;
}

.service-detail-process__rail::before {
    position: absolute;
    left: 9%;
    right: 9%;
    top: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 155, 91, 0.82), transparent);
    content: "";
}

.service-detail-process__rail article {
    position: relative;
    display: grid;
    justify-items: center;
    text-align: center;
}

.service-detail-process__rail article > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
    border: 1px solid rgba(216, 155, 91, 0.76);
    border-radius: 50%;
    color: #e3aa62;
    background: #080909;
    font-size: 0.86rem;
    line-height: 1;
    z-index: 1;
}

.service-detail-process__rail p {
    max-width: 205px;
}

.service-detail-section__head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
}

.service-detail-section__head .services-link {
    margin-top: 0;
    border: 0;
    background: transparent;
    color: var(--services-gold);
}

.service-detail-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.service-detail-story-grid article {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    border: 1px solid rgba(216, 155, 91, 0.22);
    border-radius: 4px;
    background: #101111;
}

.service-detail-story-grid img {
    width: 100%;
    height: 100%;
    min-height: 245px;
    object-fit: cover;
    opacity: 0.62;
    filter: saturate(0.76) contrast(1.08) brightness(0.78);
}

.service-detail-story-grid article > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 16px;
    align-items: end;
    padding: 22px;
    background: linear-gradient(180deg, transparent, rgba(8, 9, 9, 0.94) 28%);
}

.service-detail-story-grid h3,
.service-detail-story-grid p {
    grid-column: 1;
}

.service-detail-story-grid span {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: var(--services-gold);
    font-size: 1.45rem;
}

.service-detail-cta {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 42px;
    align-items: center;
    margin-top: clamp(48px, 6vw, 82px);
    padding: 38px clamp(28px, 5vw, 70px);
    border-top: 1px solid rgba(216, 155, 91, 0.18);
    overflow: hidden;
}

.service-detail-cta::before {
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    background:
        radial-gradient(ellipse at 10% 50%, rgba(216, 155, 91, 0.16), transparent 28%),
        radial-gradient(ellipse at 92% 54%, rgba(216, 155, 91, 0.1), transparent 26%),
        linear-gradient(180deg, rgba(247, 241, 231, 0.04), rgba(247, 241, 231, 0.01));
    content: "";
}

.service-detail-cta > span {
    display: grid;
    place-items: center;
    width: 96px;
    aspect-ratio: 1;
    border: 1px solid rgba(216, 155, 91, 0.42);
    border-radius: 50%;
    color: #e3aa62;
    font-size: 2.8rem;
    background: rgba(216, 155, 91, 0.08);
}

.service-detail-cta h2 {
    margin: 0;
    color: #fff8ec;
    font-family: var(--services-font);
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
}

@keyframes servicesSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes servicesPulse {
    0%,
    100% {
        opacity: 0.42;
        transform: scale(1);
    }

    50% {
        opacity: 0.82;
        transform: scale(1.035);
    }
}

@media (max-width: 1180px) {
    .services-hero {
        width: min(100% - 44px, 1120px);
        grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
        grid-template-areas: "copy art";
        min-height: calc(100% - 100px);
        height: 92svh;
        padding-top: 112px;
    }

    .services-hero__art {
        justify-self: end;
        width: min(100%, 470px);
    }

    .services-stack {
        grid-template-columns: 1fr;
    }

    .services-stack__intro {
        position: relative;
        top: auto;
    }

    .services-stack__intro p:not(.services-kicker) {
        max-width: 680px;
    }

    .service-detail-hero {
        width: min(100% - 44px, 1120px);
        grid-template-columns: minmax(320px, 0.75fr) minmax(360px, 1fr);
    }

    .service-detail-section,
    .service-detail-cta {
        width: min(100% - 44px, 1120px);
    }

    .service-detail-deliverables {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .services-hero {
        width: min(100% - 32px, 1490px);
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "art";
        height: auto;
        max-height: none;
        min-height: 100svh;
        padding-top: 104px;
        padding-bottom: 34px;
    }

    .services-hero h1 {
        font-size: clamp(3rem, 14vw, 5rem);
        line-height: 1;
    }

    .services-hero__content::before {
        top: -22px;
    }

    .services-hero__art {
        justify-self: stretch;
        width: 100%;
    }

    .services-hero__abstract {
        min-height: 320px;
    }

    .services-grid,
    .services-proof > div:first-child,
    .services-proof__grid,
    .services-process__rail,
    .services-cta {
        grid-template-columns: 1fr;
    }

    .services-process__rail {
        gap: 24px;
        border-top: 0;
    }

    .services-process__rail::before,
    .services-process__rail::after {
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        transform: scaleY(var(--process-line-scale));
        transform-origin: 50% 0;
    }

    .services-process__rail article {
        min-height: auto;
        padding: 0 0 0 34px;
    }

    .services-process__rail article::before {
        left: -10px;
        top: 0;
    }

    .services-cta {
        justify-items: start;
    }

    .service-detail-hero {
        width: min(100% - 32px, 760px);
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 104px;
    }

    .service-detail-hero__visual {
        min-height: 340px;
        order: -1;
    }

    .service-detail-hero__visual img {
        mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
    }

    .service-breadcrumb {
        margin-bottom: 28px;
    }

    .service-detail-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail-section,
    .service-detail-cta {
        width: min(100% - 32px, 760px);
    }

    .service-detail-deliverables,
    .service-detail-process__rail,
    .service-detail-story-grid,
    .service-detail-cta {
        grid-template-columns: 1fr;
    }

    .service-detail-process__rail {
        gap: 26px;
        margin-top: 32px;
    }

    .service-detail-process__rail::before {
        left: 19px;
        right: auto;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
    }

    .service-detail-process__rail article {
        justify-items: start;
        min-height: auto;
        padding-left: 56px;
        text-align: left;
    }

    .service-detail-process__rail article > span {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }

    .service-detail-process__rail p {
        max-width: 520px;
    }

    .service-detail-section__head {
        display: block;
    }

    .service-detail-section__head .services-link {
        margin-top: 18px;
    }

    .service-detail-cta {
        justify-items: start;
        gap: 24px;
    }

    .service-detail-cta > span {
        width: 76px;
        font-size: 2.2rem;
    }
}

@media (max-width: 560px) {
    .service-card ul {
        display: grid;
        grid-template-columns: 1fr;
    }

    .services-button {
        width: 100%;
    }

    .services-stack,
    .services-proof,
    .services-process,
    .services-cta {
        width: min(100% - 28px, 460px);
    }

    .service-card {
        min-height: auto;
    }

    .service-detail-hero,
    .service-detail-section,
    .service-detail-cta {
        width: min(100% - 28px, 460px);
    }

    .service-detail-hero h1 {
        font-size: clamp(2.45rem, 13vw, 3.4rem);
    }

    .service-detail-hero__actions,
    .service-detail-hero__actions .services-button,
    .service-detail-cta .services-button {
        width: 100%;
    }

    .service-detail-deliverables article {
        min-height: auto;
    }

    .service-detail-story-grid article,
    .service-detail-story-grid img {
        min-height: 220px;
    }
}

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

/* Service detail page: insights-style editorial restyle */
.service-detail-page main {
    background:
        linear-gradient(90deg, rgba(247, 241, 231, 0.026) 1px, transparent 1px),
        linear-gradient(180deg, rgba(247, 241, 231, 0.018) 1px, transparent 1px),
        radial-gradient(ellipse at 74% 5%, rgba(216, 155, 91, 0.15), transparent 30%),
        #070808;
    background-size: 86px 86px, 86px 86px, auto, auto;
}

.service-detail-hero {
    width: 100%;
    max-width: none;
    min-height: clamp(640px, 82svh, 820px);
    grid-template-columns: minmax(36px, 1fr) minmax(360px, 660px) minmax(440px, 820px) minmax(36px, 1fr);
    gap: clamp(26px, 4vw, 68px);
    padding: clamp(118px, 11vw, 154px) 0 0;
    border-bottom: 1px solid rgba(216, 155, 91, 0.24);
    background: #070808;
}

.service-detail-hero::before {
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, #070808 0%, rgba(7, 8, 8, 0.96) 34%, rgba(7, 8, 8, 0.46) 58%, rgba(7, 8, 8, 0.9) 100%),
        radial-gradient(circle at 31% 42%, rgba(216, 155, 91, 0.08), transparent 29%);
}

.service-detail-hero::after {
    left: 16%;
    top: 8%;
    width: min(46vw, 620px);
    border-color: rgba(216, 155, 91, 0.12);
    box-shadow:
        0 0 0 90px rgba(216, 155, 91, 0.018),
        0 0 0 180px rgba(216, 155, 91, 0.012);
}

.service-detail-hero__copy {
    grid-column: 2;
    max-width: 650px;
    padding-bottom: clamp(42px, 6vw, 86px);
}

.service-detail-hero__visual {
    grid-column: 3;
    height: min(64svh, 620px);
    min-height: 430px;
    align-self: start;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

.service-detail-hero__visual::before,
.service-detail-hero__visual::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
}

.service-detail-hero__visual::before {
    background:
        linear-gradient(90deg, #070808 0%, rgba(7, 8, 8, 0.58) 19%, transparent 46%, rgba(7, 8, 8, 0.3) 100%),
        linear-gradient(180deg, rgba(7, 8, 8, 0.08), rgba(7, 8, 8, 0.86));
}

.service-detail-hero__visual::after {
    background:
        radial-gradient(circle at 70% 22%, rgba(245, 190, 126, 0.12), transparent 22%),
        linear-gradient(90deg, rgba(247, 241, 231, 0.025) 1px, transparent 1px);
    background-size: auto, 72px 72px;
    mix-blend-mode: screen;
    opacity: 0.58;
}

.service-detail-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    filter: saturate(0.62) contrast(1.08) brightness(0.64);
    mask-image: none;
}

.service-breadcrumb {
    margin-bottom: 34px;
    color: rgba(247, 241, 231, 0.62);
    font-size: 0.72rem;
}

.service-detail-hero .services-kicker,
.service-detail-section .services-kicker {
    letter-spacing: 0.18em;
}

.service-detail-hero h1 {
    max-width: 650px;
    margin-top: 22px;
    font-size: clamp(3.5rem, 5.4vw, 6.4rem);
    font-weight: 500;
    line-height: 1.02;
}

.service-detail-hero .services-rule {
    width: 118px;
    height: 1px;
    margin-top: 30px;
    background: linear-gradient(90deg, rgba(216, 155, 91, 0.95), transparent);
}

.service-detail-hero__copy > p:not(.services-kicker) {
    max-width: 560px;
    margin-top: 30px;
    color: rgba(247, 241, 231, 0.78);
    font-size: 1.05rem;
}

.service-detail-logos {
    grid-column: 2 / 4;
    align-self: end;
    padding: 30px 0;
    border-top: 1px solid rgba(216, 155, 91, 0.18);
}

.service-detail-section,
.service-detail-cta {
    width: min(100% - 96px, 1440px);
}

.service-detail-section {
    position: relative;
    padding-top: clamp(58px, 6vw, 86px);
}

.service-detail-section::before {
    position: absolute;
    inset: 0 calc(50% - 50vw) auto;
    height: 1px;
    background: rgba(216, 155, 91, 0.12);
    content: "";
}

.service-detail-section h2 {
    max-width: 780px;
    font-size: clamp(2.05rem, 3.25vw, 3.55rem);
    line-height: 1.12;
}

.service-detail-deliverables {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 38px;
}

.service-detail-deliverables article {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    padding: 34px 28px 28px;
    border-color: rgba(216, 155, 91, 0.2);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.016)),
        #111212;
    box-shadow: inset 0 1px 0 rgba(247, 241, 231, 0.055);
}

.service-detail-deliverables article::after {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 84% 12%, rgba(216, 155, 91, 0.13), transparent 28%);
    opacity: 0;
    content: "";
    transition: opacity 220ms ease;
}

.service-detail-deliverables article:hover::after {
    opacity: 1;
}

.service-detail-deliverables article > span {
    width: 42px;
    height: 42px;
    margin-bottom: 34px;
    border: 1px solid rgba(216, 155, 91, 0.28);
    border-radius: 4px;
    background: rgba(216, 155, 91, 0.045);
}

.service-detail-process {
    padding-top: clamp(74px, 7vw, 110px);
}

.service-detail-process__rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 26px);
    margin-top: 64px;
}

.service-detail-process__rail::before {
    left: 9%;
    right: 9%;
    top: 22px;
    background: linear-gradient(90deg, transparent, rgba(216, 155, 91, 0.72), transparent);
}

.service-detail-process__rail article > span {
    width: 44px;
    height: 44px;
}

.service-detail-process__rail h3 {
    margin-top: 12px;
}

.service-detail-process__rail p {
    max-width: 260px;
    margin-inline: auto;
}

.service-detail-stories .service-detail-section__head {
    align-items: center;
}

.service-detail-story-grid {
    grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.9fr));
    gap: 18px;
    margin-top: 38px;
}

.service-detail-story-grid article {
    min-height: 330px;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(247, 241, 231, 0.055);
}

.service-detail-story-grid article:first-child {
    grid-row: span 2;
    min-height: 680px;
}

.service-detail-story-grid img {
    min-height: inherit;
}

.service-detail-cta {
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: clamp(64px, 7vw, 104px);
    padding: clamp(34px, 4.4vw, 56px) clamp(30px, 5vw, 72px);
    border: 1px solid rgba(216, 155, 91, 0.26);
    border-radius: 6px;
    background:
        linear-gradient(90deg, rgba(247, 241, 231, 0.026) 1px, transparent 1px),
        linear-gradient(180deg, rgba(247, 241, 231, 0.018) 1px, transparent 1px),
        linear-gradient(110deg, rgba(216, 155, 91, 0.14), transparent 46%),
        #101111;
    background-size: 82px 82px, 82px 82px, auto, auto;
}

.service-detail-cta::before {
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 48%, rgba(216, 155, 91, 0.17), transparent 24%),
        radial-gradient(ellipse at 82% 54%, rgba(216, 155, 91, 0.1), transparent 28%);
}

@media (max-width: 1180px) {
    .service-detail-hero {
        grid-template-columns: minmax(24px, 1fr) minmax(320px, 540px) minmax(360px, 560px) minmax(24px, 1fr);
    }

    .service-detail-section,
    .service-detail-cta {
        width: min(100% - 44px, 1120px);
    }

    .service-detail-deliverables,
    .service-detail-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail-story-grid article:first-child {
        grid-row: auto;
        min-height: 330px;
    }
}

@media (max-width: 860px) {
    .service-detail-hero {
        width: 100%;
        grid-template-columns: minmax(16px, 1fr) minmax(0, 760px) minmax(16px, 1fr);
        min-height: auto;
        padding-top: 104px;
    }

    .service-detail-hero__copy,
    .service-detail-hero__visual,
    .service-detail-logos {
        grid-column: 2;
    }

    .service-detail-hero__visual {
        order: 0;
        height: 360px;
        min-height: 360px;
    }

    .service-detail-hero__visual::before {
        background:
            linear-gradient(180deg, rgba(7, 8, 8, 0.05), rgba(7, 8, 8, 0.86)),
            linear-gradient(90deg, rgba(7, 8, 8, 0.5), transparent 52%, rgba(7, 8, 8, 0.5));
    }

    .service-detail-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail-deliverables,
    .service-detail-process__rail,
    .service-detail-story-grid,
    .service-detail-cta {
        grid-template-columns: 1fr;
    }

    .service-detail-process__rail {
        gap: 30px;
        margin-top: 42px;
    }

    .service-detail-process__rail::before {
        left: 21px;
        right: auto;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
    }

    .service-detail-process__rail article {
        justify-items: start;
        padding-left: 62px;
        text-align: left;
    }

    .service-detail-process__rail article > span {
        position: absolute;
        left: 0;
        top: 0;
    }

    .service-detail-process__rail p {
        max-width: 560px;
        margin-inline: 0;
    }
}

@media (max-width: 560px) {
    .service-detail-hero h1 {
        font-size: clamp(2.65rem, 13vw, 3.55rem);
    }

    .service-detail-hero__visual {
        height: 310px;
        min-height: 310px;
    }

    .service-detail-section,
    .service-detail-cta {
        width: min(100% - 28px, 460px);
    }
}

/* Service detail hero should mirror the main services hero. */
.service-detail-hero--service-style {
    grid-template-columns: minmax(420px, 0.9fr) minmax(300px, 0.65fr);
    grid-template-areas: "copy art";
    width: min(100% - 72px, 1490px);
    min-height: 640px;
    height: 92svh;
    max-height: 760px;
    margin-inline: auto;
    padding: 118px 0 42px;
    border-bottom: 1px solid rgba(216, 155, 91, 0.16);
    background: transparent;
}

.service-detail-hero--service-style::before {
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    background:
        conic-gradient(from 220deg at 72% 42%, transparent 0 18%, rgba(216, 155, 91, 0.2) 20% 22%, transparent 25% 60%, rgba(111, 146, 170, 0.12) 64% 67%, transparent 70%),
        linear-gradient(115deg, transparent 0 12%, rgba(184, 111, 63, 0.16) 12.4%, transparent 13.1% 68%, rgba(216, 155, 91, 0.13) 68.4%, transparent 69.1%),
        linear-gradient(180deg, rgba(8, 9, 9, 0.48), rgba(8, 9, 9, 0.06) 56%, #080909 100%);
    opacity: 0.88;
}

.service-detail-hero--service-style::after {
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    width: auto;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 -120px 90px -70px rgba(8, 9, 9, 0.98);
    background:
        linear-gradient(90deg, rgba(8, 9, 9, 0.98), rgba(8, 9, 9, 0.62) 54%, rgba(8, 9, 9, 0.92)),
        linear-gradient(180deg, rgba(8, 9, 9, 0.78), transparent 24%, transparent 72%, #080909);
}

.service-detail-hero--service-style .services-hero__ambient {
    z-index: -1;
}

.service-detail-hero--service-style .service-detail-hero__copy {
    grid-area: copy;
    grid-column: auto;
    max-width: 610px;
    padding-bottom: 0;
}

.service-detail-hero--service-style .service-detail-hero__art {
    grid-area: art;
    grid-column: auto;
    width: auto;
    height: auto;
    min-height: 0;
    align-self: stretch;
    justify-self: end;
}

.service-detail-hero--service-style h1 {
    max-width: 610px;
    margin: 24px 0 0;
    font-size: clamp(3.2rem, 5vw, 6rem);
    font-weight: 800;
    line-height: 1.02;
}

.service-detail-hero--service-style h1 em {
    color: var(--services-copper);
}

.service-detail-hero--service-style .services-rule {
    width: 96px;
    height: 2px;
    margin-top: 28px;
    background: var(--services-copper);
}

.service-detail-hero--service-style .service-detail-hero__copy > p:not(.services-kicker) {
    max-width: 570px;
    margin: 34px 0 0;
    color: var(--services-muted);
    font-size: 1rem;
    line-height: 1.76;
}

@media (max-width: 1180px) {
    .service-detail-hero--service-style {
        width: min(100% - 44px, 1120px);
        grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
        grid-template-areas: "copy art";
        height: 92svh;
        min-height: calc(100% - 100px);
        padding-top: 112px;
    }

    .service-detail-hero--service-style .service-detail-hero__art {
        width: min(100%, 470px);
    }
}

@media (max-width: 860px) {
    .service-detail-hero--service-style {
        width: min(100% - 32px, 1490px);
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "art";
        height: auto;
        max-height: none;
        min-height: 100svh;
        padding-top: 104px;
        padding-bottom: 34px;
    }

    .service-detail-hero--service-style .service-detail-hero__copy,
    .service-detail-hero--service-style .service-detail-hero__art {
        grid-column: auto;
    }

    .service-detail-hero--service-style h1 {
        font-size: clamp(3rem, 14vw, 5rem);
        line-height: 1;
    }

    .service-detail-hero--service-style .service-detail-hero__art {
        width: 100%;
        min-height: 320px;
        order: 0;
    }
}

@media (max-width: 560px) {
    .service-detail-hero--service-style h1 {
        font-size: clamp(2.8rem, 13vw, 3.6rem);
    }
}

/* Hero watermark now uses the real MC monogram instead of a styled letter. */
.services-hero__mark {
    width: clamp(5.2rem, 8.4vw, 8.2rem);
    height: auto;
    opacity: 0.92;
    text-shadow: none;
    filter: drop-shadow(0 0 42px rgba(216, 155, 91, 0.26));
}

/* ===========================================================================
   Our Process + closing CTA

   Appended last so it settles the rules above it, breakpoints included.

   The rail was hard-wired to five columns while the config supplied four
   steps, so the timeline ran a full column past its last dot and read as a
   list that had been cut off. It now takes its column count from the content.
   The CTA card below it also ended the page with no closing beat at all - the
   footer border started immediately under it.
   ========================================================================== */

.services-process {
    padding-bottom: 0;
}

.services-process__head {
    max-width: 820px;
}

/* Column count now follows the number of steps instead of assuming five. */
.services-process__rail {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin-top: clamp(46px, 4.4vw, 64px);
}

.services-process__rail article {
    min-height: 0;
    padding: 34px clamp(20px, 1.8vw, 32px) 0 0;
}

.services-process__rail article:last-child {
    padding-right: 0;
}

.services-process__rail span {
    letter-spacing: 0.16em;
}

.services-process__rail h3 {
    margin-top: 26px;
    font-size: 1.12rem;
}

.services-process__rail p {
    margin-top: 12px;
    font-size: 0.92rem;
}

/* ---------- closing CTA -------------------------------------------------- */

.services-cta {
    gap: clamp(26px, 3vw, 54px);
    align-items: center;
    margin-top: clamp(72px, 7vw, 108px);
    margin-bottom: clamp(72px, 7vw, 108px);
    padding: clamp(36px, 3.6vw, 58px);
}

/* A four-rem headline left the button with almost nothing to sit in. */
.services-cta h2 {
    max-width: 720px;
    margin-top: 14px;
    font-size: clamp(1.65rem, 2.4vw, 2.5rem);
    line-height: 1.16;
}

.services-cta .services-button {
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .services-process__rail {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }
}

@media (max-width: 860px) {
    .services-process__rail {
        grid-template-columns: 1fr;
    }

    .services-process__rail article,
    .services-process__rail article:last-child {
        padding: 0 0 0 34px;
    }

    .services-cta {
        grid-template-columns: 1fr;
        justify-items: start;
        margin-top: clamp(56px, 8vw, 76px);
        margin-bottom: clamp(56px, 8vw, 76px);
    }
}
