/* Phase 6 modernization overrides. Keep this file narrow until the old theme CSS is retired. */

:root {
    --oos-navy: #061a3a;
    --oos-ink: #0f1a33;
    --oos-blue: #1566e8;
    --oos-sky: #eaf3ff;
    --oos-line: #dbe4f1;
    --oos-soft: #f5f8fc;
    --oos-steel: #61708b;
    --oos-amber: #f2a900;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip-link {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1000000;
    padding: 10px 14px;
    color: #ffffff;
    background: #001a57;
    border-radius: 4px;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.skip-link:focus {
    color: #ffffff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 3px solid #2f7de1;
    outline-offset: 3px;
}

body a:focus,
button:focus {
    outline: 3px solid #2f7de1;
    outline-offset: 3px;
}

.modern-site-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 26, 51, 0.08);
    box-shadow: 0 10px 30px rgba(0, 22, 72, 0.08);
    z-index: 100;
}

.modern-site-header .top-header {
    display: none;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 14px;
    color: #0b1736;
}

.site-brand:hover,
.site-brand:focus {
    color: #0b1736;
}

.site-brand__mark {
    flex: 0 0 46px;
    width: 46px;
    height: auto;
}

.site-brand__name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.modern-site-header .theme-menu-wrapper {
    margin-bottom: 0;
}

.modern-site-header .theme-menu-wrapper .container {
    max-width: 1480px;
    width: calc(100% - 48px);
}

.modern-site-header .theme-menu-wrapper.fixed {
    background: #ffffff;
}

.modern-site-header .theme-menu-wrapper .bg-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 78px;
    padding-left: 0;
    background: #ffffff;
}

.modern-site-header .menu-wrapper {
    float: none !important;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.modern-site-header .right-widget {
    float: none !important;
    flex: 0 0 auto;
}

.modern-site-header #mega-menu-holder > ul > li > a,
.modern-site-header #mega-menu-holder li .sub-toggle {
    color: #17213b;
}

.modern-site-header #mega-menu-holder > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.modern-site-header #mega-menu-holder > ul > li {
    white-space: nowrap;
}

.modern-site-header #mega-menu-holder > ul > li > a {
    padding: 27px 11px;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
}

.modern-site-header #mega-menu-holder > ul > li.has-submenu > a {
    padding-right: 31px;
}

.modern-site-header #mega-menu-holder > ul > li > .sub-toggle {
    top: 50%;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    transform: translateY(-50%);
    pointer-events: none;
}

.modern-site-header #mega-menu-holder li > ul.dropdown {
    min-width: 230px;
    padding: 8px 0;
    background: #ffffff;
    border: 1px solid rgba(15, 26, 51, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(6, 26, 58, 0.14);
}

.modern-site-header #mega-menu-holder > ul > li.has-submenu:hover > ul.dropdown,
.modern-site-header #mega-menu-holder > ul > li.has-submenu:focus-within > ul.dropdown {
    display: block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modern-site-header #mega-menu-holder ul.dropdown li {
    display: block;
    border: 0;
}

.modern-site-header #mega-menu-holder ul.dropdown li a {
    padding: 11px 18px;
    color: var(--oos-ink);
    font-size: 14px;
    line-height: 20px;
}

.modern-site-header #mega-menu-holder ul.dropdown li a:hover,
.modern-site-header #mega-menu-holder ul.dropdown li a:focus {
    color: var(--oos-blue);
    background: var(--oos-sky);
}

.modern-site-header #mega-menu-holder > ul > li.active > a,
.modern-site-header #mega-menu-holder > ul > li:hover > a,
.modern-site-header #mega-menu-holder > ul > li.active > .sub-toggle,
.modern-site-header #mega-menu-holder > ul > li:hover > .sub-toggle {
    color: #2f7de1;
}

.modern-site-header #mega-menu-holder > ul > li > a:before {
    bottom: 12px;
}

.modern-site-header .right-widget > ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.modern-site-header .theme-menu-wrapper .right-widget ul li {
    line-height: normal;
}

.modern-site-header .header-cta .theme-button-one {
    padding: 0 24px;
    line-height: 46px;
    border-radius: 6px;
    color: #ffffff;
    background: var(--oos-blue);
}

.modern-site-header .header-cta .theme-button-one:hover,
.modern-site-header .header-cta .theme-button-one:focus {
    color: #ffffff;
    background: #001a57;
}

.modern-site-header .right-widget .search-option {
    position: relative;
}

.modern-site-header .right-widget .search-option .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #17213b;
    background: transparent;
    border: 0;
    line-height: 1;
}

.modern-site-header .right-widget .search-option .dropdown-toggle::after {
    display: none;
}

.modern-site-header .right-widget .search-option .dropdown-menu {
    display: none;
    width: 310px;
    height: auto;
    min-height: 60px;
    padding: 7px;
    border-radius: 4px;
    right: 0 !important;
    left: auto !important;
    top: calc(100% + 8px) !important;
    transform: none !important;
    z-index: 1001;
}

.modern-site-header .right-widget .search-option.is-open .dropdown-menu {
    display: block !important;
}

