@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
h1,h2,h3,h4,h5,h6{font-family: 'MB';}
.services{min-height: 200px;}

/* ---- Shared ---- */
.hp-container {
    margin-top: 90px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    min-height: 420px;
    font-family: Montserrat;
    scroll-behavior: smooth;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.hp-container.ready {
    visibility: visible;
    opacity: 1;
}

/* ---- /services: vertical document scroll ---- */
.hp-container.hp-vertical {
    overflow-x: clip;
}

/* /services: expand main content to 95% of viewport */
.hp-container.hp-vertical > .container {
    max-width: 95%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.hp-container.hp-vertical .hp-content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.hp-container.hp-vertical .hp-page {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-shrink: 0;
    padding: 48px 15px 40px;
}
.hp-container.hp-vertical .hp-page .hp-box {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.hp-container.hp-vertical.hp-craft-detail .hp-page {
    padding-top: 12px;
}

.hp-container.hp-vertical .hp-page [id^="screen-"],
.hp-container.hp-vertical .hp-page .jump-box {
    scroll-margin-top: 200px;
}

.hp-container.hp-vertical .hp-page .services-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: 48px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.hp-container.hp-vertical .hp-page .services-stack > * {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.hp-container.hp-vertical.hp-craft-detail .hp-page .services-stack {
    align-items: flex-start;
    gap: 0;
}

/* Sticky anchor bar: sits after hero; sticks under header while scrolling long tables */
.hp-container.hp-vertical .fixed-tabs {
    position: sticky;
    top: 90px;
    z-index: 40;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 16px;
    box-sizing: border-box;
    background: #f5f4f0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    box-shadow: none;
    list-style: none;
}

.hp-container.hp-vertical .services-stack > .fixed-tabs {
    align-self: stretch;
    margin-top: 8px;
    margin-bottom: 20px;
}

.hp-container.hp-vertical .fixed-tabs li {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    border: none !important;
    border-radius: 0;
    min-width: 96px;
    max-width: none;
    text-align: center;
    cursor: pointer;
    display: flex;
}

.hp-container.hp-vertical .fixed-tabs li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
    height: 100%;
    min-height: 52px;
    padding: 8px 10px;
    min-width: 0;
    max-width: none;
    line-height: 1.25;
    font-size: 12.5px;
    font-weight: 600;
    color: #2a2a2a;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}
.hp-container.hp-vertical .fixed-tabs .services-tab-abbr {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    flex-shrink: 0;
}
.hp-container.hp-vertical .fixed-tabs .services-tab-desc {
    font-size: 9.5px;
    font-weight: 500;
    line-height: 1.2;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}
.hp-container.hp-vertical .fixed-tabs li a:hover {
    background: #fff;
    border-color: rgba(233, 69, 96, 0.45);
    color: #111;
    box-shadow: 0 2px 6px rgba(233, 69, 96, 0.12);
}
.hp-container.hp-vertical .fixed-tabs li a:hover .services-tab-desc {
    color: #495057;
}
.hp-container.hp-vertical .fixed-tabs li.active a {
    background: #e94560;
    border-color: #e94560;
    color: #fff;
}
.hp-container.hp-vertical .fixed-tabs li.active a .services-tab-desc {
    color: rgba(255, 255, 255, 0.88);
}

.hp-container.hp-vertical .hp-page #screen-1{width: 100%;max-width: 100%;line-height: 30px;}
.hp-container.hp-vertical .hp-page #screen-2{width: 100%;max-width: 100%;}
.hp-container.hp-vertical .hp-page #screen-2 img{width: 100%;height: auto;object-fit: contain;}
.hp-container.hp-vertical .hp-page .service-box{width: 100%;max-width: 100%;}
.hp-container.hp-vertical .hp-page .for-box{width: 100%;max-width: 100%;}
.hp-container.hp-vertical .jump-box {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding-top: 8px;
}
.hp-container.hp-vertical.hp-craft-detail .jump-box {
    margin-top: 48px;
}
.hp-container.hp-vertical .jump-box ul {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}
.hp-container.hp-vertical .jump-box ul li {
    flex: 0 1 auto;
    width: auto;
    min-width: 220px;
    max-width: 360px;
    height: auto;
    min-height: 56px;
    border-radius: 5px;
}
.hp-container.hp-vertical .jump-box ul li a {
    padding: 14px 28px;
    white-space: nowrap;
}
@media (max-width: 575.98px) {
    .hp-container.hp-vertical .jump-box ul {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .hp-container.hp-vertical .jump-box ul li {
        min-width: 0;
        max-width: none;
        width: 100%;
    }
}

/* ---- /for-functional, /for-visual: vertical (hp-vertical); hp-horizontal below is unused ---- */
.hp-container.hp-horizontal {
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: auto;
    height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hp-container.hp-horizontal::-webkit-scrollbar {
    display: none;
}

.hp-container.hp-horizontal .hp-content {
    display: flex;
    width: max-content;
    height: 100%;
}

.hp-container.hp-horizontal .hp-page {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 100px;
}

.hp-container.hp-horizontal .hp-page .hp-box-horizontal {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
}

.hp-container.hp-horizontal .fixed-tabs {
    position: fixed;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 800px;
    width: auto;
}

.hp-container.hp-horizontal .hp-page #screen-1{width: 800px;line-height: 30px;}
.hp-container.hp-horizontal .hp-page .service-box{width: 800px;}
.hp-container.hp-horizontal .hp-page .for-box{width: 800px;max-width: none;}
.hp-container.hp-horizontal .hp-page .package-box{width: 550px;max-width: none;}
.hp-container.hp-horizontal .jump-box {
    width: 260px;
}

/* ---- Shared page blocks ---- */
.hp-page .font-size{font-size: 16px;}
.hp-container.hp-vertical .hp-page #screen-1 {
    line-height: normal;
    width: 100%;
}
/* Simple left copy + right image, vertically centered */
.hp-page #screen-1 .services-intro-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 36px;
    width: 100%;
}
.hp-page #screen-1 .services-intro-copy {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    height: auto;
    overflow: visible;
    padding-right: 8px;
}
.hp-page #screen-1 .title,
.hp-page #screen-1 .title1 {
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.25;
    font-weight: 700;
}
.hp-page #screen-1 .title {
    font-size: clamp(1.55rem, 1.9vw, 2rem);
}
.hp-page #screen-1 .title1 {
    font-size: clamp(1.3rem, 1.7vw, 1.7rem);
}
.hp-page #screen-1 .content1 {
    padding-right: 0;
}
.hp-page #screen-1 .content1 p {
    margin-bottom: 0.65rem;
    line-height: 1.55;
    font-size: 15px;
}
.hp-page #screen-1 .content1 p:last-child {
    margin-bottom: 0;
}
.hp-page #screen-1 .services-intro-aside {
    flex: 0 0 280px;
    width: 280px;
    max-width: 34%;
    display: block;
    padding-left: 0;
}
.hp-page #screen-1 .services-intro-thumb {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #eceae4;
    line-height: 0;
}
.hp-page #screen-1 .services-intro-thumb img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    aspect-ratio: 3 / 2;
}
.hp-page #screen-1 .services-intro-thumb--zoom img {
    cursor: zoom-in;
    transition: opacity 0.2s ease;
}
.hp-page #screen-1 .services-intro-thumb--zoom:hover img {
    opacity: 0.92;
}
.hp-page #screen-1 .services-intro-thumb--zoom::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(26, 26, 46, 0.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E") center/16px no-repeat;
    pointer-events: none;
    opacity: 0.9;
}
@media (max-width: 1199.98px) {
    .hp-page #screen-1 .services-intro-aside {
        flex-basis: 240px;
        width: 240px;
    }
}
@media (max-width: 991.98px) {
    .hp-page #screen-1 .services-intro-aside {
        flex-basis: 200px;
        width: 200px;
        max-width: 36%;
    }
}
@media (max-width: 767.98px) {
    .hp-page #screen-1 .services-intro-row {
        flex-wrap: wrap;
        gap: 16px;
    }
    .hp-page #screen-1 .services-intro-copy {
        flex: 1 1 100%;
        order: 1;
    }
    .hp-page #screen-1 .services-intro-aside {
        order: 2;
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}
.hp-page #screen-2{width: auto;}
.hp-page .scroll{font-weight: bold;font-size: 18px;margin-top: 10px;}
.hp-page #screen-3{}
.hp-page .service-box{position: relative;border-radius: 5px;background: #e9e8e1;height: fit-content;}
.hp-page .service-box .top-label{background: #000;padding:5px 10px;color: #FFFFFF;display: inline-block;position: relative;top: 15px;left: 15px;border-radius: 5px;font-weight: bold;}
.hp-page .service-box .top-text{position: absolute;right: 15px;top:15px;color: #e94560;display: flex;align-items: center;gap: 5px;}
.hp-page .service-box .top-text .bi{font-size: 20px;margin-top: 4px;}
.hp-page .service-box .title{text-align: left;margin-top: 0;margin-bottom: 0;font-size: 18px;line-height: 1.3;font-weight: 700;}
.hp-page .service-box .service-box-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 18px 20px 14px;
    margin-top: 18px;
}
.hp-page .service-box .service-box-media{
    flex: 0 0 44%;
    max-width: 44%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.hp-page .service-box .img-box{display: flex;justify-content: flex-start;gap: 14px;width: 100%;}
.hp-page .service-box .img-box img{height: auto;max-height: 130px;width: auto;max-width: calc(50% - 7px);object-fit: contain;cursor: zoom-in;}
.hp-page .service-box .text-box{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 0;
    min-width: 0;
    text-align: left;
}
.hp-page .service-box .text-box .left{
    width: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    padding-right: 0;
}
.hp-page .service-box .text-box .left img{height: 40px;}
.hp-page .service-box .text-box .left .name{font-size: 16px;font-weight: bold;white-space: nowrap;}
.hp-page .service-box .text-box .right{
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    text-align: left;
}
.hp-page .service-box .text-box .right p{
    margin-bottom: 0.5rem;
    text-align: left;
}
.hp-page .service-box .text-box .right p:last-child{
    margin-bottom: 0;
}
.hp-page .service-box .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 0 20px 15px;
    padding: 0;
}
.hp-page .service-box .bottom .bottom-label{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
}
.hp-page .service-box .bottom .bottom-label span{background: rgba(211, 211, 211, 1);padding: 5px 10px;border-radius: 5px;font-weight: bold;font-size: 12px;}
.hp-page .service-box .bottom .bottom-text{
    font-weight: bold;
    transform: rotate(180deg);
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .hp-page .service-box .service-box-body{
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-top: 14px;
        padding-top: 12px;
    }
    .hp-page .service-box .service-box-media{
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }
    .hp-page .service-box .img-box img{
        max-height: 120px;
    }
}

.hp-page .tabs{display: flex;background: rgba(211, 211, 211, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.hp-container.hp-horizontal .fixed-tabs{display: flex;background: rgba(211, 211, 211, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.hp-container.hp-vertical .hp-page .tabs{flex-wrap: wrap;}
.hp-container.hp-horizontal .hp-page .tabs,
.hp-container.hp-horizontal .fixed-tabs{flex-wrap: nowrap;}
.hp-container.hp-horizontal .hp-page .tabs li,
.hp-container.hp-horizontal .fixed-tabs li{padding: 5px 15px;border-right: 1px solid #ab9b9b;width: 200px;text-align: center;font-weight: bold;cursor: pointer;}
.hp-container.hp-vertical .hp-page .tabs li{padding: 8px 12px;border-right: 1px solid #ab9b9b;min-width: 0;flex: 1 1 auto;text-align: center;font-weight: bold;cursor: pointer;}
.hp-page .tabs li.active,.hp-container.hp-horizontal .fixed-tabs li.active{background: #e94560;}
.hp-page .tabs li.active a,.hp-container.hp-horizontal .fixed-tabs li.active a{color: #FFFFFF;}
.hp-page .tabs li a,.hp-container.hp-horizontal .fixed-tabs li a{display: block;}
.hp-page .tabs li:first-child,.hp-container.hp-horizontal .fixed-tabs li:first-child{border-bottom-left-radius: 5px;}
.hp-page .tabs li:last-child,.hp-container.hp-horizontal .fixed-tabs li:last-child{border-right: none;}

.hp-page .for-box{border-radius: 5px;background: #e9e8e1;height: fit-content;min-height: 320px;}
.hp-page.hp-for-functional-page .for-box{min-height: 350px;}
.hp-page .package-box{border-radius: 5px;background: #FFFFFF;height: auto;flex-direction: column;display: flex;}
.hp-page .for-box .title,.hp-page .package-box .title{margin-top: 20px;font-size: 20px;margin-left: 15px;width: 100%;margin-bottom: 10px;}
.hp-page .for-box .row, .hp-page .package-box .row{margin: 0;width: 100%;flex-grow: 1;align-items: center;}
.hp-page .for-box .name{
    margin: 30px 0;
    font-weight: bold;
    font-size: 18px;
}
.hp-page .for-box ul.list{
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}
.hp-page .for-box .table th,.hp-page .for-box .table thead th{border:0;border-bottom: 1px solid #888;text-align: left;width: auto;padding: 8px 15px;}
.table, .table td{border:1px solid #e9e8e1;}
.hp-page .for-box .table, .table td{border-bottom: 1px solid #888;text-align: left;color: #000;padding: 8px 15px;}

.hp-page .for-box ul.list li{}
.hp-page .for-box .bottom-text{padding:15px;}
.hp-page .package-box ul.list{
    display: grid;
    gap: 15px;
    align-items: center;
}
.hp-page .package-box ul.list li{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
}


.jump-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jump-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jump-box ul li {
    background: #e9e8e1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 100%;
}

.jump-box ul li a{
    font-size: 18px;
    padding-right: 10px;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
    color: #e94560;
    font-weight: bold;
}
.jump-box ul li .bi{font-size: 30px;}

.jump-box ul li:last-child {
    margin-bottom: 0;
}

/* ---- /services hub & craft detail pages ---- */
.hp-craft-detail.ready,
.hp-container.hp-vertical.ready {
    visibility: visible;
    opacity: 1;
}

.craft-breadcrumb {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.hp-craft-detail > .container > .craft-breadcrumb--top {
    padding-top: 20px;
    padding-bottom: 4px;
    width: 100%;
}
.hp-craft-detail .craft-detail-stack {
    align-items: stretch;
}
.craft-breadcrumb a {
    color: #e94560;
    text-decoration: none;
}
.craft-breadcrumb a:hover {
    text-decoration: underline;
}

.craft-hero-row {
    align-items: flex-start;
    gap: 24px 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.craft-hero-row > [class*="col-"] {
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
}
.craft-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.craft-hero-media {
    position: relative;
    min-width: 0;
}
.craft-hero-media .services-intro-thumb {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f1ea;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
}
.craft-hero-media .services-intro-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    aspect-ratio: unset;
    object-fit: cover;
    object-position: 88% 82%;
    border-radius: 0;
    cursor: zoom-in;
    background: #f3f1ea;
    transition: opacity 0.2s ease;
}
.craft-hero-media .services-intro-thumb:hover img {
    opacity: 0.92;
}
.craft-hero-media .services-intro-thumb::after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(26, 26, 46, 0.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E") center/18px no-repeat;
    pointer-events: none;
    opacity: 0.9;
}
.craft-type-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(233, 69, 96, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    pointer-events: none;
}

.craft-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 12px 0;
    scroll-margin-top: 120px;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .hp-craft-detail .craft-section,
    .hp-craft-detail .jump-box,
    .hp-craft-detail .craft-toc {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
}
.craft-section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

/* ---- 5-axis deep dive: layered cards / tables ---- */
.hp-craft-detail .craft-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    position: sticky;
    top: 90px;
    z-index: 42;
    background: rgba(245, 244, 240, 0.94);
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}
.hp-craft-detail .craft-toc-link {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #3a4150;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    transition: color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.hp-craft-detail .craft-toc-link:hover {
    color: #e94560;
    border-color: rgba(233, 69, 96, 0.35);
    transform: translateY(-1px);
}
.hp-craft-detail .craft-deep-lead {
    margin: 0 0 18px;
    max-width: 820px;
    color: #3f4654;
    line-height: 1.6;
}
.hp-craft-detail .craft-axis-grid,
.hp-craft-detail .craft-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.hp-craft-detail .craft-axis-card,
.hp-craft-detail .craft-mode-card,
.hp-craft-detail .craft-feature-card,
.hp-craft-detail .craft-limit-card,
.hp-craft-detail .craft-panel {
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 14px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7) inset,
        0 10px 28px rgba(16, 24, 40, 0.07);
}
.hp-craft-detail .craft-axis-card,
.hp-craft-detail .craft-mode-card {
    padding: 20px 22px 18px;
}
.hp-craft-detail .craft-axis-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.hp-craft-detail .craft-axis-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 36px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(145deg, #1f2a44 0%, #16213e 100%);
    box-shadow: 0 6px 14px rgba(22, 33, 62, 0.22);
}
.hp-craft-detail .craft-axis-icon--rot {
    background: linear-gradient(145deg, #e94560 0%, #c73652 100%);
}
.hp-craft-detail .craft-axis-title,
.hp-craft-detail .craft-mode-title,
.hp-craft-detail .craft-feature-title,
.hp-craft-detail .craft-limit-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
}
.hp-craft-detail .craft-axis-list {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 8px;
    color: #444b59;
}
.hp-craft-detail .craft-mode-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 28px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #e94560;
    background: rgba(233, 69, 96, 0.1);
}
.hp-craft-detail .craft-mode-card p,
.hp-craft-detail .craft-feature-card p,
.hp-craft-detail .craft-limit-card p {
    margin: 8px 0 0;
    color: #4a5160;
    line-height: 1.55;
}
.hp-craft-detail .craft-callout {
    margin: 18px 0 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f7f6f2;
    border-left: 4px solid #e94560;
    color: #333947;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.04);
}
.hp-craft-detail .craft-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    counter-reset: craft-feat;
}
.hp-craft-detail .craft-feature-card,
.hp-craft-detail .craft-limit-card {
    position: relative;
    padding: 20px 18px 18px;
    overflow: hidden;
}
.hp-craft-detail .craft-feature-num {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(233, 69, 96, 0.28);
    line-height: 1;
}
.hp-craft-detail .craft-feature-num::before {
    counter-increment: craft-feat;
    content: counter(craft-feat, decimal-leading-zero);
}
.hp-craft-detail .craft-feature-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.hp-craft-detail .craft-feature-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hp-craft-detail .craft-material-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.hp-craft-detail .craft-material-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hp-craft-detail .craft-material-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hp-craft-detail .craft-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    counter-reset: craft-focus;
}
.hp-craft-detail .craft-focus-card {
    position: relative;
    padding: 22px 20px 18px;
    background: #fff;
    border: 1px solid rgba(233, 69, 96, 0.16);
    border-radius: 14px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7) inset,
        0 12px 28px rgba(233, 69, 96, 0.08);
}
.hp-craft-detail .craft-focus-num {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(233, 69, 96, 0.28);
    line-height: 1;
}
.hp-craft-detail .craft-focus-num::before {
    counter-increment: craft-focus;
    content: counter(craft-focus, decimal-leading-zero);
}
.hp-craft-detail .craft-focus-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #e94560;
}
.hp-craft-detail .craft-focus-card p {
    margin: 8px 0 0;
    color: #4a5160;
    line-height: 1.55;
}
.hp-craft-detail .craft-callout--warn {
    border-left-color: #d4a017;
    background: #fff8e8;
    color: #5a4a1a;
}
.hp-craft-detail .craft-material-card {
    padding: 20px 22px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 14px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7) inset,
        0 10px 28px rgba(16, 24, 40, 0.07);
}
.hp-craft-detail .craft-material-title {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 700;
    color: #e94560;
}
.hp-craft-detail .craft-finish-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.hp-craft-detail .craft-finish-grid .craft-limit-title {
    color: #1a1a2e;
}
.hp-craft-detail .craft-process-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    counter-reset: craft-process;
}
.hp-craft-detail .craft-process-steps li {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 16px 18px 16px 64px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 14px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7) inset,
        0 8px 22px rgba(16, 24, 40, 0.06);
}
.hp-craft-detail .craft-process-steps li::before {
    counter-increment: craft-process;
    content: counter(craft-process);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #e94560 0%, #c73652 100%);
    box-shadow: 0 6px 14px rgba(233, 69, 96, 0.28);
}
.hp-craft-detail .craft-process-steps strong {
    font-size: 16px;
    color: #1a1a2e;
}
.hp-craft-detail .craft-process-steps span {
    font-size: 14px;
    color: #4a5160;
    line-height: 1.5;
}
.hp-craft-detail .craft-limit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.hp-craft-detail .craft-limit-title {
    color: #c73652;
}
.hp-craft-detail .craft-panel {
    padding: 6px 8px;
    overflow: hidden;
}
.hp-craft-detail .craft-panel--compact {
    padding: 0;
}
.hp-craft-detail .craft-panel--accent {
    border-color: rgba(233, 69, 96, 0.18);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7) inset,
        0 12px 30px rgba(233, 69, 96, 0.08);
}
.hp-craft-detail .craft-data-table {
    margin: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.hp-craft-detail .craft-data-table thead th {
    background: #f3f2ec;
    color: #222838;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid rgba(22, 33, 62, 0.08);
    padding: 12px 14px;
    white-space: nowrap;
}
.hp-craft-detail .craft-data-table tbody th,
.hp-craft-detail .craft-data-table tbody td {
    padding: 14px;
    border-top: 1px solid rgba(22, 33, 62, 0.06);
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
    color: #3d4452;
}
.hp-craft-detail .craft-data-table tbody td.is-highlight {
    color: #1a1a2e;
    font-weight: 600;
    background: rgba(233, 69, 96, 0.04);
}
.hp-craft-detail .craft-data-table tbody th {
    font-weight: 700;
    color: #1a1a2e;
    width: 22%;
}
.hp-craft-detail .craft-data-table--2 tbody th {
    width: 28%;
}
.hp-craft-detail .craft-data-table--4 tbody th {
    width: 18%;
}
.hp-craft-detail .craft-data-table--4 td {
    font-size: 0.95em;
}
.hp-craft-detail .craft-compare-table tbody td.is-highlight {
    color: #1a1a2e;
    font-weight: 600;
    background: rgba(233, 69, 96, 0.04);
}
.hp-craft-detail .craft-panel--compact .craft-spec-table {
    margin: 0;
}
@media (max-width: 1199.98px) {
    .hp-craft-detail .craft-feature-grid--5,
    .hp-craft-detail .craft-feature-grid--4,
    .hp-craft-detail .craft-material-grid--4,
    .hp-craft-detail .craft-material-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991.98px) {
    .hp-craft-detail .craft-feature-grid,
    .hp-craft-detail .craft-feature-grid--5,
    .hp-craft-detail .craft-feature-grid--4,
    .hp-craft-detail .craft-finish-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .hp-craft-detail .craft-toc {
        top: 70px;
        gap: 6px;
        padding: 10px;
    }
    .hp-craft-detail .craft-axis-grid,
    .hp-craft-detail .craft-mode-grid,
    .hp-craft-detail .craft-feature-grid,
    .hp-craft-detail .craft-feature-grid--5,
    .hp-craft-detail .craft-feature-grid--4,
    .hp-craft-detail .craft-limit-grid,
    .hp-craft-detail .craft-material-grid,
    .hp-craft-detail .craft-material-grid--3,
    .hp-craft-detail .craft-material-grid--4,
    .hp-craft-detail .craft-focus-grid,
    .hp-craft-detail .craft-finish-grid {
        grid-template-columns: 1fr;
    }
    .hp-craft-detail .craft-data-table thead th {
        white-space: normal;
    }
    .hp-craft-detail .craft-process-steps li {
        padding-left: 58px;
    }
}

.craft-steps {
    padding-left: 1.25rem;
    margin: 0;
    display: grid;
    gap: 12px;
}
.craft-list {
    margin: 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 10px;
}
.craft-list-cols {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    list-style: disc;
}

/* ---- SLM / craft story: image + copy rows ---- */
.craft-story-lead {
    margin: 0 0 22px;
    max-width: 72ch;
    color: #3d4250;
}
.craft-story-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}
.craft-story-media {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #e9e8e1;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
}
.craft-story-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    max-height: 420px;
    object-fit: cover;
}
.craft-story-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    counter-reset: craftstory;
}
.craft-story-steps li {
    position: relative;
    padding: 16px 16px 14px 56px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
    color: #3d4250;
    counter-increment: craftstory;
}
.craft-story-steps li::before {
    content: counter(craftstory);
    position: absolute;
    left: 14px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #16213e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.craft-story-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
.craft-story-cards li {
    padding: 16px 18px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
    color: #3d4250;
}
.craft-story-faq .svc-lp-faq {
    margin-top: 4px;
}
@media (max-width: 767.98px) {
    .craft-story-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .craft-story-row--flip .craft-story-media {
        order: -1;
    }
    .craft-story-media img {
        min-height: 200px;
        max-height: 240px;
    }
}

.craft-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.craft-tag {
    background: #e9e8e1;
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
}
a.craft-tag {
    color: inherit;
    text-decoration: none;
}
a.craft-tag:hover {
    background: #fff;
    color: #e94560;
}

.craft-spec-table th {
    width: 38%;
    font-weight: 600;
    vertical-align: top;
    background: #f7f6f2;
}
.craft-spec-table td,
.craft-spec-table th {
    border-color: #ddd;
    padding: 12px 16px;
}

.craft-hub-section {
    width: 100%;
}
.craft-hub-lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.craft-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}
.craft-hub-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0ded8;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    min-height: 100%;
}
.craft-hub-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: inherit;
}
.craft-hub-card-lg .craft-hub-card-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0efeb;
}
.craft-hub-card-lg .craft-hub-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.craft-hub-card-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.craft-hub-abbr {
    font-size: 20px;
    font-weight: 700;
    color: #e94560;
}
.craft-hub-type {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
}
.craft-hub-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    margin: 4px 0 8px;
    flex: 1;
}
.craft-hub-link {
    font-size: 14px;
    font-weight: 700;
    color: #e94560;
}

