body#top .services-page {
    --service-gap: 24px;
    --service-border: rgba(34, 50, 67, 0.1);
    --service-icon-rgb: 88, 99, 111;
    --service-stripe-rgb: 228, 186, 122;
    --service-shadow:
        0 22px 42px rgba(32, 43, 57, 0.06),
        0 10px 22px rgba(16, 38, 61, 0.024),
        inset 0 1px 0 rgba(255, 255, 255, 0.64);
    --service-surface:
        linear-gradient(180deg, rgba(255, 255, 255, 0.998), rgba(239, 245, 250, 0.985));
    --service-surface-quiet:
        linear-gradient(180deg, rgba(255, 255, 255, 0.992), rgba(246, 250, 253, 0.988));
    --service-surface-soft:
        linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 253, 0.985));
    --service-accent-rgb: 112, 94, 73;
    --service-accent-strong-rgb: 74, 58, 44;
    --service-accent-soft-rgb: 244, 236, 228;
    padding: 104px 0 clamp(50px, 5vw, 68px);
    background:
        radial-gradient(circle at 9% 0%, rgba(var(--service-accent-rgb), 0.06), transparent 28%),
        radial-gradient(circle at 93% 6%, rgba(var(--service-accent-strong-rgb), 0.055), transparent 20%),
        linear-gradient(180deg, #f9fbfd 0%, #f1f5f8 42%, #f7fafc 100%);
}

body#top .services-page.services-page--sandblast {
    --service-accent-rgb: 84, 110, 124;
    --service-accent-strong-rgb: 56, 75, 88;
    --service-accent-soft-rgb: 232, 239, 243;
    --service-stripe-rgb: 166, 156, 204;
}

body#top .services-page > .container {
    width: min(1280px, calc(100vw - 88px));
    max-width: none;
}

body#top .services-header {
    display: grid;
    gap: 6px;
    max-width: 1220px;
    margin: 0 0 34px;
}

body#top .services-header__lead {
    display: grid;
    gap: 2px;
    justify-items: start;
}

body#top .services-header__title-row {
    display: inline-grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}

body#top .services-header__eyebrow,
body#top .service-overview__eyebrow,
body#top .service-overview-card__label,
body#top .service-overview__bridge-label,
body#top .service-advantages h3,
body#top .service-id {
    display: inline-flex;
    align-items: center;
    margin: 0;
    color: rgba(var(--theme-accent-rgb), 0.82);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body#top .services-header__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 235, 0.94)),
        linear-gradient(180deg, rgba(var(--theme-accent-rgb), 0.14), rgba(var(--theme-accent-rgb), 0.05));
    border: 1px solid rgba(var(--theme-accent-rgb), 0.12);
    box-shadow:
        0 10px 18px rgba(var(--theme-accent-rgb), 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.58);
    color: rgba(var(--theme-accent-rgb), 0.92);
    font-size: 1.18rem;
    flex-shrink: 0;
}

body#top .services-header h1 {
    margin: 0;
    font-family: var(--font-display);
    max-width: none;
    font-size: clamp(1.96rem, 2.18vw, 2.34rem);
    line-height: 0.92;
    letter-spacing: -0.03em;
    color: rgba(10, 24, 40, 0.99);
    text-align: left;
    justify-self: start;
    text-wrap: balance;
}

body#top .services-header h1::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin: 12px 0 0;
    background: linear-gradient(90deg, rgba(var(--theme-accent-rgb), 0.78), rgba(var(--theme-accent-rgb), 0.12));
    border-radius: 999px;
}

body#top .services-header .subtitle {
    margin: 0;
    max-width: 46ch;
    color: rgba(72, 89, 106, 0.92) !important;
    font-size: 0.95rem;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 1.42;
    text-align: left;
    justify-self: start;
    align-self: start;
    text-wrap: pretty;
}

body#top .services-header .subtitle.services-header__subtitle--wide {
    max-width: 58ch;
}

body#top .service-overview,
body#top .service-detail-card,
body#top .services-page .faq-section--catalog {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid var(--service-border);
    box-shadow: var(--service-shadow);
}

body#top .service-overview,
body#top .service-detail-card,
body#top .services-page .section[aria-labelledby="services-faq-title"] {
    background: var(--service-surface);
}

body#top .service-overview::before,
body#top .service-detail-card::before,
body#top .services-page .section[aria-labelledby="services-faq-title"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 20%);
    pointer-events: none;
}

body#top .service-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 24px;
    padding: 28px;
}

body#top .service-overview__lead {
    display: grid;
    gap: 14px;
    align-content: start;
}

body#top .service-overview__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 2.1vw, 2.38rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    color: rgba(10, 24, 40, 0.985);
    text-wrap: balance;
}

body#top .service-overview__text,
body#top .service-overview-card p,
body#top .service-overview__bridge-text {
    margin: 0;
    color: rgba(46, 61, 77, 0.9);
    font-size: 0.98rem;
    line-height: 1.58;
    text-wrap: pretty;
}

body#top .service-overview__cards {
    display: grid;
    gap: 14px;
    align-content: start;
}

body#top .service-overview-card {
    display: grid;
    gap: 9px;
    min-height: 0;
    padding: 18px 18px 19px;
    border-radius: 22px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.12);
    background: var(--service-surface-soft);
    box-shadow:
        0 12px 20px rgba(16, 38, 61, 0.028),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body#top .service-overview__bridge {
    display: grid;
    gap: 10px;
    grid-column: 1 / -1;
    padding: 20px 22px;
    border-radius: 24px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.12);
    background:
        radial-gradient(circle at 88% 28%, rgba(var(--service-accent-rgb), 0.09), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 243, 238, 0.985));
}

body#top .service-overview__bridge-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
    text-decoration: none;
}

body#top .service-quick-nav {
    --service-nav-accent-rgb: var(--service-accent-rgb);
    --service-nav-strong-rgb: var(--service-accent-strong-rgb);
    --service-nav-glow-rgb: 208, 220, 234;
    --service-nav-wave-rgb: 132, 161, 192;
    --service-nav-aurora-rgb: 236, 220, 198;
    --service-nav-text-rgb: 72, 90, 107;
    --service-nav-text-strong-rgb: 39, 54, 69;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 0;
    padding: 8px 8px;
    border-radius: 34px;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body#top .services-page--powder .service-quick-nav {
    --service-nav-glow-rgb: 232, 239, 249;
    --service-nav-wave-rgb: 92, 144, 226;
    --service-nav-aurora-rgb: 228, 186, 122;
    --service-nav-text-rgb: 66, 86, 111;
    --service-nav-text-strong-rgb: 40, 56, 74;
}

body#top .services-page--sandblast .service-quick-nav {
    --service-nav-glow-rgb: 241, 246, 252;
    --service-nav-wave-rgb: 56, 123, 194;
    --service-nav-aurora-rgb: 166, 156, 204;
    --service-nav-text-rgb: 66, 86, 104;
    --service-nav-text-strong-rgb: 36, 52, 68;
}

body#top .service-quick-nav::before,
body#top .service-quick-nav::after {
    content: "";
    position: absolute;
    inset: -12% 1% -14%;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

body#top .services-page--powder .service-quick-nav::before {
    background:
        radial-gradient(
            circle at 12% 50%,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.6) 6%,
            rgba(var(--service-nav-glow-rgb), 0.5) 13%,
            rgba(var(--service-nav-wave-rgb), 0.38) 24%,
            rgba(var(--service-nav-aurora-rgb), 0.3) 34%,
            rgba(255, 255, 255, 0) 56%
        ),
        radial-gradient(
            ellipse at 26% 52%,
            rgba(var(--service-nav-wave-rgb), 0.28) 0%,
            rgba(var(--service-nav-aurora-rgb), 0.16) 24%,
            rgba(255, 255, 255, 0) 56%
        ),
        linear-gradient(
            96deg,
            rgba(255, 255, 255, 0) 4%,
            rgba(var(--service-nav-wave-rgb), 0.24) 20%,
            rgba(var(--service-nav-aurora-rgb), 0.18) 38%,
            rgba(255, 255, 255, 0.08) 48%,
            rgba(var(--service-nav-wave-rgb), 0.15) 62%,
            rgba(255, 255, 255, 0) 86%
        );
    filter: blur(20px) saturate(146%);
    opacity: 1;
    mix-blend-mode: normal;
    transform: translate3d(0, 0, 0) scale(1.01);
}

body#top .services-page--powder .service-quick-nav::after {
    inset: 15% 6% 18% 10%;
    background:
        linear-gradient(
            106deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(var(--service-nav-wave-rgb), 0.42) 18%,
            rgba(var(--service-nav-aurora-rgb), 0.34) 34%,
            rgba(255, 255, 255, 0.14) 48%,
            rgba(var(--service-nav-wave-rgb), 0.28) 60%,
            rgba(255, 255, 255, 0) 84%
        );
    filter: blur(11px) saturate(154%);
    opacity: 0.7;
    mix-blend-mode: normal;
    transform: translateX(-24%) scale(1.04);
}