.modern-site-header .right-widget .search-option form {
    position: relative;
    height: 46px;
}

.modern-site-header .right-widget .search-option form input {
    height: 46px;
    border: 1px solid #d9e1ef;
    border-radius: 3px;
}

.modern-site-header .right-widget .search-option form button {
    top: 7px;
    right: 7px;
    height: 46px;
    line-height: 44px;
    background: #2f7de1;
}

.modern-site-header .menu-collapser {
    color: transparent;
}

.theme-form-one .form-field,
.ns-form .form-field {
    margin-bottom: 20px;
}

.theme-form-one .form-field input,
.theme-form-one .form-field .form-control,
.theme-form-one .form-field textarea,
.ns-form .form-field input {
    margin-bottom: 8px;
}

.theme-form-one .form-label,
.ns-form .form-label {
    display: block;
    margin-bottom: 7px;
    color: #17213b;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.theme-form-one .errorlist,
.ns-form .errorlist {
    margin: 0;
    padding: 0;
    color: #a02020;
    font-size: 14px;
    line-height: 20px;
}

.theme-form-one .errorlist li,
.ns-form .errorlist li {
    list-style: none;
}

.contact-us-section .form-wrapper {
    height: auto;
    min-height: 500px;
}

.oos-v2-kicker {
    margin: 0 0 14px;
    color: var(--oos-blue);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
}

.oos-v2-lede {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 30px;
}

.oos-form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.oos-v2-hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 96px 0 0;
    color: #ffffff;
    background-color: var(--oos-navy);
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
}

.oos-v2-hero-home {
    background-image: none;
}

.oos-v2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(6, 26, 58, 0.96) 0%, rgba(6, 26, 58, 0.82) 42%, rgba(6, 26, 58, 0.20) 78%);
    pointer-events: none;
}

.oos-v2-hero .container {
    position: relative;
    z-index: 2;
}

.oos-v2-hero__slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.oos-v2-hero__slide {
    position: absolute;
    inset: 0;
    background-image: var(--slide-image);
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.03);
    animation: oosHeroImageFade 30s linear infinite;
    will-change: opacity, transform;
}

.oos-v2-hero__slide:nth-child(1) {
    opacity: 1;
    animation-delay: -2.4s;
}

.oos-v2-hero__slide:nth-child(2) {
    animation-delay: 3.6s;
}

.oos-v2-hero__slide:nth-child(3) {
    animation-delay: 9.6s;
}

.oos-v2-hero__slide:nth-child(4) {
    animation-delay: 15.6s;
}

.oos-v2-hero__slide:nth-child(5) {
    animation-delay: 21.6s;
}

@keyframes oosHeroImageFade {
    0% {
        opacity: 0;
        transform: scale(1.03);
    }

    8% {
        opacity: 1;
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }

    28% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.03);
    }
}

@media (prefers-reduced-motion: reduce) {
    .oos-v2-hero__slide {
        animation: none;
        opacity: 0;
        transform: none;
    }

    .oos-v2-hero__slide:first-child {
        opacity: 1;
    }
}

.oos-v2-hero__content {
    max-width: 680px;
}

.oos-v2-hero h1 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.oos-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.oos-v2-button-secondary {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 24px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 6px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.oos-v2-button-secondary:hover,
.oos-v2-button-secondary:focus {
    color: var(--oos-navy);
    background: #ffffff;
}

.oos-v2-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.oos-v2-metrics div {
    min-height: 118px;
    padding: 24px 24px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.oos-v2-metrics div:last-child {
    border-right: 0;
}

.oos-v2-metrics span,
.oos-v2-metrics strong {
    display: block;
}

.oos-v2-metrics span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 18px;
}

.oos-v2-metrics strong {
    margin-top: 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
}

.oos-v2-section {
    padding: 86px 0;
    background: #ffffff;
}

.oos-v2-section-tight {
    padding-top: 38px;
}

.oos-v2-section-heading {
    max-width: 720px;
    margin-bottom: 30px;
}

.oos-v2-section-heading h2,
.oos-v2-copy-panel h2,
.oos-v2-cta-band h2 {
    margin: 0;
    color: var(--oos-ink);
    font-size: 38px;
    font-weight: 900;
    line-height: 1.16;
}

.oos-v2-card-grid {
    display: grid;
    gap: 18px;
}

.oos-v2-card-grid-single {
    grid-template-columns: minmax(0, 560px);
}

.oos-v2-card-grid-single-center {
    justify-content: center;
}

.oos-v2-empty-state {
    max-width: 760px;
    padding: 34px;
    color: var(--oos-steel);
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-empty-state h3 {
    margin: 0 0 10px;
    color: var(--oos-ink);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.oos-v2-empty-state p {
    margin: 0 0 20px;
    color: var(--oos-steel);
    font-size: 16px;
    line-height: 27px;
}

.oos-v2-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oos-v2-feature-card {
    min-height: 240px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-feature-card img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin-bottom: 18px;
}

.oos-v2-feature-card h3 {
    margin: 0 0 12px;
    color: var(--oos-ink);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
}

.oos-v2-feature-card p {
    min-height: 78px;
    margin: 0 0 18px;
    color: var(--oos-steel);
    font-size: 15px;
    line-height: 24px;
}

.oos-v2-feature-card a {
    color: var(--oos-blue);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}

.oos-v2-split {
    background: var(--oos-soft);
}

.oos-v2-image-panel {
    display: block;
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(6, 26, 58, 0.14);
}

.oos-v2-copy-panel {
    padding-left: 46px;
}

.oos-v2-copy-panel p {
    color: var(--oos-steel);
    font-size: 16px;
    line-height: 28px;
}

.oos-v2-check-list {
    margin: 26px 0 0;
    padding: 0;
}

.oos-v2-check-list li {
    position: relative;
    list-style: none;
    margin-bottom: 18px;
    padding-left: 34px;
}

.oos-v2-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--oos-blue);
    border-radius: 50%;
}

.oos-v2-check-list li:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    width: 6px;
    height: 10px;
    border-right: 2px solid var(--oos-blue);
    border-bottom: 2px solid var(--oos-blue);
    transform: rotate(40deg);
}