.craft-hub-grid-compact {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    max-width: 720px;
    margin: 0 auto;
}
.craft-hub-grid-compact .craft-hub-card {
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    min-height: 72px;
}
.services-process-tabs {
    scroll-margin-top: 110px;
}

.craft-other-processes .craft-hub-card {
    padding: 18px;
    min-height: 0;
}
.craft-other-processes .craft-hub-abbr {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}
.craft-other-processes .craft-hub-desc {
    font-size: 13px;
    margin: 0;
}

/* ---- Hub: CNC / 3D Printing categories ---- */
.services-hub-ctas .btn {
    margin-bottom: 8px;
}
.craft-hub-category {
    scroll-margin-top: 160px;
    width: 100%;
}
.craft-hub-category:not(.is-active),
.craft-hub-category[hidden] {
    display: none !important;
}
.craft-hub-seo-copy {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
    line-height: 1.7;
}

/* Segmented control — high specificity so global button/tab rules cannot flatten it */
.hp-container.hp-vertical .svc-seg-wrap {
    width: 100%;
    position: sticky;
    top: 90px;
    z-index: 45;
    scroll-margin-top: 100px;
    display: flex;
    justify-content: center;
    align-self: stretch;
}
.hp-container.hp-vertical .svc-seg {
    display: flex;
    width: 100%;
    max-width: 560px;
    padding: 5px;
    gap: 4px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #ebe9e3;
    border: 1px solid rgba(22, 33, 62, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}
.hp-container.hp-vertical .svc-seg-item {
    flex: 1 1 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    min-height: 56px;
    margin: 0;
    padding: 10px 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #5c6370 !important;
    text-align: center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
.hp-container.hp-vertical .svc-seg-item:hover {
    color: #16213e !important;
    background: rgba(255, 255, 255, 0.55) !important;
}
.hp-container.hp-vertical .svc-seg-item.is-on {
    background: #fff !important;
    color: #16213e !important;
    box-shadow: 0 4px 14px rgba(22, 33, 62, 0.12) !important;
}
.hp-container.hp-vertical .svc-seg-item.is-on .svc-seg-name {
    color: #e94560;
}
.hp-container.hp-vertical .svc-seg-name {
    display: block;
    font-family: Montserrat, 'MB', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}
.hp-container.hp-vertical .svc-seg-note {
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    color: #8a9099;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.hp-container.hp-vertical .svc-seg-item.is-on .svc-seg-note {
    color: #6b7280;
}

/* 4-col square cards — full-width cells so rows stay aligned */
.hp-container.hp-vertical .craft-hub-section {
    width: 100%;
}
.hp-container.hp-vertical .craft-hub-grid.craft-hub-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
    width: 100%;
    max-width: none;
    margin: 0;
    align-items: start;
}
.hp-container.hp-vertical .svc-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    text-decoration: none !important;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
    overflow: visible;
    transform: none;
    transition: opacity 0.2s ease;
}
.hp-container.hp-vertical .svc-card:hover {
    transform: none;
    opacity: 0.92;
    color: inherit;
    box-shadow: none;
}
.hp-container.hp-vertical .svc-card-pic {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #eceae4;
    border: 1px solid rgba(22, 33, 62, 0.06);
}
.hp-container.hp-vertical .svc-card-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hp-container.hp-vertical .svc-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 12px 2px 0;
    text-align: left;
    width: 100%;
}
.hp-container.hp-vertical .svc-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #e94560;
    line-height: 1.25;
}
.hp-container.hp-vertical .svc-card-type {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9099;
}

