:root {
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-soft: #f7f7f4;
    --surface-alt: #efefea;
    --dark: #0f0f0f;
    --dark-soft: #171717;
    --text: #111111;
    --muted: #646464;
    --muted-strong: #3d3d3d;
    --line: rgba(17, 17, 17, 0.09);
    --line-dark: rgba(255, 255, 255, 0.1);
    --accent: #fcca2e;
    --accent-strong: #e08d19;
    --accent-deep: #bf6e09;
    --logo-dark-bg: url("assets/rpkd-logo-dark-bg-cropped.jpeg");
    --logo-light-bg: url("assets/rpkd-logo-light-bg-cropped.jpeg");
    --logo-yellow-bg: url("assets/rpkd-logo-yellow-bg-cropped.jpeg");
    --shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
    --radius-xl: 8px;
    --radius-lg: 8px;
    --radius-md: 8px;
    --radius-sm: 8px;
    --shell: 1240px;
    --narrow: 920px;
    --header-height: 82px;
    --font-display: "Archivo", sans-serif;
    --font-body: "Manrope", sans-serif;
}

/* Mobile parity pass: keep the desktop rhythm, but fit it cleanly on phones. */
@media (max-width: 720px) {
    body {
        text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    p,
    li,
    blockquote {
        text-align: left;
        hyphens: none;
    }

    .shell,
    .narrow-shell {
        width: min(var(--shell), calc(100% - 18px));
    }

    .section {
        padding: 34px 0;
    }

    .section-heading,
    .section-heading.align-left {
        margin-bottom: 20px;
    }

    .section-label {
        margin-bottom: 8px;
        font-size: 0.62rem;
        letter-spacing: 0.12em;
    }

    .section-label::before {
        width: 24px;
    }

    h1,
    h2 {
        letter-spacing: -0.035em;
    }

    h2 {
        font-size: clamp(1.72rem, 8.2vw, 2.35rem);
        line-height: 1.04;
    }

    .section-lead {
        margin-top: 10px;
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }

    .hero-actions .button,
    .service-portfolio-actions .button {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding-inline: 10px;
        font-size: 0.76rem;
        line-height: 1.15;
        white-space: normal;
    }

    .hero-actions .button:only-child,
    .service-portfolio-actions .button:only-child {
        flex-basis: 100%;
    }

    .button {
        min-height: 44px;
        border-radius: 8px;
    }

    .floating-call-cta {
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        min-height: 44px;
        padding-inline: 14px;
        gap: 8px;
        font-size: 0.78rem;
    }

    .floating-call-cta span {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: nowrap;
    }

    .page-home .home-hero-inner {
        gap: 16px;
        padding: 30px 0 24px;
    }

    .page-home .hero-kicker {
        max-width: 100%;
        font-size: clamp(1.78rem, 8.4vw, 2.35rem);
        line-height: 1.03;
        overflow-wrap: anywhere;
    }

    .page-home .hero-badge {
        margin-bottom: 10px;
        padding: 6px 10px;
        font-size: 0.58rem;
        line-height: 1.2;
    }

    .page-home .hero-subtext {
        margin-top: 10px;
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .page-home .hero-insight-panel {
        padding: 14px;
    }

    .page-home .hero-insight-panel h2 {
        font-size: clamp(1.12rem, 4.8vw, 1.45rem);
    }

    .page-home .hero-insight-panel p {
        margin-top: 10px;
        font-size: 0.78rem;
        line-height: 1.5;
    }

    .page-home .panel-kicker {
        min-height: 26px;
        padding-inline: 9px;
        font-size: 0.58rem;
    }

    .page-home .hero-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1px;
        margin-top: 12px;
    }

    .page-home .hero-proof-grid div {
        min-width: 0;
        padding: 8px 6px;
    }

    .page-home .hero-proof-grid strong {
        font-size: clamp(0.88rem, 3.9vw, 1.12rem);
        overflow-wrap: anywhere;
    }

    .page-home .hero-proof-grid span {
        font-size: 0.52rem;
        line-height: 1.18;
        overflow-wrap: anywhere;
    }

    .client-carousel-section,
    .home-counter-section {
        padding-block: 12px;
    }

    .home-about-grid,
    .about-intro-grid,
    .about-impact-grid,
    .cta-panel,
    .service-intro-grid,
    .page-service-detail .service-intro-copy,
    .services-showcase-row,
    .services-showcase-row.is-reversed {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-counter-grid,
    .creative-post-grid,
    .studio-grid,
    .service-teaser-grid,
    .page-home .service-teaser-grid,
    .page-services .service-teaser-grid,
    .page-about .about-team-grid,
    .page-about .specialization-grid,
    .about-process-grid,
    .about-impact-cards,
    .clients-hero-stats,
    .clients-creative-grid,
    .client-directory-grid,
    .service-grid,
    .service-card-grid,
    .service-process-grid,
    .service-outcome-grid,
    .page-service-detail .service-metrics,
    .page-service-detail .service-card-grid,
    .page-service-detail .service-grid,
    .page-service-detail .service-process-grid,
    .page-service-detail .service-outcome-grid,
    .summary-grid,
    .metrics-grid,
    .kpi-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .service-teaser.service-card,
    .page-home .service-teaser.service-card,
    .page-services .service-teaser.service-card {
        grid-template-rows: auto minmax(0, 1fr);
        min-height: 100%;
        padding: 0;
    }

    .service-card-media,
    .page-home .service-card-media,
    .page-services .service-card-media {
        height: auto;
        aspect-ratio: 16 / 10;
        background: #ffffff;
    }

    .service-card-media::after {
        display: none;
    }

    .service-card-media img,
    .page-home .service-card-media img,
    .page-services .service-card-media img,
    .services-index-banner img,
    .services-showcase-media img,
    .service-landing-banner img,
    .home-pre-cta-banner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .service-card-body,
    .page-home .service-card-body,
    .page-services .service-card-body {
        gap: 7px;
        min-height: 0;
        padding: 10px;
    }

    .service-card-top,
    .service-card-kicker,
    .service-card-dot,
    .service-card-float,
    .service-teaser .arrow-link {
        display: none;
    }

    .service-card-body h3 {
        font-size: clamp(0.82rem, 3.6vw, 1rem);
        line-height: 1.15;
    }

    .service-card-body p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 0.68rem;
        line-height: 1.36;
    }

    .summary-card,
    .service-teaser,
    .case-card,
    .quote-card,
    .detail-card,
    .soft-card,
    .metric-card,
    .page-about .specialization-card,
    .about-process-grid article,
    .about-impact-cards article,
    .page-service-detail .overview-card,
    .page-service-detail .service-list-card,
    .page-service-detail .process-step,
    .page-service-detail .service-metric-card {
        min-width: 0;
        min-height: 0;
        padding: 12px;
    }

    .page-about .specialization-card {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 7px;
    }

    .page-about .specialization-card .service-symbol {
        width: 32px;
        height: 32px;
        font-size: 0.78rem;
    }

    .page-about .specialization-card h3,
    .about-process-grid h3,
    .about-impact-cards h3,
    .summary-card h3,
    .detail-card h3,
    .soft-card h3 {
        font-size: clamp(0.9rem, 3.8vw, 1.05rem);
        line-height: 1.16;
    }

    .page-about .specialization-card p,
    .about-process-grid p,
    .about-impact-cards p,
    .summary-card p,
    .detail-card p,
    .soft-card p {
        font-size: 0.74rem;
        line-height: 1.42;
    }

    .page-about .about-intro-section {
        padding: 32px 0;
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 1fr) minmax(138px, 0.7fr);
        gap: 12px;
        align-items: center;
    }

    .page-about .about-intro-grid h2 {
        font-size: clamp(1.55rem, 7.2vw, 2.08rem);
        line-height: 1.03;
    }

    .page-about .about-intro-grid .section-lead,
    .page-about .about-intro-grid > .content-stack > p {
        font-size: 0.76rem;
        line-height: 1.5;
    }

    .page-about .about-office-collage {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .page-about .about-office-collage .media-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .page-about .about-office-collage .media-card.tall {
        height: clamp(180px, 50vw, 240px);
    }

    .page-about .about-office-collage .media-stack .media-card {
        height: clamp(120px, 34vw, 170px);
    }

    .page-about .about-process-section .section-heading h2 {
        font-size: clamp(1.55rem, 7.5vw, 2.16rem);
    }

    .about-process-grid article span,
    .process-step span {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        font-size: 0.82rem;
    }

    .home-pre-cta-banner,
    .services-index-banner,
    .services-showcase-media,
    .service-landing-banner {
        border-radius: 8px;
        background: #ffffff;
        overflow: hidden;
    }

    .home-pre-cta-banner {
        aspect-ratio: 3 / 1;
    }

    .services-index-banner,
    .service-landing-banner {
        aspect-ratio: 16 / 5;
    }

    .services-showcase-media {
        aspect-ratio: 16 / 10;
    }

    .clients-hero-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .client-directory-card,
    .service-client-logo,
    .client-logo-slide {
        min-width: 0;
    }

    .client-directory-card img,
    .service-client-logo img,
    .client-logo-slide img {
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 420px) {
    .shell,
    .narrow-shell {
        width: min(var(--shell), calc(100% - 14px));
    }

    .hero-actions {
        gap: 7px;
    }

    .hero-actions .button,
    .service-portfolio-actions .button {
        min-height: 42px;
        padding-inline: 8px;
        font-size: 0.68rem;
    }

    .floating-call-cta {
        min-height: 40px;
        padding-inline: 12px;
        font-size: 0.7rem;
    }

    .page-home .hero-proof-grid div {
        padding: 8px 6px;
    }

    .page-home .hero-proof-grid span {
        font-size: 0.54rem;
    }

    .home-counter-grid,
    .creative-post-grid,
    .studio-grid,
    .service-teaser-grid,
    .page-home .service-teaser-grid,
    .page-services .service-teaser-grid,
    .page-about .about-team-grid,
    .page-about .specialization-grid,
    .about-process-grid,
    .about-impact-cards,
    .clients-creative-grid,
    .client-directory-grid,
    .page-service-detail .service-metrics,
    .page-service-detail .service-card-grid,
    .page-service-detail .service-grid,
    .page-service-detail .service-process-grid,
    .page-service-detail .service-outcome-grid,
    .summary-grid,
    .metrics-grid,
    .kpi-strip {
        gap: 8px;
    }

    .service-card-body,
    .page-home .service-card-body,
    .page-services .service-card-body,
    .summary-card,
    .service-teaser,
    .case-card,
    .quote-card,
    .detail-card,
    .soft-card,
    .metric-card,
    .page-about .specialization-card,
    .about-process-grid article,
    .about-impact-cards article {
        padding: 9px;
    }

    .service-card-media,
    .page-home .service-card-media,
    .page-services .service-card-media {
        aspect-ratio: 1.28 / 1;
    }

    .service-card-body h3 {
        font-size: clamp(0.76rem, 3.6vw, 0.92rem);
    }

    .service-card-body p {
        -webkit-line-clamp: 2;
        font-size: 0.62rem;
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 1fr) minmax(126px, 0.66fr);
        gap: 10px;
    }

    .page-about .about-office-collage .media-card.tall {
        height: clamp(214px, 66vw, 270px);
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding-top: var(--header-height);
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.65;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

main,
section,
article,
aside {
    scroll-margin-top: 100px;
}

.shell {
    width: min(var(--shell), calc(100% - 40px));
    margin: 0 auto;
}

.narrow-shell {
    width: min(var(--narrow), calc(100% - 40px));
    margin: 0 auto;
}

.section {
    padding: 30px 0;
}

.section-soft {
    background: var(--surface-soft);
}

.section-dark {
    background: var(--dark);
    color: #ffffff;
}

.section-dark p,
.section-dark li,
.section-dark .section-copy,
.section-dark .section-lead {
    color: rgba(255, 255, 255, 0.74);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--accent-strong);
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-heading.align-left {
    margin-left: 0;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: var(--font-display);
    letter-spacing: -0.04em;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

h1 {
    font-size: clamp(2.85rem, 6.4vw, 5.8rem);
    font-weight: 900;
}

h2 {
    font-size: clamp(2.05rem, 4.1vw, 3.7rem);
    font-weight: 800;
}

h3 {
    font-size: clamp(1.22rem, 2.1vw, 1.55rem);
    font-weight: 800;
}

p {
    margin: 0;
    color: var(--muted);
    overflow-wrap: anywhere;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
}

li,
blockquote {
    text-align: justify;
    text-align-last: left;
}

.section-lead {
    margin-top: 18px;
    font-size: 1.08rem;
    color: var(--muted);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: var(--font-display);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-accent {
    background: linear-gradient(90deg, #ef9b22 0%, var(--accent) 100%);
    color: #111111;
    box-shadow: 0 12px 30px rgba(249, 177, 45, 0.28);
}

.button-accent:hover {
    background: linear-gradient(90deg, #f5a62e 0%, #ffd658 100%);
}

.button-dark {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.button-dark:hover {
    border-color: var(--accent);
    color: #ffffff;
}

.button-light {
    background: #ffffff;
    border-color: var(--line);
    color: var(--text);
}

.button-light:hover {
    border-color: rgba(224, 141, 25, 0.4);
}

.floating-call-cta {
    position: fixed;
    right: clamp(16px, 2.2vw, 30px);
    bottom: calc(clamp(16px, 2.2vw, 30px) + env(safe-area-inset-bottom));
    z-index: 70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    background: linear-gradient(90deg, #ef9b22 0%, var(--accent) 100%);
    color: #111111;
    font-family: var(--font-display);
    font-size: 0.94rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    box-shadow: 0 18px 38px rgba(17, 17, 17, 0.22), 0 10px 24px rgba(249, 177, 45, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.floating-call-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(17, 17, 17, 0.26), 0 12px 28px rgba(249, 177, 45, 0.34);
}

.floating-call-cta i {
    font-size: 0.95rem;
}

body.menu-open .floating-call-cta {
    opacity: 0;
    pointer-events: none;
}

.page-contact .floating-call-cta {
    display: none;
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: rgba(15, 15, 15, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
    background: rgba(15, 15, 15, 0.98);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.site-header::before,
.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18px 18px, rgba(252, 202, 46, 0.09) 2px, transparent 2.4px) 0 0 / 48px 48px,
        linear-gradient(135deg, transparent 0 48%, rgba(252, 202, 46, 0.04) 48% 52%, transparent 52% 100%) 0 0 / 72px 72px;
    opacity: 0.55;
    pointer-events: none;
}

.nav-shell {
    position: relative;
    z-index: 1;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-mark {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 128px;
    height: 54px;
    padding: 8px 14px;
    border: 1px solid rgba(252, 202, 46, 0.18);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background-color: #111111;
    background-image: var(--logo-dark-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.brand-mark:hover {
    transform: translateY(-2px);
    border-color: rgba(252, 202, 46, 0.5);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.brand-mark img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.footer-brand img {
    width: 150px;
    height: 58px;
    max-width: 100%;
    object-fit: none;
    object-position: -9999px -9999px;
    padding: 0;
    border-radius: var(--radius-lg);
    background-color: #111111;
    background-image: var(--logo-dark-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.site-nav {
    flex: 1 1 auto;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-nav {
    justify-content: center;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -18px;
    right: -18px;
    height: 18px;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    z-index: 20;
    display: grid;
    width: min(320px, calc(100vw - 32px));
    max-height: calc(100vh - var(--header-height) - 28px);
    margin: 0;
    padding: 12px;
    overflow-y: auto;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    background: rgba(18, 18, 18, 0.98);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    line-height: 1.35;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
    background: rgba(252, 202, 46, 0.12);
    color: #ffffff;
}

.nav-dropdown-menu a::after {
    display: none;
}

.nav-list a {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-display);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ef9b22 0%, var(--accent) 100%);
    transition: width 0.2s ease;
}

.nav-list a:hover,
.nav-list a.is-active {
    color: #ffffff;
}

.nav-list a:hover::after,
.nav-list a.is-active::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.desktop-cta {
    min-height: 46px;
    padding-inline: 20px;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: #ffffff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-panel {
    display: none;
    background: #101010;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-panel.is-open {
    display: block;
}

.mobile-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0 28px;
}

.mobile-service-menu {
    width: 100%;
}

.mobile-service-menu summary {
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    list-style: none;
}

.mobile-service-menu summary::-webkit-details-marker {
    display: none;
}

.mobile-service-menu summary::after {
    content: "+";
    margin-left: 8px;
    color: var(--accent);
}

.mobile-service-menu[open] summary::after {
    content: "-";
}

.mobile-service-menu ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0 0 0 14px;
    list-style: none;
    border-left: 1px solid rgba(252, 202, 46, 0.24);
}

.mobile-service-menu a {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.86rem;
}

.home-hero {
    position: relative;
    min-height: clamp(560px, 68vh, 700px);
    overflow: hidden;
    background: #0c0c0c;
}

.hero-media {
    position: absolute;
    inset: 0;
    background-image: var(--home-hero-image, url("assets/hero.jpeg"));
    background-size: cover;
    background-position: center center;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 74% 42%, rgba(252, 202, 46, 0.18), transparent 32%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.36) 100%);
    z-index: 1;
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    min-height: clamp(560px, 68vh, 700px);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
    gap: 56px;
    align-items: center;
    padding: 46px 0 44px;
}

.hero-home-copy {
    max-width: 650px;
    color: #ffffff;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-kicker {
    color: #ffffff;
    font-size: clamp(2.45rem, 4vw, 4.35rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

.hero-banner {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.hero-banner span {
    display: block;
    width: fit-content;
    padding: 12px 22px;
    background: linear-gradient(90deg, #ef9822 0%, var(--accent) 100%);
    color: #111111;
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hero-proof-grid div {
    padding: 18px;
    background: rgba(0, 0, 0, 0.18);
}

.hero-proof-grid strong {
    display: block;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.hero-proof-grid span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

.hero-subtext {
    max-width: 560px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.hero-insight-panel {
    align-self: center;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0.58) 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.panel-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(252, 202, 46, 0.14);
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-insight-panel h2 {
    margin-top: 18px;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
    line-height: 1.08;
}

.hero-insight-panel p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.74);
}

.hero-channel-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.hero-channel-list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 800;
}

.trust-strip {
    padding: 24px 0;
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip-inner {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.trust-strip p {
    color: rgba(255, 255, 255, 0.74);
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.mini-logo-row {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.mini-logo-track {
    display: flex;
    width: max-content;
    gap: 12px;
    animation: logo-marquee 24s linear infinite;
}

.mini-logo-row:hover .mini-logo-track {
    animation-play-state: paused;
}

.mini-logo-row img {
    flex: 0 0 148px;
    width: 148px;
    height: 62px;
    object-fit: contain;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.94);
}

@keyframes logo-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 6px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .mini-logo-track {
        animation: none;
    }
}

.overview-grid,
.split-grid,
.contact-split,
.cta-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
    gap: 42px;
    align-items: start;
}

.overview-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.92fr);
    gap: clamp(42px, 6vw, 78px);
    align-items: center;
}

.content-stack,
.section-copy {
    display: grid;
    gap: 18px;
}

.overview-grid > .content-stack {
    max-width: 660px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-weight: 800;
}

.solution-list {
    display: grid;
    gap: 14px;
}

.solution-list div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-soft);
}

.solution-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: var(--accent);
}

.solution-list span {
    color: var(--muted-strong);
    font-weight: 700;
    line-height: 1.5;
}

.strategy-card {
    padding: 26px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #111111;
    color: #ffffff;
    box-shadow: var(--shadow);
}

.strategy-card h3 {
    margin-top: 16px;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.strategy-card p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.76);
}

.strategy-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.strategy-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(252, 202, 46, 0.14);
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 800;
}

.strategy-media {
    height: 300px;
    margin: 24px 0 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.strategy-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.summary-card,
.service-teaser,
.case-card,
.quote-card,
.detail-card,
.soft-card,
.contact-card,
.legal-panel,
.legal-aside,
.logo-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.summary-card,
.service-teaser,
.case-card,
.quote-card,
.detail-card,
.soft-card,
.contact-card,
.legal-panel,
.legal-aside {
    padding: 26px;
}

.summary-card h3,
.summary-card p {
    margin-top: 10px;
}

.summary-card .summary-tag,
.pill-tag,
.service-icon,
.case-label,
.quote-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(249, 177, 45, 0.12);
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.office-collage {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.82fr);
    gap: clamp(18px, 2.2vw, 28px);
    width: min(100%, 520px);
    margin-left: auto;
    align-items: center;
}

.media-card {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-card.tall {
    height: 430px;
}

.media-stack {
    display: grid;
    gap: clamp(18px, 2.2vw, 28px);
}

.media-stack .media-card {
    height: 201px;
}

.team-section {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.team-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.team-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 141, 25, 0.38);
}

.team-card figure {
    height: 320px;
    margin: 0;
    overflow: hidden;
    background: var(--surface-soft);
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card div {
    padding: 22px;
}

.team-card h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.team-card p {
    margin-top: 8px;
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-weight: 800;
    text-align: left;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.metric-card {
    padding: 28px 24px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface-soft);
}

.metric-card strong {
    display: block;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.06em;
}

.metric-card span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-weight: 600;
}

.service-teaser-grid,
.detail-grid,
.case-grid,
.quote-grid,
.logo-grid,
.story-grid,
.feature-grid {
    display: grid;
    gap: 20px;
}

.service-teaser-grid,
.detail-grid,
.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-teaser {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 240px;
    padding-top: 74px;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.service-teaser:hover,
.detail-card:hover,
.case-card:hover,
.quote-card:hover,
.soft-card:hover,
.logo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 141, 25, 0.38);
}

.service-icon {
    position: absolute;
    top: 22px;
    left: 86px;
    min-width: 44px;
    min-height: 44px;
    padding-inline: 16px;
    border: 1px solid rgba(224, 141, 25, 0.18);
    font-size: 0.92rem;
    background: rgba(249, 177, 45, 0.1);
}

.service-symbol {
    position: absolute;
    top: 22px;
    left: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #111111 0%, #2a2415 100%);
    color: var(--accent);
    font-size: 1.2rem;
    opacity: 1;
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.12);
    pointer-events: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.service-teaser:hover .service-symbol {
    transform: translateY(-2px) scale(1.04);
}

.service-teaser .arrow-link {
    margin-top: auto;
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-weight: 800;
}

.service-teaser.service-card {
    display: grid;
    grid-template-rows: clamp(176px, 22vw, 216px) minmax(0, 1fr);
    gap: 0;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-teaser.service-card:hover {
    border-color: rgba(224, 141, 25, 0.45);
    box-shadow: 0 24px 64px rgba(17, 17, 17, 0.13);
}

.service-card-media {
    position: relative;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #111111;
}

.service-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(17, 17, 17, 0) 34%, rgba(17, 17, 17, 0.46) 100%),
        radial-gradient(circle at 12% 14%, rgba(252, 202, 46, 0.16), transparent 28%);
    pointer-events: none;
}

.service-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.service-teaser.service-card:hover .service-card-media img {
    transform: scale(1.055);
}

.service-card-float {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    min-width: 48px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.72);
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 0.84rem;
    font-weight: 900;
    backdrop-filter: blur(14px);
}

.service-card-media-fallback {
    display: grid;
    height: 100%;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(252, 202, 46, 0.24), rgba(224, 141, 25, 0.08)),
        #111111;
}

.service-card-media-fallback span {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 2.25rem;
    font-weight: 900;
}

.service-card-body {
    display: grid;
    gap: 11px;
    align-content: start;
    min-height: 240px;
    padding: 22px;
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.service-card-kicker {
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-card-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 7px rgba(252, 202, 46, 0.14);
}

.service-card-body h3 {
    font-size: clamp(1.28rem, 1.8vw, 1.65rem);
    line-height: 1.08;
    text-wrap: balance;
}

.service-card-body p {
    color: var(--muted-strong);
    font-size: 0.96rem;
    line-height: 1.62;
    text-align: left;
}

.service-card-body .arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 34px;
    padding: 0;
}

.service-card-body .arrow-link i {
    font-size: 0.82rem;
    transition: transform 0.2s ease;
}

.service-teaser.service-card:hover .arrow-link i {
    transform: translateX(3px);
}

.services-hero-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 112px) 0 64px;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.94) 0%, rgba(17, 17, 17, 0.88) 56%, rgba(255, 255, 255, 0.95) 56%, #ffffff 100%),
        #111111;
    color: #ffffff;
}

.services-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18px 18px, rgba(252, 202, 46, 0.08) 2px, transparent 2.4px) 0 0 / 52px 52px,
        linear-gradient(135deg, transparent 0 48%, rgba(252, 202, 46, 0.04) 48% 52%, transparent 52% 100%) 0 0 / 86px 86px;
    opacity: 0.62;
    pointer-events: none;
}