.oos-v2-check-list strong,
.oos-v2-check-list span {
    display: block;
}

.oos-v2-check-list strong {
    color: var(--oos-ink);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 900;
}

.oos-v2-check-list span {
    color: var(--oos-steel);
    line-height: 24px;
}

.oos-v2-cta-band {
    padding: 64px 0;
    color: #ffffff;
    background: linear-gradient(90deg, var(--oos-navy), #0b2d62);
}

.oos-v2-cta-band .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.oos-v2-cta-band .oos-v2-kicker,
.oos-v2-cta-band h2 {
    color: #ffffff;
}

.oos-v2-cta-band h2 {
    max-width: 860px;
    font-size: 32px;
}

.oos-v2-client-strip {
    padding: 36px 0;
    background: #ffffff;
    overflow: hidden;
}

.oos-v2-client-strip .container {
    display: block;
}

.oos-v2-client-strip .oos-v2-kicker {
    margin-bottom: 22px;
    color: var(--oos-ink);
}

.oos-v2-client-strip .partner-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.oos-v2-client-strip .partner-slider .owl-stage-outer {
    overflow: hidden;
}

.oos-v2-client-strip .partner-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.oos-v2-client-strip .partner-slider img {
    max-height: 58px;
    width: auto;
    opacity: 0.72;
    filter: grayscale(100%);
}

.oos-v2-page-hero {
    padding: 82px 0;
    background: var(--oos-soft);
}

.oos-v2-page-hero-split .container {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 52px;
}

.oos-v2-page-hero h1 {
    margin: 0 0 22px;
    color: var(--oos-ink);
    font-size: 52px;
    font-weight: 900;
    line-height: 1.05;
}

.oos-v2-page-hero p {
    color: var(--oos-steel);
    font-size: 18px;
    line-height: 30px;
}

.oos-v2-page-hero__media {
    position: relative;
}

.oos-v2-page-hero__media img {
    display: block;
    width: 100%;
    min-height: 380px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(6, 26, 58, 0.16);
}

.oos-v2-proof-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.oos-v2-proof-row span {
    padding: 14px 16px;
    color: var(--oos-ink);
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}

.oos-v2-process {
    padding-bottom: 58px;
}

.oos-v2-process .oos-v2-section-heading {
    margin-right: auto;
    margin-left: auto;
}

.oos-v2-process-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid var(--oos-line);
}

.oos-v2-process-steps article {
    position: relative;
    padding: 34px 22px 0;
    border-right: 1px solid var(--oos-line);
}

.oos-v2-process-steps article:last-child {
    border-right: 0;
}

.oos-v2-process-steps span {
    position: absolute;
    top: -18px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background: var(--oos-blue);
    border-radius: 50%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}