@media (max-width: 1199.98px) {
    .hp-container.hp-vertical .craft-hub-grid.craft-hub-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 991.98px) {
    .hp-container.hp-vertical .craft-hub-grid.craft-hub-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .craft-hero-actions .btn {
        display: block;
        width: 100%;
    }
    .craft-hero-actions .ms-md-2 {
        margin-left: 0 !important;
    }
    .craft-hero-media {
        margin-top: 8px;
    }
    .craft-hero-media .services-intro-thumb {
        aspect-ratio: 16 / 10;
    }
    .craft-hero-media .services-intro-thumb img {
        object-position: 90% 85%;
    }
    .hp-container.hp-vertical .svc-seg {
        max-width: 100%;
        border-radius: 16px;
    }
    .hp-container.hp-vertical .svc-seg-item {
        border-radius: 12px !important;
        min-height: 52px;
        padding: 8px 10px !important;
    }
    .hp-container.hp-vertical .svc-seg-name {
        font-size: 13px;
    }
    .hp-container.hp-vertical .svc-seg-note {
        font-size: 10px;
        white-space: normal;
    }
    .hp-container.hp-vertical .craft-hub-grid.craft-hub-grid-4 {
        grid-template-columns: 1fr 1fr;
        gap: 14px 12px;
    }
    .hp-container.hp-vertical .svc-card-title {
        font-size: 14px;
    }
}