.services-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
    gap: clamp(38px, 5vw, 72px);
    align-items: center;
}

.services-hero-copy {
    max-width: 780px;
}

.services-hero-copy .section-label {
    color: var(--accent);
}

.services-hero-copy h1 {
    max-width: 780px;
    color: #ffffff;
    font-size: clamp(3rem, 5.6vw, 5.25rem);
    line-height: 0.98;
}

.services-hero-copy .section-lead {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.78);
    text-align: left;
}

.services-hero-panel {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: #ffffff;
    color: var(--text);
    box-shadow: 0 28px 80px rgba(17, 17, 17, 0.18);
}

.services-hero-panel > strong {
    display: block;
    margin-top: 18px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(3rem, 7vw, 5.4rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.services-hero-panel > p {
    margin-top: 14px;
    color: var(--muted-strong);
    font-weight: 700;
    text-align: left;
}

.services-hero-preview-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 10px;
    margin-top: 22px;
}

.services-hero-preview-grid a {
    position: relative;
    min-height: 132px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #111111;
}

.services-hero-preview-grid a:first-child {
    grid-row: span 2;
    min-height: 274px;
}

.services-hero-preview-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.services-hero-preview-grid span {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: inherit;
    place-items: center;
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 900;
}

.services-hero-preview-grid a:hover img {
    transform: scale(1.04);
}

.services-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.services-hero-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(224, 141, 25, 0.18);
    border-radius: 999px;
    background: rgba(249, 177, 45, 0.1);
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 900;
}

.services-list-section {
    padding-top: 70px;
    background: #ffffff;
}

.services-list-heading {
    max-width: 880px;
}

.page-services .service-teaser-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 390px));
    align-items: stretch;
    justify-content: start;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.empty-state h3 {
    margin-top: 16px;
}

.empty-state p {
    max-width: 680px;
    margin-top: 10px;
    text-align: left;
}

.service-detail-link {
    position: relative;
    display: block;
    padding-top: 82px;
    color: inherit;
}

.service-detail-link::before {
    position: absolute;
    top: 26px;
    left: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #111111 0%, #2a2415 100%);
    color: var(--accent);
    font-family: "Font Awesome 6 Free";
    font-size: 1.08rem;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.12);
    transition: transform 0.2s ease;
}

.service-detail-link:hover::before {
    transform: translateY(-2px) scale(1.04);
}

.service-detail-link[href*="performance-marketing"]::before {
    content: "\f201";
}

.service-detail-link[href*="social-media-marketing"]::before {
    content: "\f086";
}

.service-detail-link[href*="website-development"]::before {
    content: "\f108";
}

.service-detail-link[href*="branding-personal-branding"]::before {
    content: "\f577";
}

.service-detail-link[href*="service=seo"]::before {
    content: "\f002";
}

.service-detail-link[href*="influencer-marketing"]::before {
    content: "\f0c0";
}

.service-detail-link[href*="meta-google-ads"]::before {
    content: "\f1e0";
}

.service-detail-link[href*="real-estate-lead-generation"]::before {
    content: "\f015";
}

.service-detail-link[href*="ecommerce-growth-marketing"]::before {
    content: "\f07a";
}

.service-detail-link[href*="creative-services"]::before {
    content: "\f53f";
}

.service-detail-link[href*="automation-crm"]::before {
    content: "\f085";
}

.service-detail-link::after {
    content: "View details";
    display: inline-flex;
    margin-top: 18px;
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 800;
}

.service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.4fr);
    gap: 40px;
    align-items: center;
}

.service-detail-hero .hero-actions {
    margin-top: 26px;
}

.service-detail-panel {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.service-detail-panel p {
    margin-top: 16px;
    color: var(--muted-strong);
    font-weight: 700;
}

.service-detail-metric {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.service-detail-metric strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.service-detail-metric span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-weight: 700;
}

.service-detail-cards .detail-card {
    min-height: 100%;
}

.page-service-detail h1,
.page-service-detail h2,
.page-service-detail h3,
.page-service-detail h4,
.page-service-detail h5 {
    letter-spacing: 0;
}

.page-service-detail .button {
    gap: 10px;
}

.service-detail-hero {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
}

.service-detail-hero.has-image {
    background-image: var(--service-hero-image);
    background-position: center;
    background-size: cover;
}

.service-detail-hero.no-image {
    background: linear-gradient(135deg, #111111 0%, #2b2618 58%, #111111 100%);
}

.service-detail-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.7) 48%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.76) 100%);
}

.service-detail-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    min-height: 590px;
    padding: 40px 0 54px;
}

.service-detail-breadcrumbs {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 42px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-lg);
    background: rgba(17, 17, 17, 0.46);
    color: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px);
}

.service-detail-breadcrumbs .breadcrumb-link {
    color: #ffffff;
    font-weight: 800;
}

.service-detail-breadcrumbs .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.42);
}

.service-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.64fr);
    gap: clamp(34px, 5vw, 68px);
    align-items: center;
}

.service-detail-hero-copy {
    max-width: 860px;
}

.service-detail-hero-copy .section-label {
    color: var(--accent);
}

.service-detail-hero-copy h1 {
    max-width: 900px;
    color: #ffffff;
    font-size: clamp(3.1rem, 5.6vw, 5.2rem);
    line-height: 0.98;
}

.service-detail-hero-copy .section-lead {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    text-align: left;
}

.service-hero-visual {
    display: grid;
    gap: 14px;
}

.service-hero-media {
    position: relative;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-xl);
    background: #111111;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.service-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-hero-media::after {
    content: "";
    position: absolute;
    inset: auto 18px 18px 18px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent-strong), var(--accent));
}

.service-hero-summary {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-xl);
    background: rgba(17, 17, 17, 0.72);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.service-hero-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.service-hero-stat-grid div {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.07);
}

.service-hero-stat-grid strong {
    display: block;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1;
}

.service-hero-stat-grid span,
.service-hero-fit span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.service-hero-fit {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-hero-fit p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    text-align: left;
}

.service-overview-section {
    padding-top: 70px;
}

.service-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
    gap: clamp(32px, 4vw, 54px);
    align-items: start;
}

.service-overview-copy {
    max-width: 780px;
}

.service-overview-grid:has(.service-description table),
.service-overview-grid:has(.overview-card-grid),
.service-overview-grid:has(.service-description > .overview-card) {
    grid-template-columns: 1fr;
    gap: 30px;
}

.service-overview-grid:has(.service-description table) .service-overview-copy,
.service-overview-grid:has(.overview-card-grid) .service-overview-copy,
.service-overview-grid:has(.service-description > .overview-card) .service-overview-copy {
    max-width: none;
}

.service-overview-grid:has(.service-description table) .service-overview-panel,
.service-overview-grid:has(.overview-card-grid) .service-overview-panel,
.service-overview-grid:has(.service-description > .overview-card) .service-overview-panel {
    display: grid;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    gap: 12px 28px;
    align-items: center;
    max-width: none;
}

.service-overview-grid:has(.service-description table) .service-overview-panel p,
.service-overview-grid:has(.overview-card-grid) .service-overview-panel p,
.service-overview-grid:has(.service-description > .overview-card) .service-overview-panel p {
    margin-top: 0;
}

.service-description,
.service-description p,
.service-description li {
    text-align: left;
}

.service-description p + p,
.service-description ul,
.service-description ol {
    margin-top: 16px;
}

.service-description:has(.overview-card-grid) > p:first-child,
.service-description:has(> .overview-card) > p:first-child,
.service-description:has(table) > p:first-child {
    margin-bottom: 24px;
}

.service-description:has(.overview-card-grid) > p:first-child,
.service-description:has(.overview-card-grid) > p:first-child *,
.service-description:has(> .overview-card) > p:first-child,
.service-description:has(> .overview-card) > p:first-child *,
.service-description:has(table) > p:first-child,
.service-description:has(table) > p:first-child * {
    color: var(--accent-deep) !important;
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 2.2vw, 2.25rem) !important;
    font-weight: 800;
    line-height: 1.15;
}

.overview-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.service-description:has(> .overview-card) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.service-description:has(> .overview-card) > :not(.overview-card) {
    grid-column: 1 / -1;
}

.overview-card {
    position: relative;
    display: grid;
    gap: 18px;
    align-content: start;
    min-height: 320px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(252, 202, 46, 0.12), rgba(255, 255, 255, 0) 42%),
        #ffffff;
    box-shadow: var(--shadow);
}

.overview-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-strong), var(--accent));
}

.overview-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 0.84rem;
    font-weight: 900;
}

.overview-card-title {
    color: var(--text);
    font-size: clamp(1.18rem, 1.5vw, 1.4rem);
    line-height: 1.18;
}