body#top .services-page--sandblast .service-quick-nav::before {
    background:
        radial-gradient(
            circle at 13% 50%,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.68) 7%,
            rgba(var(--service-nav-glow-rgb), 0.54) 15%,
            rgba(var(--service-nav-wave-rgb), 0.5) 26%,
            rgba(var(--service-nav-aurora-rgb), 0.38) 38%,
            rgba(255, 255, 255, 0) 56%
        ),
        radial-gradient(
            ellipse at 26% 52%,
            rgba(var(--service-nav-wave-rgb), 0.36) 0%,
            rgba(var(--service-nav-aurora-rgb), 0.26) 24%,
            rgba(255, 255, 255, 0) 56%
        ),
        linear-gradient(
            102deg,
            rgba(255, 255, 255, 0) 4%,
            rgba(var(--service-nav-wave-rgb), 0.34) 20%,
            rgba(var(--service-nav-aurora-rgb), 0.28) 38%,
            rgba(255, 255, 255, 0.1) 50%,
            rgba(var(--service-nav-wave-rgb), 0.24) 66%,
            rgba(255, 255, 255, 0) 86%
        );
    filter: blur(17px) saturate(158%);
    opacity: 1;
    mix-blend-mode: normal;
    transform: translate3d(0, 0, 0) scale(1.01);
}

body#top .services-page--sandblast .service-quick-nav::after {
    background:
        linear-gradient(
            104deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(var(--service-nav-wave-rgb), 0.56) 18%,
            rgba(var(--service-nav-aurora-rgb), 0.38) 34%,
            rgba(255, 255, 255, 0.14) 46%,
            rgba(var(--service-nav-wave-rgb), 0.34) 60%,
            rgba(255, 255, 255, 0) 82%
        );
    inset: 16% 6% 19% 10%;
    filter: blur(9px) saturate(162%);
    opacity: 0.86;
    mix-blend-mode: normal;
    transform: translateX(-24%) scale(1.03);
}

body#top .service-quick-nav > * {
    position: relative;
    z-index: 1;
}

body#top .services-page .service-quick-nav .service-nav-link {
    --service-nav-delay: 0ms;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    min-height: 58px;
    padding: 10px 22px 11px;
    border-radius: 0 !important;
    border: 0 !important;
    background: none !important;
    background-color: transparent !important;
    color: rgba(var(--service-nav-text-rgb), 1) !important;
    font-size: 1rem;
    font-weight: 760;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    overflow: visible;
    isolation: isolate;
    box-shadow: none !important;
    transition:
        transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.22s ease,
        text-shadow 0.22s ease;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body#top .services-page .service-quick-nav .service-nav-link::before {
    content: "";
    position: absolute;
    inset: 18% 5% 16%;
    border-radius: 999px;
    background:
        radial-gradient(
            circle at 16% 50%,
            rgba(255, 255, 255, 0.22) 0%,
            rgba(255, 255, 255, 0) 34%
        ),
        linear-gradient(
            98deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(var(--service-nav-wave-rgb), 0.16) 26%,
            rgba(var(--service-nav-aurora-rgb), 0.16) 54%,
            rgba(255, 255, 255, 0) 82%
        );
    filter: blur(12px) saturate(124%);
    opacity: 0;
    transform: translate3d(-14%, 0, 0) scaleX(0.92);
    transition:
        opacity 0.24s ease,
        transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.24s ease;
    pointer-events: none;
}

body#top .services-page .service-quick-nav .service-nav-link::after {
    content: "";
    position: absolute;
    inset: 28% 14% 26% 10%;
    border-radius: 999px;
    background: linear-gradient(
        98deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(var(--service-nav-wave-rgb), 0.22) 24%,
        rgba(255, 255, 255, 0.16) 44%,
        rgba(var(--service-nav-aurora-rgb), 0.18) 58%,
        rgba(255, 255, 255, 0) 84%
    );
    filter: blur(8px) saturate(124%);
    opacity: 0;
    transform: translate3d(-10%, 0, 0) scaleX(0.95);
    transition:
        opacity 0.24s ease,
        transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

body#top .services-page .service-quick-nav .service-nav-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.56rem;
    height: 1.56rem;
    min-width: 1.56rem;
    border-radius: 0;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: rgba(var(--service-nav-text-strong-rgb), 0.9) !important;
    font-size: 1.18rem;
    flex-shrink: 0;
}

body#top .services-page .service-quick-nav .service-nav-link__icon i {
    display: block;
    width: 1em;
    line-height: 1;
    text-align: center;
    color: rgba(var(--service-nav-text-strong-rgb), 0.9) !important;
    background: none !important;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    transform: none !important;
    filter: none;
    transition: color 0.22s ease, opacity 0.22s ease;
}

body#top .services-page .service-quick-nav .service-nav-link__icon i.fa-bullseye,
body#top .services-page .service-quick-nav .service-nav-link__icon i.fa-industry,
body#top .services-page .service-quick-nav .service-nav-link__icon i.fa-warehouse {
    font-size: 0.94em;
}

body#top .services-page .service-quick-nav .service-nav-link__icon i.fa-layer-group,
body#top .services-page .service-quick-nav .service-nav-link__icon i.fa-brush,
body#top .services-page .service-quick-nav .service-nav-link__icon i.fa-fill-drip {
    font-size: 0.9em;
}

body#top .services-page .service-quick-nav .service-nav-link__label {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    font-size: 1.14rem;
    font-weight: 820;
    line-height: 1;
    letter-spacing: -0.014em;
    white-space: nowrap;
    background: none !important;
}

body#top .services-page .service-quick-nav .service-nav-link .service-nav-link__label,
body#top .services-page .service-quick-nav .service-nav-link .service-nav-link__icon {
    position: relative;
    z-index: 1;
}

body#top .services-page--powder .service-nav-link {
    color: rgba(var(--service-nav-text-rgb), 0.98) !important;
}

body#top .services-page--powder .service-nav-link::before {
    content: none;
}

body#top .services-page--powder .service-nav-link::after {
    content: none;
}

body#top .services-page--sandblast .service-nav-link {
    color: rgba(var(--service-nav-text-rgb), 0.98) !important;
}

body#top .services-page--sandblast .service-nav-link::before {
    content: none;
}

body#top .services-page--sandblast .service-nav-link::after {
    content: none;
}

body#top .services-page .service-quick-nav .service-nav-link:nth-child(1) {
    --service-nav-delay: 0ms;
}

body#top .services-page .service-quick-nav .service-nav-link:nth-child(2) {
    --service-nav-delay: 80ms;
}

body#top .services-page .service-quick-nav .service-nav-link:nth-child(3) {
    --service-nav-delay: 160ms;
}

body#top .services-page .service-quick-nav .service-nav-link:nth-child(4) {
    --service-nav-delay: 240ms;
}

body#top .services-page .service-quick-nav .service-nav-link:hover,
body#top .services-page .service-quick-nav .service-nav-link:focus-visible {
    transform: translate3d(0, -4px, 0) !important;
    border-color: transparent !important;
    background: none !important;
    box-shadow: none;
    color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    text-shadow: 0 0 0 rgba(var(--service-nav-wave-rgb), 0.01);
}

body#top .services-page .service-quick-nav .service-nav-link:hover::before,
body#top .services-page .service-quick-nav .service-nav-link:focus-visible::before {
    opacity: 0.78;
    transform: translate3d(0, 0, 0) scaleX(1.02);
    filter: blur(13px) saturate(128%);
}

body#top .services-page .service-quick-nav .service-nav-link:hover::after,
body#top .services-page .service-quick-nav .service-nav-link:focus-visible::after {
    opacity: 0.84;
    transform: translate3d(2%, 0, 0) scaleX(1);
}

body#top .services-page .service-quick-nav .service-nav-link:hover .service-nav-link__icon i,
body#top .services-page .service-quick-nav .service-nav-link:focus-visible .service-nav-link__icon i {
    transform: none !important;
    opacity: 1;
    color: rgba(var(--service-nav-text-strong-rgb), 0.94) !important;
}

body#top .services-page--powder .service-nav-link.active,
body#top .services-page--powder .service-nav-link[aria-current="page"] {
    z-index: 2;
    transform: none;
    background: none !important;
    border-color: transparent !important;
    color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    box-shadow: none !important;
    text-shadow: none;
}

body#top .services-page--powder .service-nav-link.active::before,
body#top .services-page--powder .service-nav-link[aria-current="page"]::before {
    display: none;
}

body#top .services-page--powder .service-nav-link.active::after,
body#top .services-page--powder .service-nav-link[aria-current="page"]::after {
    content: none;
}

body#top .services-page--powder .service-nav-link.active .service-nav-link__icon,
body#top .services-page--powder .service-nav-link[aria-current="page"] .service-nav-link__icon {
    background: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: rgba(var(--service-nav-text-strong-rgb), 0.98) !important;
}

body#top .services-page--powder .service-nav-link.active .service-nav-link__icon i,
body#top .services-page--powder .service-nav-link[aria-current="page"] .service-nav-link__icon i {
    color: rgba(var(--service-nav-text-strong-rgb), 0.98) !important;
    opacity: 1;
}

body#top .services-page--sandblast .service-nav-link.active,
body#top .services-page--sandblast .service-nav-link[aria-current="page"] {
    z-index: 2;
    transform: none;
    background: none !important;
    border-color: transparent !important;
    color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    box-shadow: none !important;
    text-shadow: none;
}

body#top .services-page--sandblast .service-nav-link.active::before,
body#top .services-page--sandblast .service-nav-link[aria-current="page"]::before {
    display: none;
}

body#top .services-page--sandblast .service-nav-link.active::after,
body#top .services-page--sandblast .service-nav-link[aria-current="page"]::after {
    content: none;
}

