.site-shell {
    background: #fff;
    color: #111;
    font-family: "ABC Whyte", "Helvetica Neue", Arial, sans-serif;
}

.site-shell body,
.site-shell p,
.site-shell li,
.site-shell .nk-navbar,
.site-shell .nk-navbar .nk-nav,
.site-shell .nk-post-meta,
.site-shell .lead,
.site-shell .lead-sm,
.site-shell .nk-btn {
    font-family: "ABC Whyte", "Helvetica Neue", Arial, sans-serif;
}

.site-shell h1,
.site-shell h2,
.site-shell h3,
.site-shell .h1,
.site-shell .h2,
.site-shell .h3,
.site-shell .nk-title,
.site-shell .nk-subtitle,
.site-shell .nk-subtitle-2 {
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.site-shell .nk-navbar .nk-nav > li > a {
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-locale-switcher {
    display: inline-flex;
    align-items: center;
    margin-right: 14px;
}

.site-preview-bar {
    position: relative;
    z-index: 1032;
    background: #111;
    color: rgba(255, 255, 255, 0.78);
    font-family: "ABC Whyte", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.78rem;
    line-height: 1;
}

.site-preview-bar .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-locale-dropdown {
    position: relative;
}

.site-locale-dropdown summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 0.82rem;
    line-height: 1;
    color: rgba(17, 17, 17, 0.58);
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
}

.site-locale-dropdown summary::-webkit-details-marker {
    display: none;
}

.site-locale-dropdown[open] summary,
.site-locale-dropdown summary:hover,
.site-locale-dropdown summary:focus {
    color: #111;
}

.site-locale-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 46px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 6px;
}

.site-locale-dropdown-menu a {
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 0.82rem;
    line-height: 1;
    color: rgba(17, 17, 17, 0.58);
    text-decoration: none;
    text-transform: uppercase;
}

.site-locale-dropdown-menu a:hover {
    color: #111;
}

.site-locale-switcher-full {
    justify-content: center;
    margin-top: 28px;
    margin-right: 0;
}

.site-locale-dropdown-light summary {
    color: rgba(255, 255, 255, 0.58);
    font-size: 1rem;
}

.site-locale-dropdown-light[open] summary,
.site-locale-dropdown-light summary:hover,
.site-locale-dropdown-light summary:focus {
    color: #fff;
}

.site-locale-dropdown-light .site-locale-dropdown-menu {
    background: rgba(17, 17, 17, 0.96);
    border-color: rgba(255, 255, 255, 0.12);
}

.site-locale-dropdown-light .site-locale-dropdown-menu a {
    color: rgba(255, 255, 255, 0.58);
}

.site-locale-dropdown-light .site-locale-dropdown-menu a:hover {
    color: #fff;
}

.nk-nav-logo,
.nk-nav-logo:hover,
.nk-nav-logo:focus,
.nk-nav-logo:active {
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.site-logo-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 2.55rem;
    line-height: 1.08;
    color: #111;
    overflow: visible;
}

.site-logo-root {
    display: inline-block;
    flex: 0 0 auto;
    line-height: inherit;
}

.site-logo-wordmark-light {
    color: #fff;
}

.nk-nav-logo {
    display: inline-flex;
    align-items: center;
}

.site-logo-reveal {
    display: inline-flex;
    align-items: center;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    font: inherit;
    line-height: inherit;
    color: inherit;
    opacity: 0;
    transition: max-width 0.35s ease, opacity 0.22s ease;
    vertical-align: baseline;
}

.site-logo-reveal span {
    display: inline-block;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    transition-delay: calc(var(--letter-index) * 0.03s);
}

.nk-header .nk-nav-logo:hover .site-logo-reveal,
.nk-header .nk-nav-logo:focus-visible .site-logo-reveal {
    max-width: 260px;
    opacity: 1;
}

.nk-header .nk-nav-logo:hover .site-logo-reveal span,
.nk-header .nk-nav-logo:focus-visible .site-logo-reveal span {
    opacity: 1;
    transform: translateY(0);
}

.site-logo-reveal-static {
    max-width: 0;
    opacity: 0;
}

.site-logo-reveal-static span {
    opacity: 0;
    transform: translateY(4px);
}

.site-shell .nk-navbar-full {
    background: #000;
}