.overview-card-title *,
.overview-card-body * {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.overview-card-title h1,
.overview-card-title h2,
.overview-card-title h3,
.overview-card-title p {
    margin: 0;
}

.overview-card-body {
    color: var(--muted-strong);
    font-size: 0.96rem;
    line-height: 1.75;
}

.overview-card-body p + p {
    margin-top: 12px;
}

.service-description table {
    width: 100% !important;
    height: auto !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.service-description table col {
    width: auto !important;
}

.service-description table td,
.service-description table th {
    height: auto !important;
    padding: 22px !important;
    border-color: var(--line) !important;
    vertical-align: top;
}

.service-description table tr:first-child td,
.service-description table tr:first-child th {
    background: #111111;
    color: #ffffff;
}

.service-description table td *,
.service-description table th * {
    color: inherit !important;
    font-family: var(--font-body) !important;
    font-size: 0.96rem !important;
    line-height: 1.65 !important;
}

.service-description table tr:first-child td *,
.service-description table tr:first-child th * {
    font-family: var(--font-display) !important;
    font-size: 1.02rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.service-overview-media {
    position: relative;
    min-height: 360px;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--surface-soft);
    box-shadow: var(--shadow);
}

.service-overview-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overview-media::after {
    content: "";
    position: absolute;
    inset: auto 18px 18px 18px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent-strong), var(--accent));
}

.service-overview-panel {
    padding: 30px;
    border-radius: var(--radius-xl);
    background: #111111;
    color: #ffffff;
    box-shadow: var(--shadow);
}

.service-overview-panel h2 {
    margin-top: 18px;
    color: #ffffff;
    font-size: 2.35rem;
}

.service-overview-panel p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.74);
    text-align: left;
}

.service-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.service-metric-card {
    display: grid;
    gap: 10px;
    min-height: 154px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.service-metric-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 141, 25, 0.38);
}

.service-metric-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: var(--accent);
}

.service-metric-number {
    display: block;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1;
}

.service-metric-label {
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.35;
}

.service-scope-section {
    padding: 74px 0;
}

.service-scope-heading {
    max-width: 800px;
    margin-bottom: 28px;
}

.service-tabs {
    position: sticky;
    top: calc(var(--header-height) + 10px);
    z-index: 5;
    display: flex;
    gap: 8px;
    padding: 8px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    scrollbar-width: none;
}

.service-tabs::-webkit-scrollbar {
    display: none;
}

.service-tab {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: var(--radius-lg);
    background: transparent;
    color: var(--muted-strong);
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.service-tab:hover {
    color: var(--text);
    border-color: rgba(17, 17, 17, 0.1);
}

.service-tab.active {
    background: #111111;
    color: #ffffff;
}

.service-tab strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.08);
    color: inherit;
    font-size: 0.78rem;
}

.service-tab.active strong {
    background: var(--accent);
    color: #111111;
}

.service-tab-content {
    display: none;
    padding-top: 28px;
}

.service-tab-content.active {
    display: block;
    animation: serviceTabIn 0.28s ease;
}

@keyframes serviceTabIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-tab-accordion {
    display: none;
}

.service-card-grid,
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-list-card {
    display: grid;
    gap: 20px;
    align-content: space-between;
    min-height: 168px;
}

.service-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: var(--accent);
    font-family: var(--font-display);
    font-weight: 900;
}

.service-list-card h3 {
    font-size: 1.25rem;
    line-height: 1.25;
}

.service-check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-check-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 82px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.service-check-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-lg);
    background: var(--accent);
    color: #111111;
}

.service-check-list span {
    color: var(--muted-strong);
    font-weight: 800;
    line-height: 1.45;
}

.service-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-service-detail .process-step {
    min-height: 190px;
    border-color: rgba(255, 255, 255, 0.1);
    background: #111111;
}

.page-service-detail .process-step h3 {
    color: #ffffff;
    font-size: 1.16rem;
    line-height: 1.25;
}

.service-outcome-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 0;
}

.service-outcome-grid .metric-card {
    display: grid;
    gap: 14px;
    align-content: start;
    min-height: 148px;
    background: #ffffff;
}

.service-outcome-grid .metric-card i {
    color: var(--accent-deep);
}

.service-outcome-grid .metric-card strong {
    font-size: 1.12rem;
    letter-spacing: 0;
    line-height: 1.35;
}

.service-tab-accordion-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.service-tab-accordion-item + .service-tab-accordion-item {
    margin-top: 12px;
}

.service-tab-accordion-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 62px;
    padding: 0 18px;
    color: var(--text);
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 800;
    list-style: none;
}

.service-tab-accordion-item summary::-webkit-details-marker {
    display: none;
}

.service-tab-accordion-item summary span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.service-tab-accordion-item summary strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 9px;
    border-radius: 999px;
    background: #111111;
    color: var(--accent);
    font-size: 0.8rem;
}

.service-tab-accordion-content {
    padding: 18px;
    border-top: 1px solid var(--line);
}

.service-accordion-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-accordion-list li {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-soft);
    color: var(--muted-strong);
    font-weight: 700;
    text-align: left;
}

.final-cta {
    padding: 78px 0;
    background: linear-gradient(135deg, #111111 0%, #211c12 52%, #111111 100%);
    color: #ffffff;
}

.final-cta .section-label,
.final-cta h2 {
    color: #ffffff;
}

.final-cta .section-lead {
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
}

.service-final-cta-copy {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    justify-items: center;
}

.service-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
}

.service-final-actions .button {
    min-width: 220px;
}

@media (max-width: 1120px) {
    .overview-card-grid,
    .service-description:has(> .overview-card) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-process-grid,
    .service-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .services-hero-section {
        background: #111111;
    }

    .services-hero-grid {
        grid-template-columns: 1fr;
    }

    .services-hero-panel {
        max-width: 680px;
    }

    .service-detail-hero,
    .service-detail-hero-shell {
        min-height: auto;
    }

    .service-detail-hero-shell {
        padding: 34px 0 46px;
    }

    .service-detail-breadcrumbs {
        margin-bottom: 36px;
    }

    .service-detail-hero-grid,
    .service-overview-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-hero-copy h1 {
        font-size: 3.35rem;
    }

    .service-hero-summary {
        max-width: 520px;
    }

    .service-hero-visual {
        max-width: 640px;
    }

    .service-metrics,
    .service-card-grid,
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-overview-section,
    .service-scope-section {
        padding-top: 52px;
    }
}

@media (max-width: 720px) {
    .services-hero-section {
        padding: 54px 0 46px;
    }

    .services-hero-copy h1 {
        font-size: clamp(2.35rem, 11vw, 3.45rem);
    }

    .services-hero-preview-grid {
        grid-template-columns: 1fr;
    }

    .services-hero-preview-grid a,
    .services-hero-preview-grid a:first-child {
        grid-row: auto;
        min-height: 180px;
    }

    .overview-card-grid,
    .service-description:has(> .overview-card),
    .service-overview-grid:has(.service-description table) .service-overview-panel,
    .service-overview-grid:has(.overview-card-grid) .service-overview-panel,
    .service-overview-grid:has(.service-description > .overview-card) .service-overview-panel {
        grid-template-columns: 1fr;
    }

    .service-tabs,
    .service-tab-panels {
        display: none;
    }

    .service-tab-accordion {
        display: block;
    }

    .service-detail-hero-copy h1 {
        font-size: 2.55rem;
    }

    .service-detail-hero-copy .section-lead {
        font-size: 1rem;
    }

    .service-metrics,
    .service-card-grid,
    .service-grid,
    .service-check-list,
    .service-process-grid,
    .service-outcome-grid {
        grid-template-columns: 1fr;
    }

    .page-services .service-teaser-grid {
        grid-template-columns: 1fr;
    }

    .service-overview-media {
        aspect-ratio: 1 / 0.78;
    }

    .service-final-actions {
        width: 100%;
    }

    .service-final-actions .button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .service-detail-breadcrumbs {
        width: 100%;
        align-items: flex-start;
        gap: 7px;
        font-size: 0.82rem;
    }

    .service-hero-stat-grid {
        grid-template-columns: 1fr;
    }

    .service-metric-card {
        min-height: 132px;
    }
}

.service-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.service-proof-grid .case-card,
.service-proof-grid .quote-card {
    min-height: 100%;
}

.case-metrics {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.case-metrics div {
    padding: 18px;
    border-radius: var(--radius-lg);
    background: var(--surface-soft);
}

.case-metrics strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.case-metrics span,
.quote-author span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-weight: 700;
}

.quote-author {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.quote-author strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1rem;
}

.page-banner {
    position: relative;
    padding: 34px 0 28px;
    background: #101010;
    overflow: hidden;
}

.page-banner .shell {
    position: relative;
    z-index: 1;
}

.page-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-intro {
    padding: 68px 0 24px;
}

.page-intro.centered {
    text-align: center;
}

.page-intro.centered .section-label {
    justify-content: center;
}

.page-intro.centered .section-label::before {
    display: none;
}

.page-intro .section-lead {
    max-width: 780px;
    margin-inline: auto;
}

.feature-banner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    margin-top: 34px;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: linear-gradient(110deg, #111111 0%, #111111 44%, #ef9822 44%, #f6b62c 100%);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.14);
}

.feature-copy,
.feature-meta {
    padding: 36px;
}

.feature-copy {
    color: #ffffff;
}

.feature-copy p,
.feature-copy li {
    color: rgba(255, 255, 255, 0.78);
}

.feature-copy h2 {
    margin-top: 16px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.feature-meta {
    display: grid;
    align-content: center;
    gap: 14px;
    color: #ffffff;
}

.feature-stat {
    padding: 18px 20px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.feature-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.detail-card.featured-card {
    background: linear-gradient(180deg, var(--surface-soft) 0%, #fffaf0 100%);
}

.detail-card ul,
.soft-card ul,
.legal-panel ul {
    margin: 16px 0 0;
    padding-left: 18px;
    color: var(--muted);
}

.detail-card li + li,
.soft-card li + li,
.legal-panel li + li,
.legal-panel p + p {
    margin-top: 10px;
}

.soft-card.dark-card {
    background: var(--dark);
    border-color: var(--line-dark);
}

.soft-card.dark-card h3,
.soft-card.dark-card p,
.soft-card.dark-card li {
    color: rgba(255, 255, 255, 0.8);
}

.soft-card.dark-card .section-label {
    color: var(--accent);
}

.kpi-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.reach-section {
    background: #ffffff;
}

.reach-heading {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.reach-heading span {
    display: block;
    color: #111111;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.3;
}

.reach-heading h2 {
    margin-top: 14px;
    font-family: var(--font-body);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.15;
}

.reach-heading h2 strong {
    font-weight: 900;
}

.reach-heading h2 em {
    color: var(--accent-strong);
    font-style: normal;
    font-weight: 900;
}

.process-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 44px;
    align-items: start;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.process-step {
    min-height: 230px;
    padding: 26px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.06);
}

.process-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-lg);
    background: var(--accent);
    color: #111111;
    font-family: var(--font-display);
    font-weight: 900;
}

.process-step h3 {
    margin-top: 18px;
    color: #ffffff;
}

.process-step p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.section-action {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.map-stage {
    position: relative;
    height: 560px;
    margin-top: 28px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #ffffff 0%, #f7f4ec 100%);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.map-stage::before {
    content: "";
    position: absolute;
    inset: 10% 4% 6%;
    background-image: radial-gradient(#95a3ae 2.4px, transparent 2.8px);
    background-size: 16px 16px;
    -webkit-mask-image: url("https://upload.wikimedia.org/wikipedia/commons/e/ec/World_map_blank_without_borders.svg");
    mask-image: url("https://upload.wikimedia.org/wikipedia/commons/e/ec/World_map_blank_without_borders.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 95% auto;
    mask-size: 95% auto;
}

.region-tag {
    position: absolute;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ef9822;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(239, 152, 34, 0.22);
}

.reach-map {
    height: clamp(440px, 46vw, 640px);
    max-width: 1180px;
    margin: 34px auto 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.reach-map::before {
    inset: 0 2% 0;
    background-image: radial-gradient(#83919c 2.8px, transparent 3.1px);
    background-size: 12px 12px;
    opacity: 1;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
}

.reach-map .region-tag {
    z-index: 1;
    padding: 7px 16px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: none;
}

.logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 32px;
}

.reach-logo-grid {
    max-width: 980px;
    margin: 36px auto 0;
}

.logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    padding: 24px;
}

.logo-card img {
    width: auto;
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card.featured-case {
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.case-label {
    color: #111111;
    background: linear-gradient(90deg, #ef9822 0%, var(--accent) 100%);
}

.case-card h3 {
    margin-top: 16px;
}

.case-card p {
    margin-top: 10px;
}

.case-card-media {
    height: 190px;
    margin: -26px -26px 22px;
    overflow: hidden;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    background: var(--surface-soft);
}

.case-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(249, 177, 45, 0.12);
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 800;
}

.quote-highlight {
    padding: 34px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, #111111 0%, #1b1b1b 100%);
    color: #ffffff;
}

.quote-highlight blockquote {
    margin: 16px 0 0;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.2vw, 1.95rem);
    line-height: 1.45;
}

.quote-highlight p {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72);
}

.quote-section + .quote-section {
    margin-top: 54px;
}

.quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.quote-card blockquote {
    margin: 16px 0 0;
    color: var(--muted-strong);
    font-size: 1.02rem;
}

.quote-card p {
    margin-top: 18px;
    color: var(--muted);
}

.contact-copy h2 {
    font-size: clamp(2.3rem, 4vw, 4rem);
}

.contact-hero-section {
    padding: 82px 0 88px;
    background:
        linear-gradient(180deg, #fffdf8 0%, #ffffff 58%, #f7f7f4 100%);
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
    gap: clamp(38px, 5vw, 74px);
    align-items: center;
}

.contact-hero-copy h1 {
    max-width: 780px;
    font-size: clamp(2.75rem, 5.2vw, 4.65rem);
    letter-spacing: -0.045em;
}

.contact-hero-copy .section-lead {
    max-width: 650px;
    color: var(--muted-strong);
    font-size: 1.12rem;
    text-align: left;
}

.contact-hero-copy .hero-actions {
    margin-top: 28px;
}

.contact-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    margin-top: 34px;
}

.contact-path-grid div {
    min-height: 112px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.contact-path-grid strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: var(--accent);
    font-family: var(--font-display);
    font-weight: 900;
}

.contact-path-grid span {
    display: block;
    margin-top: 14px;
    color: var(--muted-strong);
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1.25;
}

.contact-panel-stack {
    display: grid;
    gap: 16px;
}

.contact-panel-stack .dark-box,
.contact-response-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    background: #111111;
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(17, 17, 17, 0.18);
}

.contact-panel-stack .dark-box h3 {
    margin-top: 16px;
    color: #ffffff;
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}

.contact-panel-stack .dark-box p,
.contact-response-card p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.74);
    text-align: left;
}

.contact-panel-stack .contact-info-list {
    margin-top: 22px;
}

.contact-form-section {
    padding-top: 74px;
    background: #ffffff;
}

.contact-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(420px, 1fr);
    gap: clamp(34px, 5vw, 70px);
    align-items: start;
}

.contact-lead-form {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.visual-pair {
    display: grid;
    grid-template-columns: 1fr 0.64fr;
    gap: 16px;
    margin: 28px 0;
}

.visual-pair .media-card {
    height: 390px;
}

.visual-pair .media-card:last-child {
    height: 285px;
    align-self: center;
}

.contact-form-card {
    padding: 32px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.field {
    display: grid;
    gap: 8px;
}

.field.full-span {
    grid-column: 1 / -1;
}

.field label {
    color: var(--muted-strong);
    font-size: 0.92rem;
    font-weight: 700;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #f7f3ea;
    color: var(--text);
    padding: 16px 18px;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(224, 141, 25, 0.38);
    background: #fffdf8;
}

.field textarea {
    min-height: 160px;
    resize: vertical;
}

.form-note {
    margin-top: 14px;
    font-size: 0.92rem;
}

.form-status {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: var(--radius-lg);
    background: rgba(249, 177, 45, 0.12);
    border: 1px solid rgba(224, 141, 25, 0.18);
    color: var(--accent-deep);
    font-size: 0.95rem;
    font-weight: 700;
}

.form-status:first-child {
    margin-top: 0;
    margin-bottom: 16px;
}

.form-status-error {
    background: rgba(185, 28, 28, 0.08);
    border-color: rgba(185, 28, 28, 0.22);
    color: #991b1b;
}

.contact-info-panel {
    margin-top: 26px;
    padding: 26px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: #ffffff;
}

.contact-info-panel h3,
.contact-info-panel p,
.contact-info-panel a {
    color: #ffffff;
}

.contact-info-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.contact-info-list a,
.contact-info-list span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
}

.contact-info-list i {
    width: 18px;
    color: var(--accent);
}

.service-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.service-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 700;
}

.cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 28px;
    padding: 34px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.cta-panel .dark-box {
    padding: 28px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: #ffffff;
}

.cta-panel .dark-box p,
.cta-panel .dark-box a {
    color: rgba(255, 255, 255, 0.78);
}

.footer {
    background: #0d0d0d;
}

.site-footer {
    padding: 54px 0 24px;
    background: #0d0d0d;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.footer-brand {
    display: grid;
    gap: 16px;
}

.footer-brand p,
.footer-links a,
.footer-links span,
.footer-title {
    color: rgba(255, 255, 255, 0.72);
}

.footer-title {
    font-family: var(--font-display);
    font-size: 1.02rem;
    font-weight: 800;
}

.footer-links {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.footer-links a:hover {
    color: var(--accent);
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.social-links a:hover {
    background: rgba(249, 177, 45, 0.24);
}

.footer-bottom {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.9rem;
}

.legal-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.legal-aside {
    position: sticky;
    top: 102px;
    background: var(--surface-soft);
}

.legal-aside h3 {
    font-size: 1.3rem;
}

.legal-aside a {
    display: block;
    margin-top: 12px;
    color: var(--accent-deep);
    font-family: var(--font-display);
    font-weight: 800;
}

.legal-stack {
    display: grid;
    gap: 20px;
}

.legal-panel h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
}

.legal-section + .legal-section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.legal-note {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: var(--radius-lg);
    background: rgba(249, 177, 45, 0.12);
    border: 1px solid rgba(224, 141, 25, 0.18);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    :root {
        --header-height: 76px;
    }

    .nav-list {
        gap: 18px;
    }

    .nav-list a {
        font-size: 0.88rem;
    }

    .desktop-cta {
        padding-inline: 16px;
    }

    .service-teaser-grid,
    .detail-grid,
    .case-grid,
    .feature-grid,
    .logo-grid,
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metrics-grid,
    .kpi-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mini-logo-row {
        width: 100%;
    }
}

@media (max-width: 960px) {
    :root {
        --header-height: 72px;
    }

    body {
        padding-top: var(--header-height);
    }

    .site-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
    }

    .desktop-nav,
    .desktop-cta {
        display: none;
    }

    .menu-toggle {
        display: inline-block;
    }

    .nav-shell {
        min-height: var(--header-height);
    }

    .mobile-panel {
        max-height: calc(100vh - var(--header-height));
        overflow-y: auto;
    }

    .overview-grid,
    .split-grid,
    .contact-split,
    .contact-hero-grid,
    .contact-form-layout,
    .cta-split,
    .legal-grid,
    .feature-banner,
    .cta-panel,
    .trust-strip-inner,
    .process-layout,
    .home-hero-inner,
    .service-detail-layout,
    .service-proof-grid {
        grid-template-columns: 1fr;
    }

    .hero-insight-panel {
        max-width: 680px;
    }

    .home-hero {
        min-height: auto;
    }

    .home-hero-inner {
        min-height: auto;
        gap: 28px;
        align-items: start;
        padding: 54px 0 52px;
    }

    .hero-home-copy {
        max-width: 720px;
    }

    .hero-kicker {
        font-size: clamp(2.35rem, 7vw, 4.2rem);
    }

    .reach-map {
        height: 430px;
        max-width: 100%;
    }

    .legal-aside {
        position: static;
    }

    .office-collage,
    .visual-pair {
        grid-template-columns: 1fr;
    }

    .office-collage {
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .media-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .media-stack .media-card {
        height: 220px;
    }

    .map-stage {
        height: 420px;
    }
}

@media (max-width: 720px) {
    :root {
        --header-height: 66px;
    }

    .shell,
    .narrow-shell {
        width: min(var(--shell), calc(100% - 24px));
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .section {
        padding: 58px 0;
    }

    .section-heading,
    .section-heading.align-left {
        margin-bottom: 28px;
        text-align: left;
    }

    .section-label {
        margin-bottom: 12px;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    h1 {
        font-size: clamp(2.2rem, 11vw, 3.1rem);
    }

    h2 {
        font-size: clamp(1.8rem, 9vw, 2.55rem);
    }

    h3 {
        font-size: clamp(1.08rem, 5vw, 1.35rem);
    }

    .section-lead,
    .hero-subtext {
        font-size: 0.98rem;
    }

    .hero-banner span {
        font-size: clamp(2rem, 11vw, 3.3rem);
        padding: 10px 16px;
    }

    .home-hero::before {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.66) 48%, rgba(0, 0, 0, 0.78) 100%);
    }

    .home-hero-inner {
        padding: 42px 0 44px;
    }

    .hero-kicker {
        font-size: clamp(2.15rem, 10.5vw, 3rem);
        letter-spacing: -0.045em;
    }

    .hero-badge {
        max-width: 100%;
        font-size: 0.72rem;
    }

    .hero-actions,
    .service-chip-row {
        flex-direction: column;
        gap: 10px;
    }

    .hero-proof-grid {
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
        min-height: 48px;
        white-space: normal;
    }

    .summary-grid,
    .contact-path-grid,
    .service-teaser-grid,
    .detail-grid,
    .case-grid,
    .quote-grid,
    .feature-grid,
    .team-grid,
    .kpi-strip,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .mini-logo-row {
        width: 100%;
    }

    .trust-strip {
        padding: 18px 0;
    }

    .trust-strip-inner {
        gap: 16px;
    }

    .mini-logo-row img {
        flex-basis: 132px;
        width: 132px;
        height: 54px;
        padding: 10px;
    }

    .media-stack {
        grid-template-columns: 1fr;
    }

    .media-card.tall,
    .media-stack .media-card,
    .visual-pair .media-card,
    .visual-pair .media-card:last-child {
        height: 240px;
    }

    .team-card figure {
        height: 260px;
    }

    .page-contact .page-banner {
        padding: 24px 0 20px;
    }

    .page-contact .page-intro {
        padding: 46px 0 18px;
    }

    .page-contact .page-intro.centered {
        text-align: left;
    }

    .page-contact .page-intro.centered .section-label {
        justify-content: flex-start;
    }

    .page-contact .page-intro.centered .section-label::before {
        display: block;
    }

    .page-contact .page-intro h1 {
        font-size: clamp(2.02rem, 9.8vw, 2.85rem);
    }

    .page-contact .page-intro .section-lead {
        margin-inline: 0;
    }

    .page-contact .contact-split {
        gap: 30px;
    }

    .page-contact .contact-copy h2 {
        font-size: clamp(1.85rem, 8.5vw, 2.55rem);
    }

    .page-contact .visual-pair {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin: 22px 0;
    }

    .page-contact .visual-pair .media-card,
    .page-contact .visual-pair .media-card:last-child {
        height: 160px;
    }

    .page-contact .summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .page-contact .summary-grid .soft-card {
        padding: 18px;
    }

    .page-contact .summary-grid h3 {
        font-size: 1rem;
        line-height: 1.18;
    }

    .page-contact .summary-grid p {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .page-contact .contact-form-card {
        padding: 22px;
        border-radius: var(--radius-lg);
    }

    .page-contact .contact-form-card .section-lead {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .page-contact .form-grid {
        gap: 12px;
        margin-top: 20px;
    }

    .page-contact .field label {
        font-size: 0.86rem;
    }

    .page-contact .field input,
    .page-contact .field textarea {
        min-height: 48px;
        padding: 13px 14px;
        border-radius: 12px;
        font-size: 0.92rem;
    }

    .page-contact .field textarea {
        min-height: 132px;
    }

    .page-contact .form-note,
    .page-contact .form-status {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .page-contact .contact-info-panel {
        margin-top: 22px;
        padding: 20px;
    }

    .page-contact .contact-info-list a,
    .page-contact .contact-info-list span {
        align-items: flex-start;
        min-width: 0;
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .page-contact .contact-info-list span span,
    .page-contact .contact-info-list a span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .page-contact .service-chip-row {
        flex-direction: row;
        gap: 8px;
    }

    .page-contact .service-chip-row span {
        min-height: 30px;
        padding-inline: 10px;
        font-size: 0.7rem;
    }

    .page-contact .split-grid {
        gap: 14px;
    }

    .page-contact .split-grid .soft-card {
        padding: 20px;
    }

    .page-testimonials .page-banner {
        padding: 24px 0 20px;
    }

    .page-testimonials .page-intro {
        padding: 46px 0 18px;
    }

    .page-testimonials .page-intro.centered {
        text-align: left;
    }

    .page-testimonials .page-intro.centered .section-label {
        justify-content: flex-start;
    }

    .page-testimonials .page-intro.centered .section-label::before {
        display: block;
    }

    .page-testimonials .page-intro h1 {
        font-size: clamp(2.05rem, 10vw, 2.85rem);
    }

    .page-testimonials .page-intro .section-lead {
        margin-inline: 0;
    }

    .page-testimonials .quote-highlight {
        padding: 24px;
        border-radius: var(--radius-lg);
    }

    .page-testimonials .quote-highlight blockquote {
        font-size: clamp(1.2rem, 5.8vw, 1.65rem);
        line-height: 1.42;
    }

    .page-testimonials .quote-highlight p {
        margin-top: 14px;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .page-testimonials .kpi-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .page-testimonials .kpi-strip .metric-card {
        padding: 16px;
    }

    .page-testimonials .metric-card strong {
        font-size: clamp(1.65rem, 8vw, 2.2rem);
        letter-spacing: -0.04em;
    }

    .page-testimonials .metric-card span {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .page-testimonials .quote-section + .quote-section {
        margin-top: 36px;
    }

    .page-testimonials .quote-grid {
        gap: 14px;
        margin-top: 18px;
    }

    .page-testimonials .quote-card {
        padding: 20px;
    }

    .page-testimonials .quote-card blockquote {
        margin-top: 14px;
        font-size: 0.96rem;
        line-height: 1.62;
    }

    .page-testimonials .quote-card p {
        margin-top: 14px;
        font-size: 0.86rem;
        line-height: 1.5;
    }

    .page-testimonials .quote-tag {
        max-width: 100%;
        white-space: normal;
    }

    .page-case-studies .page-banner {
        padding: 24px 0 20px;
    }

    .page-case-studies .page-intro {
        padding: 46px 0 18px;
    }

    .page-case-studies .page-intro.centered {
        text-align: left;
    }

    .page-case-studies .page-intro.centered .section-label {
        justify-content: flex-start;
    }

    .page-case-studies .page-intro.centered .section-label::before {
        display: block;
    }

    .page-case-studies .page-intro h1 {
        font-size: clamp(2.02rem, 9.8vw, 2.85rem);
    }

    .page-case-studies .page-intro .section-lead {
        margin-inline: 0;
    }

    .page-case-studies .kpi-strip,
    .page-case-studies .case-grid,
    .page-case-studies .logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .page-case-studies .kpi-strip .metric-card {
        padding: 16px;
    }

    .page-case-studies .metric-card strong {
        font-size: clamp(1.55rem, 7vw, 2.15rem);
        letter-spacing: -0.04em;
    }

    .page-case-studies .metric-card span {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .page-case-studies .map-stage {
        height: 300px;
        margin-top: 22px;
        border-radius: var(--radius-lg);
    }

    .page-case-studies .map-stage::before {
        inset: 9% -18% 10%;
        background-size: 10px 10px;
        -webkit-mask-size: 128% auto;
        mask-size: 128% auto;
    }

    .page-case-studies .region-tag {
        transform: translateX(-50%);
        padding: 5px 8px;
        font-size: 0.58rem;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .page-case-studies .logo-grid {
        margin-top: 22px;
    }

    .page-case-studies .logo-card {
        min-height: 102px;
        padding: 16px;
    }

    .page-case-studies .logo-card img {
        max-height: 56px;
    }

    .page-case-studies .case-card {
        display: flex;
        flex-direction: column;
        min-width: 0;
        padding: 16px;
    }

    .page-case-studies .case-card h3 {
        margin-top: 12px;
        font-size: 1.02rem;
        line-height: 1.16;
    }

    .page-case-studies .case-card p {
        margin-top: 8px;
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .page-case-studies .chip-row {
        gap: 6px;
        margin-top: 12px;
    }

    .page-case-studies .chip {
        min-height: 30px;
        max-width: 100%;
        padding: 5px 9px;
        border-radius: 12px;
        font-size: 0.68rem;
        line-height: 1.2;
        white-space: normal;
    }

    .page-our-story .page-banner {
        padding: 24px 0 20px;
    }

    .page-our-story .page-intro {
        padding: 46px 0 18px;
    }

    .page-our-story .page-intro.centered {
        text-align: left;
    }

    .page-our-story .page-intro.centered .section-label {
        justify-content: flex-start;
    }

    .page-our-story .page-intro.centered .section-label::before {
        display: block;
    }

    .page-our-story .page-intro h1 {
        font-size: clamp(2.05rem, 10vw, 2.85rem);
    }

    .page-our-story .page-intro .section-lead {
        margin-inline: 0;
    }

    .page-our-story .feature-grid,
    .page-our-story .detail-grid,
    .page-our-story .service-teaser-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .page-our-story .feature-grid .media-card:first-child {
        grid-column: 1 / -1;
        height: 220px;
    }

    .page-our-story .feature-grid .media-card:not(:first-child) {
        height: 150px;
    }

    .page-our-story .detail-card,
    .page-our-story .service-teaser {
        padding: 18px;
    }

    .page-our-story .detail-card.featured-card {
        grid-column: 1 / -1;
    }

    .page-our-story .detail-card h3,
    .page-our-story .service-teaser h3 {
        font-size: 1.02rem;
        line-height: 1.15;
    }

    .page-our-story .detail-card p,
    .page-our-story .detail-card li,
    .page-our-story .service-teaser p {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .page-our-story .service-teaser {
        min-height: 210px;
    }

    .metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .metric-card {
        padding: 18px;
    }

    .process-layout {
        gap: 28px;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .service-teaser {
        min-height: auto;
    }

    .process-step {
        min-height: auto;
        padding: 18px;
    }

    .process-step span {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 0.88rem;
    }

    .process-step h3 {
        margin-top: 14px;
        font-size: 1.02rem;
    }

    .process-step p {
        margin-top: 8px;
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .reach-heading {
        text-align: left;
    }

    .reach-heading span {
        font-size: 0.95rem;
    }

    .reach-heading h2 {
        font-size: clamp(1.75rem, 8vw, 2.45rem);
    }

    .reach-map {
        height: 300px;
        margin-top: 24px;
        overflow: hidden;
    }

    .reach-map::before {
        inset: 8% -18% 12%;
        background-size: 10px 10px;
        -webkit-mask-size: 128% auto;
        mask-size: 128% auto;
    }

    .reach-map .region-tag {
        transform: translateX(-50%);
        padding: 5px 10px;
        font-size: 0.62rem;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .feature-copy,
    .feature-meta,
    .summary-card,
    .service-teaser,
    .case-card,
    .quote-card,
    .detail-card,
    .soft-card,
    .contact-card,
    .legal-panel,
    .legal-aside,
    .contact-form-card {
        padding: 22px;
    }

    .contact-lead-form {
        padding: 24px;
    }

    .contact-hero-section {
        padding: 58px 0 64px;
    }

    .contact-hero-copy h1 {
        font-size: clamp(2.35rem, 11vw, 3.35rem);
    }

    .contact-panel-stack .dark-box,
    .contact-response-card {
        padding: 24px;
    }

    .service-teaser.service-card {
        grid-template-rows: 210px minmax(0, 1fr);
        padding: 0;
    }

    .case-card-media {
        height: 180px;
        margin: -22px -22px 20px;
    }

    .quote-highlight,
    .cta-panel {
        padding: 24px;
    }

    .site-footer {
        padding: calc(var(--header-height) + 28px) 0 22px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
        align-items: start;
    }

    .footer-brand,
    .footer-grid > div:last-child {
        grid-column: 1 / -1;
    }

    .footer-brand {
        gap: 12px;
    }

    .footer-brand p {
        max-width: 36rem;
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .footer-title {
        font-size: 0.94rem;
    }

    .footer-links {
        gap: 9px;
        margin-top: 10px;
    }

    .footer-links a,
    .footer-links span {
        display: inline-block;
        font-size: 0.9rem;
        line-height: 1.48;
        overflow-wrap: anywhere;
    }

    .footer-bottom {
        margin-top: 22px;
        padding-top: 16px;
    }

    .footer-bottom p {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .footer-brand img {
        height: 50px;
        background-size: contain;
    }

    .brand-mark {
        width: 112px;
        height: 48px;
        background-size: contain;
    }

    .home-hero-inner {
        padding: 42px 0 44px;
    }

    .home-hero,
    .home-hero-inner {
        min-height: auto;
    }

    .hero-insight-panel {
        padding: 22px;
    }

    .map-stage {
        height: 320px;
    }

    .region-tag {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 520px) {
    .shell,
    .narrow-shell {
        width: min(var(--shell), calc(100% - 20px));
    }

    .nav-shell {
        gap: 12px;
    }

    .brand-mark {
        width: 100px;
        height: 44px;
        background-size: contain;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }

    .floating-call-cta {
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 46px;
        min-height: 46px;
        padding-inline: 0;
        gap: 0;
        font-size: 0.82rem;
    }

    .floating-call-cta span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .hero-insight-panel,
    .summary-card,
    .service-teaser,
    .case-card,
    .quote-card,
    .cta-panel,
    .cta-panel .dark-box {
        padding: 18px;
    }

    .hero-channel-list span,
    .chip,
    .service-icon,
    .summary-card .summary-tag,
    .pill-tag,
    .case-label,
    .quote-tag {
        min-height: 30px;
        padding-inline: 10px;
        font-size: 0.7rem;
    }

    .logo-card {
        min-height: 104px;
        padding: 18px;
    }

    .reach-logo-grid {
        margin-top: 24px;
    }

    .contact-info-list a,
    .contact-info-list span {
        align-items: flex-start;
    }

    .service-teaser.service-card {
        padding: 0;
    }
}

@media (max-width: 390px) {
    .hero-kicker {
        font-size: clamp(2rem, 10vw, 2.55rem);
    }

    .hero-insight-panel h2 {
        font-size: 1.42rem;
    }

    .reach-map {
        height: 270px;
    }

    .reach-map .region-tag {
        font-size: 0.56rem;
        padding-inline: 8px;
    }

    .page-case-studies .kpi-strip,
    .page-case-studies .case-grid,
    .page-case-studies .logo-grid {
        gap: 10px;
    }

    .page-case-studies .case-card,
    .page-case-studies .kpi-strip .metric-card {
        padding: 14px;
    }

    .page-case-studies .metric-card strong {
        font-size: clamp(1.42rem, 7vw, 1.95rem);
    }

    .page-case-studies .map-stage {
        height: 270px;
    }

    .page-case-studies .region-tag {
        padding-inline: 7px;
        font-size: 0.52rem;
    }

    .page-case-studies .chip {
        padding-inline: 8px;
        font-size: 0.64rem;
    }

    .page-testimonials .quote-highlight,
    .page-testimonials .quote-card,
    .page-testimonials .kpi-strip .metric-card {
        padding: 16px;
    }

    .page-testimonials .quote-highlight blockquote {
        font-size: clamp(1.12rem, 5.5vw, 1.45rem);
    }

    .page-testimonials .quote-card blockquote {
        font-size: 0.92rem;
    }

    .page-testimonials .kpi-strip {
        gap: 10px;
    }

    .page-testimonials .metric-card strong {
        font-size: clamp(1.48rem, 8vw, 2rem);
    }

    .page-contact .visual-pair .media-card,
    .page-contact .visual-pair .media-card:last-child {
        height: 142px;
    }

    .page-contact .summary-grid,
    .page-contact .visual-pair {
        gap: 10px;
    }

    .page-contact .summary-grid .soft-card,
    .page-contact .contact-form-card,
    .page-contact .contact-info-panel,
    .page-contact .split-grid .soft-card {
        padding: 16px;
    }

    .page-contact .field input,
    .page-contact .field select,
    .page-contact .field textarea {
        padding-inline: 12px;
    }
}

@media (max-width: 960px) {
    .page-service-detail .service-detail-hero-grid,
    .page-service-detail .service-overview-grid {
        grid-template-columns: 1fr;
    }

    .page-service-detail .service-metrics,
    .page-service-detail .service-card-grid,
    .page-service-detail .service-grid,
    .page-service-detail .service-process-grid,
    .page-service-detail .service-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .page-service-detail .service-tabs,
    .page-service-detail .service-tab-panels {
        display: none;
    }

    .page-service-detail .service-tab-accordion {
        display: block;
    }

    .page-service-detail .service-metrics,
    .page-service-detail .service-card-grid,
    .page-service-detail .service-grid,
    .page-service-detail .service-check-list,
    .page-service-detail .service-process-grid,
    .page-service-detail .service-outcome-grid {
        grid-template-columns: 1fr;
    }
}

.page-service-detail main {
    overflow-x: clip;
}

.page-service-detail .service-detail-hero-copy,
.page-service-detail .service-hero-visual,
.page-service-detail .service-overview-copy,
.page-service-detail .service-overview-media,
.page-service-detail .service-tab-content,
.page-service-detail .service-tab-accordion-item,
.page-service-detail .service-list-card,
.page-service-detail .process-step,
.page-service-detail .metric-card,
.page-service-detail .quote-card,
.page-service-detail .case-card {
    min-width: 0;
}

.page-service-detail .service-detail-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.35;
}

.page-service-detail .service-description {
    overflow-wrap: anywhere;
}

.page-service-detail .service-description > * {
    max-width: 100%;
}

.page-service-detail .service-description img,
.page-service-detail .service-description video,
.page-service-detail .service-description iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.page-service-detail .service-description iframe {
    aspect-ratio: 16 / 9;
}

.page-service-detail .overview-card,
.page-service-detail .service-list-card,
.page-service-detail .service-check-list li,
.page-service-detail .process-step,
.page-service-detail .service-outcome-grid .metric-card {
    overflow-wrap: anywhere;
}

.page-service-detail .service-tab-accordion-item summary span {
    min-width: 0;
}

.page-service-detail .service-tab-accordion-item summary i {
    flex: 0 0 auto;
}

@media (max-width: 960px) {
    .page-service-detail .service-detail-hero {
        background-position: center top;
    }

    .page-service-detail .service-detail-hero-shell {
        align-content: start;
    }

    .page-service-detail .service-hero-visual,
    .page-service-detail .service-hero-summary {
        max-width: none;
    }
}

@media (max-width: 820px) {
    .page-service-detail .service-tabs,
    .page-service-detail .service-tab-panels {
        display: none;
    }

    .page-service-detail .service-tab-accordion {
        display: block;
    }
}

@media (max-width: 720px) {
    .page-service-detail .service-detail-hero-shell {
        padding: 24px 0 34px;
    }

    .page-service-detail .service-detail-breadcrumbs {
        margin-bottom: 24px;
        padding: 9px 10px;
    }

    .page-service-detail .service-detail-hero-grid {
        gap: 24px;
    }

    .page-service-detail .service-detail-hero-copy h1 {
        font-size: clamp(2.1rem, 10vw, 2.85rem);
        line-height: 1.02;
    }

    .page-service-detail .service-detail-hero-copy .section-lead {
        max-width: none;
    }

    .page-service-detail .service-detail-hero .hero-actions {
        width: 100%;
    }

    .page-service-detail .service-hero-media,
    .page-service-detail .service-overview-media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .page-service-detail .service-hero-summary,
    .page-service-detail .service-overview-panel,
    .page-service-detail .overview-card,
    .page-service-detail .service-metric-card,
    .page-service-detail .service-list-card,
    .page-service-detail .service-check-list li,
    .page-service-detail .process-step,
    .page-service-detail .service-outcome-grid .metric-card,
    .page-service-detail .quote-card,
    .page-service-detail .case-card {
        padding: 16px;
    }

    .page-service-detail .overview-card,
    .page-service-detail .service-list-card,
    .page-service-detail .process-step,
    .page-service-detail .service-outcome-grid .metric-card {
        min-height: 0;
    }

    .page-service-detail .service-hero-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .page-service-detail .service-hero-stat-grid div {
        padding: 14px;
    }

    .page-service-detail .service-hero-stat-grid strong,
    .page-service-detail .service-metric-number {
        font-size: clamp(1.65rem, 9vw, 2.1rem);
    }

    .page-service-detail .service-overview-section,
    .page-service-detail .service-scope-section {
        padding-top: 44px;
    }

    .page-service-detail .service-tab-accordion-item summary {
        align-items: flex-start;
        min-height: 0;
        padding: 14px;
    }

    .page-service-detail .service-tab-accordion-item summary span {
        line-height: 1.3;
    }

    .page-service-detail .service-tab-accordion-content {
        padding: 14px;
    }

    .page-service-detail .service-final-cta-copy {
        justify-items: stretch;
    }
}

@media (max-width: 420px) {
    .page-service-detail .service-detail-breadcrumbs {
        font-size: 0.76rem;
    }

    .page-service-detail .service-hero-stat-grid {
        grid-template-columns: 1fr;
    }

    .page-service-detail .service-hero-media,
    .page-service-detail .service-overview-media {
        aspect-ratio: 4 / 3;
    }
}

/* Page polish requested after mobile review */
.page-home .home-hero::before {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.66) 48%, rgba(0, 0, 0, 0.38) 100%),
        radial-gradient(circle at 74% 42%, rgba(252, 202, 46, 0.2), transparent 30%);
}

.page-home .hero-kicker {
    max-width: 780px;
    text-wrap: balance;
}

.page-home .hero-insight-panel {
    border-color: rgba(252, 202, 46, 0.22);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.86), rgba(17, 17, 17, 0.66));
}

.page-home .service-teaser-grid,
.page-services .service-teaser-grid,
.page-home .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-home .quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-services .service-teaser-grid {
    justify-content: stretch;
}

.page-about .about-intro-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
    align-items: center;
}

.page-about .about-office-collage {
    width: 100%;
}

.page-about .about-team-grid,
.page-about .specialization-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-about .specialization-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    min-height: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, #ffffff, #fffaf0);
    box-shadow: var(--shadow);
}

.page-about .specialization-card .service-symbol {
    position: static;
    width: 48px;
    height: 48px;
}

.page-about .specialization-card h3,
.page-about .specialization-card p {
    min-width: 0;
}

.page-about .specialization-card p {
    margin: 0;
    text-align: left;
}

.page-about .about-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-about .team-card-fallback {
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(252, 202, 46, 0.24), rgba(224, 141, 25, 0.08)),
        #111111;
}

.page-about .team-card-fallback span {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 960px) {
    .page-home .home-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-home .hero-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(240px, 0.68fr);
        gap: 24px;
    }

    .page-about .specialization-grid,
    .page-about .about-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-about .about-office-collage {
        grid-template-columns: 1fr;
    }

    .page-about .about-office-collage .media-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 720px) {
    .page-home .home-hero {
        min-height: auto;
    }

    .page-home .home-hero .hero-media {
        background-position: 58% center;
    }

    .page-home .home-hero::before {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 52%, rgba(0, 0, 0, 0.84) 100%);
    }

    .page-home .home-hero-inner {
        gap: 18px;
        padding: 34px 0 30px;
    }

    .page-home .hero-kicker {
        font-size: clamp(2rem, 9.2vw, 2.7rem);
        line-height: 1.02;
    }

    .page-home .hero-subtext {
        max-width: none;
        margin-top: 14px;
        line-height: 1.55;
    }

    .page-home .hero-insight-panel {
        padding: 16px;
    }

    .page-home .hero-insight-panel h2 {
        margin-top: 12px;
        font-size: clamp(1.2rem, 5vw, 1.55rem);
        line-height: 1.15;
    }

    .page-home .hero-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 14px;
    }

    .page-home .hero-proof-grid div {
        padding: 10px;
    }

    .page-home .hero-proof-grid strong {
        font-size: clamp(1.05rem, 4.8vw, 1.35rem);
    }

    .page-home .hero-proof-grid span {
        font-size: 0.68rem;
        line-height: 1.25;
    }

    .page-home .service-teaser-grid,
    .page-services .service-teaser-grid,
    .page-home .case-grid,
    .page-home .quote-grid,
    .page-about .about-team-grid,
    .page-about .specialization-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .page-home .service-teaser.service-card,
    .page-services .service-teaser.service-card {
        grid-template-rows: 118px minmax(0, 1fr);
    }

    .page-home .service-card-body,
    .page-services .service-card-body {
        gap: 8px;
        padding: 12px;
    }

    .page-home .service-card-body h3,
    .page-services .service-card-body h3,
    .page-home .case-card h3,
    .page-home .quote-card blockquote,
    .page-about .specialization-card h3,
    .page-about .about-team-card h3 {
        font-size: 0.96rem;
        line-height: 1.18;
    }

    .page-home .service-card-kicker,
    .page-services .service-card-kicker,
    .page-home .case-label,
    .page-home .quote-tag,
    .page-about .case-label {
        min-height: 26px;
        padding-inline: 8px;
        font-size: 0.62rem;
        letter-spacing: 0.02em;
    }

    .page-home .service-card-body p,
    .page-services .service-card-body p,
    .page-home .case-card p,
    .page-home .quote-card p,
    .page-about .specialization-card p,
    .page-about .about-team-card p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 0.78rem;
        line-height: 1.45;
        text-align: left;
    }

    .page-home .case-card,
    .page-home .quote-card,
    .page-about .about-team-card div,
    .page-about .specialization-card {
        padding: 12px;
    }

    .page-home .chip-row {
        gap: 6px;
        margin-top: 10px;
    }

    .page-home .chip {
        min-height: 24px;
        padding-inline: 8px;
        font-size: 0.62rem;
    }

    .page-about .about-intro-section {
        padding: 34px 0 28px;
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(132px, 0.66fr);
        gap: 12px;
        align-items: center;
    }

    .page-about .about-intro-grid .section-heading {
        margin-bottom: 12px;
    }

    .page-about .about-intro-grid .section-label {
        font-size: 0.64rem;
    }

    .page-about .about-intro-grid h2 {
        font-size: clamp(1.42rem, 6.8vw, 2rem);
        line-height: 1.05;
    }

    .page-about .about-intro-grid .section-lead,
    .page-about .about-intro-grid > .content-stack > p {
        font-size: 0.78rem;
        line-height: 1.55;
        text-align: left;
    }

    .page-about .about-office-collage {
        display: block;
        margin: 0;
    }

    .page-about .about-office-collage .media-card.tall {
        height: clamp(220px, 72vw, 310px);
    }

    .page-about .about-team-card figure {
        height: 150px;
    }

    .page-about .about-team-card div {
        display: grid;
        gap: 8px;
    }

    .page-about .specialization-card {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 6px 9px;
    }

    .page-about .specialization-card .service-symbol {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .page-service-detail .service-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .page-service-detail .service-metric-card {
        align-content: start;
        min-height: 112px;
        padding: 12px;
    }

    .page-service-detail .service-metric-card i {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        font-size: 0.88rem;
    }

    .page-service-detail .service-metric-number {
        font-size: clamp(1.45rem, 7vw, 1.9rem);
    }

    .page-service-detail .service-metric-label {
        font-size: 0.7rem;
        line-height: 1.25;
    }
}

@media (max-width: 420px) {
    .page-home .service-teaser-grid,
    .page-services .service-teaser-grid,
    .page-home .case-grid,
    .page-home .quote-grid,
    .page-about .about-team-grid,
    .page-about .specialization-grid {
        gap: 10px;
    }

    .page-home .service-teaser.service-card,
    .page-services .service-teaser.service-card {
        grid-template-rows: 104px minmax(0, 1fr);
    }

    .page-home .service-card-body,
    .page-services .service-card-body,
    .page-home .case-card,
    .page-home .quote-card,
    .page-about .about-team-card div,
    .page-about .specialization-card {
        padding: 10px;
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(132px, 0.68fr);
    }

    .page-about .about-intro-grid > .content-stack {
        gap: 10px;
    }

    .page-about .about-office-collage .media-card.tall {
        height: 245px;
    }

    .page-about .about-team-card figure {
        height: 128px;
    }

    .page-service-detail .service-metrics {
        gap: 9px;
    }

    .page-service-detail .service-metric-card {
        min-height: 104px;
        padding: 10px;
    }
}

/* Clean service listing and detail layout */
.page-breadcrumbs,
.service-detail-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.35;
}

.page-breadcrumbs .breadcrumb-link,
.service-detail-breadcrumbs .breadcrumb-link {
    color: var(--text);
}

.page-breadcrumbs .breadcrumb-link:hover,
.service-detail-breadcrumbs .breadcrumb-link:hover {
    color: var(--accent-deep);
}

.page-breadcrumbs .breadcrumb-separator,
.service-detail-breadcrumbs .breadcrumb-separator {
    color: rgba(17, 17, 17, 0.32);
}

.services-index-header {
    padding: clamp(42px, 6vw, 78px) 0 24px;
    background:
        linear-gradient(180deg, rgba(252, 202, 46, 0.08), rgba(255, 255, 255, 0) 74%),
        #ffffff;
}

.services-index-header .page-breadcrumbs {
    margin-bottom: 28px;
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
}

.services-index-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
    gap: clamp(28px, 5vw, 74px);
    align-items: end;
}

.services-index-hero-centered {
    display: block;
}

.services-index-heading {
    max-width: 820px;
    margin: 0;
}

.services-index-hero-centered .services-index-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.services-index-hero-centered .section-label {
    justify-content: center;
}

.services-index-heading h1 {
    max-width: 780px;
    font-size: clamp(2.25rem, 5vw, 4.6rem);
    line-height: 1;
}

.services-index-hero-centered .services-index-heading h1 {
    max-width: 960px;
    margin-inline: auto;
}

.services-index-heading .section-lead {
    max-width: 680px;
    text-align: left;
}

.services-index-hero-centered .services-index-heading .section-lead {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
    text-align-last: center;
}

.services-index-proof {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow);
}

.services-index-proof article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 5px 14px;
    padding: 14px;
    border-radius: 8px;
    background: #ffffff;
}

.services-index-proof span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #111111;
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 0.86rem;
    font-weight: 900;
}

.services-index-proof strong {
    color: #111111;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.1;
}

.services-index-proof p {
    grid-column: 2;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.48;
    text-align: left;
}

.page-services .services-list-section {
    padding-top: 30px;
}

.page-services .service-teaser-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
}