body#top .services-page--sandblast .service-nav-link.active .service-nav-link__icon,
body#top .services-page--sandblast .service-nav-link[aria-current="page"] .service-nav-link__icon {
    background: none !important;
    border-color: transparent !important;
    color: rgba(var(--service-nav-text-strong-rgb), 0.98) !important;
    box-shadow: none !important;
}

body#top .services-page--sandblast .service-nav-link.active .service-nav-link__icon i,
body#top .services-page--sandblast .service-nav-link[aria-current="page"] .service-nav-link__icon i {
    color: rgba(var(--service-nav-text-strong-rgb), 0.98) !important;
    opacity: 1;
}

body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__label,
body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__label {
    color: rgba(var(--service-nav-text-strong-rgb), 0.99);
}

body#top .services-page .service-quick-nav .service-nav-link.active,
body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] {
    color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
}

body#top .services-page .service-quick-nav .service-nav-link.active:hover,
body#top .services-page .service-quick-nav .service-nav-link.active:focus-visible,
body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"]:hover,
body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"]:focus-visible {
    transform: translate3d(0, -4px, 0) !important;
}

body#top .services-page .service-quick-nav .service-nav-link.active::before,
body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"]::before {
    opacity: 0.9;
    transform: translate3d(0, 0, 0) scaleX(1.04);
    filter: blur(14px) saturate(132%);
}

body#top .services-page .service-quick-nav .service-nav-link.active::after,
body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"]::after {
    opacity: 0.88;
    transform: translate3d(3%, 0, 0) scaleX(1.01);
}

body#top .service-quick-nav.is-revealed .service-nav-link {
    animation: service-nav-link-fade 0.56s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: calc(180ms + var(--service-nav-delay));
}

body#top .services-page--powder .service-quick-nav.is-revealed::before {
    animation: powder-console-flow 1.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body#top .services-page--powder .service-quick-nav.is-revealed::after {
    animation: powder-console-sheen 1.58s cubic-bezier(0.22, 1, 0.36, 1) 0.02s both;
}

body#top .services-page--powder .service-quick-nav.is-revealed .service-nav-link.active,
body#top .services-page--powder .service-quick-nav.is-revealed .service-nav-link[aria-current="page"] {
    animation: service-nav-link-fade 0.56s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body#top .services-page--powder .service-quick-nav.is-revealed .service-nav-link.active::before,
body#top .services-page--powder .service-quick-nav.is-revealed .service-nav-link[aria-current="page"]::before {
    animation: none;
}

body#top .services-page--powder .service-quick-nav.is-revealed .service-nav-link.active::after,
body#top .services-page--powder .service-quick-nav.is-revealed .service-nav-link[aria-current="page"]::after {
    animation: none;
}

body#top .services-page--sandblast .service-quick-nav.is-revealed::before {
    animation: sand-console-sweep 1.28s cubic-bezier(0.26, 0.92, 0.42, 1) both;
}

body#top .services-page--sandblast .service-quick-nav.is-revealed::after {
    animation: sand-console-settle 1.36s cubic-bezier(0.24, 0.92, 0.35, 1) 0.02s both;
}

body#top .services-page--sandblast .service-quick-nav.is-revealed .service-nav-link.active,
body#top .services-page--sandblast .service-quick-nav.is-revealed .service-nav-link[aria-current="page"] {
    animation: service-nav-link-fade 0.56s cubic-bezier(0.24, 0.92, 0.35, 1) both;
}

body#top .services-page--sandblast .service-quick-nav.is-revealed .service-nav-link.active::before,
body#top .services-page--sandblast .service-quick-nav.is-revealed .service-nav-link[aria-current="page"]::before {
    animation: none;
}

body#top .services-page--sandblast .service-quick-nav.is-revealed .service-nav-link.active::after,
body#top .services-page--sandblast .service-quick-nav.is-revealed .service-nav-link[aria-current="page"]::after {
    animation: none;
}

@keyframes powder-console-flow {
    0% {
        opacity: 0;
        transform: translate3d(-8%, 0, 0) scale(0.84);
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 0.98;
        transform: translate3d(0, 0, 0) scale(1.02);
    }
}

@keyframes powder-console-sheen {
    0% {
        opacity: 0;
        transform: translateX(-30%) scale(1.08);
        filter: blur(22px) saturate(102%) hue-rotate(-8deg);
    }
    42% {
        opacity: 0.94;
    }
    100% {
        opacity: 0.54;
        transform: translateX(16%) scale(1.03);
        filter: blur(14px) saturate(144%) hue-rotate(4deg);
    }
}

@keyframes sand-console-sweep {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0) scale(0.86);
    }
    48% {
        opacity: 0.96;
    }
    100% {
        opacity: 0.92;
        transform: translate3d(0, 0, 0) scale(1.02);
    }
}

@keyframes sand-console-settle {
    0% {
        opacity: 0;
        transform: translateX(-26%) scale(1.05);
        filter: blur(18px) saturate(96%);
    }
    46% {
        opacity: 0.82;
    }
    100% {
        opacity: 0.46;
        transform: translateX(12%) scale(1.02);
        filter: blur(12px) saturate(138%);
    }
}

@keyframes service-nav-link-fade {
    0% {
        opacity: 0;
        filter: blur(1px);
    }
    64% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes service-nav-active-sheen {
    0% {
        opacity: 0;
        transform: translateX(-50%) scaleX(0.3);
    }
    56% {
        opacity: 0.92;
    }
    100% {
        opacity: 0.9;
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 980px) {
    body#top .service-quick-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    body#top .service-quick-nav::before,
    body#top .service-quick-nav::after,
    body#top .service-quick-nav.is-revealed .service-nav-link,
    body#top .service-quick-nav.is-revealed .service-nav-link.active,
    body#top .service-quick-nav.is-revealed .service-nav-link::before {
        animation: none !important;
        opacity: 1;
        transform: none;
        filter: none;
    }

    body#top .service-nav-link,
    body#top .service-nav-link__icon i {
        transition: color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }
}

body#top .service-detail-card + .service-detail-card {
    margin-top: 24px;
}

body#top .service-detail-card + .before-after-section {
    margin-top: var(--service-gap);
}

body#top .service-detail-card {
    padding: 28px;
    transition:
        transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.26s ease,
        border-color 0.26s ease,
        background 0.26s ease;
}

body#top .service-detail-card--featured {
    background:
        radial-gradient(circle at 88% 14%, rgba(var(--service-accent-rgb), 0.11), transparent 24%),
        radial-gradient(circle at 12% -6%, rgba(var(--service-accent-rgb), 0.055), transparent 28%),
        var(--service-surface);
    box-shadow:
        0 22px 36px rgba(85, 69, 48, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body#top .service-detail-card--featured .service-header {
    margin-bottom: 22px;
}

body#top .service-quick-nav + .before-after-section > .container,
body#top .service-quick-nav + .service-detail-card {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

body#top .service-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 18px;
    align-items: start;
    position: relative;
    padding: 16px 22px 16px 18px !important;
    margin-bottom: 22px;
    border-bottom: 0;
    background: none !important;
    box-shadow: none !important;
    border-radius: 24px !important;
    overflow: hidden;
    isolation: isolate;
}

body#top .service-header::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        rgba(var(--service-accent-rgb), 0.98) 0%,
        rgba(var(--service-accent-rgb), 0.94) 18%,
        rgba(var(--service-stripe-rgb), 0.64) 38%,
        rgba(var(--service-accent-rgb), 0.24) 66%,
        rgba(var(--service-accent-rgb), 0.06) 82%,
        rgba(var(--service-accent-rgb), 0) 100%
    );
    pointer-events: none;
}

body#top .service-detail-card--featured .service-header::before {
    background: linear-gradient(
        90deg,
        rgba(var(--service-accent-rgb), 1) 0%,
        rgba(var(--service-accent-rgb), 0.96) 18%,
        rgba(var(--service-stripe-rgb), 0.7) 40%,
        rgba(var(--service-accent-rgb), 0.28) 70%,
        rgba(var(--service-accent-rgb), 0.08) 84%,
        rgba(var(--service-accent-rgb), 0) 100%
    );
}

body#top .service-header::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.12), transparent 26%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02) 24%, transparent 46%);
    pointer-events: none;
}

body#top .service-header > i,
body#top .service-header h2,
body#top .service-header .service-id {
    position: relative;
    z-index: 1;
}

body#top .service-header > i {
    grid-row: 1 / span 2;
    align-self: start;
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 10px 18px rgba(18, 28, 39, 0.16);
    color: rgba(255, 255, 255, 0.98);
    font-size: 1.18rem;
}

body#top .service-header h2 {
    margin: 0;
    align-self: end;
    color: rgba(255, 255, 255, 0.99) !important;
    font-family: var(--font-display);
    font-size: clamp(1.68rem, 1.82vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.022em;
    text-wrap: balance;
    text-shadow: 0 1px 1px rgba(18, 27, 38, 0.12);
}

body#top .service-header .service-id {
    grid-column: 2;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.28;
    text-transform: uppercase;
    text-wrap: balance;
}

body#top .service-header .service-id::before {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.92),
        rgba(255, 255, 255, 0.5) 52%,
        rgba(255, 255, 255, 0.14)
    );
    flex: 0 0 auto;
}

body#top .service-content {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.92fr);
    align-items: start;
    gap: 18px 26px;
}

body#top .service-detail-card--featured .service-content {
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    gap: 20px 28px;
}

body#top .service-content > .service-description,
body#top .service-content > .service-advantages,
body#top .service-content > .service-cta {
    grid-column: 1;
}

body#top .service-content > .process-steps {
    grid-column: 1 / -1;
}