.oos-v2-process-steps h3,
.oos-v2-service-card h3,
.oos-v2-product-card h3,
.oos-v2-article-card h3 {
    margin: 0 0 10px;
    color: var(--oos-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.oos-v2-process-steps p {
    margin: 0;
    color: var(--oos-steel);
    font-size: 14px;
    line-height: 22px;
}

.oos-v2-card-grid-services,
.oos-v2-card-grid-products,
.oos-v2-card-grid-articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oos-v2-service-card,
.oos-v2-product-card,
.oos-v2-article-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-service-card img,
.oos-v2-product-card img,
.oos-v2-article-card img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.oos-v2-service-card div,
.oos-v2-product-card div,
.oos-v2-article-card div {
    padding: 22px;
}

.oos-v2-service-card p,
.oos-v2-product-card p,
.oos-v2-article-card p {
    min-height: 54px;
    margin: 0 0 18px;
    color: var(--oos-steel);
    font-size: 14px;
    line-height: 23px;
}

.oos-v2-service-card a,
.oos-v2-product-card a,
.oos-v2-article-card a {
    color: var(--oos-blue);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}

.oos-v2-chip {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 14px;
    padding: 0 9px;
    color: var(--oos-blue);
    background: var(--oos-sky);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.oos-v2-actions-dark .oos-v2-button-secondary {
    color: var(--oos-ink);
    border-color: rgba(15, 26, 51, 0.24);
}

.oos-v2-actions-dark .oos-v2-button-secondary:hover,
.oos-v2-actions-dark .oos-v2-button-secondary:focus {
    color: #ffffff;
    background: var(--oos-navy);
    border-color: var(--oos-navy);
}

.oos-v2-detail-grid,
.oos-v2-blog-layout,
.oos-v2-contact-grid {
    display: grid;
    gap: 34px;
}

.oos-v2-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.62fr);
    align-items: start;
}

.oos-v2-detail-main,
.oos-v2-detail-aside,
.oos-v2-contact-panel,
.oos-v2-contact-form,
.oos-v2-sidebar-block {
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-detail-main {
    padding: 42px;
}

.oos-v2-detail-main h2,
.oos-v2-contact-panel h2 {
    margin: 0 0 18px;
    color: var(--oos-ink);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.18;
}

.oos-v2-detail-main p,
.oos-v2-detail-main li,
.oos-v2-contact-panel p,
.oos-v2-contact-panel dd {
    color: var(--oos-steel);
    font-size: 16px;
    line-height: 28px;
}

.oos-v2-detail-main p:last-child,
.oos-v2-contact-panel p:last-child {
    margin-bottom: 0;
}

.oos-v2-detail-aside {
    position: sticky;
    top: 104px;
    padding: 28px;
}

.oos-v2-detail-aside h3,
.oos-v2-sidebar-block h3 {
    margin: 0 0 14px;
    color: var(--oos-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.oos-v2-stat-list,
.oos-v2-link-list,
.oos-v2-sidebar-block ul {
    margin: 0;
    padding: 0;
}

.oos-v2-stat-list li,
.oos-v2-link-list li {
    list-style: none;
    padding: 14px 0;
    border-top: 1px solid var(--oos-line);
}

.oos-v2-stat-list h6 {
    margin: 0 0 6px;
    color: var(--oos-ink);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.oos-v2-stat-list span,
.oos-v2-link-list a {
    color: var(--oos-steel);
    font-size: 15px;
    line-height: 24px;
}

.oos-v2-link-list a:hover,
.oos-v2-link-list .active a,
.oos-v2-link-list li.active a {
    color: var(--oos-blue);
}

.oos-v2-sidebar-block {
    padding: 24px;
}

.oos-v2-sidebar-block + .oos-v2-sidebar-block {
    margin-top: 18px;
}

.oos-v2-sidebar-note {
    margin: 0;
    color: var(--oos-steel);
    font-size: 15px;
    line-height: 24px;
}

.oos-v2-sidebar-form .contact-form {
    margin-top: 18px;
}

.oos-v2-sidebar-form .contact-form .form-field {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.oos-v2-sidebar-form .contact-form input,
.oos-v2-sidebar-form .contact-form textarea,
.oos-v2-sidebar-form .contact-form select {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 14px;
    border: 1px solid var(--oos-line);
    border-radius: 4px;
}

.oos-v2-sidebar-form .contact-form input,
.oos-v2-sidebar-form .contact-form select {
    height: 46px;
}

.oos-v2-sidebar-form .contact-form textarea {
    min-height: 132px;
    padding-top: 12px;
    resize: vertical;
}

.oos-v2-sidebar-form .contact-form .theme-button-one {
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
}

.oos-v2-service-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.oos-v2-service-outcomes article {
    padding: 22px;
    background: var(--oos-soft);
    border: 1px solid var(--oos-line);
    border-radius: 8px;
}

.oos-v2-service-outcomes span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    color: var(--oos-blue);
    background: #ffffff;
    border-radius: 50%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 900;
}

.oos-v2-service-outcomes h3 {
    margin: 0 0 10px;
    color: var(--oos-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.oos-v2-service-outcomes p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

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

.oos-v2-gallery img {
    display: block;
    width: 100%;
    min-height: 230px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(6, 26, 58, 0.08);
}

.oos-v2-testimonials {
    background: var(--oos-soft);
}

.oos-v2-simple-hero {
    padding: 82px 0;
    color: #ffffff;
    background-color: var(--oos-navy);
    background-image:
        linear-gradient(90deg, rgba(6, 26, 58, 0.94), rgba(6, 26, 58, 0.42)),
        var(--hero-image);
    background-position: center;
    background-size: cover;
}

.oos-v2-simple-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.05;
}

.oos-v2-simple-hero p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 30px;
}

.oos-v2-blog-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
}

.oos-v2-blog-main .oos-v2-card-grid-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oos-v2-blog-sidebar {
    position: sticky;
    top: 104px;
}

.oos-v2-blog-sidebar .sidebar-tags ul,
.oos-v2-blog-sidebar .sidebar-categories ul,
.oos-v2-blog-sidebar .sidebar-recent-post ul,
.oos-v2-share-row ul {
    margin: 0;
    padding: 0;
}

.oos-v2-blog-sidebar .sidebar-tags li,
.oos-v2-share-row li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 7px 0;
}

.oos-v2-blog-sidebar .sidebar-tags a,
.oos-v2-share-row a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    color: var(--oos-ink);
    background: var(--oos-soft);
    border: 1px solid var(--oos-line);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
}

.oos-v2-blog-sidebar .sidebar-tags li.active a,
.oos-v2-blog-sidebar .sidebar-tags a:hover,
.oos-v2-share-row a:hover {
    color: #ffffff;
    background: var(--oos-blue);
    border-color: var(--oos-blue);
}

.oos-v2-blog-sidebar .sidebar-categories li {
    list-style: none;
    border-top: 1px solid var(--oos-line);
}

.oos-v2-blog-sidebar .sidebar-categories a {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    color: var(--oos-steel);
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
}

.oos-v2-blog-sidebar .sidebar-categories a::before {
    content: "";
    position: static;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border: 2px solid currentColor;
    border-radius: 50%;
    background: transparent;
    opacity: 0.7;
}

.oos-v2-blog-sidebar .sidebar-categories a.active,
.oos-v2-blog-sidebar .sidebar-categories a:hover {
    color: var(--oos-blue);
}

.oos-v2-blog-sidebar .sidebar-recent-post li {
    display: grid;
    grid-template-columns: 114px minmax(0, 1fr);
    column-gap: 7px;
    align-items: start;
    list-style: none;
    min-height: 0;
    padding: 18px 0;
    border-top: 1px solid var(--oos-line);
}

.oos-v2-blog-sidebar .sidebar-recent-post img {
    float: none !important;
    width: 114px;
    height: 114px;
    margin: 0;
    object-fit: cover;
    border-radius: 8px;
    background: var(--oos-soft);
}

.oos-v2-blog-sidebar .sidebar-recent-post .post {
    float: none !important;
    width: auto;
    min-width: 0;
}

.oos-v2-blog-sidebar .sidebar-recent-post .post a {
    display: block;
    color: var(--oos-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 21px;
    overflow-wrap: anywhere;
}

.oos-v2-blog-sidebar .sidebar-recent-post .date,
.oos-v2-article-meta {
    color: var(--oos-steel);
    font-size: 13px;
}

.oos-v2-blog-sidebar .sidebar-search form {
    position: relative;
}

.oos-v2-blog-sidebar .sidebar-search input {
    width: 100%;
    height: 48px;
    padding: 0 52px 0 14px;
    border: 1px solid var(--oos-line);
    border-radius: 4px;
}

.oos-v2-blog-sidebar .sidebar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: var(--oos-blue);
    border: 0;
    border-radius: 0 4px 4px 0;
}

.oos-v2-article-hero {
    padding: 76px 0 0;
    background: var(--oos-soft);
}

.oos-v2-article-hero h1 {
    max-width: 930px;
    margin: 0 0 18px;
    color: var(--oos-ink);
    font-size: 54px;
    font-weight: 900;
    line-height: 1.06;
}

.oos-v2-article-hero__image {
    margin-top: 36px;
    transform: translateY(46px);
}

.oos-v2-article-hero__image img {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(6, 26, 58, 0.16);
}

.oos-v2-article-detail .oos-v2-section {
    padding-top: 116px;
}

.oos-v2-rich-text h1,
.oos-v2-rich-text h2,
.oos-v2-rich-text h3,
.oos-v2-rich-text h4,
.oos-v2-rich-text h5 {
    color: var(--oos-ink);
    font-weight: 900;
    line-height: 1.2;
}

.oos-v2-rich-text p,
.oos-v2-rich-text li {
    color: #34425d;
    font-size: 17px;
    line-height: 31px;
}

.oos-v2-rich-text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.oos-v2-share-row {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--oos-line);
}

.oos-v2-share-row > span {
    display: block;
    margin-bottom: 12px;
    color: var(--oos-ink);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}

.oos-v2-return-link {
    margin-top: 24px;
}

.oos-v2-contact-grid {
    grid-template-columns: 0.84fr 1.16fr;
    align-items: stretch;
}

.oos-v2-contact-panel,
.oos-v2-contact-form {
    padding: 38px;
}

.oos-v2-contact-panel dl {
    margin: 30px 0 0;
}

.oos-v2-contact-panel dl div {
    padding: 18px 0;
    border-top: 1px solid var(--oos-line);
}

.oos-v2-contact-panel dt {
    color: var(--oos-ink);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.oos-v2-contact-panel dd {
    margin: 6px 0 0;
}

.oos-v2-contact-form.form-wrapper {
    min-height: 0;
}

.oos-v2-map-section {
    padding: 0 0 72px;
    background: #ffffff;
}

.oos-v2-map-section .location-map {
    width: 100%;
    height: 360px;
    min-height: 0;
    border-top: 1px solid var(--oos-line) !important;
    border-bottom: 1px solid var(--oos-line) !important;
}

.oos-v2-location-note {
    padding: 38px 0 72px;
    background: #ffffff;
}

.oos-v2-location-note .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding-top: 28px;
    border-top: 1px solid var(--oos-line);
}

.oos-v2-location-note h2 {
    margin: 0;
    color: var(--oos-ink);
    font-size: 30px;
    font-weight: 900;
}

.oos-v2-location-note p:last-child {
    max-width: 520px;
    margin: 0;
    color: var(--oos-steel);
    font-size: 16px;
    line-height: 27px;
}

.oos-v2-founder-message {
    background: var(--oos-navy);
}

.oos-v2-about-story .oos-v2-detail-grid {
    grid-template-columns: 360px minmax(0, 1fr);
}

.oos-v2-about-story .oos-v2-detail-aside {
    position: static;
}

.oos-v2-about-story .oos-v2-detail-main h2 {
    max-width: 860px;
}

.oos-v2-founder-message .oos-v2-kicker,
.oos-v2-founder-message h2,
.oos-v2-founder-message blockquote,
.oos-v2-founder-message p {
    color: #ffffff;
}

.oos-v2-founder-message blockquote {
    margin: 0;
    padding: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-left: 4px solid var(--oos-amber);
    border-radius: 8px;
}

.oos-v2-founder-message blockquote p {
    font-size: 19px;
    line-height: 34px;
}

.oos-v2-card-grid-values {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.oos-v2-card-grid-values article {
    min-height: 210px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-card-grid-values span {
    display: block;
    margin-bottom: 20px;
    color: var(--oos-blue);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}

.oos-v2-card-grid-values h3 {
    margin: 0 0 10px;
    color: var(--oos-ink);
    font-size: 18px;
    font-weight: 900;
}

.oos-v2-card-grid-values p {
    margin: 0;
    color: var(--oos-steel);
    font-size: 14px;
    line-height: 23px;
}

.oos-v2-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.oos-v2-team-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-team-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.oos-v2-team-photo-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 24px;
    color: var(--oos-ink);
    background: var(--oos-soft);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.oos-v2-team-copy {
    padding: 24px;
}

.oos-v2-team-copy h3 {
    margin: 0 0 8px;
    color: var(--oos-ink);
    font-size: 21px;
    font-weight: 900;
}

.oos-v2-team-role {
    min-height: 44px;
    color: var(--oos-steel);
    font-size: 15px;
    line-height: 23px;
}

.oos-v2-team-copy blockquote {
    margin: 18px 0 0;
    padding-left: 16px;
    color: #34425d;
    border-left: 3px solid var(--oos-blue);
    font-size: 15px;
    line-height: 25px;
}

.oos-v2-social-list {
    display: flex;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
}

.oos-v2-social-list li {
    list-style: none;
}

.oos-v2-social-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background: var(--oos-blue);
    border-radius: 50%;
}

.oos-v2-job-list,
.oos-v2-faq-list {
    display: grid;
    gap: 24px;
}

.oos-v2-career-intro {
    max-width: 980px;
    padding-left: 0;
}

.oos-v2-job-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-job-card img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.oos-v2-job-card__copy {
    padding: 34px;
}

.oos-v2-job-card__copy h2 {
    margin: 0 0 16px;
    color: var(--oos-ink);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.16;
}

.oos-v2-job-card__copy p {
    color: var(--oos-steel);
    font-size: 16px;
    line-height: 28px;
}

.oos-v2-faq-list .panel {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(6, 26, 58, 0.06);
}

.oos-v2-faq-list .panel-heading {
    border: 0;
}

.oos-v2-faq-list .panel-heading h6 a {
    display: block;
    padding: 22px 56px 22px 24px;
    color: var(--oos-ink);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

.oos-v2-faq-list .panel-heading h6 a:hover,
.oos-v2-faq-list .panel-heading h6 a:focus {
    color: var(--oos-blue);
}

.oos-v2-faq-list .panel-body {
    padding: 0 24px 24px;
    color: var(--oos-steel);
    font-size: 16px;
    line-height: 28px;
}

.oos-v2-legal-card {
    max-width: 980px;
    padding: 44px;
    background: #ffffff;
    border: 1px solid var(--oos-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(6, 26, 58, 0.07);
}

.oos-v2-legal-card .oos-v2-updated {
    display: inline-flex;
    margin-bottom: 26px;
    padding: 7px 10px;
    color: var(--oos-blue);
    background: var(--oos-sky);
    border-radius: 4px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.oos-v2-legal-card h3 {
    margin: 34px 0 12px;
    color: var(--oos-ink);
    font-size: 23px;
    font-weight: 900;
}

.oos-v2-legal-card p,
.oos-v2-legal-card li {
    color: #34425d;
    font-size: 16px;
    line-height: 29px;
}

.location-map {
    display: block;
    width: 100%;
    min-height: 280px;
    background: #eef3fb;
}

.footer-trust {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-trust img {
    max-width: 170px;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 8px;
}

.theme-footer-one .bottom-footer .logo-banner {
    max-width: 150px;
    margin-top: 8px;
}

@media (max-width: 1199px) {
    .modern-site-header .top-header {
        text-align: center;
    }

    .modern-site-header .theme-menu-wrapper .container {
        width: calc(100% - 24px);
    }

    .modern-site-header .theme-menu-wrapper .bg-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 60px;
        padding: 12px 0;
    }

    .modern-site-header .site-brand {
        flex: 0 0 auto;
        max-width: calc(100% - 72px);
    }

    .modern-site-header .site-brand__name {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .modern-site-header #mega-menu-holder > ul {
        display: block;
    }

    .modern-site-header #mega-menu-holder > ul > li.has-submenu > a {
        padding-right: 56px;
    }

    .modern-site-header #mega-menu-holder > ul > li > .sub-toggle {
        top: 0;
        right: 0;
        width: 50px;
        height: 40px;
        line-height: 40px;
        transform: none;
        pointer-events: auto;
        border-left: 1px solid rgba(15, 26, 51, 0.08);
    }

    .modern-site-header .menu-wrapper {
        position: static;
        width: 44px;
        left: auto;
        top: auto;
        flex: 0 0 44px;
    }

    .modern-site-header #mega-menu-holder.collapsed {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        width: 100%;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
        z-index: 1000;
        padding: 8px 0;
        background: #ffffff;
        border: 1px solid rgba(15, 26, 51, 0.08);
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(6, 26, 58, 0.18);
    }

    .modern-site-header #mega-menu-holder.collapsed > ul > li {
        display: block;
        width: 100%;
        border-top: 1px solid rgba(15, 26, 51, 0.08);
        background: #ffffff;
    }

    .modern-site-header #mega-menu-holder.collapsed > ul > li:first-child {
        border-top: 0;
    }

    .modern-site-header #mega-menu-holder.collapsed > ul > li > a {
        display: block;
        padding: 0 56px 0 16px;
        color: var(--oos-ink);
        line-height: 44px;
    }

    .modern-site-header #mega-menu-holder.collapsed > ul > li.active > a,
    .modern-site-header #mega-menu-holder.collapsed > ul > li > a:hover,
    .modern-site-header #mega-menu-holder.collapsed > ul > li > a:focus {
        color: var(--oos-blue);
        background: var(--oos-sky);
    }

    .modern-site-header #mega-menu-holder.collapsed li > ul.dropdown {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        padding: 0;
        background: #f8fbff;
        border: 0;
        border-top: 1px solid rgba(15, 26, 51, 0.08);
        border-radius: 0;
        box-shadow: none;
    }

    .modern-site-header #mega-menu-holder.collapsed li > ul.dropdown li a {
        padding: 10px 18px 10px 30px;
        color: var(--oos-steel);
        line-height: 20px;
    }

    .modern-site-header .menu-collapser {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        color: transparent;
        background: transparent;
        font-size: 0;
    }

    .modern-site-header .collapse-button {
        position: static;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        background: transparent;
        border: 1px solid var(--oos-line);
        border-radius: 6px;
    }

    .modern-site-header .collapse-button .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        margin: 0 auto;
        background: var(--oos-ink);
        border-radius: 2px;
    }

    .modern-site-header .right-widget {
        position: static;
    }

    .modern-site-header .right-widget > ul > li.header-cta {
        display: none !important;
    }

    .modern-site-header .right-widget > ul {
        gap: 0;
    }

    .theme-footer-one .top-footer .footer-newsletter .ns-form {
        max-width: 420px;
    }

    .theme-footer-one .top-footer .footer-newsletter input {
        width: 100%;
    }

    .oos-v2-location-note .container {
        display: block;
    }

    .oos-v2-location-note p:last-child {
        margin-top: 18px;
    }

    .oos-v2-hero {
        min-height: auto;
        padding: 70px 0 0;
    }

    .oos-v2-hero h1 {
        font-size: 44px;
    }

    .oos-v2-metrics,
    .oos-v2-card-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oos-v2-copy-panel {
        padding: 34px 0 0;
    }

    .oos-v2-cta-band .container,
    .oos-v2-client-strip .container {
        display: block;
    }

    .oos-v2-client-strip .partner-slider {
        margin-top: 20px;
    }

    .oos-v2-page-hero-split .container {
        grid-template-columns: 1fr;
    }

    .oos-v2-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 38px;
    }

    .oos-v2-process-steps article:nth-child(2n) {
        border-right: 0;
    }

    .oos-v2-card-grid-services,
    .oos-v2-card-grid-products,
    .oos-v2-card-grid-articles,
    .oos-v2-blog-main .oos-v2-card-grid-articles,
    .oos-v2-card-grid-values,
    .oos-v2-team-grid,
    .oos-v2-service-outcomes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oos-v2-detail-grid,
    .oos-v2-blog-layout,
    .oos-v2-contact-grid,
    .oos-v2-about-story .oos-v2-detail-grid {
        grid-template-columns: 1fr;
    }

    .oos-v2-detail-aside,
    .oos-v2-blog-sidebar {
        position: static;
    }

    .oos-v2-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oos-v2-job-card {
        grid-template-columns: 1fr;
    }

    .oos-v2-job-card img {
        height: 320px;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .site-brand {
        justify-content: center;
        gap: 10px;
    }

    .site-brand__mark {
        flex-basis: 42px;
        width: 44px;
    }

    .site-brand__name {
        display: none;
    }

    #theme-main-banner .camera_caption .hero-main-heading,
    #theme-main-banner .camera_caption .hero-slide-heading {
        font-size: 38px;
        line-height: 48px;
        padding: 12px 0 18px;
    }

    .oos-v2-hero {
        padding: 54px 0 0;
    }

    .oos-v2-hero::before {
        background: linear-gradient(90deg, rgba(6, 26, 58, 0.96) 0%, rgba(6, 26, 58, 0.84) 100%);
    }

    .oos-v2-hero h1 {
        font-size: 32px;
        line-height: 1.12;
    }

    .oos-v2-lede {
        font-size: 16px;
        line-height: 26px;
    }

    .oos-v2-actions {
        display: block;
    }

    .oos-v2-actions a {
        justify-content: center;
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
    }

    .oos-v2-metrics,
    .oos-v2-card-grid-four {
        grid-template-columns: 1fr;
    }

    .oos-v2-metrics div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .oos-v2-section {
        padding: 58px 0;
    }

    .oos-v2-section-heading h2,
    .oos-v2-copy-panel h2,
    .oos-v2-cta-band h2 {
        font-size: 30px;
    }

    .oos-v2-image-panel {
        min-height: 280px;
    }

    .oos-v2-page-hero {
        padding: 58px 0;
    }

    .oos-v2-page-hero h1,
    .oos-v2-simple-hero h1 {
        font-size: 36px;
    }

    .oos-v2-proof-row,
    .oos-v2-process-steps,
    .oos-v2-card-grid-services,
    .oos-v2-card-grid-products,
    .oos-v2-card-grid-articles,
    .oos-v2-blog-main .oos-v2-card-grid-articles,
    .oos-v2-card-grid-values,
    .oos-v2-team-grid,
    .oos-v2-service-outcomes,
    .oos-v2-gallery {
        grid-template-columns: 1fr;
    }

    .oos-v2-process-steps article {
        border-right: 0;
    }

    .oos-v2-detail-main,
    .oos-v2-detail-aside,
    .oos-v2-contact-panel,
    .oos-v2-contact-form,
    .oos-v2-founder-message blockquote {
        padding: 26px;
    }

    .oos-v2-article-hero {
        padding-top: 58px;
    }

    .oos-v2-article-hero h1 {
        font-size: 36px;
    }

    .oos-v2-article-hero__image {
        margin-top: 24px;
        transform: translateY(30px);
    }

    .oos-v2-article-hero__image img {
        height: 270px;
    }

    .oos-v2-article-detail .oos-v2-section {
        padding-top: 78px;
    }

    .oos-v2-founder-message blockquote p {
        font-size: 16px;
        line-height: 29px;
    }

    .oos-v2-empty-state,
    .oos-v2-job-card__copy,
    .oos-v2-legal-card {
        padding: 26px;
    }

    .oos-v2-job-card__copy h2 {
        font-size: 26px;
    }

    .oos-v2-map-section .location-map {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .modern-site-header .theme-menu-wrapper {
        background: #ffffff;
    }

    .modern-site-header .right-widget .search-option .dropdown-menu {
        right: -8px !important;
        width: min(300px, calc(100vw - 30px));
    }
}