.page-services .service-teaser.service-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.page-services .service-card-media {
    aspect-ratio: 16 / 10;
    height: auto;
}

.page-services .service-card-body {
    min-height: 230px;
}

.page-service-detail .service-detail-hero {
    min-height: clamp(420px, 56vw, 620px);
    background:
        radial-gradient(circle at 86% 18%, rgba(252, 202, 46, 0.24), transparent 28%),
        linear-gradient(135deg, #080808 0%, #111111 58%, #2a2208 100%);
}

.page-service-detail .service-detail-hero.has-image {
    background-image: none;
}

.page-service-detail .service-detail-hero.has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--service-hero-image);
    background-position: right clamp(20px, 9vw, 120px) center;
    background-repeat: no-repeat;
    background-size: min(58vw, 780px) auto;
    opacity: 0.34;
    filter: saturate(0.92) contrast(1.04);
}

.page-service-detail .service-detail-hero.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.82) 46%, rgba(0, 0, 0, 0.46) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.82) 100%);
}

.page-service-detail .service-detail-hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 52%, rgba(0, 0, 0, 0.42) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.68) 100%);
}

.page-service-detail .service-detail-hero-shell {
    min-height: clamp(420px, 56vw, 620px);
    padding: clamp(34px, 5vw, 58px) 0 clamp(46px, 6vw, 72px);
}