body#top .service-content > .service-image {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
}

body#top .service-detail-card--media-ready {
    padding: 24px;
}

body#top .service-detail-card--media-ready .service-header {
    margin-bottom: 18px;
}

body#top .service-detail-card--media-ready .service-content {
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.9fr);
    gap: 16px 24px;
}

body#top .service-detail-card--media-ready .service-description {
    max-width: 56ch;
    font-size: 1.08rem;
}

body#top .service-detail-card--media-ready .service-advantages {
    gap: 10px;
}

body#top .service-detail-card--media-ready .advantages-grid {
    gap: 12px;
}

body#top .service-detail-card--media-ready .advantage-item {
    padding: 14px 16px;
}

body#top .service-detail-card--media-ready .service-image {
    grid-row: 1 / span 4;
    min-height: clamp(300px, 29vw, 388px);
}

body#top .service-image--placeholder {
    display: grid;
}

body#top .service-image__placeholder {
    min-height: 100%;
    border-radius: 18px;
    border: 1px dashed rgba(var(--service-accent-rgb), 0.18);
    background:
        radial-gradient(circle at 78% 20%, rgba(var(--service-accent-rgb), 0.09), transparent 30%),
        radial-gradient(circle at 20% 82%, rgba(var(--service-accent-rgb), 0.06), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(246, 241, 234, 0.99));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 10px 24px rgba(85, 69, 48, 0.026);
    display: grid;
    place-items: center;
    padding: 18px;
}

body#top .service-image__placeholder-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.14);
    background: rgba(255, 255, 255, 0.76);
    color: rgba(var(--service-accent-strong-rgb), 0.72);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body#top .service-content > .palette-card {
    grid-column: 1 / -1;
}

body#top .service-description {
    margin: 0;
    max-width: 62ch;
    color: rgba(28, 41, 56, 0.98);
    font-size: 1.16rem;
    font-weight: 560;
    line-height: 1.74;
    text-wrap: pretty;
}

body#top .service-detail-card--featured .service-description {
    font-size: 1.2rem;
    line-height: 1.76;
}

body#top .service-advantages {
    display: grid;
    gap: 12px;
}

body#top .service-advantages h3 {
    gap: 10px;
    color: rgba(24, 34, 46, 0.98);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.135em;
}

body#top .service-advantages h3 i {
    color: rgba(var(--service-icon-rgb), 0.98);
    font-size: 1rem;
}

body#top .advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body#top .advantage-item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 100%;
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.955), rgba(var(--service-accent-soft-rgb), 0.62));
    box-shadow:
        0 12px 22px rgba(85, 69, 48, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.66);
    transition:
        transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

body#top .advantage-item i {
    margin-top: 2px;
    color: rgba(var(--service-icon-rgb), 0.98);
    font-size: 1.06rem;
    opacity: 1;
}

body#top .advantage-item span {
    color: rgba(30, 43, 58, 0.97);
    font-size: 1.08rem;
    font-weight: 560;
    line-height: 1.64;
    text-wrap: pretty;
}

body#top .process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body#top .process-step {
    position: relative;
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 100%;
    padding: 16px 14px 14px;
    border-radius: 20px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.955), rgba(var(--service-accent-soft-rgb), 0.58));
    box-shadow:
        0 12px 22px rgba(85, 69, 48, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.64);
    overflow: hidden;
    transition:
        transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

body#top .process-step::before {
    content: "";
    position: static;
    width: 40px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--service-accent-rgb), 0.72), rgba(var(--service-accent-rgb), 0.14));
}

body#top .process-step h4 {
    margin: 0;
    color: rgba(11, 22, 35, 1);
    font-size: 0.94rem;
    font-weight: 840;
    line-height: 1.2;
    letter-spacing: -0.012em;
}

body#top .process-step p {
    margin: 0;
    color: rgba(32, 47, 63, 0.95);
    font-size: 0.86rem;
    font-weight: 560;
    line-height: 1.48;
}

body#top .service-image,
body#top .palette-card {
    min-width: 0;
}

body#top .service-image {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}

body#top .service-image:not(.service-image--placeholder) {
    border: 0;
    background: transparent;
    box-shadow: none;
}

body#top .service-image:not(.equipment-slider):not(.service-image--placeholder) {
    padding: 0;
}

body#top .service-detail-card--featured .service-image:not(.service-image--placeholder) {
    box-shadow: none;
}

body#top .service-image > img,
body#top .service-image picture,
body#top .service-image picture img {
    display: block;
    width: 100%;
    height: 100%;
}

body#top .service-image > img,
body#top .service-image picture img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 0;
}

body#top .equipment-slider {
    display: grid;
    gap: 9px;
    padding: 0;
    overflow: visible;
}

body#top .equipment-slider__stage {
    position: relative;
    overflow: hidden;
    border-radius: inherit;
}

body#top .equipment-slider__viewport {
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    background: transparent;
    box-shadow: none;
}

body#top .equipment-slider .equipment-slider__viewport {
    aspect-ratio: 16 / 10;
}

body#top .equipment-slider__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
    object-fit: cover;
}

body#top .equipment-slider__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

body#top .equipment-slider__btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 248, 238, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 251, 244, 0.88), rgba(238, 226, 209, 0.72));
    color: rgba(13, 28, 43, 0.95);
    box-shadow:
        0 12px 24px rgba(13, 28, 43, 0.18),
        0 3px 7px rgba(13, 28, 43, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    opacity: 1;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        opacity 0.22s ease,
        color 0.22s ease,
        background-color 0.22s ease;
}

body#top .equipment-slider__btn i {
    display: block;
    font-size: 0.92rem;
    line-height: 1;
    opacity: 1;
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.65));
}

body#top .equipment-slider__btn:hover,
body#top .equipment-slider__btn:focus-visible {
    color: rgba(8, 22, 36, 1);
    background:
        linear-gradient(180deg, rgba(255, 251, 244, 0.86), rgba(243, 232, 216, 0.72));
    box-shadow:
        0 14px 28px rgba(13, 28, 43, 0.2),
        0 3px 8px rgba(13, 28, 43, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.64);
    opacity: 1;
    transform: translateY(-50%) scale(1.01);
    outline: none;
}

body#top .equipment-slider__btn--prev {
    left: 26px;
}

body#top .equipment-slider__btn--next {
    right: 26px;
}

body#top .equipment-slider__thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(48px, 17%, 78px);
    justify-content: start;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
    padding: 0 1px 3px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body#top .equipment-slider__thumbs::-webkit-scrollbar {
    display: none;
}

body#top .equipment-slider__thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    min-width: 0;
    padding: 0;
    border: 1px solid rgba(var(--service-accent-rgb), 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        0 8px 15px rgba(18, 31, 45, 0.055);
    cursor: pointer;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

body#top .equipment-slider__thumb::before {
    content: "";
    position: absolute;
    inset: 4px;
    z-index: 2;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 1px rgba(var(--service-accent-rgb), 0);
    opacity: 0;
    pointer-events: none;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        opacity 0.18s ease;
}

body#top .equipment-slider__thumb::after {
    content: "";
    position: absolute;
    inset: auto 12px 7px 12px;
    z-index: 3;
    height: 4px;
    border-radius: 999px;
    background: rgba(var(--service-accent-rgb), 0);
    box-shadow: none;
    opacity: 0;
    transform: scaleX(0.58);
    transform-origin: center;
    transition:
        background-color 0.18s ease,
        box-shadow 0.18s ease,
        opacity 0.18s ease,
        transform 0.18s ease;
}

body#top .equipment-slider__thumb:hover,
body#top .equipment-slider__thumb:focus-visible {
    border-color: rgba(var(--service-accent-rgb), 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.54),
        0 10px 20px rgba(18, 31, 45, 0.075);
    transform: translateY(-1px);
    outline: none;
}

body#top .equipment-slider__thumb.is-active {
    border-color: rgba(255, 255, 255, 0.66);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.58),
        0 0 0 1px rgba(210, 218, 226, 0.54),
        0 12px 22px rgba(18, 31, 45, 0.11);
}

body#top .equipment-slider__thumb.is-active::before {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow:
        inset 0 0 0 1px rgba(210, 218, 226, 0.32),
        inset 0 -16px 22px rgba(255, 255, 255, 0.17);
    opacity: 1;
}

body#top .equipment-slider__thumb.is-active::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 18%, rgba(205, 214, 222, 0.88) 52%, rgba(255, 255, 255, 0.9) 82%, rgba(255, 255, 255, 0));
    box-shadow:
        0 2px 8px rgba(18, 31, 45, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.48);
    opacity: 0.88;
    transform: scaleX(0.74);
}

body#top .equipment-slider__thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body#top .palette-card {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.96fr);
    gap: 22px;
    align-items: stretch;
    grid-column: 1 / -1;
    padding: 20px;
    border-radius: 26px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.11);
    background:
        radial-gradient(circle at 88% 24%, rgba(var(--service-accent-rgb), 0.09), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(246, 250, 253, 0.99));
    box-shadow:
        0 16px 28px rgba(85, 69, 48, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition:
        transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.26s ease,
        border-color 0.26s ease,
        background 0.26s ease;
}