.site-shell .nk-navbar-full .nk-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.site-shell .nk-navbar-full .nk-nav > li {
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.site-shell .nk-navbar-full .nk-nav > li > a {
    font-family: "P-Type", "ABC Whyte", sans-serif;
    display: inline-block;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font-size: clamp(2.1rem, 6vw, 4.8rem);
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.site-shell .nk-navbar-full .nk-nav-social a,
.site-shell .nk-navbar-full .nk-nav-close,
.site-shell .nk-navbar-full .nk-nav-logo {
    color: #fff;
}

.site-hero,
.site-section,
.site-page-header {
    position: relative;
}

.site-hero {
    padding: 64px 0;
    color: #fff;
    background: #000;
}

.site-hero-home {
    background: #fff;
    color: #111;
    padding-top: 0;
    padding-bottom: 40px;
}

.site-kicker {
    margin: 0 0 18px;
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-kicker-light {
    color: rgba(255, 255, 255, 0.78);
}

.site-hero-title {
    margin: 0;
    font-size: clamp(2.5rem, 7.2vw, 5.6rem);
    line-height: 1.16;
    color: #fff;
}

.site-hero-title-home {
    position: relative;
    display: block;
    max-width: 24ch;
    color: #111;
    line-height: 0.92;
}

.site-typewriter-reserve {
    visibility: hidden;
}

.site-typewriter-text {
    position: absolute;
    inset: 0;
    display: block;
}

.site-hero-title-home.is-typing .site-typewriter-text::after {
    content: "";
    display: inline-block;
    width: 0.08em;
    height: 0.86em;
    margin-left: 0.06em;
    vertical-align: -0.06em;
    background: currentColor;
    animation: site-type-caret 0.85s steps(1) infinite;
}

@keyframes site-type-caret {
    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

.site-section {
    padding: 52px 0 80px;
}

.site-section-tight {
    padding-top: 24px;
}

.site-section-alt {
    background: #f7f7f7;
}

.site-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.site-title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 0.98;
}

.site-portfolio-strip {
    padding: 0;
}

.site-portfolio-strip .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.site-portfolio-tile {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}

.site-portfolio-tile:hover {
    color: inherit;
    text-decoration: none;
}

.site-portfolio-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 18px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 10%, rgba(0, 0, 0, 0.72) 100%);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.site-portfolio-tile:hover .site-portfolio-overlay {
    opacity: 1;
}

.site-portfolio-meta {
    margin-bottom: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-portfolio-title {
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}

.site-page-header {
    min-height: 420px;
}

.site-page-header-short {
    min-height: 320px;
}

.site-page-header .nk-header-table {
    position: relative;
    z-index: 1;
    min-height: 420px;
}

.site-page-header-short .nk-header-table {
    min-height: 320px;
}

.site-page-title {
    font-size: clamp(2.6rem, 5.6vw, 4.8rem);
    line-height: 0.96;
}

.site-page-subtitle {
    max-width: 34rem;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: clamp(1.4rem, 2.4vw, 2.2rem);
    line-height: 1;
}

.site-map-hero {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) contrast(90%);
}

.site-map-hero iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.site-map-header {
    overflow: hidden;
}

.site-map-header .bg-image-overlay,
.site-map-header .nk-header-table {
    pointer-events: none;
}

.site-map-copy {
    display: inline-block;
    max-width: 42rem;
}

.site-map-title,
.site-map-subtitle {
    color: #111;
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.28);
}

.site-image-block {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-section-works {
    padding-top: 0;
}

.site-filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.site-filter-list li {
    font-family: "ABC Whyte", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.92rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.68);
}

.site-filter-list li.active {
    color: #fff;
}

.site-filter-list-light {
    justify-content: flex-start;
    margin-bottom: 0;
}

.site-filter-list-light li {
    color: rgba(255, 255, 255, 0.72);
}

.site-filter-list-light li.active {
    color: #fff;
}

.site-section-works-dense {
    padding-top: 0;
    padding-bottom: 0;
    background: #f7f7f7;
}

.site-section-works-dense .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.site-section-works-dense .site-portfolio-image {
    aspect-ratio: 1 / 1;
}

.site-section-works-dense .site-portfolio-overlay {
    padding: 14px;
}

.site-section-works-dense .site-portfolio-title {
    font-size: 1.35rem;
}

.site-work-item.is-hidden {
    display: none;
}

.site-works-load-more {
    display: flex;
    justify-content: center;
    padding: 28px 0 36px;
}

.site-load-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    background: #fff;
    color: #111;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    cursor: pointer;
}