.page-service-detail .service-detail-breadcrumbs {
    margin-bottom: clamp(34px, 6vw, 70px);
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-lg);
    background: rgba(17, 17, 17, 0.5);
    color: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(14px);
}

.page-service-detail .service-detail-breadcrumbs .breadcrumb-link {
    color: #ffffff;
}

.page-service-detail .service-detail-breadcrumbs .breadcrumb-link:hover {
    color: var(--accent);
}

.page-service-detail .service-detail-breadcrumbs .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.42);
}

.page-service-detail .service-detail-hero-grid {
    display: block;
}

.page-service-detail .service-detail-hero-copy {
    max-width: 760px;
    padding-left: clamp(18px, 2.4vw, 28px);
    border-left: 4px solid var(--accent);
}

.page-service-detail .service-detail-hero-copy h1 {
    max-width: 780px;
    font-size: clamp(2.55rem, 5.6vw, 5rem);
}

.page-service-detail .service-detail-hero-copy .section-lead {
    max-width: 660px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.page-service-detail .service-overview-section {
    padding-top: clamp(42px, 6vw, 76px);
}

.page-service-detail .service-scope-section {
    padding: clamp(54px, 7vw, 82px) 0;
}

@media (max-width: 960px) {
    .page-services .service-teaser-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-service-detail .service-detail-hero,
    .page-service-detail .service-detail-hero-shell {
        min-height: 460px;
    }

    .page-service-detail .service-detail-hero.has-image::before {
        background-position: right -80px center;
        background-size: min(86vw, 680px) auto;
        opacity: 0.22;
    }
}

@media (max-width: 720px) {
    .services-index-header {
        padding-top: 34px;
    }

    .services-index-header .page-breadcrumbs {
        margin-bottom: 20px;
    }

    .services-index-heading h1 {
        font-size: clamp(2rem, 10vw, 2.85rem);
    }

    .page-services .service-teaser-grid {
        grid-template-columns: 1fr;
    }

    .page-services .service-card-body {
        min-height: 0;
    }

    .page-service-detail .service-detail-hero,
    .page-service-detail .service-detail-hero-shell {
        min-height: 430px;
    }

    .page-service-detail .service-detail-hero.has-image::before {
        background-position: center bottom 24px;
        background-size: min(118vw, 520px) auto;
        opacity: 0.14;
    }

    .page-service-detail .service-detail-breadcrumbs {
        margin-bottom: 28px;
        padding: 9px 10px;
    }

    .page-service-detail .service-detail-hero-copy {
        padding-left: 14px;
    }
}

@media (max-width: 520px) {
    .page-about .about-intro-grid,
    .page-case-studies .case-grid,
    .page-testimonials .quote-grid {
        grid-template-columns: 1fr;
    }

    .page-about .about-office-collage {
        width: 100%;
    }

    .page-about .about-office-collage .media-card.tall {
        height: clamp(240px, 78vw, 340px);
    }

    .page-case-studies .case-card,
    .page-testimonials .quote-card {
        min-height: 0;
    }
}

/* Service detail: banner-only hero with professional intro section */
.page-service-detail .service-detail-hero {
    min-height: clamp(260px, 38vw, 460px);
    background: #111111;
}

.page-service-detail .service-detail-hero.has-image {
    background-image: var(--service-hero-image);
    background-position: center;
    background-size: cover;
}

.page-service-detail .service-detail-hero.has-image::before,
.page-service-detail .service-detail-hero.has-image::after {
    display: none;
}

.page-service-detail .service-detail-hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.12) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.52) 100%);
}

.page-service-detail .service-detail-hero-shell {
    align-content: start;
    min-height: clamp(260px, 38vw, 460px);
    padding: clamp(34px, 5vw, 56px) 0;
}

.page-service-detail .service-detail-breadcrumbs {
    margin: 0;
}

.service-intro-section {
    padding: clamp(44px, 6vw, 78px) 0 clamp(30px, 4vw, 54px);
    background: #ffffff;
}

.service-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.46fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.service-intro-copy {
    display: grid;
    gap: 18px;
    max-width: 840px;
}

.service-intro-copy h1 {
    max-width: 820px;
    color: var(--text);
    font-size: clamp(2.35rem, 5.4vw, 5rem);
    line-height: 0.98;
}

.service-intro-copy .section-lead {
    max-width: 760px;
    color: var(--muted-strong);
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.75;
    text-align: left;
}

.service-intro-copy .hero-actions {
    margin-top: 8px;
}

.service-intro-panel {
    position: sticky;
    top: calc(var(--header-height) + 22px);
}

.page-service-detail .service-overview-section {
    padding-top: clamp(28px, 4vw, 46px);
}

.page-service-detail .service-overview-grid {
    grid-template-columns: 1fr;
}

.page-service-detail .service-overview-copy {
    max-width: none;
}

@media (max-width: 960px) {
    .service-intro-grid {
        grid-template-columns: 1fr;
    }

    .service-intro-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .page-service-detail .service-detail-hero,
    .page-service-detail .service-detail-hero-shell {
        min-height: 260px;
    }

    .page-service-detail .service-detail-hero.has-image {
        background-position: center;
    }

    .service-intro-section {
        padding-top: 34px;
    }

    .service-intro-copy h1 {
        font-size: clamp(2.08rem, 10vw, 3rem);
        line-height: 1.02;
    }

    .service-intro-copy .hero-actions {
        width: 100%;
    }
}

/* Service intro without summary sidebar */
.page-service-detail .service-intro-grid {
    grid-template-columns: minmax(0, 1fr);
}

.page-service-detail .service-intro-copy {
    display: grid;
    grid-template-columns: minmax(340px, 0.8fr) minmax(420px, 1fr);
    gap: clamp(32px, 5vw, 74px);
    align-items: end;
    max-width: none;
}

.page-service-detail .service-intro-heading,
.page-service-detail .service-intro-summary {
    min-width: 0;
}

.page-service-detail .service-intro-summary {
    padding-bottom: 10px;
}

.page-service-detail .service-intro-copy .section-lead {
    max-width: 760px;
}

@media (max-width: 960px) {
    .page-service-detail .service-intro-copy {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }

    .page-service-detail .service-intro-summary {
        padding-bottom: 0;
    }
}

/* Homepage client and creative sections */
.home-banner-2 {
    width: 100%;
    overflow: hidden;
    background: #111111;
}

.home-banner-2 img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

.client-carousel-section {
    padding: 22px 0;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.client-carousel {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.client-carousel-track {
    display: flex;
    width: max-content;
    animation: client-carousel 34s linear infinite;
}

.client-carousel:hover .client-carousel-track {
    animation-play-state: paused;
}

.client-logo-slide {
    flex: 0 0 clamp(150px, 16vw, 222px);
    height: 118px;
    display: grid;
    place-items: center;
    padding: 18px;
}

.client-logo-slide a,
.client-logo-slide img {
    width: 100%;
    height: 100%;
}

.client-logo-slide img {
    object-fit: contain;
    filter: saturate(0.92);
}

@keyframes client-carousel {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.home-about-section {
    background: #111111;
    color: #ffffff;
}

.home-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.86fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: center;
}

.home-about-grid h2 strong,
.studio-copy h2 strong {
    color: var(--accent-strong);
}

.home-about-grid p {
    color: rgba(255, 255, 255, 0.76);
}

.home-about-grid .text-link {
    width: fit-content;
    color: var(--accent);
}

.about-visual {
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.about-visual img {
    width: 100%;
    aspect-ratio: 546 / 426;
    object-fit: cover;
}

.home-counter-section {
    padding: 28px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.home-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--line);
}

.home-counter-card {
    min-height: 132px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 24px;
    background: #ffffff;
    text-align: center;
}

.home-counter-card span {
    color: var(--muted-strong);
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 800;
}

.home-counter-card strong {
    color: #111111;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    font-weight: 900;
    line-height: 1;
}

.creative-showcase-section {
    background: var(--surface-soft);
}

.creative-post-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.creative-post-card {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.creative-post-card img {
    width: 100%;
    aspect-ratio: 19 / 28;
    object-fit: cover;
}

.studio-section {
    background: #ffffff;
}

.studio-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.studio-copy {
    align-content: center;
    min-height: 360px;
    padding-right: 12px;
}

.studio-grid video {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    border-radius: var(--radius-lg);
    background: #111111;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.home-pre-cta-banner-section {
    padding-top: clamp(42px, 6vw, 76px);
    padding-bottom: clamp(28px, 5vw, 54px);
    background: #ffffff;
}

.home-pre-cta-banner {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #111111;
    box-shadow: var(--shadow);
}

.home-pre-cta-banner img {
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    object-position: center;
}

@media (prefers-reduced-motion: reduce) {
    .client-carousel-track {
        animation: none;
    }
}

@media (max-width: 960px) {
    .home-about-grid,
    .studio-grid {
        grid-template-columns: 1fr 1fr;
    }

    .studio-copy {
        grid-column: 1 / -1;
        min-height: 0;
        padding-right: 0;
    }

    .creative-post-grid,
    .home-counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .client-logo-slide {
        flex-basis: 150px;
        height: 92px;
        padding: 14px;
    }

    .home-about-grid,
    .studio-grid,
    .creative-post-grid {
        grid-template-columns: 1fr;
    }

    .home-counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-counter-card {
        min-height: 112px;
        padding: 18px;
    }

    .studio-grid video {
        min-height: 320px;
    }

    .home-pre-cta-banner img {
        aspect-ratio: 16 / 7;
    }
}

@media (max-width: 420px) {
    .home-counter-grid {
        grid-template-columns: 1fr;
    }

    .home-pre-cta-banner-section {
        padding-top: 34px;
    }
}

/* Service landing page refresh */
.service-landing-page main {
    overflow-x: clip;
}

.service-landing-hero {
    padding: 26px 0 46px;
    background: #ffffff;
}

.service-landing-banner {
    width: min(1100px, 100%);
    margin: 24px auto 34px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--surface-soft);
    box-shadow: var(--shadow);
}

.service-landing-banner img {
    width: 100%;
    aspect-ratio: 1100 / 343;
    object-fit: cover;
}

.service-landing-intro {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.service-landing-intro .section-label {
    justify-content: center;
}

.service-landing-intro .section-label::before {
    display: inline-block;
}

.service-landing-intro h1 strong,
.service-why-content h2 strong {
    color: var(--accent-strong);
}

.service-landing-intro h1 {
    font-size: clamp(2.1rem, 4.7vw, 4.35rem);
    line-height: 0.98;
}

.service-landing-intro .section-lead {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
    text-align-last: center;
}

.service-divider {
    position: relative;
    display: grid;
    place-items: center;
    height: 34px;
    margin-bottom: 28px;
    color: var(--accent-strong);
}

.service-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: repeating-linear-gradient(135deg, transparent 0 12px, rgba(17, 17, 17, 0.28) 12px 14px);
}

.service-divider i {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--line);
}

.approach-tabs {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.approach-tab-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--line);
}

.approach-tab {
    min-height: 68px;
    padding: 14px 16px;
    border: 0;
    border-right: 1px solid var(--line);
    background: #ffffff;
    color: var(--muted-strong);
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 800;
    text-align: center;
}

.approach-tab:last-child {
    border-right: 0;
}

.approach-tab.is-active {
    background: #111111;
    color: var(--accent);
}

.approach-panel {
    padding: clamp(24px, 4vw, 44px);
}

.approach-panel h3 {
    color: #111111;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.approach-panel p {
    margin-top: 12px;
    font-size: 1.04rem;
}

.service-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-capability-card {
    min-height: 280px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.service-capability-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(252, 202, 46, 0.26), rgba(224, 141, 25, 0.1));
    color: var(--accent-deep);
    font-size: 1.55rem;
}

.service-capability-card h3 {
    font-size: clamp(1.12rem, 1.8vw, 1.38rem);
    line-height: 1.18;
}

.service-capability-card p {
    margin-top: 12px;
    font-size: 0.94rem;
}

.service-expect-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--line);
}

.service-expect-card {
    min-height: 150px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 12px;
    padding: 20px 14px;
    background: #ffffff;
    text-align: center;
}

.service-expect-card i {
    color: var(--accent-deep);
    font-size: 1.45rem;
}

.service-expect-card h3 {
    font-size: 0.98rem;
    line-height: 1.22;
}

.service-outcome-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}

.service-outcome-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 800;
}

.service-outcome-list i {
    color: var(--accent);
}

.service-why-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8f6ef 100%);
}

.service-why-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.service-why-heading .section-label {
    justify-content: center;
}

.service-why-heading .section-label::before {
    display: inline-block;
}

.service-why-heading .section-lead {
    margin-inline: auto;
    text-align: center;
}

.service-why-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1fr);
    gap: clamp(28px, 4.6vw, 64px);
    align-items: center;
    margin-top: 36px;
}

.service-why-visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #111111;
    box-shadow: 0 28px 90px rgba(17, 17, 17, 0.18);
}

.service-why-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(17, 17, 17, 0.02) 32%, rgba(17, 17, 17, 0.88) 100%),
        linear-gradient(135deg, rgba(252, 202, 46, 0.12), transparent 48%);
}

.service-why-visual img,
.service-why-visual-fallback {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.service-why-visual-fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(252, 202, 46, 0.22), transparent 34%),
        #111111;
}

.service-why-visual-fallback span {
    color: rgba(255, 255, 255, 0.1);
    font-family: var(--font-display);
    font-size: clamp(5rem, 12vw, 10rem);
    font-weight: 900;
}

.service-why-visual figcaption {
    position: absolute;
    z-index: 1;
    left: clamp(20px, 3vw, 34px);
    right: clamp(20px, 3vw, 34px);
    bottom: clamp(20px, 3vw, 34px);
    color: #ffffff;
}

.service-why-visual h3 {
    max-width: 520px;
    margin-top: 12px;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.04;
}

.service-why-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px);
}

.service-why-stats div {
    padding: 18px;
    background: rgba(17, 17, 17, 0.46);
}

.service-why-stats strong {
    display: block;
    color: var(--accent);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 900;
    line-height: 1;
}

.service-why-stats span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.service-accordion {
    display: grid;
    gap: 12px;
}

.service-accordion-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(17, 17, 17, 0.06);
}

.service-accordion-item > button {
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: #111111;
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 800;
    text-align: left;
}

.service-accordion-item > button span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.service-accordion-item > button span strong {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
    background: #111111;
    color: var(--accent);
    font-size: 0.84rem;
    line-height: 1;
}