@media (hover: hover) and (pointer: fine) {
    body#top .service-detail-card:hover,
    body#top .service-detail-card:focus-within {
        transform: none;
        box-shadow:
            0 26px 38px rgba(16, 38, 61, 0.052),
            inset 0 1px 0 rgba(255, 255, 255, 0.74);
    }

    body#top .advantage-item:hover,
    body#top .advantage-item:focus-within,
    body#top .process-step:hover,
    body#top .process-step:focus-within {
        transform: translateY(-3px);
        border-color: rgba(var(--service-accent-rgb), 0.16);
        box-shadow:
            0 18px 26px rgba(16, 38, 61, 0.045),
            inset 0 1px 0 rgba(255, 255, 255, 0.72);
    }

    body#top .palette-card:hover,
    body#top .palette-card:focus-within {
        transform: translateY(-4px);
        border-color: rgba(var(--service-accent-rgb), 0.15);
        box-shadow:
            0 22px 34px rgba(16, 38, 61, 0.045),
            inset 0 1px 0 rgba(255, 255, 255, 0.76);
    }

    body#top .palette-card--standalone:hover,
    body#top .palette-card--standalone:focus-within {
        transform: none;
    }
}

body#top .palette-card--standalone {
    margin-top: 18px;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.02fr);
    padding: 22px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 24%, rgba(var(--service-accent-rgb), 0.11), transparent 30%),
        radial-gradient(circle at 12% -8%, rgba(var(--service-accent-rgb), 0.045), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.997), rgba(246, 250, 253, 0.993));
    box-shadow:
        0 18px 32px rgba(85, 69, 48, 0.034),
        inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

body#top .palette-card--standalone .palette-card__media {
    min-height: clamp(340px, 32vw, 430px);
}

body#top .palette-card--standalone .palette-main,
body#top .palette-card--standalone .palette-zoom,
body#top .palette-card--standalone .palette-zoom img {
    min-height: 100%;
}

body#top .palette-card__info {
    display: grid;
    gap: 12px;
    align-content: start;
}

body#top .palette-card__info h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.46rem, 1.74vw, 1.84rem);
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: rgba(10, 24, 40, 0.985);
}

body#top .palette-card__info p,
body#top .palette-card__info li {
    color: rgba(50, 65, 81, 0.9);
    font-size: 0.97rem;
    line-height: 1.56;
}

body#top .palette-card__info ul {
    margin: 0;
    padding-left: 18px;
}

body#top .palette-card__action {
    margin: 6px 0 0;
}

body#top .palette-card__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 46px;
    padding: 10px 16px 10px 14px;
    border: 1px solid rgba(var(--theme-accent-rgb), 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(206, 220, 234, 0.98), rgba(189, 205, 221, 0.96));
    box-shadow:
        0 12px 22px rgba(var(--theme-accent-rgb), 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: rgba(var(--theme-accent-strong-rgb), 0.96);
    font-size: 1rem;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
    transition:
        color 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

body#top .palette-card__link::after {
    content: none;
}

body#top .palette-card__link:hover,
body#top .palette-card__link:focus-visible {
    color: rgba(var(--theme-accent-strong-rgb), 1);
    transform: translateY(-2px);
    border-color: rgba(var(--theme-accent-rgb), 0.22);
    background: linear-gradient(180deg, rgba(214, 227, 239, 0.99), rgba(197, 212, 226, 0.98));
    box-shadow:
        0 16px 26px rgba(var(--theme-accent-rgb), 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.56);
    outline: none;
}

body#top .palette-card__link:active {
    transform: translateY(0);
    box-shadow:
        0 9px 16px rgba(var(--theme-accent-rgb), 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body#top .palette-card__link i {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(var(--theme-accent-rgb), 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    font-size: 0.82rem;
    opacity: 0.98;
    color: rgba(var(--theme-accent-strong-rgb), 0.96);
    transition:
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

body#top .palette-card__link:hover i,
body#top .palette-card__link:focus-visible i {
    background: rgba(var(--theme-accent-rgb), 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 5px 10px rgba(var(--theme-accent-rgb), 0.09);
}

body#top .palette-card__link:active i {
    transform: none;
}

body#top .palette-card__media {
    display: grid;
    align-items: stretch;
}

body#top .palette-main,
body#top .palette-zoom,
body#top .palette-zoom img {
    display: block;
    height: 100%;
}

body#top .palette-zoom {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.11);
    text-decoration: none;
}

body#top .palette-zoom img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

body#top .palette-zoom__hint {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(11, 21, 34, 0.74);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.88rem;
    font-weight: 700;
}

body#top .equipment-slider--prep .equipment-slider__viewport {
    aspect-ratio: 4 / 3;
}

body#top .equipment-slider--prep .equipment-slider__slide {
    object-fit: cover;
    object-position: center center;
}

body#top .service-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid rgba(var(--service-accent-rgb), 0.11);
}

body#top .service-detail-card--featured .service-cta {
    padding-top: 16px;
}

body#top .service-cta .btn,
body#top .service-cta .btn {
    min-width: 0;
}

body#top .services-page .section[aria-labelledby="services-faq-title"] {
    margin-top: 28px;
    display: grid;
    grid-template-columns: minmax(15rem, 0.66fr) minmax(0, 1.34fr);
    align-items: start;
    gap: 18px 22px;
    padding: 20px 22px 22px;
}

body#top .services-page .faq-section__intro {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    padding: 2px 0 0;
}

body#top .services-page .faq-list {
    display: grid;
    gap: 10px;
    margin-top: 0;
}

body#top .services-page .faq-item {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 22px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.11);
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
        0 12px 22px rgba(85, 69, 48, 0.026),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

body#top .services-page .faq-item:hover {
    border-color: rgba(var(--service-accent-rgb), 0.16);
    box-shadow: 0 14px 24px rgba(var(--service-accent-strong-rgb), 0.08);
}

body#top .services-page .faq-item[open] {
    border-color: rgba(var(--service-accent-rgb), 0.2);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 30px rgba(var(--service-accent-strong-rgb), 0.1);
}

body#top .services-page .faq-question:hover,
body#top .services-page .faq-question:focus-visible {
    background: rgba(var(--service-accent-rgb), 0.04);
    outline: none;
}

body#top .services-page .faq-question::after {
    content: "+";
    flex: 0 0 auto;
    color: rgba(var(--service-accent-strong-rgb), 0.92);
    font-size: 1.4rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

body#top .services-page .faq-item[open] .faq-question::after {
    transform: rotate(45deg);
}

body#top .services-page .faq-answer {
    padding: 0 18px 18px;
}

body#top .before-after-section {
    padding: 0;
    margin: 0 0 24px;
}

body#top .before-after-section > .container {
    width: auto;
    max-width: none;
    padding: 28px;
    display: grid;
    gap: 14px;
}

body#top .before-after-section__header,
body#top .before-after-section__footer {
    display: grid;
    gap: 8px;
}

body#top .before-after-section__header {
    max-width: 76ch;
}

body#top .before-after-section .section-title {
    margin: 0;
    text-align: left;
}

body#top .before-after-section .section-title::after {
    margin-left: 0;
    margin-right: 0;
}

body#top .before-after-section .section-subtitle {
    max-width: none;
    margin: 6px 0 0;
    text-align: left;
    font-size: 0.96rem;
    line-height: 1.48;
    text-wrap: pretty;
    white-space: nowrap;
}

body#top .before-after__note {
    margin: 0;
    color: rgba(74, 88, 104, 0.82);
}

body#top .before-after-section .before-after--service-wide {
    width: 100%;
    max-width: none;
    position: relative;
    display: grid;
    gap: 14px;
    padding-bottom: 64px;
}

body#top .before-after-section .before-after--service-wide .before-after__media {
    position: relative;
    z-index: 1;
    height: clamp(360px, 48vw, 580px);
    border-radius: 28px;
    border: 1px solid rgba(var(--service-accent-rgb), 0.12);
    background:
        radial-gradient(circle at 16% 18%, rgba(var(--service-accent-rgb), 0.14), transparent 24%),
        linear-gradient(180deg, rgba(20, 31, 45, 0.96), rgba(11, 18, 29, 0.98));
    box-shadow:
        0 22px 38px rgba(18, 28, 40, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body#top .before-after-section--sandblast .before-after--service-wide .before-after__image {
    object-fit: cover;
    object-position: center center;
    transform: none;
    transform-origin: center center;
}

body#top .before-after-section .before-after--service-wide .before-after__label {
    top: 20px;
    z-index: 3;
}

body#top .before-after-section .before-after--service-wide .before-after__before {
    position: absolute;
}

body#top .before-after-section .before-after--service-wide .before-after__before::after {
    content: none;
}

body#top .before-after-section .before-after--service-wide.before-after--portrait .before-after__media::before,
body#top .before-after-section .before-after--service-wide.before-after--portrait .before-after__before::before {
    content: none;
}

body#top .before-after-section .before-after--service-wide .before-after__handle {
    z-index: 3;
    width: 1px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: none;
}

body#top .before-after-section .before-after--service-wide .before-after__handle::before {
    content: none;
}

body#top .before-after-section .before-after--service-wide .before-after__handle::after {
    content: none;
}

body#top .before-after-section .before-after--service-wide .before-after__control {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    z-index: 4;
    max-width: none;
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

body#top .before-after-section .before-after--service-wide .before-after__range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

body#top .before-after-section .before-after--service-wide .before-after__prompt {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    transform: none;
}

