﻿/* CNC site page styles - merged from former head/*.php */

/* ---- from head/home.php #0 ---- */
.industrial-grid {
            background-image: radial-gradient(circle, #e0e2ed 1px, transparent 1px);
            background-size: 30px 30px;
        }

        .jsm-video-card.is-playing .jsm-video-poster,
        .jsm-video-card.is-playing .jsm-video-play-overlay {
            opacity: 0;
            pointer-events: none;
        }

        .jsm-video-card.is-playing .jsm-video-player {
            display: block;
        }

        .jsm-video-close {
            position: absolute;
            top: 8px;
            right: 8px;
            z-index: 10;
            display: none;
            width: 32px;
            height: 32px;
            place-items: center;
            border: 0;
            background: rgba(38, 39, 42, 0.82);
            color: #ffffff;
            cursor: pointer;
            transition: background-color 160ms ease;
        }

        .jsm-video-close:hover {
            background: rgba(0, 114, 252, 0.92);
        }

        .jsm-video-card.is-playing .jsm-video-close {
            display: grid;
        }

        .jsm-video-player iframe,
        .jsm-video-iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .jsm-video-carousel-track {
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .jsm-video-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-video-carousel-btn {
            display: grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border: 1px solid #e0e2ed;
            background: #ffffff;
            color: #26272a;
            transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
        }

        .jsm-video-carousel-btn:hover:not(:disabled) {
            border-color: #006be8;
            color: #006be8;
        }

        .jsm-video-carousel-btn:disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        .jsm-video-carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #c1c6d7;
            transition: width 200ms ease, background-color 200ms ease;
        }

        .jsm-video-carousel-dot.is-active {
            width: 24px;
            background: #006be8;
        }

        .jsm-section-carousel {
            min-width: 0;
        }

        .jsm-section-carousel-track {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-bottom: 4px;
        }

        .jsm-section-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-section-carousel-slide {
            flex: 0 0 calc(82% - 6px);
            min-width: 0;
            scroll-snap-align: start;
        }

        .jsm-video-showcase .jsm-section-carousel-slide {
            flex: 0 0 clamp(230px, 65vw, 320px);
        }

        @media (min-width: 640px) {
            .jsm-section-carousel-track {
                gap: 24px;
            }

            .jsm-section-carousel-slide {
                flex-basis: calc((100% - 24px) / 2);
            }
        }

        @media (min-width: 1024px) {
            .jsm-section-carousel-slide {
                flex-basis: calc((100% - 72px) / 4);
            }
        }

        .trans-gradient-bg {
            background:
                linear-gradient(180deg, #ffffff 0%, #f7f9fd 48%, #ffffff 100%),
                radial-gradient(circle at top left, rgba(0, 114, 252, 0.08), transparent 34%);
        }

        .jsm-news-tab {
            position: relative;
            padding: 0 0 16px;
            color: #646467;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            transition: color 160ms ease;
        }

        .jsm-news-tab::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 0;
            height: 2px;
            background: #006be8;
            transition: width 160ms ease;
        }

        .jsm-news-tab.is-active {
            color: #006be8;
        }

        .jsm-news-tab.is-active::after {
            width: 36px;
        }

        .jsm-news-pane[hidden] {
            display: none;
        }

        .jsm-news-feature-title {
            background: linear-gradient(180deg, transparent 0%, rgba(16, 20, 28, 0.86) 100%);
        }

        .jsm-news-list-item {
            min-height: 48px;
        }

        #news-faq-solutions {
            padding-top: 96px !important;
            padding-bottom: 96px !important;
        }

        #news-faq-solutions h2 {
            font-size: 32px !important;
            font-weight: 700;
            line-height: 40px !important;
        }

        #news-faq-solutions .jsm-news-tab {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
        }

        #news-faq-solutions [data-news-pane="news"] > div > a {
            height: 370px !important;
        }

        #news-faq-solutions .jsm-news-feature-title .flex > span:first-child {
            font-size: 18px !important;
            font-weight: 500 !important;
            line-height: 24px !important;
        }

        #news-faq-solutions .jsm-news-feature-title .flex > span:last-child,
        #news-faq-solutions .jsm-news-list-item > span {
            font-size: 12px !important;
            line-height: 16px !important;
        }

        #news-faq-solutions .jsm-news-list-item > a {
            font-size: 14px !important;
            font-weight: 400 !important;
            line-height: 20px !important;
        }

        #news-faq-solutions [data-news-pane="news"] ul > li:last-child a,
        #news-faq-solutions [data-news-pane="faqs"] > div > a,
        #news-faq-solutions [data-news-pane="blog"] > a {
            font-size: 14px !important;
            font-weight: 600 !important;
            line-height: 20px !important;
        }

        #news-faq-solutions [data-news-pane="faqs"] summary {
            font-size: 16px !important;
            font-weight: 600 !important;
            line-height: 24px !important;
        }

        #news-faq-solutions [data-news-pane="faqs"] p,
        #news-faq-solutions [data-news-pane="blog"] p {
            font-size: 14px !important;
            line-height: 22px !important;
        }

        #news-faq-solutions [data-news-pane="blog"] h3 {
            font-size: 14px !important;
            font-weight: 500 !important;
            line-height: 20px !important;
        }

        #news-faq-solutions .jsm-faq-panel,
        #news-faq-solutions .jsm-blog-panel {
            width: 100%;
        }

        #news-faq-solutions .jsm-faq-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
            width: 100%;
        }

        #news-faq-solutions .jsm-faq-item {
            border: 1px solid #e0e2ed;
            background: #ffffff;
            transition: border-color 180ms ease, box-shadow 180ms ease;
        }

        #news-faq-solutions .jsm-faq-item:hover {
            border-color: #c1c6d7;
        }

        #news-faq-solutions .jsm-faq-item[open] {
            border-color: rgba(0, 114, 252, 0.35);
            box-shadow: 0 4px 20px rgba(0, 114, 252, 0.08);
        }

        #news-faq-solutions .jsm-faq-item summary {
            display: flex;
            cursor: pointer;
            list-style: none;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 20px 24px;
            font-size: 16px !important;
            font-weight: 600 !important;
            line-height: 24px !important;
            color: #26272a;
            transition: color 160ms ease;
        }

        #news-faq-solutions .jsm-faq-item summary::-webkit-details-marker {
            display: none;
        }

        #news-faq-solutions .jsm-faq-item[open] summary {
            color: #006be8;
        }

        #news-faq-solutions .jsm-faq-icon {
            flex-shrink: 0;
            display: grid;
            width: 32px;
            height: 32px;
            place-items: center;
            background: #f5f6f8;
            color: #727786;
            transition: background-color 160ms ease, color 160ms ease, transform 220ms ease;
        }

        #news-faq-solutions .jsm-faq-item[open] .jsm-faq-icon {
            background: rgba(0, 114, 252, 0.1);
            color: #006be8;
            transform: rotate(180deg);
        }

        #news-faq-solutions .jsm-faq-answer {
            padding: 0 24px 20px;
            border-top: 1px solid #f1f3f6;
        }

        #news-faq-solutions .jsm-faq-answer p {
            margin: 0;
            padding-top: 16px;
            max-width: 48rem;
        }

        #news-faq-solutions .jsm-faq-list details {
            padding: 0;
        }

        #news-faq-solutions .jsm-blog-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 72px;
            row-gap: 28px;
            width: 100%;
        }

        #news-faq-solutions .jsm-blog-card {
            display: grid;
            grid-template-columns: 360px minmax(0, 1fr);
            gap: 28px;
            align-items: start;
            min-height: 200px;
            color: inherit;
        }

        #news-faq-solutions .jsm-blog-card img {
            width: 360px !important;
            height: 200px !important;
        }

        #news-faq-solutions .jsm-blog-card p:first-child {
            margin-top: 2px;
            font-weight: 600;
            color: #727786;
        }

        #news-faq-solutions .jsm-blog-card h3 {
            margin-top: 16px;
        }

        #news-faq-solutions .jsm-blog-card p:last-child {
            margin-top: 14px;
            color: #8a8d96;
        }

        .jsm-news-list-item > a {
            min-width: 0;
            flex: 1 1 auto;
        }

        @media (min-width: 1024px) {
            #news-faq-solutions [data-news-pane="news"] > div > ul {
                width: 100%;
                max-width: none;
            }
        }

        @media (max-width: 1023px) {
            #news-faq-solutions {
                padding-top: 80px !important;
                padding-bottom: 80px !important;
            }

            #news-faq-solutions [data-news-pane="news"] > div {
                grid-template-columns: minmax(0, 1fr) !important;
                gap: 50px !important;
            }

            #news-faq-solutions [data-news-pane="news"] > div > a,
            #news-faq-solutions [data-news-pane="news"] ul {
                max-width: 660px !important;
            }

            #news-faq-solutions .jsm-blog-list {
                grid-template-columns: minmax(0, 1fr);
                max-width: 760px;
            }
        }

        @media (max-width: 767px) {
            #news-faq-solutions {
                padding-top: 48px !important;
                padding-bottom: 48px !important;
            }

            #news-faq-solutions h2 {
                font-size: 24px !important;
                line-height: 32px !important;
            }

            .jsm-news-tab {
                font-size: 14px;
                padding-bottom: 12px;
            }

            #news-faq-solutions [data-news-pane="news"] > div {
                gap: 24px !important;
            }

            #news-faq-solutions [data-news-pane="news"] > div > a {
                height: 196px !important;
            }

            #news-faq-solutions .jsm-news-feature-title .flex > span:first-child {
                font-size: 14px !important;
                line-height: 20px !important;
            }

            #news-faq-solutions .jsm-faq-item summary {
                gap: 16px;
                padding: 16px 18px;
                font-size: 14px !important;
                line-height: 20px !important;
            }

            #news-faq-solutions .jsm-faq-answer {
                padding: 0 18px 16px;
            }

            #news-faq-solutions .jsm-faq-answer p {
                padding-top: 12px;
            }

            #news-faq-solutions .jsm-faq-list {
                gap: 10px;
            }

            #news-faq-solutions .jsm-faq-list details {
                padding: 0;
            }

            #news-faq-solutions .jsm-blog-list {
                row-gap: 22px;
            }

            #news-faq-solutions .jsm-blog-card {
                grid-template-columns: 128px minmax(0, 1fr);
                gap: 14px;
                min-height: 92px;
            }

            #news-faq-solutions .jsm-blog-card img {
                width: 128px !important;
                height: 92px !important;
            }

            #news-faq-solutions .jsm-blog-card h3 {
                margin-top: 8px;
            }

            #news-faq-solutions .jsm-blog-card p:last-child {
                margin-top: 8px;
            }
        }