.service-accordion-item > button i {
    color: var(--accent-deep);
    transition: transform 0.2s ease;
}

.service-accordion-item.is-open > button i {
    transform: rotate(45deg);
}

.service-faq-list .service-accordion-item.is-open > button i {
    transform: rotate(180deg);
}

.service-accordion-panel {
    padding: 0 20px 20px 72px;
}

.service-accordion-panel p {
    margin: 0;
}

.service-client-grid {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--line);
}

.service-client-set {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
}

.service-client-track {
    display: block;
    width: 100%;
}

.service-client-set-clone {
    display: none;
}

.service-client-logo {
    display: grid;
    place-items: center;
    min-height: 126px;
    padding: 22px;
    background: #ffffff;
}

.service-client-logo img {
    width: 100%;
    height: 72px;
    object-fit: contain;
}

.service-tool-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.service-tool-track {
    display: flex;
    width: max-content;
    gap: 10px;
    animation: service-tool-scroll 26s linear infinite;
}

.service-tool-marquee:hover .service-tool-track {
    animation-play-state: paused;
}

.service-tool-card {
    flex: 0 0 220px;
    display: grid;
    place-items: center;
    height: 112px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.service-tool-card img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

@keyframes service-tool-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.service-cert-section {
    background: var(--surface-soft);
}

.service-cert-card {
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.service-cert-card img {
    width: 100%;
    height: auto;
}

.service-contact-section {
    background: #111111;
    color: #ffffff;
}

.service-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
    gap: clamp(30px, 5vw, 64px);
    align-items: start;
}

.service-contact-section .section-lead,
.service-contact-section p {
    color: rgba(255, 255, 255, 0.76);
}

.service-contact-section .dark-box {
    margin-top: 12px;
}

.service-contact-section .contact-lead-form {
    background: #ffffff;
}

.service-contact-section .contact-lead-form p,
.service-contact-section .form-note {
    color: var(--muted);
}

.service-contact-section .field span {
    color: #111111;
}

.service-contact-section .field input,
.service-contact-section .field textarea,
.service-contact-section .field select {
    background: #ffffff;
    color: #111111;
    border-color: rgba(17, 17, 17, 0.18);
}

.service-contact-section .field input::placeholder,
.service-contact-section .field textarea::placeholder {
    color: rgba(17, 17, 17, 0.45);
}

@media (prefers-reduced-motion: reduce) {
    .service-tool-track,
    .service-client-track {
        animation: none;
    }
}

@media (max-width: 1120px) {
    .service-expect-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .approach-tab-list,
    .service-capability-grid,
    .service-why-grid,
    .service-contact-grid {
        grid-template-columns: 1fr;
    }

    .service-client-set {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .service-landing-hero {
        padding: 20px 0 42px;
    }

    .service-landing-banner {
        margin: 20px 0 28px;
    }

    .service-landing-banner img {
        aspect-ratio: 1100 / 343;
    }

    .service-capability-grid,
    .service-expect-grid {
        grid-template-columns: 1fr;
    }

    .service-client-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
    }

    .service-client-logo {
        min-height: 100px;
        padding: 16px;
    }

    .service-client-logo img {
        height: 56px;
        max-width: 100%;
        object-fit: contain;
    }

    .approach-tab {
        min-height: 54px;
    }

    .service-tool-card {
        flex-basis: 176px;
        height: 94px;
    }

    .service-why-grid {
        margin-top: 26px;
    }

    .service-why-visual {
        min-height: 420px;
    }

    .service-why-stats {
        grid-template-columns: 1fr;
    }

    .service-accordion-item > button {
        min-height: 62px;
        padding: 15px;
    }

    .service-accordion-item > button span {
        gap: 10px;
    }

    .service-accordion-item > button span strong {
        width: 34px;
        height: 34px;
    }

    .service-accordion-panel {
        padding: 0 15px 16px 59px;
    }
}

/* About page refinement */
.page-about .about-team-section {
    background: var(--surface-soft);
}

.page-about .about-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.page-about .about-team-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 220px;
    padding: 18px;
    gap: 18px;
    align-items: center;
    overflow: visible;
}

.page-about .about-team-card figure {
    width: 112px;
    height: 112px;
    margin: 0;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
}

.page-about .about-team-card img {
    object-fit: cover;
}

.page-about .about-team-card div {
    min-width: 0;
    padding: 0;
}

.page-about .about-team-card h3 {
    margin-top: 10px;
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    line-height: 1.1;
}

.page-about .about-team-card p {
    margin-top: 10px;
    color: var(--muted);
    font-family: var(--font-body);
    font-weight: 500;
    line-height: 1.55;
    text-align: left;
}

.page-about .about-impact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.page-about .about-impact-cards {
    display: grid;
    gap: 14px;
}

.page-about .about-impact-cards article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 8px 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.page-about .about-impact-cards strong {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: var(--radius-lg);
    background: #111111;
    color: var(--accent);
    font-family: var(--font-display);
    font-weight: 900;
}

.page-about .about-impact-cards p {
    margin: 0;
}

.about-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-lg);
    background: var(--line-dark);
}

.about-process-grid article {
    min-height: 250px;
    padding: 24px;
    background: #151515;
}

.about-process-grid span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(252, 202, 46, 0.14);
    color: var(--accent);
    font-family: var(--font-display);
    font-weight: 900;
}

.about-process-grid h3 {
    margin-top: 22px;
    color: #ffffff;
}

.about-process-grid p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
    text-align: left;
}

.about-cta-section {
    background: var(--surface-soft);
}

@media (max-width: 1100px) {
    .page-about .about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .page-about .about-impact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .page-about .about-team-grid,
    .page-about .specialization-grid,
    .page-about .about-service-grid,
    .about-process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page-about .about-team-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-height: 0;
        padding: 20px;
        gap: 12px;
    }

    .page-about .about-team-card figure {
        width: 96px;
        height: 96px;
        margin: 0;
    }

    .page-about .about-team-card div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 0;
    }

    .page-about .about-team-card .case-label {
        margin-bottom: 4px;
    }

    .page-about .about-team-card h3 {
        margin-top: 0;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .page-about .about-team-card p {
        display: block;
        -webkit-line-clamp: unset;
        margin-top: 0;
        font-size: 0.85rem;
        line-height: 1.5;
        text-align: center;
    }

    .page-about .about-impact-cards article {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 16px;
    }

    .page-about .about-impact-cards strong {
        width: 48px;
        height: 48px;
    }
}

/* Clients page */
.clients-hero {
    padding: clamp(54px, 8vw, 96px) 0 36px;
    background: #ffffff;
}

.clients-hero-inner {
    display: grid;
    gap: 38px;
}

.clients-hero-copy {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}

.clients-hero-copy .section-label {
    justify-content: center;
}

.clients-hero-copy h1 {
    font-size: clamp(2.4rem, 6vw, 5.2rem);
}

.clients-hero-copy .section-lead {
    max-width: 840px;
    margin-inline: auto;
    text-align: center;
    text-align-last: center;
}

.clients-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--line);
}

.clients-hero-stats article {
    min-height: 132px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 22px;
    background: #ffffff;
    text-align: center;
}

.clients-hero-stats span {
    color: var(--muted-strong);
    font-family: var(--font-display);
    font-weight: 800;
}

.clients-hero-stats strong {
    color: #111111;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4vw, 3.35rem);
    font-weight: 900;
    line-height: 1;
}

.clients-creative-section {
    background: var(--surface-soft);
}

.clients-creative-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.clients-creative-card {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.clients-creative-card img {
    width: 100%;
    aspect-ratio: 19 / 28;
    object-fit: cover;
}

.clients-logo-section {
    background: #ffffff;
}

.client-directory-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--line);
}

.client-directory-card {
    min-height: 152px;
    display: grid;
    place-items: center;
    padding: 18px;
    background: #ffffff;
    text-align: center;
}

.client-directory-card a {
    display: grid;
    place-items: center;
    gap: 12px;
    width: 100%;
    height: 100%;
}

.client-directory-card img {
    width: 100%;
    height: 76px;
    object-fit: contain;
}

.client-directory-card span {
    display: block;
    margin-top: 12px;
    color: var(--muted-strong);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.25;
}

.clients-cta-section {
    background: var(--surface-soft);
}

@media (max-width: 1100px) {
    .client-directory-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .clients-hero-stats,
    .clients-creative-grid,
    .client-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .clients-hero-stats,
    .clients-creative-grid,
    .client-directory-grid {
        grid-template-columns: 1fr;
    }

    .clients-hero-stats article {
        min-height: 104px;
    }
}

/* Compact page rhythm */
.section {
    padding-top: clamp(38px, 5.2vw, 64px);
    padding-bottom: clamp(38px, 5.2vw, 64px);
}

.section-heading {
    max-width: 820px;
    margin-bottom: clamp(22px, 3vw, 34px);
}

.section-heading h2 {
    font-size: clamp(2rem, 3.8vw, 3.45rem);
    line-height: 1.06;
}

.section-heading .section-lead,
.section-lead {
    margin-top: 14px;
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
    line-height: 1.65;
}

.page-home .section-heading h2,
.page-about .section-heading h2 {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.page-home .section-soft,
.page-home .creative-showcase-section,
.page-home .studio-section {
    padding-top: clamp(34px, 4.8vw, 56px);
    padding-bottom: clamp(34px, 4.8vw, 56px);
}

.page-home .studio-grid {
    gap: clamp(20px, 3vw, 34px);
}

.page-home .service-teaser-grid,
.page-services .service-teaser-grid {
    gap: clamp(16px, 2vw, 22px);
}

.services-index-header {
    padding: clamp(28px, 4vw, 50px) 0 12px;
}

.services-index-header .page-breadcrumbs {
    margin-bottom: 18px;
}

.services-index-hero-grid {
    align-items: center;
}

.services-index-heading h1 {
    max-width: 760px;
    font-size: clamp(2.2rem, 4.4vw, 4rem);
    line-height: 1.02;
}

.services-index-heading .section-lead {
    max-width: 620px;
}

.page-services .services-list-section {
    padding-top: 18px;
}

.page-home .service-teaser.service-card,
.page-services .service-teaser.service-card {
    border-radius: 8px;
}

.page-services .service-card-media {
    aspect-ratio: 16 / 9;
}

.page-services .service-card-body {
    min-height: 190px;
}

.page-about .section {
    padding-top: clamp(34px, 4.8vw, 58px);
    padding-bottom: clamp(34px, 4.8vw, 58px);
}

.page-about .about-intro-grid {
    gap: clamp(22px, 4vw, 48px);
}

.page-about .about-team-section {
    padding-top: clamp(34px, 4.6vw, 54px);
}

.page-about .about-team-card {
    min-height: 190px;
}

.page-about .about-process-section {
    padding-top: clamp(40px, 5vw, 64px);
    padding-bottom: clamp(40px, 5vw, 64px);
}

.page-about .about-process-section .section-heading h2 {
    max-width: 860px;
    margin-inline: auto;
    font-size: clamp(2.05rem, 3.9vw, 3.65rem);
}

.about-process-grid article {
    min-height: 210px;
    padding: clamp(18px, 2vw, 24px);
}

.page-about .specialization-grid {
    gap: clamp(14px, 1.8vw, 18px);
}

.page-about .specialization-card {
    min-height: 0;
    padding: clamp(18px, 2.2vw, 24px);
}

.clients-hero {
    padding: clamp(34px, 5vw, 64px) 0 clamp(28px, 4vw, 46px);
}

.clients-hero-inner {
    gap: clamp(24px, 3.5vw, 34px);
}

.clients-hero-copy {
    max-width: 900px;
}

.clients-hero-copy h1 {
    font-size: clamp(2.35rem, 4.8vw, 4.35rem);
    line-height: 1.02;
}

.clients-hero-stats article {
    min-height: 108px;
    padding: 18px;
}

.clients-hero-stats strong {
    font-size: clamp(2rem, 3.4vw, 3rem);
}

@media (max-width: 900px) {
    .section {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .section-heading h2,
    .page-home .section-heading h2,
    .page-about .section-heading h2,
    .page-about .about-process-section .section-heading h2 {
        font-size: clamp(1.85rem, 8vw, 2.75rem);
    }

    .services-index-heading h1,
    .clients-hero-copy h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .services-index-header {
        padding-top: 26px;
    }

    .services-index-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .services-index-proof {
        max-width: 680px;
    }

    .page-services .services-list-section {
        padding-top: 8px;
    }
}

@media (max-width: 560px) {
    .section-heading {
        margin-bottom: 20px;
    }

    .page-about .about-team-card {
        padding: 18px;
    }

    .page-about .about-team-card figure {
        width: 88px;
        height: 88px;
    }

    .page-about .about-team-card h3 {
        font-size: 1.05rem;
    }

    .page-about .about-team-card p {
        font-size: 0.82rem;
    }

    .about-process-grid article,
    .clients-hero-stats article {
        min-height: 0;
    }

    .services-index-proof {
        padding: 10px;
    }

    .services-index-proof article {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 12px;
    }

    .services-index-proof span {
        width: 38px;
        height: 38px;
    }
}

/* Services page showcase layout */
.services-index-banner {
    margin: clamp(24px, 4vw, 42px) auto 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.services-index-banner img {
    width: 100%;
    aspect-ratio: 1100 / 366;
    object-fit: cover;
}

.services-showcase-section {
    background: #ffffff;
}

.services-showcase-list {
    display: grid;
    gap: clamp(26px, 4vw, 50px);
}

.services-showcase-row {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(252, 202, 46, 0.08), rgba(255, 255, 255, 0) 48%),
        #ffffff;
    box-shadow: var(--shadow);
}

.services-showcase-row.is-reversed {
    grid-template-columns: minmax(360px, 0.72fr) minmax(0, 0.88fr);
}

.services-showcase-row.is-reversed .services-showcase-copy {
    order: 2;
}

.services-showcase-row.is-reversed .services-showcase-media {
    order: 1;
}

.services-showcase-copy {
    display: grid;
    gap: 14px;
}

.services-showcase-preline,
.service-detail-eyebrow {
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 0.96rem;
    font-weight: 700;
    text-align: left;
}

.services-showcase-copy h2 {
    max-width: 620px;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 0.98;
}

.services-showcase-copy p:not(.services-showcase-preline) {
    max-width: 610px;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.7;
    text-align: left;
}

.services-showcase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.services-showcase-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: rgba(252, 202, 46, 0.12);
    color: #111111;
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
}

.service-showcase-button {
    width: fit-content;
    margin-top: 8px;
}

.services-showcase-media {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #f8f8f8;
}

.services-showcase-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
    pointer-events: none;
}

.services-showcase-media img,
.services-showcase-fallback {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.services-showcase-fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 28% 22%, rgba(252, 202, 46, 0.42), transparent 30%),
        #111111;
}

.services-showcase-fallback span {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
}

/* Service detail Socialee-style split intro */
.service-detail-story-section {
    background: #ffffff;
}

.service-detail-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.service-detail-story-copy {
    display: grid;
    gap: 14px;
}

.service-detail-story-copy h2 {
    max-width: 620px;
    font-size: clamp(2.2rem, 4.2vw, 4.2rem);
    line-height: 0.98;
}

.service-detail-story-copy > p:not(.service-detail-eyebrow) {
    max-width: 640px;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.75;
    text-align: left;
}

.service-detail-story-media {
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #f8f8f8;
    box-shadow: var(--shadow);
}

.service-detail-story-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.service-portfolio-actions {
    margin-top: 18px;
}

.service-landing-intro .service-portfolio-actions {
    justify-content: center;
}