body#top .before-after-section .before-after--service-wide .before-after__prompt-bar {
    display: block;
    left: 30px;
    right: 30px;
    top: 50%;
    height: 4px;
    background: linear-gradient(
        90deg,
        rgba(var(--service-accent-rgb), 0.08),
        rgba(var(--service-accent-rgb), 0.34) 24%,
        rgba(var(--service-accent-rgb), 0.5) 50%,
        rgba(var(--service-accent-rgb), 0.34) 76%,
        rgba(var(--service-accent-rgb), 0.08)
    );
    box-shadow:
        0 6px 14px rgba(var(--service-accent-rgb), 0.12),
        inset 0 0 0 1px rgba(var(--service-accent-rgb), 0.08);
}

body#top .before-after-section .before-after--service-wide .before-after__prompt-hint {
    gap: 8px;
    padding: 6px 12px;
    border-width: 1px;
    border-color: rgba(var(--service-accent-rgb), 0.16);
    background: rgba(255, 255, 255, 0.94);
    color: rgba(36, 58, 81, 0.94);
    box-shadow:
        0 10px 18px rgba(16, 27, 40, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    animation: prompt-pulse 1.8s ease-in-out infinite;
}

body#top .before-after-section .before-after--service-wide .before-after__prompt-hint i {
    color: rgba(var(--service-accent-strong-rgb), 0.96);
    animation: prompt-hand 1.6s ease-in-out infinite;
}

body#top .before-after-section .before-after--service-wide .before-after__prompt-arrow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 12px;
    animation: prompt-arrow-nudge 1.4s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(var(--service-accent-rgb), 0.22));
}

body#top .before-after-section .before-after--service-wide .before-after__prompt-text {
    display: none;
}

@media (max-width: 1220px) {
    body#top .service-overview,
    body#top .service-content,
    body#top .palette-card {
        grid-template-columns: 1fr;
    }

    body#top .service-detail-card--featured .service-content {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body#top .service-detail-card--media-ready .service-content {
        grid-template-columns: 1fr;
    }

    body#top .service-content {
        gap: 18px;
    }

    body#top .service-content > .service-description,
    body#top .service-content > .service-advantages,
    body#top .service-content > .process-steps,
    body#top .service-content > .service-image,
    body#top .service-content > .palette-card,
    body#top .service-content > .service-cta {
        grid-column: auto;
        grid-row: auto;
    }

    body#top .service-image,
    body#top .palette-card {
        order: 3;
    }

    body#top .service-cta {
        order: 4;
    }

    body#top .service-cta {
        justify-items: stretch;
    }

    body#top .service-cta .btn {
        width: 100%;
    }

    body#top .palette-card--standalone .palette-card__media {
        min-height: clamp(300px, 54vw, 430px);
    }

    body#top .services-page .section[aria-labelledby="services-faq-title"] {
        grid-template-columns: 1fr;
    }

    body#top .before-after-section .before-after--service-wide .before-after__media {
        height: clamp(320px, 52vw, 460px);
    }
}

@media (min-width: 961px) and (max-width: 1220px) {
    body#top .service-quick-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin: 16px 0 0;
        padding: 8px 8px 10px;
        border: 0;
        background: none;
        box-shadow: none;
    }

    body#top .service-quick-nav::before,
    body#top .service-quick-nav::after {
        content: "" !important;
    }

    body#top .service-quick-nav::before {
        opacity: 0.94;
        filter: blur(18px) saturate(142%);
    }

    body#top .service-quick-nav::after {
        opacity: 0.76;
        filter: blur(10px) saturate(148%);
    }

    body#top .services-page .service-quick-nav .service-nav-link::before,
    body#top .services-page .service-quick-nav .service-nav-link::after {
        content: "" !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link {
        min-height: 52px;
        padding: 8px 12px 9px;
        justify-content: center;
        gap: 8px;
        flex-direction: row;
        align-items: center;
        border-radius: 0 !important;
        border: 0 !important;
        background: none !important;
        box-shadow: none !important;
        color: rgba(var(--service-nav-text-strong-rgb), 0.94) !important;
        text-align: center;
        transform: none !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link:hover,
    body#top .services-page .service-quick-nav .service-nav-link:focus-visible {
        transform: translateY(-3px) !important;
        color: rgba(var(--service-nav-text-strong-rgb), 0.98) !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link__icon {
        width: 1.22rem;
        height: 1.22rem;
        min-width: 1.22rem;
        font-size: 1rem;
        color: rgba(var(--service-nav-text-strong-rgb), 0.88) !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link__icon i {
        color: currentColor !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link__label {
        display: inline-flex;
        align-items: center;
        min-width: 0;
        font-size: 0.9rem;
        font-weight: 790;
        line-height: 1;
        white-space: nowrap;
        text-wrap: nowrap;
    }

    body#top .services-page--powder .service-nav-link.active,
    body#top .services-page--powder .service-nav-link[aria-current="page"] {
        background: none !important;
        border-color: transparent !important;
        box-shadow: none !important;
        color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    }

    body#top .services-page--sandblast .service-nav-link.active,
    body#top .services-page--sandblast .service-nav-link[aria-current="page"] {
        background: none !important;
        border-color: transparent !important;
        box-shadow: none !important;
        color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__icon,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__icon,
    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__icon i,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__icon i,
    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__label,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__label {
        color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    }

    body#top .service-quick-nav.is-revealed .service-nav-link,
    body#top .service-quick-nav.is-revealed .service-nav-link.active,
    body#top .service-quick-nav.is-revealed .service-nav-link[aria-current="page"] {
        animation: none !important;
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
    }

    body#top .service-detail-card {
        padding: 24px;
    }

    body#top .service-content {
        grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.8fr);
        gap: 16px 22px;
    }

    body#top .service-detail-card--featured .service-content {
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.84fr);
        gap: 18px 24px;
    }

    body#top .service-detail-card--media-ready .service-content {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.74fr);
        gap: 14px 20px;
    }

    body#top .service-content > .service-description,
    body#top .service-content > .service-advantages,
    body#top .service-content > .process-steps,
    body#top .service-content > .service-cta {
        grid-column: 1;
    }

    body#top .service-content > .service-image {
        grid-column: 2;
        grid-row: 1 / span 6;
        align-self: start;
    }

    body#top .service-image,
    body#top .palette-card {
        order: initial;
    }

    body#top .service-detail-card--featured .service-description,
    body#top .service-detail-card--media-ready .service-description {
        max-width: 34ch;
    }

    body#top .service-image > img,
    body#top .service-image picture img {
        aspect-ratio: 15 / 11;
    }

    body#top .equipment-slider .equipment-slider__viewport {
        aspect-ratio: 15 / 11;
    }

    body#top .service-detail-card--media-ready .service-image {
        min-height: clamp(248px, 28vw, 320px);
    }

    body#top .service-image__placeholder {
        padding: 16px;
    }

    body#top .process-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    body#top .process-step {
        gap: 8px;
        min-height: 0;
        padding: 15px 12px 13px;
        border-radius: 18px;
    }

    body#top .process-step::before {
        position: static;
        width: 36px;
        height: 2px;
    }

    body#top .process-step h4 {
        font-size: 0.88rem;
        line-height: 1.2;
    }

    body#top .process-step p {
        font-size: 0.8rem;
        line-height: 1.46;
    }

    body#top .service-content > .process-steps {
        grid-column: 1 / -1;
    }

    body#top .service-content > .service-image {
        grid-row: 1 / span 2;
    }

    body#top .advantages-grid {
        gap: 10px;
    }

    body#top .advantage-item {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 13px;
        border-radius: 18px;
    }

    body#top .advantage-item i {
        margin-top: 0;
        font-size: 0.98rem;
    }

    body#top .advantage-item span {
        font-size: 0.86rem;
        line-height: 1.48;
    }

    body#top .palette-card--standalone {
        grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.88fr);
        gap: 18px 22px;
        padding: 20px;
    }

    body#top .palette-card--standalone .palette-card__media {
        min-height: clamp(260px, 32vw, 340px);
    }

    body#top .before-after-section .before-after--service-wide .before-after__media {
        height: clamp(280px, 34vw, 360px);
    }
}