.site-project {
    padding: 42px 0 64px;
    background: #f7f7f7;
}

.site-project-sidebar {
    padding: 8px 0 24px;
}

.site-project-copy {
    max-width: 34rem;
    margin: 24px 0;
}

.site-project-technical-sheet {
    margin-top: 36px;
}

.site-project-copy-technical {
    margin-top: 14px;
    margin-bottom: 0;
}

.site-project-carousel {
    display: grid;
    gap: 18px;
}

.site-project-carousel-main img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.site-project-video-frame {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #000;
}

.site-project-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.site-project-carousel-main {
    position: relative;
}

.site-project-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: #111;
    font-size: 1.6rem;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.site-project-arrow-prev {
    left: 16px;
}

.site-project-arrow-next {
    right: 16px;
}

.site-project-dots {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.site-project-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.site-project-dot.is-active {
    background: #fff;
}

.site-project-pagination {
    padding-bottom: 36px;
    background: #f7f7f7;
}

.site-project-pagination .container,
.site-project-pagination .nk-pagination,
.site-project-pagination .nk-pagination-center,
.site-project-pagination .nk-pagination-prev,
.site-project-pagination .nk-pagination-next {
    background: #f7f7f7;
}

.site-form-page {
    padding: 42px 0 72px;
    background: #f7f7f7;
}

.site-form-container {
    max-width: 1180px;
}

.site-form-feedback {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.site-form-feedback-success {
    background: #edf8ef;
    color: #1f5d2c;
}

.site-form-feedback-error {
    background: #fff4f1;
    color: #8a2f20;
}

.site-form-note {
    margin: -4px 0 0;
    font-size: 0.92rem;
    color: #666;
}

.site-form-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(17, 17, 17, 0.34);
    z-index: 1000;
}

.site-form-modal-card {
    width: min(420px, calc(100vw - 40px));
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 6px;
    text-align: center;
}

.site-form-modal-title {
    margin: 0 0 18px;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #111;
}

.site-form-grid .nk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.site-form-grid .form-control {
    min-height: 52px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 6px;
    box-shadow: none;
}

.site-form-grid textarea.form-control {
    min-height: 160px;
}

.site-policy-article {
    max-width: 42rem;
}

.site-policy-article-wide {
    max-width: 62rem;
}

.site-policy-panel {
    padding: 24px;
    background: #f7f7f7;
}

.site-policy-updated {
    margin: 26px 0 0;
}

.site-policy-title {
    margin: 0 0 34px;
}

.site-about-copy + .site-about-copy {
    margin-top: 10px;
}

.site-title + .site-about-copy {
    margin-top: 24px;
}

.site-about-alt-title {
    margin: 0 0 32px;
}

.site-kicker + .site-about-alt-title {
    margin-top: 10px;
}

.site-richtext h1,
.site-richtext h2,
.site-richtext h3 {
    margin: 0 0 18px;
}

.site-richtext h4 {
    margin: 0 0 16px;
}

.site-richtext p,
.site-richtext ul,
.site-richtext ol,
.site-richtext blockquote {
    margin: 0 0 18px;
}

.site-richtext blockquote {
    padding-left: 16px;
    border-left: 2px solid rgba(17, 17, 17, 0.18);
    color: #555;
}

.site-richtext a {
    color: inherit;
    text-decoration: underline;
}

.site-filter-list-light a {
    color: inherit;
    text-decoration: none;
}

.site-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    height: 100%;
    min-height: 100%;
    padding: 22px 14px;
}

.site-service-media {
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background: transparent;
}

.site-service-media img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.site-service-title {
    margin: 0;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
    line-height: 1.02;
}

.site-service-description {
    margin: 0;
    max-width: 26ch;
    color: #444;
    line-height: 1.5;
}

.site-services-cta {
    padding-top: 26px;
    padding-bottom: 34px;
    background: #000;
    color: #fff;
}

.site-services-cta-inner {
    max-width: 44rem;
}

.site-services-cta-title {
    margin: 0 0 10px;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 0.98;
    color: #fff;
}