/* ---- /services hub: compact image + full process facts ---- */
.svc-detail-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}
.svc-cap-toolbar{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px 16px;
    margin:0 0 20px;
}
.svc-cap-search{flex:1 1 220px;min-width:200px;margin:0;}
.svc-cap-search input{
    width:100%;
    box-sizing:border-box;
    height:42px;
    padding:0 14px;
    border:1px solid rgba(22,33,62,.12);
    border-radius:8px;
    background:#fff;
    font-size:14px;
    color:#1a1a2e;
}
.svc-cap-search input:focus{
    outline:2px solid rgba(233,69,96,.28);
    border-color:#e94560;
}
.svc-cap-sr{
    position:absolute;
    width:1px;height:1px;
    padding:0;margin:-1px;
    overflow:hidden;clip:rect(0,0,0,0);
    white-space:nowrap;border:0;
}
.svc-cap-chips{display:flex;flex-wrap:wrap;gap:8px;}
.svc-cap-chips button{
    min-height:36px;
    padding:6px 12px;
    border:1px solid rgba(22,33,62,.1);
    border-radius:999px;
    background:#fff;
    color:#3d4250;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}
.svc-cap-chips button.is-on,
.svc-cap-chips button:hover{
    border-color:#e94560;
    color:#e94560;
    background:#fff7f8;
}
.svc-cap-count{
    margin-left:auto;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#8a9099;
}
.svc-cap-empty{margin:8px 0 0;color:#5c6370;}
.svc-detail-list--grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.svc-detail-list--grid .svc-row[hidden]{display:none;}
.svc-detail-list--grid .svc-row{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:0 0 16px;
    overflow:hidden;
}
.svc-detail-list--grid .svc-row-media,
.svc-detail-list--grid .svc-row-media img{
    width:100%;
    height:168px;
}
.svc-detail-list--grid .svc-row-body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:14px 16px 0;
}
.svc-detail-list--grid .svc-row-title{font-size:17px;}
.svc-detail-list--grid .svc-row-title .svc-card-type{
    display:block;
    margin:4px 0 0;
}
.svc-detail-list--grid .svc-row-intro{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.svc-detail-list--grid .svc-row-actions{margin-top:auto;}
.svc-row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 18px 22px;
    align-items: start;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
}
.svc-row-media {
    display: block;
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
    background: #eceae4;
    line-height: 0;
}
.svc-row-media img {
    display: block;
    width: 200px;
    height: 125px;
    object-fit: cover;
    object-position: center;
}
.svc-row-title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.35;
}
.svc-row-title a {
    color: #e94560;
    text-decoration: none;
}
.svc-row-title .svc-card-type {
    margin-left: 8px;
    vertical-align: middle;
}
.svc-row-intro {
    margin: 0 0 12px;
    color: #3d4250;
    line-height: 1.55;
}
.svc-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
    margin: 0 0 12px;
}
.svc-meta dt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a9099;
    margin: 0 0 2px;
}
.svc-meta dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #16213e;
}
.svc-row-mats {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.svc-row-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 18px;
}
a.btn.svc-quote-btn,
.btn.svc-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e94560;
    border: 1px solid #e94560;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    padding: 7px 14px;
    border-radius: 6px;
    white-space: nowrap;
    text-decoration: none;
}
a.btn.svc-quote-btn:hover,
.btn.svc-quote-btn:hover {
    background: #d63d56;
    border-color: #d63d56;
    color: #fff;
}
.svc-row-mats-label {
    font-size: 12px;
    font-weight: 700;
    color: #5c6370;
    margin-right: 4px;
}
.svc-chip {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f3f1eb;
    border: 1px solid rgba(22, 33, 62, 0.06);
    font-size: 12px;
    line-height: 1.3;
    color: #3d4250;
}
a.svc-chip {
    text-decoration: none;
    color: #3d4250;
}
a.svc-chip:hover {
    border-color: #e94560;
    color: #e94560;
    background: #fff;
}
.svc-row-more {
    font-size: 14px;
    font-weight: 700;
    color: #e94560;
}
.svc-hub-block {
    width: 100%;
    scroll-margin-top: 160px;
}
.svc-hub-note {
    margin-top: 12px;
    color: #5c6370;
}
.svc-compare-table th,
.svc-compare-table td {
    vertical-align: top;
    font-size: 13px;
}
.svc-compare-table a {
    color: #e94560;
    font-weight: 700;
    white-space: normal;
}
.svc-compare-type {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #8a9099;
    margin-top: 2px;
}
.svc-price-points {
    max-width: 820px;
    margin: 12px auto 0;
    padding-left: 1.2em;
    color: #3d4250;
    line-height: 1.65;
}
.svc-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.svc-review-card {
    padding: 16px 16px 14px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
}
.svc-review-stars {
    margin: 0 0 8px;
    color: #e94560;
    letter-spacing: 1px;
}
.svc-review-who {
    margin: 10px 0 0;
    font-size: 13px;
    color: #5c6370;
}
.svc-material-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
@media (max-width: 991.98px) {
    .svc-row {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }
    .svc-row-media,
    .svc-row-media img {
        width: 160px;
        height: 100px;
    }
    .svc-meta {
        grid-template-columns: 1fr;
    }
    .svc-reviews-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767.98px) {
    .svc-row {
        grid-template-columns: 1fr;
    }
    .svc-row-media {
        width: 100%;
        max-width: 220px;
    }
    .svc-row-media img {
        width: 100%;
        height: 120px;
    }
    .svc-reviews-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1199.98px) {
    .svc-detail-list--grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .svc-detail-list--grid {
        grid-template-columns: 1fr;
    }
    .svc-cap-count {
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .svc-detail-list--grid .svc-row {
        grid-template-columns: unset;
    }
    .svc-detail-list--grid .svc-row-media,
    .svc-detail-list--grid .svc-row-media img {
        width: 100%;
        height: 150px;
        max-width: none;
    }
}

/* ---- /services/3d-printing and /services/cnc landings ---- */
.svc-lp-kicker {
    margin: 0 0 8px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5c6370;
}
.svc-lp-gate {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.svc-lp-gate-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.svc-lp-gate-card:hover {
    border-color: rgba(22, 33, 62, 0.2);
    box-shadow: 0 10px 24px rgba(22, 33, 62, 0.08);
    color: inherit;
    text-decoration: none;
}
.svc-lp-gate-card img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}
.svc-lp-gate-card h2 {
    margin: 0 0 6px;
    font-size: 22px;
}
.svc-lp-gate-card p {
    margin: 0 0 10px;
}
.svc-lp-gate-more {
    font-weight: 700;
    color: #e94560;
}
.svc-lp-when {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.svc-lp-when-card {
    padding: 18px 18px 14px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
}
.svc-lp-when-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}
.svc-lp-when-card p {
    margin: 0;
    color: #3d4250;
}
.svc-lp-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    counter-reset: lpstep;
}
.svc-lp-steps li {
    position: relative;
    padding: 18px 16px 14px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
    counter-increment: lpstep;
}
.svc-lp-steps li::before {
    content: counter(lpstep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #16213e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.svc-lp-steps p {
    margin: 0;
}
.svc-lp-faq {
    display: grid;
    gap: 10px;
}
.svc-lp-faq-item {
    padding: 0 16px;
    background: #fff;
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 12px;
}
.svc-lp-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 14px 0;
    font-weight: 700;
}
.svc-lp-faq-item summary::-webkit-details-marker {
    display: none;
}
.svc-lp-faq-item p {
    margin: 0 0 14px;
    color: #3d4250;
}
.svc-lp-cta {
    padding: 22px 22px 8px;
    background: linear-gradient(180deg, #f7f8fb 0%, #fff 100%);
    border: 1px solid rgba(22, 33, 62, 0.08);
    border-radius: 14px;
}
@media (max-width: 991.98px) {
    .svc-lp-gate,
    .svc-lp-when,
    .svc-lp-steps {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767.98px) {
    .svc-lp-gate,
    .svc-lp-when,
    .svc-lp-steps {
        grid-template-columns: 1fr;
    }
    .svc-lp-gate-card {
        grid-template-columns: 1fr;
    }
    .svc-lp-gate-card img {
        width: 100%;
        height: 140px;
    }
}

/* ---- Craft child pages: Hubs-style guide ---- */
.hp-craft-guide .craft-breadcrumb--top {
    margin: 0 0 8px;
    padding-top: 8px;
}
.craft-guide-what-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 36px;
    align-items: center;
}
.craft-guide-what .svc-doc-prose {
    max-width: none;
}
.craft-guide-media {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #eef1f5;
    box-shadow: 0 12px 32px rgba(16, 24, 40, .08);
}
.craft-guide-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 8 / 5;
}
.craft-guide-cap {
    overflow-x: auto;
}
.craft-guide-cap-table th,
.craft-guide-cap-table td {
    white-space: nowrap;
    font-size: 13px;
}
.craft-guide-cap-table td {
    white-space: normal;
    min-width: 140px;
}
.craft-guide-mats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}
.craft-guide-mats article {
    background: #fff;
    border: 1px solid rgba(26, 26, 46, .08);
    border-radius: 12px;
    overflow: hidden;
}
.craft-guide-mat-media {
    display: block;
}
.craft-guide-mats img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.craft-guide-mats h3 {
    margin: 12px 14px 14px;
    font-size: 16px;
}
.craft-guide-mats h3 a {
    color: inherit;
}
.craft-guide-tags {
    justify-content: center;
    margin-bottom: 20px;
}
.craft-guide-finishes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.craft-guide-finishes article {
    background: #fff;
    border: 1px solid rgba(26, 26, 46, .08);
    border-radius: 14px;
    overflow: hidden;
}
.craft-guide-finishes img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.craft-guide-finishes div {
    padding: 16px 16px 18px;
}
.craft-guide-finishes h3 {
    margin: 0 0 8px;
    font-size: 18px;
}
.craft-guide-finishes p {
    margin: 0;
    color: #5b6472;
    line-height: 1.6;
    font-size: 14px;
}
.craft-guide-standards {
    margin-left: auto;
    margin-right: auto;
}
.craft-guide-standards h2 {
    text-align: left;
}
.svc-compare-table tr.is-current th,
.svc-compare-table tr.is-current td {
    background: rgba(233, 69, 96, .06);
}
.hp-craft-guide .svc-doc-tech {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.craft-guide-faq {
    max-width: 860px;
    margin: 0 auto;
}
.hp-craft-guide .jump-box {
    margin: 40px 0 56px;
}
.hp-craft-guide .jump-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}
.hp-craft-guide .jump-box ul li {
    background: #e9e8e1;
    border-radius: 5px;
    min-width: 220px;
    max-width: 360px;
    min-height: 56px;
}
.hp-craft-guide .jump-box ul li a {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 100%;
    width: 100%;
    padding: 14px 28px;
    color: #e94560;
    font-weight: 700;
    white-space: nowrap;
}
.hp-craft-guide .jump-box ul li .bi {
    font-size: 30px;
}
@media (max-width: 1100px) {
    .craft-guide-mats,
    .craft-guide-finishes,
    .hp-craft-guide .svc-doc-tech {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .craft-guide-what-grid,
    .craft-guide-mats,
    .craft-guide-finishes,
    .hp-craft-guide .svc-doc-tech {
        grid-template-columns: 1fr;
    }
    .hp-craft-guide .jump-box ul {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .hp-craft-guide .jump-box ul li {
        min-width: 0;
        max-width: none;
        width: 100%;
    }
}