/* Final scoped overrides for the modern article sidebar.
   These intentionally outrank the legacy `.blog-sidebar` theme rules. */
.oos-v2-blog-sidebar.blog-sidebar .sidebar-tags ul li {
    display: inline-block !important;
    margin: 0 6px 7px 0 !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-tags ul li a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-categories ul li a {
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 14px 0 !important;
    font-size: 15px !important;
    line-height: 22px !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-categories ul li a::before {
    content: "" !important;
    position: static !important;
    display: block !important;
    flex: 0 0 8px !important;
    width: 8px !important;
    height: 8px !important;
    margin: 7px 0 0 !important;
    border: 2px solid currentColor !important;
    border-radius: 50% !important;
    background: transparent !important;
    opacity: 0.72 !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-categories ul li a.active::before,
.oos-v2-blog-sidebar.blog-sidebar .sidebar-categories ul li a:hover::before {
    background: currentColor !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-recent-post ul li {
    display: grid !important;
    grid-template-columns: 114px minmax(0, 1fr) !important;
    column-gap: 7px !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 18px 0 !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-recent-post ul li img {
    float: none !important;
    width: 114px !important;
    height: 114px !important;
    margin: 0 !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-recent-post ul li .post {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-recent-post ul li .post a {
    display: block !important;
    font-size: 15px !important;
    line-height: 21px !important;
    overflow-wrap: anywhere !important;
}

.oos-v2-blog-sidebar.blog-sidebar .sidebar-recent-post ul li .post .date {
    display: block !important;
    margin-top: 8px !important;
}

@media (max-width: 480px) {
    .oos-v2-blog-sidebar.blog-sidebar .sidebar-tags ul li a {
        min-height: 27px !important;
        padding: 4px 9px !important;
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .oos-v2-blog-sidebar.blog-sidebar .sidebar-recent-post ul li {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        column-gap: 6px !important;
    }

    .oos-v2-blog-sidebar.blog-sidebar .sidebar-recent-post ul li img {
        width: 96px !important;
        height: 96px !important;
    }
}