.site-services-cta-copy {
    max-width: 36rem;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.site-services-cta-button {
    background: #fff;
    color: #111 !important;
    border: 1px solid #fff;
}

.site-services-cta-button-secondary {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.72);
}

.site-services-cta-button:hover,
.site-services-cta-button:focus {
    background: #000;
    color: #fff !important;
    border-color: #fff;
}

.site-services-cta-button-secondary:hover,
.site-services-cta-button-secondary:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    border-color: #fff;
}

.site-cta-dropdown {
    position: relative;
    display: inline-block;
    min-width: 0;
}

.site-cta-dropdown summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-cta-dropdown summary::-webkit-details-marker {
    display: none;
}

.site-cta-dropdown-panel {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: max-content;
    padding: 8px 10px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
    z-index: 12;
}

.site-cta-option {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(17, 17, 17, 0.58);
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 0.84rem;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 180ms ease;
}

.site-cta-option:hover,
.site-cta-option:focus {
    background: transparent;
    border-color: transparent;
    color: #111;
    outline: none;
    text-decoration: none;
}

.site-cta-dropdown[open] .site-cta-trigger {
    background: #111;
    color: #fff !important;
    border-color: #111;
}

.site-cta-dropdown-about[open] .site-cta-trigger {
    background: #fff;
    color: #111 !important;
    border-color: rgba(17, 17, 17, 0.18);
}

.site-cta-trigger {
    min-width: 0;
}

.site-about-inline-cta {
    display: block;
    margin-top: 72px;
}

.site-about-cta-trigger {
    background: #111;
    color: #fff !important;
    border: 1px solid #111;
    padding-left: 18px;
    padding-right: 18px;
}

.site-about-cta-trigger:hover,
.site-about-cta-trigger:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
}