@media (max-width: 980px) {
    .services-showcase-row,
    .services-showcase-row.is-reversed,
    .service-detail-story-grid {
        grid-template-columns: 1fr;
    }

    .services-showcase-row.is-reversed .services-showcase-copy,
    .services-showcase-row.is-reversed .services-showcase-media {
        order: initial;
    }

    .services-showcase-media img,
    .services-showcase-fallback,
    .service-detail-story-media img {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 560px) {
    .services-showcase-row {
        padding: 14px;
    }

    .services-showcase-copy h2,
    .service-detail-story-copy h2 {
        font-size: clamp(1.9rem, 11vw, 2.7rem);
    }

    .services-showcase-tags span {
        width: 100%;
        border-radius: 8px;
    }
}

/* Final served mobile override. Keep this at the end of public/style.css. */
@media (max-width: 720px) {
    html,
    body,
    main {
        max-width: 100%;
        overflow-x: clip;
    }

    p,
    li,
    blockquote {
        text-align: left;
        hyphens: none;
    }

    .shell,
    .narrow-shell {
        width: min(var(--shell), calc(100% - 18px));
        max-width: 100%;
        min-width: 0;
    }

    .section {
        padding: 34px 0;
    }

    .section-heading,
    .section-heading.align-left {
        margin-bottom: 20px;
    }

    .section-label {
        margin-bottom: 8px;
        font-size: 0.62rem;
        letter-spacing: 0.12em;
    }

    .section-label::before {
        width: 24px;
    }

    h2 {
        font-size: clamp(1.72rem, 8.2vw, 2.35rem);
        line-height: 1.04;
    }

    .section-lead {
        margin-top: 10px;
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .hero-actions .button,
    .service-portfolio-actions .button {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding-inline: 8px;
        font-size: 0.7rem;
        line-height: 1.12;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .button {
        min-height: 44px;
        border-radius: 8px;
    }

    .floating-call-cta {
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        width: auto;
        min-width: 112px;
        min-height: 42px;
        padding-inline: 12px;
        gap: 7px;
        font-size: 0.72rem;
    }

    .floating-call-cta span {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: nowrap;
    }

    .page-home .home-hero-inner {
        gap: 16px;
        padding: 30px 0 24px;
        max-width: calc(100% - 18px);
        min-width: 0;
    }

    .page-home .hero-home-copy,
    .page-home .hero-insight-panel {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .page-home .hero-kicker {
        max-width: 100%;
        font-size: clamp(1.78rem, 8.4vw, 2.35rem);
        line-height: 1.03;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .page-home .hero-badge {
        margin-bottom: 10px;
        padding: 6px 10px;
        font-size: 0.58rem;
        line-height: 1.2;
    }

    .page-home .hero-subtext {
        margin-top: 10px;
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .page-home .hero-insight-panel {
        padding: 14px;
    }

    .page-home .hero-insight-panel h2 {
        font-size: clamp(1.12rem, 4.8vw, 1.45rem);
    }

    .page-home .hero-insight-panel p {
        margin-top: 10px;
        font-size: 0.78rem;
        line-height: 1.5;
    }

    .page-home .panel-kicker {
        min-height: 26px;
        padding-inline: 9px;
        font-size: 0.58rem;
    }

    .page-home .hero-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1px;
        margin-top: 12px;
        width: 100%;
        max-width: 100%;
    }

    .page-home .hero-proof-grid div {
        min-width: 0;
        padding: 8px 6px;
    }

    .page-home .hero-proof-grid strong {
        font-size: clamp(0.88rem, 3.9vw, 1.12rem);
        overflow-wrap: anywhere;
    }

    .page-home .hero-proof-grid span {
        font-size: 0.52rem;
        line-height: 1.18;
        overflow-wrap: anywhere;
    }

    .home-about-grid,
    .about-intro-grid,
    .about-impact-grid,
    .cta-panel,
    .service-intro-grid,
    .page-service-detail .service-intro-copy,
    .services-showcase-row,
    .services-showcase-row.is-reversed,
    .clients-hero-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-counter-grid,
    .creative-post-grid,
    .studio-grid,
    .service-teaser-grid,
    .page-home .service-teaser-grid,
    .page-services .service-teaser-grid,
    .page-about .about-team-grid,
    .page-about .specialization-grid,
    .about-process-grid,
    .about-impact-cards,
    .clients-hero-stats,
    .clients-creative-grid,
    .client-directory-grid,
    .service-grid,
    .service-card-grid,
    .service-process-grid,
    .service-outcome-grid,
    .page-service-detail .service-metrics,
    .page-service-detail .service-card-grid,
    .page-service-detail .service-grid,
    .page-service-detail .service-process-grid,
    .page-service-detail .service-outcome-grid,
    .summary-grid,
    .metrics-grid,
    .kpi-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .service-teaser.service-card,
    .page-home .service-teaser.service-card,
    .page-services .service-teaser.service-card {
        grid-template-rows: auto minmax(0, 1fr);
        min-height: 100%;
        padding: 0;
    }

    .service-card-media,
    .page-home .service-card-media,
    .page-services .service-card-media {
        height: auto;
        aspect-ratio: 16 / 10;
        background: #ffffff;
    }

    .service-card-media::after {
        display: none;
    }

    .service-card-media img,
    .page-home .service-card-media img,
    .page-services .service-card-media img,
    .services-index-banner img,
    .services-showcase-media img,
    .service-landing-banner img,
    .home-pre-cta-banner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .service-card-body,
    .page-home .service-card-body,
    .page-services .service-card-body {
        gap: 7px;
        min-height: 0;
        padding: 10px;
    }

    .service-card-top,
    .service-card-kicker,
    .service-card-dot,
    .service-card-float,
    .service-teaser .arrow-link {
        display: none;
    }

    .service-card-body h3 {
        font-size: clamp(0.82rem, 3.6vw, 1rem);
        line-height: 1.15;
    }

    .service-card-body p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 0.68rem;
        line-height: 1.36;
    }

    .services-showcase-row {
        display: grid;
        padding: 12px;
    }

    .services-showcase-copy {
        min-width: 0;
    }

    .services-showcase-copy p,
    .services-showcase-tags span {
        font-size: 0.76rem;
        line-height: 1.42;
    }

    .services-showcase-media {
        width: 100%;
        aspect-ratio: 16 / 10;
    }

    .summary-card,
    .service-teaser,
    .case-card,
    .quote-card,
    .detail-card,
    .soft-card,
    .metric-card,
    .page-about .specialization-card,
    .about-process-grid article,
    .about-impact-cards article,
    .page-service-detail .overview-card,
    .page-service-detail .service-list-card,
    .page-service-detail .process-step,
    .page-service-detail .service-metric-card {
        min-width: 0;
        min-height: 0;
        padding: 12px;
    }

    .page-about .specialization-card {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 7px;
    }

    .page-about .specialization-card .service-symbol {
        width: 32px;
        height: 32px;
        font-size: 0.78rem;
    }

    .page-about .specialization-card h3,
    .about-process-grid h3,
    .about-impact-cards h3,
    .summary-card h3,
    .detail-card h3,
    .soft-card h3 {
        font-size: clamp(0.9rem, 3.8vw, 1.05rem);
        line-height: 1.16;
    }

    .page-about .specialization-card p,
    .about-process-grid p,
    .about-impact-cards p,
    .summary-card p,
    .detail-card p,
    .soft-card p {
        font-size: 0.74rem;
        line-height: 1.42;
    }

    .page-about .about-intro-section {
        padding: 32px 0;
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 1fr) minmax(138px, 0.7fr);
        gap: 12px;
        align-items: center;
    }

    .page-about .about-intro-grid h2 {
        font-size: clamp(1.55rem, 7.2vw, 2.08rem);
        line-height: 1.03;
    }

    .page-about .about-intro-grid .section-lead,
    .page-about .about-intro-grid > .content-stack > p {
        font-size: 0.76rem;
        line-height: 1.5;
    }

    .page-about .about-office-collage {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .page-about .about-office-collage .media-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .page-about .about-office-collage .media-card.tall {
        height: clamp(180px, 50vw, 240px);
    }

    .page-about .about-office-collage .media-stack .media-card {
        height: clamp(120px, 34vw, 170px);
    }

    .about-process-grid article span,
    .process-step span {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        font-size: 0.82rem;
    }

    .home-pre-cta-banner,
    .services-index-banner,
    .services-showcase-media,
    .service-landing-banner {
        border-radius: 8px;
        background: #ffffff;
        overflow: hidden;
    }

    .home-pre-cta-banner {
        aspect-ratio: 3 / 1;
    }

    .services-index-banner,
    .service-landing-banner {
        aspect-ratio: 16 / 5;
    }

    .client-directory-card,
    .service-client-logo,
    .client-logo-slide {
        min-width: 0;
    }

    .client-directory-card img,
    .service-client-logo img,
    .client-logo-slide img {
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 420px) {
    .shell,
    .narrow-shell {
        width: min(var(--shell), calc(100% - 14px));
    }

    .hero-actions {
        gap: 7px;
    }

    .hero-actions .button,
    .service-portfolio-actions .button {
        min-height: 42px;
        padding-inline: 6px;
        font-size: 0.62rem;
    }

    .floating-call-cta {
        min-height: 40px;
        padding-inline: 12px;
        font-size: 0.7rem;
    }

    .page-home .hero-proof-grid div {
        padding: 8px 6px;
    }

    .page-home .hero-proof-grid span {
        font-size: 0.54rem;
    }

    .home-counter-grid,
    .creative-post-grid,
    .studio-grid,
    .service-teaser-grid,
    .page-home .service-teaser-grid,
    .page-services .service-teaser-grid,
    .page-about .about-team-grid,
    .page-about .specialization-grid,
    .about-process-grid,
    .about-impact-cards,
    .clients-creative-grid,
    .client-directory-grid,
    .page-service-detail .service-metrics,
    .page-service-detail .service-card-grid,
    .page-service-detail .service-grid,
    .page-service-detail .service-process-grid,
    .page-service-detail .service-outcome-grid,
    .summary-grid,
    .metrics-grid,
    .kpi-strip {
        gap: 8px;
    }

    .service-card-body,
    .page-home .service-card-body,
    .page-services .service-card-body,
    .summary-card,
    .service-teaser,
    .case-card,
    .quote-card,
    .detail-card,
    .soft-card,
    .metric-card,
    .page-about .specialization-card,
    .about-process-grid article,
    .about-impact-cards article {
        padding: 9px;
    }

    .service-card-media,
    .page-home .service-card-media,
    .page-services .service-card-media {
        aspect-ratio: 1.28 / 1;
    }

    .service-card-body h3 {
        font-size: clamp(0.76rem, 3.6vw, 0.92rem);
    }

    .service-card-body p {
        -webkit-line-clamp: 2;
        font-size: 0.62rem;
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 1fr) minmax(126px, 0.66fr);
        gap: 10px;
    }

    .page-about .about-office-collage .media-card.tall {
        height: clamp(214px, 66vw, 270px);
    }
}

/* Additional mobile responsive fixes for about page team cards and service client logos */
@media (max-width: 420px) {
    .page-about .about-team-card {
        padding: 16px;
    }

    .page-about .about-team-card figure {
        width: 80px;
        height: 80px;
    }

    .page-about .about-team-card h3 {
        font-size: 1rem;
    }

    .page-about .about-team-card p {
        font-size: 0.78rem;
    }

    .service-client-logo {
        min-height: 90px;
        padding: 12px;
    }

    .service-client-logo img {
        height: 48px;
    }
}

@keyframes service-client-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 5px));
    }
}

/* Final mobile layout pass: keep About and trusted-client content readable. */
@media (max-width: 720px) {
    .page-about .about-intro-section {
        padding: 30px 0 34px;
    }

    .page-about .about-intro-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
        align-items: start;
    }

    .page-about .about-intro-grid > .content-stack,
    .page-about .about-intro-copy,
    .page-about .about-intro-body {
        gap: 16px;
        min-width: 0;
    }

    .page-about .about-intro-grid .section-heading {
        margin-bottom: 0;
    }

    .page-about .about-intro-grid h2 {
        max-width: 13ch;
        font-size: clamp(2rem, 9.5vw, 2.7rem);
        line-height: 1.02;
        overflow-wrap: normal;
        word-break: normal;
    }

    .page-about .about-intro-grid .section-lead,
    .page-about .about-intro-body p {
        margin: 0;
        font-size: 0.92rem;
        line-height: 1.65;
    }

    .page-about .about-office-collage {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        width: 100%;
    }

    .page-about .about-office-collage .media-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .page-about .about-office-collage .media-card.tall {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .page-about .about-office-collage .media-stack .media-card {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .page-about .about-office-collage .media-card.tall img,
    .page-about .about-office-collage .media-stack .media-card img {
        object-position: center;
    }

    .page-about .about-team-grid,
    .page-about .specialization-grid,
    .about-process-grid,
    .page-about .about-impact-cards {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .page-about .about-team-card {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 0;
        padding: 16px;
        gap: 16px;
        align-items: center;
        text-align: left;
    }

    .page-about .about-team-card figure {
        width: 88px;
        height: 88px;
        align-self: start;
    }

    .page-about .about-team-card div {
        display: grid;
        justify-items: start;
        align-items: start;
        gap: 8px;
        min-width: 0;
        padding: 0;
        text-align: left;
    }

    .page-about .about-team-card .case-label {
        width: fit-content;
        min-height: 26px;
        margin: 0;
    }

    .page-about .about-team-card h3 {
        margin: 0;
        font-size: 1.15rem;
        line-height: 1.12;
        overflow-wrap: normal;
        word-break: normal;
    }

    .page-about .about-team-card p {
        display: block;
        margin: 0;
        overflow: visible;
        font-size: 0.82rem;
        line-height: 1.5;
        text-align: left;
        -webkit-line-clamp: unset;
    }

    .page-about .specialization-card {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 5px 12px;
        padding: 16px;
        align-items: start;
    }

    .page-about .specialization-card .service-symbol {
        grid-row: 1 / span 2;
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .page-about .specialization-card h3 {
        margin: 0;
        font-size: 1rem;
        line-height: 1.2;
        overflow-wrap: normal;
        word-break: normal;
    }

    .page-about .specialization-card p {
        display: block;
        margin: 0;
        overflow: visible;
        font-size: 0.78rem;
        line-height: 1.45;
        -webkit-line-clamp: unset;
    }

    .page-about .about-impact-cards article {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 6px 14px;
        padding: 16px;
    }

    .about-process-grid {
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .about-process-grid article {
        min-height: 0;
        padding: 18px;
        border: 1px solid var(--line-dark);
        border-radius: var(--radius-lg);
    }

    .service-client-section .section-heading {
        margin-bottom: 22px;
    }

    .service-client-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1px;
    }

    .service-client-logo {
        min-height: 128px;
        padding: 22px 28px;
    }

    .service-client-logo img {
        width: min(100%, 310px);
        height: 76px;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 420px) {
    .page-about .about-team-card {
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 14px;
        gap: 13px;
    }

    .page-about .about-team-card figure {
        width: 78px;
        height: 78px;
    }

    .page-about .about-team-card h3 {
        font-size: 1.05rem;
    }

    .page-about .about-team-card p {
        font-size: 0.78rem;
    }

    .service-client-logo {
        min-height: 116px;
        padding: 18px 22px;
    }

    .service-client-logo img {
        height: 68px;
    }
}

/* Service detail mobile grids and trusted-client carousel. */
@media (max-width: 720px) {
    .page-service-detail .service-capability-grid,
    .page-service-detail .service-expect-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .page-service-detail .service-capability-card {
        min-width: 0;
        min-height: 210px;
        padding: 16px;
    }

    .page-service-detail .service-capability-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 14px;
        font-size: 1.05rem;
    }

    .page-service-detail .service-capability-card h3 {
        font-size: 0.98rem;
        line-height: 1.2;
        overflow-wrap: normal;
        word-break: normal;
    }

    .page-service-detail .service-capability-card p {
        margin-top: 8px;
        font-size: 0.76rem;
        line-height: 1.45;
    }

    .page-service-detail .service-expect-card {
        min-width: 0;
        min-height: 132px;
        gap: 10px;
        padding: 16px 10px;
    }

    .page-service-detail .service-expect-card i {
        font-size: 1.25rem;
    }

    .page-service-detail .service-expect-card h3 {
        font-size: 0.84rem;
        line-height: 1.25;
        overflow-wrap: normal;
        word-break: normal;
    }

    .page-service-detail .service-client-grid {
        overflow: hidden;
        border-inline: 0;
        border-radius: 0;
        background: transparent;
    }

    .page-service-detail .service-client-track {
        display: flex;
        width: max-content;
        gap: 10px;
        animation: service-client-scroll 22s linear infinite;
        will-change: transform;
    }

    .page-service-detail .service-client-grid:hover .service-client-track {
        animation-play-state: paused;
    }

    .page-service-detail .service-client-set,
    .page-service-detail .service-client-set-clone {
        display: flex;
        flex: 0 0 auto;
        gap: 10px;
    }

    .page-service-detail .service-client-logo {
        flex: 0 0 min(76vw, 300px);
        width: min(76vw, 300px);
        min-height: 124px;
        padding: 20px 24px;
        border: 1px solid var(--line);
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow);
    }

    .page-service-detail .service-client-logo img {
        width: 100%;
        height: 72px;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 420px) {
    .page-service-detail .service-capability-card {
        min-height: 196px;
        padding: 14px;
    }

    .page-service-detail .service-capability-card h3 {
        font-size: 0.9rem;
    }

    .page-service-detail .service-capability-card p {
        font-size: 0.72rem;
    }

    .page-service-detail .service-expect-card {
        min-height: 122px;
        padding: 14px 8px;
    }

    .page-service-detail .service-client-logo {
        flex-basis: min(78vw, 286px);
        width: min(78vw, 286px);
        min-height: 112px;
        padding: 16px 20px;
    }

    .page-service-detail .service-client-logo img {
        height: 64px;
    }
}