@media (max-width: 960px) {
    body#top .services-page {
        padding: 72px 0 50px;
    }

    body#top .services-page > .container {
        width: min(100%, calc(100vw - 40px));
    }

    body#top .service-overview {
        padding: 24px;
    }

    body#top .advantages-grid,
    body#top .process-steps {
        grid-template-columns: 1fr;
    }

    body#top .service-header {
        grid-template-columns: auto minmax(0, 1fr);
    }

    body#top .service-id {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 720px) {
    body#top .services-page {
        padding: 82px 0 44px;
    }

    body#top .services-page > .container {
        width: min(100%, calc(100vw - 28px));
    }

    body#top .services-header__title-row {
        gap: 14px;
    }

    body#top .services-header h1 {
        font-size: clamp(1.92rem, 7vw, 2.34rem);
    }

    body#top .services-header__icon,
    body#top .service-header > i {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 1.08rem;
    }

    body#top .service-overview,
    body#top .service-detail-card,
    body#top .before-after-section > .container,
    body#top .services-page .section[aria-labelledby="services-faq-title"] {
        padding: 20px 16px;
    }

    body#top .before-after-section__header {
        max-width: 100%;
    }

    body#top .before-after-section__header,
    body#top .before-after-section__footer,
    body#top .before-after-section .before-after--service-wide {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    body#top .before-after-section .section-title,
    body#top .before-after-section .section-subtitle {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body#top .service-quick-nav {
        padding: 12px;
        margin-bottom: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body#top .services-page .service-quick-nav .service-nav-link {
        width: 100%;
        justify-self: stretch;
        min-height: 68px;
        padding: 14px 16px;
        border-radius: 20px;
        gap: 12px;
    }

    body#top .services-page .service-quick-nav .service-nav-link__icon {
        width: 1.42rem;
        height: 1.42rem;
        min-width: 1.42rem;
        border-radius: 0;
        font-size: 1.1rem;
    }

    body#top .services-page .service-quick-nav .service-nav-link__label {
        font-size: 1.06rem;
    }

    body#top .equipment-slider {
        padding: 0;
    }

    body#top .equipment-slider__btn {
        width: 42px;
        height: 42px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    body#top .equipment-slider__btn--prev {
        left: 12px;
    }

    body#top .equipment-slider__btn--next {
        right: 12px;
    }

    body#top .equipment-slider__thumbs {
        grid-auto-columns: clamp(46px, 17%, 74px);
        gap: 7px;
    }

    body#top .equipment-slider__thumb {
        border-radius: 11px;
    }

    body#top .palette-card {
        padding: 14px;
    }

    body#top .palette-card--standalone {
        margin-top: 14px;
        padding: 16px;
    }

    body#top .palette-card--standalone .palette-card__media {
        min-height: clamp(228px, 70vw, 336px);
    }

    body#top .service-detail-card--featured .service-header {
        margin-bottom: 16px;
    }

    body#top .service-header {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0 10px;
        align-items: center;
        padding: 12px 14px 12px 12px !important;
    }

    body#top .service-header::before {
        background: linear-gradient(
            90deg,
            rgba(var(--service-accent-rgb), 0.98) 0%,
            rgba(var(--service-accent-rgb), 0.95) 18%,
            rgba(var(--service-stripe-rgb), 0.78) 42%,
            rgba(var(--service-stripe-rgb), 0.54) 72%,
            rgba(var(--service-accent-rgb), 0.36) 100%
        );
    }

    body#top .service-header::after {
        background:
            radial-gradient(circle at 14% 50%, rgba(255, 255, 255, 0.08), transparent 20%),
            linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01) 22%, transparent 42%);
    }

    body#top .service-header h2 {
        font-size: clamp(1.22rem, 4.75vw, 1.46rem);
        line-height: 1.05;
        align-self: center;
        text-wrap: pretty;
        overflow-wrap: normal;
        word-break: normal;
    }

    body#top .service-header .service-id {
        display: none;
    }

    body#top .service-detail-card--featured .service-content {
        gap: 16px;
    }

    body#top .service-detail-card--media-ready .service-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body#top .service-detail-card--media-ready .service-image {
        min-height: clamp(220px, 64vw, 300px);
    }

    body#top .service-description {
        font-size: 0.98rem;
        line-height: 1.5;
    }

    body#top .service-detail-card--featured .service-description {
        font-size: 1rem;
        line-height: 1.52;
    }

    body#top .service-detail-card--featured .service-advantages {
        gap: 10px;
    }

    body#top .advantage-item,
    body#top .process-step {
        padding: 14px;
    }

    body#top .process-step h4 {
        font-size: 1.08rem;
        line-height: 1.22;
    }

    body#top .advantage-item span,
    body#top .process-step p {
        font-size: 1rem;
        line-height: 1.52;
    }

    body#top .before-after-section .before-after--service-wide .before-after__media {
        height: clamp(264px, 70vw, 352px);
        border-radius: 24px;
    }

    body#top .before-after-section .before-after--service-wide {
        padding-bottom: 56px;
    }

    body#top .before-after-section .before-after--service-wide .before-after__handle::after {
        width: 34px;
        height: 34px;
    }

    body#top .before-after-section .before-after--service-wide .before-after__control {
        height: 40px;
    }

    body#top .before-after-section .before-after--service-wide .before-after__prompt {
        top: 0;
        bottom: 0;
    }

    body#top .before-after-section .before-after--service-wide .before-after__prompt-hint {
        padding: 5px 10px;
    }

    body#top .services-page .section[aria-labelledby="services-faq-title"] .section-title {
        font-size: clamp(1.64rem, 6vw, 1.96rem);
    }

    body#top .services-page .section[aria-labelledby="services-faq-title"] {
        gap: 14px;
    }

    body#top .services-page .section[aria-labelledby="services-faq-title"] .section-subtitle {
        max-width: 34ch;
        font-size: 0.92rem;
    }

    body#top .service-cta {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    body#top .service-quick-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        padding: 8px 8px 10px;
    }

    body#top .services-page .service-quick-nav .service-nav-link {
        min-height: 50px;
        padding: 8px 10px 9px;
        gap: 7px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    body#top .services-page .service-quick-nav .service-nav-link__icon {
        width: 1.18rem;
        height: 1.18rem;
        min-width: 1.18rem;
        font-size: 0.98rem;
    }

    body#top .services-page .service-quick-nav .service-nav-link__label {
        color: rgba(var(--service-nav-text-strong-rgb), 0.94) !important;
        font-size: 0.82rem;
        line-height: 1;
        white-space: nowrap;
        text-wrap: nowrap;
        text-align: center;
    }

    body#top .services-page .service-quick-nav .service-nav-link.active,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"],
    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__icon,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__icon,
    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__icon i,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__icon i,
    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__label,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__label {
        color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    }

    body#top .service-quick-nav.is-revealed .service-nav-link,
    body#top .service-quick-nav.is-revealed .service-nav-link.active,
    body#top .service-quick-nav.is-revealed .service-nav-link[aria-current="page"] {
        animation: none !important;
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
    }

    body#top .service-detail-card,
    body#top .service-detail-card--media-ready {
        padding: 20px;
    }

    body#top .service-content,
    body#top .service-detail-card--featured .service-content,
    body#top .service-detail-card--media-ready .service-content {
        grid-template-columns: minmax(0, 1fr) minmax(210px, 0.78fr);
        gap: 14px 16px;
        align-items: start;
    }

    body#top .service-content > .service-description,
    body#top .service-content > .service-advantages,
    body#top .service-content > .service-cta {
        grid-column: 1;
    }

    body#top .service-content > .service-image {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: start;
        order: initial;
    }

    body#top .service-content > .process-steps {
        grid-column: 1 / -1;
    }

    body#top .service-detail-card--featured .service-description,
    body#top .service-detail-card--media-ready .service-description,
    body#top .service-description {
        max-width: none;
        font-size: 0.94rem;
        line-height: 1.56;
    }

    body#top .service-advantages {
        gap: 8px;
    }

    body#top .service-advantages h3 {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }

    body#top .advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body#top .advantage-item {
        grid-template-columns: 1fr;
        gap: 6px;
        align-content: start;
        padding: 10px;
        border-radius: 15px;
    }

    body#top .advantage-item i {
        margin-top: 0;
        font-size: 0.86rem;
    }

    body#top .advantage-item span {
        font-size: 0.74rem;
        line-height: 1.32;
    }

    body#top .process-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    body#top .process-step {
        gap: 7px;
        min-height: 0;
        padding: 14px 10px 12px;
        border-radius: 16px;
    }

    body#top .process-step::before {
        position: static;
        width: 32px;
        height: 2px;
        align-self: start;
    }

    body#top .process-step h4 {
        font-size: 0.82rem;
        line-height: 1.18;
    }

    body#top .process-step p {
        font-size: 0.76rem;
        line-height: 1.44;
    }

    body#top .service-image > img,
    body#top .service-image picture img,
    body#top .equipment-slider .equipment-slider__viewport {
        aspect-ratio: 4 / 3;
    }
}

@media (min-width: 641px) and (max-width: 700px) {
    body#top .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body#top .process-step {
        padding: 14px 13px 13px;
    }

    body#top .process-step h4 {
        font-size: 0.92rem;
    }

    body#top .process-step p {
        font-size: 0.84rem;
    }
}

@media (max-width: 640px) {
    body#top .before-after-section .section-subtitle {
        white-space: normal;
    }

    body#top .service-quick-nav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-columns: auto;
        align-items: center;
        justify-content: stretch;
        gap: 6px;
        margin: 8px 0 0;
        padding: 6px;
        border-radius: 22px;
        overflow-x: hidden;
        overflow-y: visible;
        scroll-snap-type: none;
        scrollbar-width: none;
        overscroll-behavior: auto;
        touch-action: manipulation;
        z-index: 2;
    }

    body#top .service-quick-nav::-webkit-scrollbar {
        display: none;
    }

    body#top .services-page .service-quick-nav .service-nav-link {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding: 8px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0;
        border-radius: 0 !important;
        background: none !important;
        border: 0 !important;
        box-shadow: none !important;
        text-align: left;
        scroll-snap-align: start;
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        touch-action: manipulation;
    }

    body#top .services-page .service-quick-nav .service-nav-link::before,
    body#top .services-page .service-quick-nav .service-nav-link::after {
        content: "" !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link__icon {
        width: 1.34rem;
        height: 1.34rem;
        min-width: 1.34rem;
        font-size: 1.08rem;
        color: rgba(var(--service-nav-text-strong-rgb), 0.94) !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link__label {
        display: none !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link:hover,
    body#top .services-page .service-quick-nav .service-nav-link:focus-visible,
    body#top .services-page .service-quick-nav .service-nav-link.active:hover,
    body#top .services-page .service-quick-nav .service-nav-link.active:focus-visible,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"]:hover,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"]:focus-visible {
        transform: none !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link.active,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] {
        background: none !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

    body#top .services-page .service-quick-nav .service-nav-link.active,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"],
    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__icon,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__icon,
    body#top .services-page .service-quick-nav .service-nav-link.active .service-nav-link__icon i,
    body#top .services-page .service-quick-nav .service-nav-link[aria-current="page"] .service-nav-link__icon i {
        color: rgba(var(--service-nav-text-strong-rgb), 0.99) !important;
    }

    body#top .service-quick-nav::before {
        opacity: 0.82;
        filter: blur(16px) saturate(134%);
    }

    body#top .service-quick-nav::after {
        opacity: 0.68;
        filter: blur(9px) saturate(138%);
    }

    body#top .service-header {
        align-items: center;
    }

    body#top .service-header > i {
        grid-row: 1;
        align-self: center;
        margin-top: 0;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 0.98rem;
    }

    body#top .service-header h2 {
        align-self: center;
    }
}