.site-cta-dropdown-inverse .site-cta-dropdown-panel {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(17, 17, 17, 0.96);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.site-cta-dropdown-inverse .site-cta-option {
    background: transparent;
    color: rgba(255, 255, 255, 0.68);
}

.site-cta-dropdown-inverse .site-cta-option:hover,
.site-cta-dropdown-inverse .site-cta-option:focus {
    background: transparent;
    color: #fff;
}

.site-cta-dropdown-inverse[open] .site-cta-trigger {
    background: #000;
    color: #fff !important;
    border-color: #fff;
}

.site-cta-dropdown-inverse .site-cta-trigger:hover,
.site-cta-dropdown-inverse .site-cta-trigger:focus {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.site-clients-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 6px 4px;
    align-items: center;
}

.site-client-card {
    display: grid;
    place-items: center;
    min-height: 52px;
    padding: 2px 0;
}

.site-client-card img {
    max-width: min(100%, 136px);
    max-height: 38px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.site-checkbox {
    display: block;
    font-size: 0.95rem;
    line-height: 1.5;
}

.site-footer-brand {
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: 1.45rem;
    line-height: 1.12;
    text-align: center;
}

.site-shell .nk-footer {
    background: #fff;
    color: #111;
}

.site-shell .nk-footer h1,
.site-shell .nk-footer h2,
.site-shell .nk-footer h3,
.site-shell .nk-footer h4,
.site-shell .nk-footer h5,
.site-shell .nk-footer h6,
.site-shell .nk-footer a {
    color: #111;
}

.site-maintenance-page {
    background: #fff;
    overflow: hidden;
}

.site-maintenance-shell {
    height: 100vh;
    height: 100svh;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 0 32px 46px;
    background: #fff;
    color: #111;
    overflow: hidden;
}

.site-maintenance-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 0;
    padding-top: 28px;
}

.site-maintenance-logo {
    margin: 0;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: clamp(4.5rem, 9.1vw, 8.6rem);
    line-height: 0.9;
    color: #111;
}

.site-maintenance-footer {
    width: 100%;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    color: #111;
}

.site-maintenance-footer-inner {
    width: min(100%, 720px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.06fr 0.88fr 0.88fr 0.54fr;
    align-items: start;
    gap: 38px;
}

.site-maintenance-brand {
    align-self: start;
    text-align: center;
    font-size: 0.72rem;
    line-height: 0.94;
    text-transform: uppercase;
}

.site-maintenance-office {
    margin: 0;
    font-style: normal;
    color: #111;
    text-transform: uppercase;
}

.site-maintenance-office strong {
    display: block;
    margin-bottom: 9px;
    font-size: 1rem;
    line-height: 0.95;
    font-weight: 400;
}

.site-maintenance-office span {
    display: block;
    font-size: 0.56rem;
    line-height: 1.12;
}

.site-maintenance-social {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding-top: 2px;
}

.site-maintenance-social a {
    color: #111;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
}

.site-error-page {
    background: #fff;
}

.site-error-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 32px;
    background: #fff;
}

.site-error-inner {
    width: min(100%, 760px);
    text-align: center;
}

.site-error-eyebrow {
    margin-bottom: 18px;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666;
}

.site-error-code {
    margin-bottom: 18px;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: clamp(3.8rem, 12vw, 8rem);
    line-height: 0.9;
    color: #111;
}

.site-error-title {
    margin: 0;
    font-family: "P-Type", "ABC Whyte", sans-serif;
    font-size: clamp(2.1rem, 5.6vw, 4.6rem);
    line-height: 0.95;
    color: #111;
}

.site-error-message {
    width: min(100%, 620px);
    margin: 28px auto 0;
    font-size: 1.04rem;
    line-height: 1.6;
    color: #555;
}

.site-error-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.site-error-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(17, 17, 17, 0.18);
    color: #111;
    background: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.site-error-button:hover,
.site-error-button:focus {
    color: #111;
    text-decoration: none;
    background: #f3f3f3;
}

.site-error-button-primary {
    background: #111;
    color: #fff;
    border-color: #111;
}

.site-error-button-primary:hover,
.site-error-button-primary:focus {
    color: #fff;
    background: #222;
}

@media (max-width: 991px) {
    .site-hero {
        padding-top: 64px;
    }

    .site-locale-switcher {
        margin-right: 10px;
    }

    .site-locale-dropdown summary,
    .site-locale-dropdown-menu a {
        font-size: 0.72rem;
    }

    .site-section-heading {
        display: block;
    }

    .site-project-sidebar {
        position: static;
        padding-left: 0;
    }

    .site-clients-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px 6px;
    }

    .site-works-header {
        display: block;
    }

    .site-filter-list {
        justify-content: flex-start;
    }

    .site-footer-brand {
        text-align: left;
    }

    .site-shell .nk-navbar-full .nk-nav > li > a {
        font-size: clamp(1.8rem, 10vw, 3.2rem);
        line-height: 1;
    }

    .site-logo-wordmark {
        font-size: 2rem;
        line-height: 1.08;
    }

    .site-logo-reveal {
        display: none;
    }

    .site-cta-dropdown-panel {
        min-width: max-content;
    }

    .site-about-inline-cta {
        margin-top: 56px;
    }

    .site-maintenance-shell {
        padding: 0 34px 36px;
        grid-template-rows: minmax(0, 1fr) auto;
    }

    .site-maintenance-inner {
        padding-top: 24px;
    }

    .site-maintenance-logo {
        font-size: clamp(2.6rem, 13.5vw, 4rem);
        line-height: 0.94;
    }

    .site-maintenance-footer-inner {
        width: min(100%, 320px);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
        grid-template-areas:
            "brand brand brand"
            "bra usa social";
        gap: 54px 26px;
        align-items: start;
    }

    .site-maintenance-brand {
        grid-area: brand;
        justify-self: center;
        font-size: 0.68rem;
    }

    .site-maintenance-office:nth-of-type(1) {
        grid-area: bra;
    }

    .site-maintenance-office:nth-of-type(2) {
        grid-area: usa;
    }

    .site-maintenance-office strong {
        margin-bottom: 9px;
        font-size: 0.88rem;
    }

    .site-maintenance-office span {
        font-size: 0.48rem;
        line-height: 1.08;
    }

    .site-maintenance-social {
        grid-area: social;
        gap: 8px;
        padding-top: 0;
    }

    .site-maintenance-social a {
        font-size: 0.76rem;
    }

    .site-error-shell {
        padding: 36px 22px;
    }

    .site-error-title {
        font-size: clamp(1.8rem, 10vw, 3rem);
    }

    .site-error-message {
        margin-top: 22px;
        font-size: 0.96rem;
    }
}