/* ---- from head/home.php #1 ---- */
main {
    margin-top: 0;
    padding-top: 0;
  }

  @media (min-width: 1024px) {
    .jsm-hero {
      align-items: flex-start;
    }

    .jsm-hero .jsm-hero-inner {
      padding-top: 64px !important;
      padding-bottom: 96px !important;
    }
  }

  @media (max-width: 767px) {
    .px-margin-desktop {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .-mx-margin-desktop {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    html,
    body {
      overflow-x: hidden;
    }

    main,
    section,
    div,
    input,
    select,
    button {
      min-width: 0;
      max-width: 100%;
    }

    select {
      width: 100%;
    }

    .text-\[600px\] {
      display: none !important;
    }

    header .h-16 {
      height: auto !important;
      min-height: 64px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    header .hidden.lg\:flex,
    header button.bg-carbon-gray {
      display: none !important;
    }

    .stitch-fluid-title {
      font-size: 42px !important;
      line-height: 48px !important;
      letter-spacing: 0 !important;
    }

    .min-h-\[720px\] {
      min-height: auto !important;
    }

    .jsm-hero {
      min-height: auto !important;
      align-items: flex-start !important;
    }

    .jsm-hero .jsm-hero-inner {
      padding-top: 32px !important;
      padding-bottom: 40px !important;
    }

    .jsm-hero .jsm-hero-badge-row {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 10px !important;
    }

    .jsm-hero .jsm-hero-badge-divider {
      display: none !important;
    }

    .jsm-hero .jsm-hero-title {
      font-size: 32px !important;
      line-height: 38px !important;
      letter-spacing: -0.01em !important;
    }

    .jsm-hero .jsm-hero-lead {
      font-size: 15px !important;
      line-height: 24px !important;
      margin-bottom: 28px !important;
    }

    .jsm-hero .jsm-hero-actions {
      flex-direction: column !important;
      align-items: stretch !important;
      gap: 12px !important;
    }

    .jsm-hero .jsm-hero-actions button {
      width: 100% !important;
      justify-content: center !important;
      padding: 14px 20px !important;
    }

    .jsm-hero .jsm-hero-stats {
      margin-top: 32px !important;
      padding-top: 24px !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      justify-items: center !important;
      gap: 12px 8px !important;
    }

    .jsm-hero .jsm-hero-stats > div:last-child {
      grid-column: auto !important;
    }

    .jsm-hero .jsm-hero-stats > div {
      align-items: center !important;
      text-align: center !important;
    }

    .jsm-hero .jsm-hero-stats .text-headline-lg {
      font-size: clamp(19px, 5.6vw, 24px) !important;
      line-height: 28px !important;
    }

    .jsm-hero .jsm-hero-stats .text-label-sm {
      white-space: nowrap !important;
      font-size: 9px !important;
      line-height: 13px !important;
      letter-spacing: 0.08em !important;
    }

    .jsm-hero .jsm-hero-bg-gradient {
      background: linear-gradient(180deg, rgba(38, 39, 42, 0.92) 0%, rgba(38, 39, 42, 0.78) 45%, rgba(38, 39, 42, 0.96) 100%) !important;
    }

    .jsm-quality-section {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .jsm-quality-section .jsm-quality-title {
      font-size: 36px !important;
      line-height: 42px !important;
      letter-spacing: -0.01em !important;
      margin-bottom: 16px !important;
    }

    .jsm-quality-section .jsm-quality-lead {
      font-size: 15px !important;
      line-height: 24px !important;
    }

    .jsm-quality-section .jsm-quality-highlights {
      margin-top: 28px !important;
      padding-top: 24px !important;
      gap: 20px !important;
    }

    .jsm-quality-section .jsm-quality-features {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 20px 12px !important;
    }

    .jsm-quality-section .jsm-quality-bg-overlay {
      background: linear-gradient(180deg, rgba(33, 35, 38, 0.94) 0%, rgba(33, 35, 38, 0.88) 50%, rgba(33, 35, 38, 0.96) 100%) !important;
    }

    .jsm-video-showcase,
    .jsm-insights-showcase,
    .jsm-capabilities-section,
    .jsm-industrial-solutions {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .grid-cols-4,
    .grid-cols-3,
    .grid-cols-2 {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .flex.w-full[class*="md:w-auto"] {
      flex-direction: column !important;
      align-items: stretch !important;
    }

    .flex.w-full[class*="md:w-auto"] > * {
      width: 100% !important;
    }
  }

/* ---- from head/quality.php #0 ---- */
.industrial-grid {
            background-image: radial-gradient(circle, #e0e2ed 1px, transparent 1px);
            background-size: 30px 30px;
        }

        .jsm-video-carousel-track {
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .jsm-video-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-video-carousel-btn {
            display: grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border: 1px solid #e0e2ed;
            background: #ffffff;
            color: #26272a;
            transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
        }

        .jsm-video-carousel-btn:hover:not(:disabled) {
            border-color: #006be8;
            color: #006be8;
        }

        .jsm-video-carousel-btn:disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        .jsm-video-carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #c1c6d7;
            transition: width 200ms ease, background-color 200ms ease;
        }

        .jsm-video-carousel-dot.is-active {
            width: 24px;
            background: #006be8;
        }

        .jsm-section-carousel {
            min-width: 0;
        }

        .jsm-section-carousel-track {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-bottom: 4px;
        }

        .jsm-section-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-section-carousel-slide {
            flex: 0 0 calc(82% - 6px);
            min-width: 0;
            scroll-snap-align: start;
        }

        @media (min-width: 640px) {
            .jsm-section-carousel-track {
                gap: 24px;
            }

            .jsm-section-carousel-slide {
                flex-basis: calc((100% - 24px) / 2);
            }
        }

        @media (min-width: 1024px) {
            .jsm-section-carousel-slide {
                flex-basis: calc((100% - 72px) / 4);
            }
        }

/* ---- from head/quality.php #1 ---- */
@media (max-width: 767px) {
    .px-margin-desktop {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .-mx-margin-desktop {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    html,
    body {
      overflow-x: hidden;
    }

    main,
    section,
    div,
    input,
    select,
    button {
      min-width: 0;
      max-width: 100%;
    }

    select {
      width: 100%;
    }

    .text-\[600px\] {
      display: none !important;
    }

    header .h-16 {
      height: auto !important;
      min-height: 64px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    header .hidden.lg\:flex,
    header button.bg-carbon-gray {
      display: none !important;
    }

    .stitch-fluid-title {
      font-size: 42px !important;
      line-height: 48px !important;
      letter-spacing: 0 !important;
    }

    .min-h-\[720px\] {
      min-height: auto !important;
    }

    .jsm-hero {
      min-height: auto !important;
      align-items: flex-start !important;
    }

    .jsm-hero .jsm-hero-inner {
      padding-top: 32px !important;
      padding-bottom: 40px !important;
    }

    .jsm-hero .jsm-hero-badge-row {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 10px !important;
    }

    .jsm-hero .jsm-hero-badge-divider {
      display: none !important;
    }

    .jsm-hero .jsm-hero-title {
      font-size: 32px !important;
      line-height: 38px !important;
      letter-spacing: -0.01em !important;
    }

    .jsm-hero .jsm-hero-lead {
      font-size: 15px !important;
      line-height: 24px !important;
      margin-bottom: 28px !important;
    }

    .jsm-hero .jsm-hero-actions {
      flex-direction: column !important;
      align-items: stretch !important;
      gap: 12px !important;
    }

    .jsm-hero .jsm-hero-actions button {
      width: 100% !important;
      justify-content: center !important;
      padding: 14px 20px !important;
    }

    .jsm-hero .jsm-hero-stats {
      margin-top: 32px !important;
      padding-top: 24px !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      justify-items: center !important;
      gap: 12px 8px !important;
    }

    .jsm-hero .jsm-hero-stats > div:last-child {
      grid-column: auto !important;
    }

    .jsm-hero .jsm-hero-stats > div {
      align-items: center !important;
      text-align: center !important;
    }

    .jsm-hero .jsm-hero-stats .text-headline-lg {
      font-size: clamp(19px, 5.6vw, 24px) !important;
      line-height: 28px !important;
    }

    .jsm-hero .jsm-hero-stats .text-label-sm {
      white-space: nowrap !important;
      font-size: 9px !important;
      line-height: 13px !important;
      letter-spacing: 0.08em !important;
    }

    .jsm-hero .jsm-hero-bg-gradient {
      background: linear-gradient(180deg, rgba(38, 39, 42, 0.92) 0%, rgba(38, 39, 42, 0.78) 45%, rgba(38, 39, 42, 0.96) 100%) !important;
    }

    .jsm-industrial-solutions .jsm-solutions-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 12px !important;
    }

    .jsm-insights-showcase,
    .jsm-capabilities-section {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .jsm-qa-section .jsm-qa-features {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 20px 12px !important;
    }

    .grid-cols-4,
    .grid-cols-3,
    .grid-cols-2 {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .flex.w-full[class*="md:w-auto"] {
      flex-direction: column !important;
      align-items: stretch !important;
    }

    .flex.w-full[class*="md:w-auto"] > * {
      width: 100% !important;
    }
  }

/* ---- from head/about.php #0 ---- */
.bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 24px;
        }
        .mask-industrial {
            mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
        }

        .jsm-video-carousel-track {
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .jsm-video-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-video-carousel-btn {
            display: grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border: 1px solid #e0e2ed;
            background: #ffffff;
            color: #26272a;
            transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
        }

        .jsm-video-carousel-btn:hover:not(:disabled) {
            border-color: #006be8;
            color: #006be8;
        }

        .jsm-video-carousel-btn:disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        .jsm-video-carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #c1c6d7;
            transition: width 200ms ease, background-color 200ms ease;
        }

        .jsm-video-carousel-dot.is-active {
            width: 24px;
            background: #006be8;
        }

        .jsm-section-carousel {
            min-width: 0;
        }

        .jsm-section-carousel-track {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-bottom: 4px;
        }

        .jsm-section-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-section-carousel-slide {
            flex: 0 0 calc(82% - 6px);
            min-width: 0;
            scroll-snap-align: start;
        }

        @media (min-width: 640px) {
            .jsm-section-carousel-track {
                gap: 24px;
            }

            .jsm-section-carousel-slide {
                flex-basis: calc((100% - 24px) / 2);
            }
        }

        @media (min-width: 1024px) {
            .jsm-gallery-showcase .jsm-section-carousel-slide {
                flex-basis: calc((100% - 48px) / 3);
            }
        }

/* ---- from head/about.php #1 ---- */
@media (max-width: 767px) {
    .px-margin-desktop {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .-mx-margin-desktop {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    html,
    body {
      overflow-x: hidden;
    }

    main,
    section,
    div,
    input,
    select,
    button {
      min-width: 0;
      max-width: 100%;
    }

    select {
      width: 100%;
    }

    .text-\[600px\] {
      display: none !important;
    }

    header .h-16 {
      height: auto !important;
      min-height: 64px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    header .hidden.lg\:flex,
    header button.bg-carbon-gray {
      display: none !important;
    }

    .stitch-fluid-title {
      font-size: 42px !important;
      line-height: 48px !important;
      letter-spacing: 0 !important;
    }

    .min-h-\[720px\] {
      min-height: 680px !important;
    }

    .mt-16.flex.items-center.gap-12 {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px !important;
    }

    .jsm-page-hero .jsm-page-hero-inner {
      padding-top: 32px !important;
      padding-bottom: 40px !important;
    }

    .jsm-page-hero .jsm-page-hero-title {
      font-size: 32px !important;
      line-height: 38px !important;
      letter-spacing: -0.01em !important;
    }

    .jsm-page-hero .jsm-page-hero-lead {
      font-size: 15px !important;
      line-height: 24px !important;
      margin-bottom: 28px !important;
    }

    .jsm-page-hero .jsm-page-hero-actions {
      flex-direction: column !important;
      align-items: stretch !important;
      gap: 12px !important;
    }

    .jsm-page-hero .jsm-page-hero-actions > * {
      width: 100% !important;
      justify-content: center !important;
    }

    .jsm-page-hero .jsm-page-hero-overlay {
      background: linear-gradient(180deg, rgba(38, 39, 42, 0.94) 0%, rgba(38, 39, 42, 0.82) 45%, rgba(38, 39, 42, 0.96) 100%) !important;
    }

    .jsm-page-hero .mask-industrial {
      opacity: 0.35 !important;
    }

    .jsm-gallery-showcase {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .grid-cols-4,
    .grid-cols-3,
    .grid-cols-2 {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .jsm-about-stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 12px !important;
    }

    .jsm-about-stats-grid > div {
      padding: 20px 14px !important;
    }

    .jsm-about-stats-grid .text-4xl {
      font-size: 26px !important;
      line-height: 32px !important;
      margin-bottom: 12px !important;
    }

    .jsm-about-stats-grid .text-display-lg {
      font-size: clamp(32px, 10vw, 42px) !important;
      line-height: 1 !important;
    }

    .jsm-about-stats-grid .text-label-caps {
      font-size: 12px !important;
      line-height: 14px !important;
      letter-spacing: 0.04em !important;
    }

    .flex.w-full[class*="md:w-auto"] {
      flex-direction: column !important;
      align-items: stretch !important;
    }

    .flex.w-full[class*="md:w-auto"] > * {
      width: 100% !important;
    }
  }

/* ---- from head/contact.php #0 ---- */
input:focus, textarea:focus, select:focus {
            outline: none !important;
            border-color: #006be8 !important;
            box-shadow: 0 0 0 2px rgba(0, 114, 252, 0.1);
        }
        .hero-gradient {
            background: linear-gradient(to right, rgba(24, 27, 36, 0.95) 0%, rgba(24, 27, 36, 0.4) 100%);
        }

/* ---- from head/contact.php #1 ---- */
.mask-industrial {
            mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
        }

/* ---- from head/cnc-machining.php #0 ---- */
/* ---- from head/cnc-machining.php #0 ---- */
.bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 24px;
        }
        .glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(229, 231, 235, 0.5);
        }

        .jsm-video-carousel-track {
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .jsm-video-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-video-carousel-btn {
            display: grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border: 1px solid #e0e2ed;
            background: #ffffff;
            color: #26272a;
            transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
        }

        .jsm-video-carousel-btn:hover:not(:disabled) {
            border-color: #006be8;
            color: #006be8;
        }

        .jsm-video-carousel-btn:disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        .jsm-video-carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #c1c6d7;
            transition: width 200ms ease, background-color 200ms ease;
        }

        .jsm-video-carousel-dot.is-active {
            width: 24px;
            background: #006be8;
        }

        .jsm-section-carousel {
            min-width: 0;
        }

        .jsm-section-carousel-track {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-bottom: 4px;
        }

        .jsm-section-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-section-carousel-slide {
            flex: 0 0 calc(82% - 6px);
            min-width: 0;
            scroll-snap-align: start;
        }

        @media (min-width: 640px) {
            .jsm-section-carousel-track {
                gap: 24px;
            }

            .jsm-section-carousel-slide {
                flex-basis: calc((100% - 24px) / 2);
            }
        }

        @media (min-width: 1024px) {
            .jsm-materials-showcase .jsm-section-carousel-slide {
                flex-basis: calc((100% - 96px) / 5);
            }
        }

/* ---- from head/cnc-machining.php #1 ---- */
@media (max-width: 767px) {
    .px-margin-desktop {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .-mx-margin-desktop {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    html,
    body {
      overflow-x: hidden;
    }

    main,
    section,
    div,
    input,
    select,
    button {
      min-width: 0;
      max-width: 100%;
    }

    select {
      width: 100%;
    }

    .text-\[600px\] {
      display: none !important;
    }

    header .h-16 {
      height: auto !important;
      min-height: 64px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    header .hidden.lg\:flex,
    header button.bg-carbon-gray {
      display: none !important;
    }

    .stitch-fluid-title {
      font-size: 42px !important;
      line-height: 48px !important;
      letter-spacing: 0 !important;
    }

    .min-h-\[720px\] {
      min-height: 680px !important;
    }

    .mt-16.flex.items-center.gap-12 {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px !important;
    }

    .jsm-materials-showcase {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .jsm-stats-section {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .jsm-stats-section .jsm-stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 24px 16px !important;
    }

    .h-\[600px\] {
      height: auto !important;
      min-height: auto !important;
    }

    .grid-cols-4,
    .grid-cols-3,
    .grid-cols-2 {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .flex.w-full[class*="md:w-auto"] {
      flex-direction: column !important;
      align-items: stretch !important;
    }

    .flex.w-full[class*="md:w-auto"] > * {
      width: 100% !important;
    }
  }

/* ---- from head/sheet-metal.php #0 ---- */
.bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 24px;
        }

        .jsm-services-bento .jsm-bento-decor {
            pointer-events: none;
        }
        .card-blur {
            backdrop-filter: blur(8px);
            background: rgba(255, 255, 255, 0.8);
        }

/* ---- from head/sheet-metal.php #1 ---- */
@media (max-width: 767px) {
    .px-margin-desktop {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .-mx-margin-desktop {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    html,
    body {
      overflow-x: hidden;
    }

    main,
    section,
    div,
    input,
    select,
    button {
      min-width: 0;
      max-width: 100%;
    }

    select {
      width: 100%;
    }

    .text-\[600px\] {
      display: none !important;
    }

    header .h-16 {
      height: auto !important;
      min-height: 64px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    header .hidden.lg\:flex,
    header button.bg-carbon-gray {
      display: none !important;
    }

    .stitch-fluid-title {
      font-size: 42px !important;
      line-height: 48px !important;
      letter-spacing: 0 !important;
    }

    .min-h-\[720px\] {
      min-height: 680px !important;
    }

    .mt-16.flex.items-center.gap-12 {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px !important;
    }

    .jsm-finishes-section .jsm-finishes-gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 12px !important;
    }

    .jsm-services-bento .bento-grid {
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 16px !important;
    }

    .jsm-services-bento .jsm-bento-card {
      padding: 20px !important;
    }

    .jsm-services-bento .jsm-bento-decor {
      display: none !important;
    }

    .jsm-services-bento .jsm-bento-finish-inner {
      height: auto !important;
      justify-content: flex-start !important;
    }

    .grid-cols-4,
    .grid-cols-3,
    .grid-cols-2 {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .flex.w-full[class*="md:w-auto"] {
      flex-direction: column !important;
      align-items: stretch !important;
    }

    .flex.w-full[class*="md:w-auto"] > * {
      width: 100% !important;
    }
  }

/* ---- from head/vacuum-casting.php #0 ---- */
.bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 24px;
        }
        .glass-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(8px);
            border: 1px solid #E5E7EB;
        }

        .jsm-video-carousel-track {
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .jsm-video-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-video-carousel-btn {
            display: grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border: 1px solid #e0e2ed;
            background: #ffffff;
            color: #26272a;
            transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
        }

        .jsm-video-carousel-btn:hover:not(:disabled) {
            border-color: #006be8;
            color: #006be8;
        }

        .jsm-video-carousel-btn:disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        .jsm-video-carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #c1c6d7;
            transition: width 200ms ease, background-color 200ms ease;
        }

        .jsm-video-carousel-dot.is-active {
            width: 24px;
            background: #006be8;
        }

        .jsm-section-carousel {
            min-width: 0;
        }

        .jsm-section-carousel-track {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-bottom: 4px;
        }

        .jsm-section-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .jsm-section-carousel-slide {
            flex: 0 0 calc(82% - 6px);
            min-width: 0;
            scroll-snap-align: start;
        }

        @media (min-width: 640px) {
            .jsm-section-carousel-track {
                gap: 24px;
            }

            .jsm-section-carousel-slide {
                flex-basis: calc((100% - 24px) / 2);
            }
        }

        @media (min-width: 1024px) {
            .jsm-finishes-showcase .jsm-section-carousel-slide {
                flex-basis: calc((100% - 72px) / 4);
            }
        }

/* ---- from head/vacuum-casting.php #1 ---- */
@media (max-width: 767px) {
    .px-margin-desktop {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .-mx-margin-desktop {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    html,
    body {
      overflow-x: hidden;
    }

    main,
    section,
    div,
    input,
    select,
    button {
      min-width: 0;
      max-width: 100%;
    }

    select {
      width: 100%;
    }

    .text-\[600px\] {
      display: none !important;
    }

    header .h-16 {
      height: auto !important;
      min-height: 64px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    header .hidden.lg\:flex,
    header button.bg-carbon-gray {
      display: none !important;
    }

    .stitch-fluid-title {
      font-size: 42px !important;
      line-height: 48px !important;
      letter-spacing: 0 !important;
    }

    .min-h-\[720px\] {
      min-height: 680px !important;
    }

    .mt-16.flex.items-center.gap-12 {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px !important;
    }

    .jsm-finishes-showcase {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .h-\[600px\] {
      height: auto !important;
      min-height: auto !important;
    }

    .grid-cols-4,
    .grid-cols-3,
    .grid-cols-2 {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .flex.w-full[class*="md:w-auto"] {
      flex-direction: column !important;
      align-items: stretch !important;
    }

    .flex.w-full[class*="md:w-auto"] > * {
      width: 100% !important;
    }
  }

/* ---- from head/cam-software.php #0 ---- */
.prose h2 { margin-top: 2rem; margin-bottom: 1rem; }
        .prose p { margin-bottom: 1.25rem; line-height: 1.7; }
        .prose ul { margin-bottom: 1.25rem; list-style-type: disc; padding-left: 1.5rem; }
        .prose li { margin-bottom: 0.5rem; }

/* ---- from head/cam-software.php #1 ---- */
@media (max-width: 767px) {
    .px-margin-desktop {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .-mx-margin-desktop {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    html,
    body {
      overflow-x: hidden;
    }

    main,
    section,
    div,
    input,
    select,
    button {
      min-width: 0;
      max-width: 100%;
    }

    select {
      width: 100%;
    }

    .text-\[600px\] {
      display: none !important;
    }

    header .h-16 {
      height: auto !important;
      min-height: 64px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    header .hidden.lg\:flex,
    header button.bg-carbon-gray {
      display: none !important;
    }

    .stitch-fluid-title {
      font-size: 42px !important;
      line-height: 48px !important;
      letter-spacing: 0 !important;
    }

    .min-h-\[720px\] {
      min-height: 680px !important;
    }

    .mt-16.flex.items-center.gap-12 {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px !important;
    }

    .grid-cols-4,
    .grid-cols-3,
    .grid-cols-2 {
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .flex.w-full[class*="md:w-auto"] {
      flex-direction: column !important;
      align-items: stretch !important;
    }

    .flex.w-full[class*="md:w-auto"] > * {
      width: 100% !important;
    }
  }

/* ---- from head/blog.php #0 ---- */
.bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 24px;
        }
        .shimmer {
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            background-size: 200% 100%;
            animation: shimmer 2s infinite linear;
        }
        @keyframes shimmer {
            0% { background-position: -200% 0; }
            100% { background-position: 200% 0; }
        }

/* ---- from head/blog-detail.php #0 ---- */
.prose h2 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.5rem; line-height: 2rem; margin-top: 2rem; margin-bottom: 1rem; color: #26272A; }
        .prose p { margin-bottom: 1.25rem; color: #414755; }
        .prose ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.25rem; }
        .prose li { margin-bottom: 0.5rem; }
        .code-block { background: #F5F6F8; border-left: 4px solid #006be8; padding: 1rem; font-family: monospace; font-size: 0.875rem; overflow-x: auto; }
        .sticky-sidebar { position: sticky; top: 5rem; }

/* ==== canonical section carousel layout (must stay last) ==== */
.jsm-section-carousel {
  min-width: 0;
}
.jsm-section-carousel-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.jsm-section-carousel-track::-webkit-scrollbar {
  display: none;
}
.jsm-section-carousel-slide {
  flex: 0 0 calc(82% - 6px);
  min-width: 0;
  scroll-snap-align: start;
}
.jsm-video-showcase .jsm-section-carousel-slide {
  flex: 0 0 clamp(230px, 65vw, 320px);
}
@media (min-width: 640px) {
  .jsm-section-carousel-track { gap: 24px; }
  .jsm-section-carousel-slide {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
@media (min-width: 1024px) {
  .jsm-section-carousel-slide {
    flex: 0 0 calc((100% - 72px) / 4);
  }
  .jsm-gallery-showcase .jsm-section-carousel-slide {
    flex: 0 0 calc((100% - 48px) / 3);
  }
  .jsm-materials-showcase .jsm-section-carousel-slide {
    flex: 0 0 calc((100% - 96px) / 5);
  }
  .jsm-finishes-showcase .jsm-section-carousel-slide {
    flex: 0 0 calc((100% - 72px) / 4);
  }
}

/* ==== vacuum materials bento ==== */
.jsm-vacuum-mat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.jsm-vacuum-mat-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0e2ed;
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.jsm-vacuum-mat-card:hover {
  border-color: #006be8;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}
.jsm-vacuum-mat-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  flex: 1 1 auto;
}
.jsm-vacuum-mat-card__title {
  margin: 0;
  color: #26272a;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.jsm-vacuum-mat-card__desc {
  margin: 0;
  color: #646467;
  font-size: 14px;
  line-height: 22px;
}
.jsm-vacuum-mat-card__media {
  position: relative;
  height: 140px;
  overflow: hidden;
  background: #f5f6f8;
}
.jsm-vacuum-mat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 500ms ease;
}
.jsm-vacuum-mat-card:hover .jsm-vacuum-mat-card__media img {
  transform: scale(1.04);
}
@media (min-width: 768px) {
  .jsm-vacuum-mat-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
  }
  .jsm-vacuum-mat-card--feature {
    grid-column: span 7;
    min-height: 280px;
  }
  .jsm-vacuum-mat-card--side {
    grid-column: span 5;
    min-height: 280px;
  }
  .jsm-vacuum-mat-card--wide {
    grid-column: span 12;
    flex-direction: row;
    align-items: stretch;
    min-height: 200px;
  }
  .jsm-vacuum-mat-card--wide .jsm-vacuum-mat-card__body {
    flex: 1 1 58%;
    justify-content: center;
    padding: 28px 32px;
  }
  .jsm-vacuum-mat-card--wide .jsm-vacuum-mat-card__media {
    flex: 1 1 42%;
    height: auto;
    min-height: 200px;
  }
  .jsm-vacuum-mat-card--feature .jsm-vacuum-mat-card__title,
  .jsm-vacuum-mat-card--side .jsm-vacuum-mat-card__title {
    font-size: 20px;
    line-height: 28px;
  }
  .jsm-vacuum-mat-card--wide .jsm-vacuum-mat-card__title {
    font-size: 22px;
    line-height: 30px;
  }
  .jsm-vacuum-mat-card--wide .jsm-vacuum-mat-card__desc {
    font-size: 15px;
    line-height: 24px;
    max-width: 46rem;
  }
}
@media (min-width: 1024px) {
  .jsm-vacuum-mat-card__body {
    padding: 28px 32px;
  }
  .jsm-vacuum-mat-card--feature .jsm-vacuum-mat-card__media,
  .jsm-vacuum-mat-card--side .jsm-vacuum-mat-card__media {
    height: 168px;
  }
}

/* ==== vacuum CTA background ==== */
.jsm-vacuum-cta__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jsm-vacuum-cta__shade {
  background: linear-gradient(180deg, rgba(38, 39, 42, 0.78) 0%, rgba(38, 39, 42, 0.88) 55%, rgba(38, 39, 42, 0.94) 100%);
}

/* ==== inquiry required asterisk ==== */
.cnc-inquiry-form .gbt-field-req,
.gbt-field-req {
  color: #e11d48;
  font-weight: 700;
}

/* ==== inquiry math captcha ==== */
.cnc-inquiry-form .cnc-inquiry-captcha-slot:empty {
  display: none;
}

.cnc-inquiry-form .captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cnc-inquiry-form .captcha-row .captcha-question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #c1c6d7;
  background: #f3f5f8;
  color: #121316;
  font-size: 1.25rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.cnc-inquiry-form .captcha-row .captcha-answer,
.cnc-inquiry-form .captcha-row input[name="captcha_answer"] {
  flex: 0 1 180px;
  width: 180px;
  max-width: 100%;
  min-height: 48px;
  padding: 10px 0 !important;
  font-size: 1.125rem !important;
  font-weight: 600;
  color: #121316;
}

.cnc-inquiry-form .captcha-row .captcha-answer::placeholder,
.cnc-inquiry-form .captcha-row input[name="captcha_answer"]::placeholder {
  color: #8b8f99;
  font-weight: 500;
  font-size: 0.95rem;
}

/* ==== Default page / Privacy / legal doc prose ==== */
.cnc-default-page {
  min-height: 50vh;
}

.cnc-page-doc__header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e0e2ed;
}

.cnc-page-doc__title {
  margin: 0;
  line-height: 1.25;
}

.cnc-page-prose {
  max-width: 48rem;
  color: #414755;
  font-size: 1rem;
  line-height: 1.75;
}

.cnc-page-prose > *:first-child {
  margin-top: 0;
}

.cnc-page-prose h1,
.cnc-page-prose h2,
.cnc-page-prose h3,
.cnc-page-prose h4 {
  color: #212326;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cnc-page-prose h1 {
  font-size: 1.75rem;
  margin: 2.5rem 0 1rem;
}

.cnc-page-prose h2 {
  font-size: 1.375rem;
  margin: 2.25rem 0 0.85rem;
  padding-top: 0.5rem;
}

.cnc-page-prose h3 {
  font-size: 1.125rem;
  margin: 1.75rem 0 0.65rem;
}

.cnc-page-prose h4 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
}

.cnc-page-prose p {
  margin: 0 0 1.25rem;
  line-height: 1.75;
}

.cnc-page-prose ul,
.cnc-page-prose ol {
  margin: 0 0 1.35rem;
  padding-left: 1.5rem;
}

.cnc-page-prose ul {
  list-style: disc;
}

.cnc-page-prose ol {
  list-style: decimal;
}

.cnc-page-prose li {
  margin-bottom: 0.55rem;
  padding-left: 0.25rem;
  line-height: 1.7;
}

.cnc-page-prose li > ul,
.cnc-page-prose li > ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cnc-page-prose a {
  color: #006be8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cnc-page-prose a:hover {
  color: #005bbf;
}

.cnc-page-prose strong,
.cnc-page-prose b {
  color: #212326;
  font-weight: 700;
}

.cnc-page-prose blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid #006be8;
  background: #f5f6f8;
  color: #414755;
}

.cnc-page-prose hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid #e0e2ed;
}

.cnc-page-prose table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
}

.cnc-page-prose th,
.cnc-page-prose td {
  padding: 0.75rem 1rem;
  border: 1px solid #e0e2ed;
  text-align: left;
  vertical-align: top;
}

.cnc-page-prose th {
  background: #f5f6f8;
  color: #212326;
  font-weight: 600;
}

@media (min-width: 768px) {
  .cnc-page-doc__header {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .cnc-page-prose {
    font-size: 1.0625rem;
    line-height: 1.8;
  }

  .cnc-page-prose h2 {
    font-size: 1.5rem;
    margin-top: 2.75rem;
  }

  .cnc-page-prose h3 {
    font-size: 1.2rem;
  }

  .cnc-page-prose p {
    margin-bottom: 1.4rem;
  }
}

.cnc-seo-breadcrumbs {
  font-size: 13px;
  line-height: 1.4;
}

.cnc-seo-breadcrumbs .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Separator comes from SEOPress (::after). Tone it only 鈥?do not add a second glyph. */
.cnc-seo-breadcrumbs .breadcrumb li::after {
  color: #727786;
}

.cnc-seo-breadcrumbs a {
  color: #5e5e61;
  text-decoration: none;
}

.cnc-seo-breadcrumbs a:hover {
  color: #006be8;
}

.cnc-seo-breadcrumbs .breadcrumb-item.active span {
  color: #26272a;
}

/* Inside dark page heroes 鈥?sits above the badge. */
.cnc-seo-breadcrumbs--hero {
  margin-bottom: 12px;
}

.cnc-seo-breadcrumbs--hero a {
  color: rgba(245, 246, 248, 0.72);
}

.cnc-seo-breadcrumbs--hero a:hover {
  color: #ffffff;
}

.cnc-seo-breadcrumbs--hero .breadcrumb li::after {
  color: rgba(245, 246, 248, 0.4);
}

.cnc-seo-breadcrumbs--hero .breadcrumb-item.active span {
  color: #ffffff;
}