@media (max-width: 360px) {
    body#top .service-quick-nav {
        gap: 6px;
    }

    body#top .services-page .service-quick-nav .service-nav-link {
        min-width: 0;
        min-height: 40px;
        padding-inline: 8px;
    }

    body#top .services-page .service-quick-nav .service-nav-link__label {
        display: none !important;
    }
}

@media (max-width: 560px) {
    body#top .services-page {
        padding: 42px 0 38px;
    }
}

@media (max-width: 640px) {
    body#top .advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body#top .advantage-item {
        align-content: start !important;
        min-height: 0 !important;
        padding: 9px 8px !important;
        gap: 5px !important;
        border-radius: 15px !important;
    }

    body#top .advantage-item i {
        font-size: 0.82rem !important;
    }

    body#top .advantage-item span {
        font-size: 0.72rem !important;
        line-height: 1.24 !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
        hyphens: auto !important;
    }

    body#top .advantages-grid > .advantage-item:nth-child(3):last-child {
        grid-column: 1 / -1 !important;
        min-height: 0 !important;
    }

    body#top .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body#top .process-step {
        min-height: 0 !important;
        padding: 12px 10px !important;
        gap: 7px !important;
        border-radius: 16px !important;
    }

    body#top .process-step h4 {
        font-size: 0.8rem !important;
        line-height: 1.14 !important;
    }

    body#top .process-step p {
        font-size: 0.72rem !important;
        line-height: 1.34 !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
        hyphens: auto !important;
    }

    body#top .equipment-slider__btn {
        width: 40px !important;
        height: 40px !important;
        border-color: rgba(255, 248, 238, 0.72) !important;
        background:
            linear-gradient(180deg, rgba(255, 251, 244, 0.88), rgba(238, 226, 209, 0.72)) !important;
        box-shadow:
            0 10px 20px rgba(18, 31, 45, 0.18),
            0 2px 6px rgba(18, 31, 45, 0.09),
            inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
        backdrop-filter: blur(12px) saturate(112%) !important;
        -webkit-backdrop-filter: blur(12px) saturate(112%) !important;
    }

    body#top .equipment-slider__btn i {
        font-size: 0.86rem !important;
        color: rgba(11, 26, 40, 0.98) !important;
    }

    body#top .equipment-slider__btn--prev {
        left: 10px !important;
    }

    body#top .equipment-slider__btn--next {
        right: 10px !important;
    }

    body#top .equipment-slider__thumbs {
        grid-auto-columns: minmax(54px, 66px) !important;
        gap: 6px !important;
        padding-bottom: 2px !important;
    }

    body#top .equipment-slider__thumb {
        border-radius: 11px !important;
        background: rgba(255, 255, 255, 0.48) !important;
        box-shadow: 0 6px 12px rgba(18, 31, 45, 0.045) !important;
    }

    body#top .equipment-slider__thumb::before {
        inset: 3px !important;
        border-radius: 8px !important;
    }

    body#top .equipment-slider__thumb::after {
        inset-inline: 10px !important;
        bottom: 6px !important;
        height: 3px !important;
        opacity: 0.72 !important;
    }
}

/* Phone browsers in "desktop site" mode report a wide but very tall touch viewport. */
@media (pointer: coarse) and (min-width: 900px) and (max-width: 1600px) and (max-aspect-ratio: 2 / 3),
    (hover: none) and (min-width: 900px) and (max-width: 1600px) and (max-aspect-ratio: 2 / 3) {
    body#top .services-page {
        min-height: 0 !important;
        padding-top: 136px !important;
    }

    body#top .services-page > .container {
        width: min(100%, calc(100vw - 24px)) !important;
        max-width: none !important;
    }

    body#top .service-detail-card--media-ready:has(.service-image--placeholder) .service-content {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body#top .service-detail-card--media-ready:has(.service-image--placeholder) :is(.service-description, .service-advantages, .service-cta, .palette-card) {
        grid-column: 1 / -1 !important;
    }

    body#top .service-detail-card--media-ready .service-image--placeholder {
        display: none !important;
    }
}

@media (min-width: 900px) and (max-width: 1600px) and (max-height: 900px) and (orientation: landscape) and (pointer: coarse) {
    body#top .services-page {
        padding-top: 92px !important;
    }

    body#top .services-page > .container {
        width: min(100%, calc(100vw - 24px)) !important;
        max-width: none !important;
    }
}

/* Open mobile layout: keep content cards, remove the outer frame. */
@media (max-width: 640px) {
    body#top .services-page > .container {
        width: calc(100vw - 28px) !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body#top .services-page > .container .service-detail-card,
    body#top .services-page > .container .service-detail-card--featured,
    body#top .services-page > .container .service-detail-card--media-ready {
        overflow: visible !important;
        padding: 0 !important;
        border: 0 !important;
        border-color: transparent !important;
        border-radius: 0 !important;
        background: none !important;
        background-image: none !important;
        box-shadow: none !important;
    }

    body#top .services-page > .container .service-detail-card::before,
    body#top .services-page > .container .service-detail-card::after,
    body#top .services-page .service-quick-nav::before,
    body#top .services-page .service-quick-nav::after {
        content: none !important;
        display: none !important;
    }

    body#top .service-detail-card + .service-detail-card,
    body#top .service-detail-card + .before-after-section {
        margin-top: 28px !important;
    }

    body#top .service-content,
    body#top .service-detail-card--featured .service-content,
    body#top .service-detail-card--media-ready .service-content {
        gap: 14px !important;
        padding: 0 !important;
    }

    body#top .service-content > .service-description,
    body#top .service-content > .service-advantages,
    body#top .service-content > .process-steps,
    body#top .service-content > .palette-card,
    body#top .service-content > .service-cta {
        grid-column: 1 / -1 !important;
    }

    body#top .service-content > .service-image {
        grid-column: 1 / -1 !important;
        margin-top: 2px !important;
    }

    body#top .service-image,
    body#top .service-image:not(.equipment-slider):not(.service-image--placeholder),
    body#top .equipment-slider {
        width: 100% !important;
        max-width: none !important;
    }
}

/* Powder coating: keep the wheel coating benefits compact in one mobile row. */
@media (max-width: 640px) {
    body#top .services-page--powder #wheels .advantages-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    body#top .services-page--powder #wheels .advantages-grid > .advantage-item,
    body#top .services-page--powder #wheels .advantages-grid > .advantage-item:nth-child(3):last-child {
        grid-column: auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-content: start !important;
        justify-items: center !important;
        min-height: 82px !important;
        padding: 8px 5px !important;
        gap: 5px !important;
        text-align: center !important;
    }

    body#top .services-page--powder #wheels .advantages-grid > .advantage-item i {
        display: grid !important;
        place-items: center !important;
        width: 22px !important;
        height: 22px !important;
        margin: 0 auto !important;
        font-size: 0.78rem !important;
    }

    body#top .services-page--powder #wheels .advantages-grid > .advantage-item span {
        font-size: clamp(0.6rem, 2.35vw, 0.7rem) !important;
        line-height: 1.16 !important;
        text-align: center !important;
    }
}

@media (max-width: 360px) {
    body#top .services-page--powder #wheels .advantages-grid {
        gap: 6px !important;
    }

    body#top .services-page--powder #wheels .advantages-grid > .advantage-item,
    body#top .services-page--powder #wheels .advantages-grid > .advantage-item:nth-child(3):last-child {
        min-height: 86px !important;
        padding: 7px 4px !important;
    }

    body#top .services-page--powder #wheels .advantages-grid > .advantage-item span {
        font-size: 0.6rem !important;
        line-height: 1.15 !important;
    }
}

/* Final service-page color roles for shared cards and CTAs. */
@media (min-width: 641px) {
    body#top .services-page :is(.service-detail-card, .service-overview, .services-page .faq-section--catalog) {
        background: var(--site-card-surface) !important;
        border-color: var(--site-card-border) !important;
        box-shadow: var(--site-card-shadow) !important;
    }
}

body#top .services-page :is(.service-cta .btn:first-child, .service-overview__bridge-link) {
    background: linear-gradient(180deg, var(--site-action-slate) 0%, var(--site-action-slate-strong) 100%) !important;
    background-image: linear-gradient(180deg, var(--site-action-slate) 0%, var(--site-action-slate-strong) 100%) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #fffdf9 !important;
}

body#top .services-page--sandblast .service-quick-nav .service-nav-link.active::after,
body#top .services-page--sandblast .service-quick-nav .service-nav-link[aria-current="page"]::after,
body#top .services-page--powder .service-quick-nav .service-nav-link.active::after,
body#top .services-page--powder .service-quick-nav .service-nav-link[aria-current="page"]::after {
    content: none !important;
    display: none !important;
}
