/*
Theme Name: Funderingscrew Nederland
Theme URI: https://n8n-funderingscrewnederland.42giwj.easypanel.host/
Author: Funderingscrew Nederland
Description: Een eenvoudig, snel en professioneel WordPress-thema voor schroeffundamenten, funderingsherstel en stabilisatie.
Version: 1.9.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: funderingscrew-nederland
*/

:root {
    --background: #ffffff;
    --foreground: #151a17;
    --muted: #f6f3ee;
    --muted-strong: #ebe5dc;
    --muted-text: #626a64;
    --border: #e2ded6;
    --primary: #18231d;
    --primary-hover: #2b3b31;
    --accent: #ff6818;
    --accent-strong: #ff5f17;
    --accent-soft: #fbe5d8;
    --accent-border: #ef7225;
    --accent-rgb: 255, 104, 24;
    --steel: #3c4d54;
    --shadow: 0 18px 44px rgba(21, 26, 23, 0.1);
    --display-font: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    --theme-home-hero-image: none;
    --theme-page-hero-image: none;
    --theme-case-study-image-one: none;
    --theme-case-study-image-two: none;
    --theme-case-study-image-three: none;
    --theme-case-study-image-four: none;
    --theme-case-study-image-five: none;
    --theme-case-study-image-six: none;
    --theme-testimonial-image-one: none;
    --theme-testimonial-image-two: none;
    --theme-testimonial-image-three: none;
    --theme-cta-image: none;
    --theme-footer-image: none;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--background);
    color: var(--foreground);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

.hero-display,
.page-hero-title,
.page-process-title,
.page-process-row-title,
.page-priority-title,
.page-priority-trigger-title,
.page-showcase-title,
.page-showcase-stat-label,
.page-showcase-stat-value,
.page-overview-title,
.statement-title,
.services-showcase-title,
.page-band-title,
.service-card-title,
.case-studies-title,
.case-study-card-title,
.cta-panel-title,
.cta-panel-link,
.footer-watermark {
    font-family: var(--display-font);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

a {
    color: inherit;
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
    width: 100%;
}

.narrow {
    max-width: 840px;
}

.logo {
    align-items: center;
    color: var(--foreground);
    display: flex;
    flex-shrink: 0;
    font-weight: 800;
    text-decoration: none;
}

.site-header {
    left: 0;
    min-height: 102px;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 40;
}

.site-header::before {
    background:
        linear-gradient(rgba(36, 39, 39, 0.46), rgba(36, 39, 39, 0.46)),
        repeating-linear-gradient(
            to right,
            rgba(255, 255, 255, 0.12) 0,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px,
            transparent 160px
        );
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.site-header-shell {
    display: grid;
    grid-template-columns: 224px minmax(0, 1fr);
    margin: 0 auto;
    max-width: 1400px;
    min-height: 102px;
    position: relative;
    width: calc(100% - 16px);
    z-index: 1;
}

.header-brand-slot {
    min-width: 0;
}

body:not(.home) .site-header {
    left: auto;
    margin-top: 8px;
    position: relative;
    right: auto;
    top: 0;
}

.brand-panel {
    align-items: center;
    background: var(--accent-strong);
    color: #ffffff;
    gap: 14px;
    justify-content: center;
    min-height: 102px;
    padding: 0 24px;
    text-transform: uppercase;
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-toggle-box {
    display: grid;
    gap: 5px;
}

.mobile-menu-toggle-box span {
    background: currentColor;
    display: block;
    height: 2px;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 24px;
}

.brand-panel:hover {
    color: #ffffff;
}

.brand-panel--has-logo {
    padding: 10px 18px;
}

.brand-logo-image {
    display: block;
    flex: 0 1 100%;
    height: auto;
    margin: 0 auto;
    max-height: 82px;
    max-width: 100%;
    object-fit: contain;
    width: 188px;
}

.brand-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.brand-mark {
    color: #ffffff;
    display: block;
    flex: 0 0 auto;
    height: 38px;
    width: 56px;
}

.floating-header-panel {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: grid;
    grid-template-rows: 22px 79px;
    min-width: 0;
    overflow: hidden;
}

.header-topline,
.header-menuline {
    display: flex;
}

.header-topline-inner,
.header-menuline-inner {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 248px;
    min-width: 0;
    width: 100%;
}

.header-topline-inner,
.header-menuline-inner {
    margin-right: 0;
}

.header-topline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-socials {
    align-items: center;
    display: flex;
    gap: 14px;
    padding-left: 42px;
}

.social-link {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    height: 12px;
    justify-content: center;
    opacity: 0.95;
    text-decoration: none;
    width: 12px;
}

.social-link svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    width: 100%;
}

.opening-hours {
    align-items: center;
    align-self: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    justify-content: center;
    margin: 0;
    padding: 0 24px;
}

.main-nav {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
}

.main-nav-list,
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 30px;
    justify-content: flex-start;
    padding-left: 34px;
}

.main-nav-list > li {
    min-width: 0;
}

.main-nav a {
    color: #ffffff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-nav-list > li.menu-item-has-children > a::after {
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    height: 4px;
    margin-left: 8px;
    margin-top: 1px;
    transform: rotate(45deg);
    width: 4px;
}

.main-nav a:hover,
.header-search:hover {
    color: #ffffff;
    opacity: 0.76;
}

.footer-links a:hover,
.footer-social-link:hover,
.card a:hover {
    color: rgba(255, 255, 255, 0.74);
}

.header-search {
    align-items: center;
    align-self: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
}

.search-icon {
    display: block;
    fill: none;
    height: 13px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 13px;
}

.header-actions,
.button-row {
    align-items: center;
    display: flex;
    gap: 10px;
}

.header-actions {
    flex-shrink: 0;
}

.header-button,
.button {
    border-radius: 8px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    padding: 12px 16px;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.header-button:hover,
.button:hover {
    transform: translateY(-1px);
}

.header-button-secondary {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.header-button-primary,
.button.primary {
    background: var(--primary);
    color: #ffffff;
}

.button.primary:hover,
.header-button-primary:hover {
    background: var(--primary-hover);
}

.button.secondary {
    border: 1px solid var(--border);
    color: var(--foreground);
}

.button.light {
    background: #ffffff;
    color: var(--primary);
}

.button.outline-light {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
}

.hero-section {
    background:
        linear-gradient(90deg, rgba(10, 16, 18, 0.72) 0%, rgba(17, 22, 24, 0.32) 52%, rgba(22, 25, 27, 0.18) 100%),
        var(--theme-home-hero-image) center / cover no-repeat;
    color: #ffffff;
    min-height: 810px;
    overflow: hidden;
    padding: 154px 0 26px;
    position: relative;
}

.hero-section::before,
.hero-section::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.hero-section::before {
    background:
        repeating-linear-gradient(
            to right,
            transparent 0,
            transparent 254px,
            rgba(255, 255, 255, 0.14) 254px,
            rgba(255, 255, 255, 0.14) 255px
        );
    inset: 0;
}

.hero-section::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    bottom: 26px;
    left: 0;
    right: 0;
}

.hero-grid {
    align-items: end;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) 260px;
    min-height: 624px;
    position: relative;
    z-index: 1;
}

.hero-copy {
    align-self: stretch;
    display: grid;
    grid-template-rows: 1fr auto;
}

.hero-copy h1,
.page-intro h1 {
    font-size: clamp(42px, 6vw, 72px);
    letter-spacing: 0;
    line-height: 0.96;
    margin: 0;
}

.hero-kicker {
    align-self: start;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
    margin: 0;
    max-width: 260px;
    padding-top: 10px;
    text-transform: uppercase;
}

.hero-display {
    color: #ffffff;
    font-size: clamp(76px, 11vw, 154px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.86;
    margin: 0 0 42px;
    text-transform: uppercase;
}

.hero-display span {
    display: block;
}

.hero-panel {
    align-self: end;
    background: var(--accent);
    color: #ffffff;
    display: grid;
    gap: 18px;
    margin-bottom: 56px;
    min-height: 252px;
    padding: 26px 18px 18px;
}

.hero-panel-number {
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.92;
    max-width: 170px;
    text-transform: uppercase;
}

.hero-panel-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
    max-width: 145px;
    text-transform: uppercase;
}

.hero-panel-link {
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    display: grid;
    font-size: 12px;
    font-weight: 900;
    grid-template-columns: 1fr 42px;
    letter-spacing: 0.02em;
    margin-top: auto;
    min-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-panel-link > span:first-child {
    align-items: center;
    display: flex;
    padding: 0 16px;
}

.hero-panel-arrow {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    display: flex;
    justify-content: center;
}

.hero-panel-arrow svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 16px;
}

.page-hero {
    background:
        linear-gradient(90deg, rgba(11, 18, 20, 0.78) 0%, rgba(16, 22, 24, 0.42) 52%, rgba(18, 24, 26, 0.22) 100%),
        var(--theme-page-hero-image) center / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 166px 0 78px;
    position: relative;
}

.page-hero::before {
    background:
        repeating-linear-gradient(
            to right,
            rgba(255, 255, 255, 0.12) 0,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px,
            transparent 198px
        );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.page-hero-grid {
    align-items: end;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) 320px;
    min-height: 560px;
    position: relative;
    z-index: 1;
}

.page-hero-copy {
    max-width: 780px;
}

.page-hero-kicker {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.25;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.page-hero-title {
    color: #ffffff;
    font-size: clamp(58px, 6vw, 88px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.92;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.page-hero-lead {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    max-width: 620px;
}

.page-hero-panel {
    align-self: end;
    background: var(--accent);
    color: #ffffff;
    display: grid;
    gap: 16px;
    padding: 26px 22px 22px;
}

.page-hero-panel-label {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

.page-hero-panel-value {
    font-family: var(--display-font);
    font-size: 72px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.9;
    max-width: 190px;
    text-transform: uppercase;
}

.page-hero-panel-text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.page-hero-panel-list {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 2px 0 0;
    padding: 16px 0 0;
}

.page-hero-panel-list li {
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: uppercase;
}

.page-hero-panel-link {
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.46);
    color: #ffffff;
    display: grid;
    font-size: 12px;
    font-weight: 900;
    grid-template-columns: 1fr 42px;
    letter-spacing: 0.02em;
    margin-top: 8px;
    min-height: 46px;
    text-decoration: none;
    text-transform: uppercase;
}

.page-hero-panel-link > span:first-child {
    align-items: center;
    display: flex;
    padding: 0 16px;
}

.page-overview-section {
    background: #f7f4ef;
    padding: 88px 0;
}

.page-showcase-section {
    background: #ffffff;
    padding: 96px 0 88px;
}

.page-showcase-head {
    margin-bottom: 34px;
    max-width: 980px;
}

.page-showcase-label {
    align-items: center;
    color: var(--accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    margin: 0 0 20px;
}

.page-showcase-title {
    color: #101010;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    line-height: 0.97;
    margin: 0;
    max-width: 1060px;
    text-transform: uppercase;
}

.page-showcase-intro {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 44px;
}

.page-showcase-intro p {
    color: var(--muted-text);
    font-size: 18px;
    line-height: 1.72;
    margin: 0;
}

.page-showcase-mosaic {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(0, 0.8fr));
}

.page-showcase-tile {
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.page-showcase-tile--image {
    background: #f4f3f0;
}

.page-showcase-tile--image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.page-showcase-tile--primary {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 720px;
}

.page-showcase-tile--secondary {
    align-items: flex-end;
    background: linear-gradient(180deg, #f3f7fa 0%, #edf3f7 100%);
    display: flex;
    min-height: 348px;
}

.page-showcase-tile--secondary img {
    margin-left: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.page-showcase-tile--stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 348px;
    padding: 34px 34px 28px;
}

.page-showcase-tile--dark {
    background: #143948;
    color: #ffffff;
}

.page-showcase-tile--light {
    background: #f4f3f0;
    color: #101010;
}

.page-showcase-tile--accent {
    background: var(--accent);
    color: #ffffff;
}

.page-showcase-stat-label {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.04;
    margin: 0;
    text-transform: uppercase;
}

.page-showcase-stat-value {
    font-size: clamp(72px, 7vw, 92px);
    font-weight: 900;
    line-height: 0.9;
    margin: 28px 0 0;
    text-transform: uppercase;
}

.page-process-section {
    background: #ffffff;
    padding: 96px 0 88px;
}

.page-process-head {
    margin-bottom: 38px;
    max-width: 980px;
}

.page-process-label {
    align-items: center;
    color: var(--accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    margin: 0 0 20px;
}

.page-process-title {
    color: #101010;
    font-size: clamp(40px, 4.9vw, 70px);
    font-weight: 900;
    line-height: 0.96;
    margin: 0;
    max-width: 980px;
    text-transform: uppercase;
}

.page-process-list {
    display: grid;
    gap: 18px;
}

.page-process-row {
    align-items: center;
    background: #f4f3f0;
    color: #111111;
    column-gap: 28px;
    display: grid;
    grid-template-columns: 86px minmax(0, 1.05fr) minmax(0, 0.95fr) 72px;
    min-height: 148px;
    padding: 28px 28px 28px 22px;
    row-gap: 14px;
    text-decoration: none;
}

.page-process-row-number {
    color: var(--accent);
    font-family: var(--display-font);
    font-size: 48px;
    font-weight: 700;
    grid-column: 1;
    line-height: 0.9;
}

.page-process-row-title {
    color: inherit;
    font-size: clamp(28px, 2.75vw, 42px);
    font-weight: 700;
    grid-column: 2;
    line-height: 0.94;
    margin: 0;
    text-transform: uppercase;
}

.page-process-row-description {
    color: #5f6761;
    font-size: 18px;
    grid-column: 3;
    line-height: 1.72;
    margin: 0;
}

.page-process-row-arrow {
    align-items: center;
    border: 1px solid rgba(21, 52, 66, 0.42);
    color: #153442;
    display: inline-flex;
    grid-column: 4;
    height: 72px;
    justify-content: center;
    justify-self: end;
    width: 72px;
}

.page-process-row-arrow svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 18px;
}

.page-process-row--featured {
    background:
        linear-gradient(rgba(19, 31, 38, 0.44), rgba(19, 31, 38, 0.44)),
        var(--page-process-image) center / cover no-repeat;
    min-height: 204px;
}

.page-process-row--featured .page-process-row-number,
.page-process-row--featured .page-process-row-title,
.page-process-row--featured .page-process-row-description {
    color: #ffffff;
}

.page-process-row--featured .page-process-row-description {
    color: rgba(255, 255, 255, 0.9);
}

.page-process-row--featured .page-process-row-arrow {
    border-color: rgba(255, 255, 255, 0.72);
    color: #ffffff;
}

.page-priority-section {
    background: #ffffff;
    padding: 96px 0 88px;
}

.page-priority-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.page-priority-media {
    min-width: 0;
}

.page-priority-media img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: min(520px, 100%);
    width: 100%;
}

.page-priority-content {
    min-width: 0;
}

.page-priority-label {
    align-items: center;
    color: var(--accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    margin: 0 0 20px;
}

.page-priority-title {
    color: #101010;
    font-size: clamp(40px, 4.8vw, 68px);
    font-weight: 900;
    line-height: 0.96;
    margin: 0;
    max-width: 660px;
    text-transform: uppercase;
}

.page-priority-accordion {
    border-top: 1px solid rgba(21, 52, 66, 0.16);
    margin-top: 34px;
}

.page-priority-item {
    border-bottom: 1px solid rgba(21, 52, 66, 0.16);
}

.page-priority-item.is-open {
    border-bottom-color: rgba(var(--accent-rgb), 0.48);
}

.page-priority-trigger {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #111111;
    cursor: pointer;
    display: flex;
    gap: 16px;
    padding: 24px 0;
    text-align: left;
    width: 100%;
}

.page-priority-trigger-icon {
    color: var(--accent);
    display: inline-flex;
    flex: 0 0 28px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.page-priority-trigger-icon svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 180ms ease;
    width: 20px;
}

.page-priority-item.is-open .page-priority-trigger-icon svg {
    transform: rotate(45deg);
}

.page-priority-trigger-title {
    color: inherit;
    font-size: clamp(26px, 2.5vw, 38px);
    font-weight: 700;
    line-height: 0.98;
}

.page-priority-panel {
    padding: 0 0 24px 44px;
}

.page-priority-panel p {
    color: var(--muted-text);
    font-size: 18px;
    line-height: 1.72;
    margin: 0;
    max-width: 560px;
}

.page-overview-grid {
    align-items: start;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.page-overview-copy {
    max-width: 760px;
}

.page-overview-label {
    align-items: center;
    color: var(--accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    margin: 0 0 20px;
}

.page-overview-title {
    color: #101010;
    font-size: clamp(40px, 4.8vw, 66px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.96;
    margin: 0;
    text-transform: uppercase;
}

.page-overview-aside p {
    color: var(--muted-text);
    font-size: 18px;
    line-height: 1.72;
    margin: 0 0 18px;
}

.page-overview-points {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.page-overview-points li {
    border-top: 1px solid rgba(24, 35, 29, 0.1);
    color: var(--foreground);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    padding-top: 14px;
}

.page-band {
    background: #143948;
    color: #ffffff;
    padding: 96px 0 88px;
}

.page-band-head {
    margin-bottom: 40px;
    max-width: 940px;
}

.page-band-title {
    color: #ffffff;
    font-size: clamp(38px, 4.7vw, 58px);
    font-weight: 900;
    line-height: 0.95;
    margin: 0;
    text-transform: uppercase;
}

.page-service-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-projects-section {
    background: #ffffff;
    padding: 96px 0 88px;
}

.page-project-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-form-section {
    background: #ffffff;
    padding: 96px 0 88px;
}

.contact-form-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.contact-form-sidebar,
.contact-form-panel {
    min-width: 0;
}

.contact-form-label {
    align-items: center;
    color: var(--accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    margin: 0 0 18px;
}

.contact-form-title {
    color: #101010;
    font-family: var(--display-font);
    font-size: clamp(40px, 4.8vw, 64px);
    font-weight: 900;
    line-height: 0.96;
    margin: 0;
    max-width: 620px;
    text-transform: uppercase;
}

.contact-form-intro {
    color: var(--muted-text);
    font-size: 18px;
    line-height: 1.72;
    margin: 22px 0 0;
    max-width: 520px;
}

.contact-form-direct-card {
    background: #f7f4ef;
    margin-top: 22px;
    padding: 22px 22px 20px;
}

.contact-form-direct-label {
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.contact-form-direct-link {
    color: #111111;
    display: inline-flex;
    font-family: var(--display-font);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 700;
    line-height: 0.96;
    margin: 0;
    text-decoration: none;
}

.contact-form-direct-link--small {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.02;
    word-break: break-word;
}

.contact-form-direct-copy {
    color: var(--muted-text);
    font-size: 16px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.contact-form-meta-list {
    color: #111111;
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-form-meta-list li {
    font-size: 16px;
    line-height: 1.55;
}

.contact-form-meta-link {
    color: #111111;
    font-family: var(--display-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.contact-form-panel {
    background: #faf8f4;
    padding: 28px 28px 26px;
}

.contact-form-panel-title {
    color: #101010;
    font-family: var(--display-font);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    line-height: 0.98;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.contact-form-notice {
    border: 1px solid rgba(21, 26, 23, 0.12);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.contact-form-notice--success {
    background: rgba(50, 124, 76, 0.08);
    border-color: rgba(50, 124, 76, 0.24);
    color: #1d5d34;
}

.contact-form-notice--error {
    background: rgba(180, 70, 48, 0.08);
    border-color: rgba(180, 70, 48, 0.22);
    color: #8f331f;
}

.contact-form-honeypot {
    left: -9999px;
    position: absolute;
}

.contact-form-fields {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form-field {
    display: grid;
    gap: 8px;
}

.contact-form-field--full {
    grid-column: 1 / -1;
}

.contact-form-field span {
    color: #111111;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-form-field input,
.contact-form-field textarea {
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(21, 26, 23, 0.14);
    border-radius: 0;
    color: #111111;
    font: inherit;
    padding: 14px 16px;
    width: 100%;
}

.contact-form-field textarea {
    min-height: 180px;
    resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
    border-color: rgba(var(--accent-rgb), 0.8);
    box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.14);
    outline: none;
}

.contact-form-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.contact-form-submit,
.contact-form-call {
    min-height: 48px;
}

.page-contact-section {
    background: #faf8f4;
    padding: 88px 0;
}

.contact-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.contact-card-link {
    color: var(--foreground);
    display: inline-flex;
    font-family: var(--display-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.08;
    margin-top: auto;
    text-decoration: none;
}

.contact-card-link--static {
    margin: 0;
    padding-top: 12px;
}

.page-intro p,
.section-heading p,
.card p,
.feature-card p,
.project-card p,
.step-card p,
.cta-box p,
.footer p,
.page-content p,
.post-card p {
    color: var(--muted-text);
    font-size: 17px;
    line-height: 1.7;
}

.section-label {
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.button-row {
    flex-wrap: wrap;
    margin-top: 28px;
}

.section,
.page-intro {
    padding: 76px 0;
}

.page-intro--knowledge {
    padding-bottom: 34px;
}

.page-breadcrumbs {
    align-items: center;
    color: var(--muted-text);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    margin: 0 0 16px;
}

.page-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.page-intro-lead {
    color: var(--muted-text);
    font-size: 19px;
    line-height: 1.75;
    margin: 20px 0 0;
}

.page-featured-media-section {
    background: #ffffff;
    padding: 0 0 28px;
}

.page-featured-media {
    margin: 0;
}

.page-featured-media img {
    display: block;
    height: auto;
    width: 100%;
}

.statement-section {
    background: #faf8f4;
    overflow: hidden;
    padding: 88px 0 0;
    position: relative;
}

.statement-shell {
    position: relative;
}

.statement-head {
    align-items: center;
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.statement-label {
    align-items: center;
    color: var(--accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    margin: 0 0 22px;
}

.statement-label-mark {
    background: var(--accent);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38% 100%);
    display: block;
    height: 12px;
    width: 12px;
}

.statement-title {
    color: #101010;
    font-size: clamp(42px, 5.3vw, 74px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.96;
    margin: 0;
    text-transform: uppercase;
}

.statement-link {
    align-items: stretch;
    border: 1px solid rgba(16, 16, 16, 0.34);
    color: #111111;
    display: grid;
    font-size: 13px;
    font-weight: 900;
    grid-template-columns: 1fr 44px;
    letter-spacing: 0.01em;
    margin-top: 30px;
    min-height: 46px;
    text-decoration: none;
    text-transform: uppercase;
}

.statement-link > span:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 26px;
}

.statement-link-arrow {
    align-items: center;
    border-left: 1px solid rgba(16, 16, 16, 0.34);
    display: flex;
    justify-content: center;
}

.statement-link-arrow svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 16px;
}

.statement-stage {
    margin-top: 54px;
    min-height: 430px;
    position: relative;
    z-index: 1;
}

.statement-outline {
    bottom: 104px;
    color: transparent;
    font-size: clamp(88px, 9.7vw, 180px);
    font-weight: 900;
    left: 50%;
    letter-spacing: -0.05em;
    line-height: 0.9;
    position: absolute;
    text-align: center;
    text-stroke: 2px rgba(233, 111, 42, 0.34);
    -webkit-text-stroke: 2px rgba(233, 111, 42, 0.34);
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
    width: max-content;
}

.statement-building {
    display: block;
    margin: 0 auto;
    max-width: min(680px, 78vw);
    position: relative;
    top: 44px;
}

.services-showcase {
    background: #143948;
    color: #ffffff;
    overflow: hidden;
    padding: 110px 0 100px;
}

.services-showcase .container {
    max-width: 1180px;
}

.services-showcase-head {
    align-items: end;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 48px;
}

.services-showcase-intro {
    max-width: 760px;
}

.services-showcase-label {
    align-items: center;
    color: #d4702d;
    display: inline-flex;
    font-size: 17px;
    font-weight: 800;
    gap: 12px;
    margin: 0 0 20px;
    text-transform: lowercase;
}

.services-showcase-label-mark {
    background: #d4702d;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.services-showcase-title {
    color: #f6f8f8;
    font-size: clamp(42px, 4.9vw, 64px);
    font-weight: 900;
    line-height: 0.94;
    margin: 0;
    text-transform: uppercase;
}

.services-showcase-button {
    align-items: stretch;
    border: 1px solid rgba(222, 232, 238, 0.4);
    color: #f3f7f8;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    min-height: 46px;
    min-width: 170px;
    text-decoration: none;
    text-transform: uppercase;
}

.services-showcase-button > span:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 26px;
}

.services-showcase-button-arrow {
    align-items: center;
    border-left: 1px solid rgba(222, 232, 238, 0.4);
    display: flex;
    justify-content: center;
    width: 42px;
}

.services-showcase-button-arrow svg {
    fill: none;
    height: 15px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 15px;
}

.services-showcase-slider {
    --slider-gap: 18px;
    --slider-per-view: 4;
}

.slider-viewport {
    cursor: grab;
    overflow: hidden;
    touch-action: pan-y;
}

.is-dragging .slider-viewport {
    cursor: grabbing;
}

.slider-viewport:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 6px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.slider-track {
    display: flex;
    gap: var(--slider-gap);
    transition: transform 320ms ease;
    will-change: transform;
}

.service-card {
    background: transparent;
    border: 1px solid rgba(221, 231, 236, 0.16);
    flex: 0 0 calc((100% - (var(--slider-gap) * (var(--slider-per-view) - 1))) / var(--slider-per-view));
    min-height: 282px;
    min-width: 0;
    padding: 36px 30px 92px;
    position: relative;
}

.service-card-title {
    color: #f5f8f8;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.28;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.service-card p {
    color: rgba(225, 233, 237, 0.84);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    max-width: 250px;
}

.service-card-icon {
    align-items: center;
    background: var(--accent);
    bottom: 0;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 60px;
}

.service-card-icon svg {
    fill: none;
    height: 30px;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 30px;
}

.service-card--accent {
    background: var(--accent);
    border-color: var(--accent);
    overflow: visible;
}

.service-card--accent::after {
    background: #143948;
    bottom: -1px;
    content: "";
    height: 60px;
    left: -1px;
    position: absolute;
    width: 60px;
}

.service-card--accent p {
    color: rgba(255, 255, 255, 0.84);
}

.service-card-icon--ghost {
    background: transparent;
    bottom: 14px;
    height: 28px;
    left: 12px;
    width: 36px;
    z-index: 1;
}

.service-card-icon--ghost svg {
    height: 28px;
    stroke: rgba(219, 228, 232, 0.86);
    width: 36px;
}

.services-showcase-dots,
.case-studies-dots {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
}

.services-showcase-dot,
.case-studies-dot {
    appearance: none;
    background: rgba(220, 230, 234, 0.22);
    border: 0;
    cursor: pointer;
    display: block;
    height: 6px;
    padding: 0;
    transition: background 180ms ease, transform 180ms ease;
    width: 6px;
}

.services-showcase-dot.is-active,
.case-studies-dot.is-active {
    background: var(--accent);
    transform: scale(1.15);
}

.case-studies-section {
    background: #ffffff;
    color: var(--foreground);
    overflow: hidden;
    padding: 108px 0 96px;
}

.case-studies-section .container {
    max-width: 1180px;
}

.case-studies-head {
    align-items: end;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 46px;
}

.case-studies-intro {
    max-width: 760px;
}

.case-studies-label {
    align-items: center;
    color: #e86a22;
    display: inline-flex;
    font-size: 17px;
    font-weight: 800;
    gap: 12px;
    margin: 0 0 20px;
    text-transform: lowercase;
}

.case-studies-label-mark {
    background: #e86a22;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.case-studies-title {
    color: #12181b;
    font-size: clamp(44px, 4.8vw, 66px);
    font-weight: 700;
    line-height: 0.93;
    margin: 0;
    text-transform: uppercase;
}

.case-studies-button {
    align-items: stretch;
    border: 1px solid rgba(18, 24, 27, 0.3);
    color: #12181b;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 46px;
    min-width: 176px;
    text-decoration: none;
    text-transform: uppercase;
}

.case-studies-button > span:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

.case-studies-button-arrow {
    align-items: center;
    border-left: 1px solid rgba(18, 24, 27, 0.3);
    display: flex;
    justify-content: center;
    width: 44px;
}

.case-studies-button-arrow svg {
    fill: none;
    height: 15px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 15px;
}

.case-studies-slider {
    --slider-gap: 28px;
    --slider-per-view: 3;
}

.case-studies-viewport {
    color: #142632;
}

.case-study-card {
    flex: 0 0 calc((100% - (var(--slider-gap) * (var(--slider-per-view) - 1))) / var(--slider-per-view));
    min-width: 0;
}

.case-study-card-link {
    display: block;
    text-decoration: none;
}

.case-study-card-media {
    aspect-ratio: 1.46;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.case-study-card-media--custom {
    background-image:
        linear-gradient(rgba(23, 34, 41, 0.14), rgba(23, 34, 41, 0.14)),
        var(--case-study-card-image);
    background-position: var(--case-study-card-position, center);
}

.case-study-card-media--one {
    background-image:
        linear-gradient(rgba(54, 136, 214, 0.08), rgba(54, 136, 214, 0.08)),
        var(--theme-case-study-image-one);
    background-position: 14% 52%;
}

.case-study-card-media--two {
    background-image:
        linear-gradient(rgba(248, 248, 248, 0.22), rgba(248, 248, 248, 0.22)),
        var(--theme-case-study-image-two);
    background-position: 48% 34%;
}

.case-study-card-media--three {
    background-image:
        linear-gradient(rgba(185, 216, 243, 0.16), rgba(185, 216, 243, 0.16)),
        var(--theme-case-study-image-three);
    background-position: 86% 42%;
}

.case-study-card-media--four {
    background-image:
        linear-gradient(rgba(23, 34, 41, 0.18), rgba(23, 34, 41, 0.18)),
        var(--theme-case-study-image-four);
    background-position: 22% 66%;
}

.case-study-card-media--five {
    background-image:
        linear-gradient(rgba(255, 122, 54, 0.12), rgba(255, 122, 54, 0.12)),
        var(--theme-case-study-image-five);
    background-position: 62% 58%;
}

.case-study-card-media--six {
    background-image:
        linear-gradient(rgba(209, 227, 246, 0.18), rgba(209, 227, 246, 0.18)),
        var(--theme-case-study-image-six);
    background-position: 78% 18%;
}

.case-study-card-arrow {
    align-items: center;
    background: var(--accent);
    bottom: 0;
    color: #ffffff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 44px;
}

.case-study-card-arrow svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 16px;
}

.case-study-card-body {
    border-bottom: 2px solid var(--accent-border);
    padding: 22px 0 20px;
}

.case-study-card-title {
    color: #153442;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.95;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.case-study-card-meta {
    align-items: center;
    color: #35505b;
    display: flex;
    gap: 8px;
    margin: 0;
}

.case-study-card-meta span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.case-study-card-meta-arrow {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.case-study-card-meta-arrow svg {
    fill: none;
    height: 12px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 12px;
}

.testimonials-section {
    background: #ffffff;
    color: var(--foreground);
    overflow: hidden;
    padding: 92px 0 98px;
    position: relative;
}

.testimonials-shell {
    max-width: 1180px;
    position: relative;
}

.testimonials-outline {
    color: transparent;
    font-family: var(--display-font);
    font-size: clamp(78px, 10.5vw, 162px);
    font-weight: 700;
    left: 50%;
    line-height: 0.9;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 88px;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px rgba(17, 26, 31, 0.12);
    white-space: nowrap;
    width: max-content;
    z-index: 0;
}

.testimonials-slider {
    --slider-gap: 0px;
    --slider-per-view: 1;
    position: relative;
    z-index: 1;
}

.testimonials-dots {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 66px;
}

.testimonials-dot {
    appearance: none;
    background: rgba(24, 35, 29, 0.16);
    border: 0;
    cursor: pointer;
    display: block;
    height: 6px;
    padding: 0;
    transition: background 180ms ease, transform 180ms ease;
    width: 6px;
}

.testimonials-dot.is-active {
    background: var(--accent);
    transform: scale(1.15);
}

.testimonials-viewport {
    color: #12212a;
}

.testimonial-card {
    background: #ffffff;
    display: grid;
    flex: 0 0 100%;
    gap: 48px;
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    min-width: 0;
}

.testimonial-card-media {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 444px;
    position: relative;
}

.testimonial-card-media--one {
    background-image: var(--theme-testimonial-image-one);
    background-position: 58% 64%;
}

.testimonial-card-media--two {
    background-image: var(--theme-testimonial-image-two);
    background-position: 28% 54%;
}

.testimonial-card-media--three {
    background-image: var(--theme-testimonial-image-three);
    background-position: 82% 46%;
}

.testimonial-card-lines {
    bottom: 0;
    color: rgba(255, 255, 255, 0.64);
    left: 0;
    position: absolute;
    width: 250px;
}

.testimonial-card-lines svg {
    display: block;
    fill: none;
    height: auto;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
    width: 100%;
}

.testimonial-card-content {
    align-self: center;
    min-width: 0;
    padding-top: 54px;
}

.testimonial-quote {
    color: #14181b;
    font-size: clamp(32px, 3.45vw, 52px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 42px;
    max-width: 680px;
}

.testimonial-meta-row {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testimonial-author {
    color: #16222a;
    font-family: var(--display-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 0.95;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.testimonial-role {
    color: #3f5964;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.testimonial-controls {
    display: flex;
}

.testimonial-control {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(32, 56, 66, 0.34);
    color: #17303b;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: background 180ms ease, color 180ms ease, opacity 180ms ease;
    width: 44px;
}

.testimonial-control + .testimonial-control {
    border-left: 0;
}

.testimonial-control svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 16px;
}

.testimonial-control:disabled {
    cursor: default;
    opacity: 0.38;
}

.testimonial-footer {
    align-items: center;
    border-top: 1px solid rgba(23, 45, 55, 0.12);
    display: flex;
    gap: 18px;
    padding-top: 28px;
}

.testimonial-avatars {
    align-items: center;
    display: flex;
}

.testimonial-avatar {
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-family: var(--display-font);
    font-size: 13px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin-left: -8px;
    width: 42px;
}

.testimonial-avatar:first-child {
    margin-left: 0;
}

.testimonial-avatar--one {
    background: linear-gradient(135deg, #1f5063, #558fb3);
}

.testimonial-avatar--two {
    background: linear-gradient(135deg, #704732, #c18a64);
}

.testimonial-avatar--three {
    background: linear-gradient(135deg, #2d3c24, #6f9f5e);
}

.testimonial-avatar--four {
    background: linear-gradient(135deg, #5b4d7c, #9082c1);
}

.testimonial-avatar--five {
    background: linear-gradient(135deg, #4e4e4e, #9d9d9d);
}

.testimonial-avatar--plus {
    background: var(--accent);
    font-size: 22px;
    line-height: 1;
}

.testimonial-count {
    color: #1e313a;
    font-family: var(--display-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
    text-transform: uppercase;
}

.muted {
    background: var(--muted);
}

.section-heading {
    margin-bottom: 34px;
    max-width: 720px;
}

.section-heading.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2,
.cta-box h2,
.page-content h2,
.post-card h2 {
    color: var(--foreground);
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
}

.page-content h2 {
    font-size: 32px;
    margin-top: 38px;
}

.page-content h3 {
    font-size: 22px;
    margin: 28px 0 8px;
}

.page-content ul,
.page-content ol {
    color: var(--muted-text);
    font-size: 17px;
    line-height: 1.7;
    padding-left: 22px;
}

.page-content li + li {
    margin-top: 8px;
}

.page-content a {
    color: var(--foreground);
    text-decoration-color: rgba(var(--accent-rgb), 0.7);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.page-content strong {
    color: var(--foreground);
}

.page-content img {
    display: block;
    height: auto;
    margin: 28px 0;
    width: 100%;
}

.page-content hr {
    border: 0;
    border-top: 1px solid var(--border);
    margin: 38px 0;
}

.kb-cluster + .kb-cluster {
    margin-top: 44px;
}

.kb-cluster-title {
    color: var(--foreground);
    font-family: var(--display-font);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    line-height: 0.98;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.kb-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kb-card {
    background: #faf8f4;
    border: 1px solid var(--border);
    color: inherit;
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: 24px;
    text-decoration: none;
}

.kb-card-tag {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kb-card-title {
    color: var(--foreground);
    font-size: 26px;
    line-height: 1.08;
    margin: 0;
}

.kb-card p {
    margin: 0;
}

.kb-callout,
.kb-faq,
.kb-cta-box {
    background: #faf8f4;
    border: 1px solid var(--border);
    margin: 34px 0;
    padding: 24px;
}

.kb-cta-box {
    background: #10242f;
    color: #ffffff;
}

.kb-cta-box h2,
.kb-cta-box p {
    color: inherit;
}

.kb-faq-item + .kb-faq-item {
    border-top: 1px solid var(--border);
    margin-top: 18px;
    padding-top: 18px;
}

.kb-inline-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.kb-inline-list li {
    background: #f7f4ef;
    border-left: 3px solid var(--accent);
    color: var(--foreground);
    padding: 14px 16px;
}

.kb-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.knowledge-meta {
    align-items: center;
    color: var(--muted-text);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 20px;
}

.knowledge-meta-link {
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.knowledge-tax-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.knowledge-tax-link {
    border: 1px solid rgba(16, 16, 16, 0.14);
    color: var(--foreground);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
}

.knowledge-tax-link.is-active {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
}

.knowledge-post-grid {
    align-items: start;
}

.knowledge-post-card {
    display: grid;
    gap: 16px;
    padding: 0 0 24px;
    overflow: hidden;
}

.knowledge-post-card-media {
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
}

.knowledge-post-card-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.knowledge-post-card-tag {
    margin: 0;
    padding: 0 24px;
}

.knowledge-post-card-tag a {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.knowledge-post-card h2,
.knowledge-post-card h3,
.knowledge-post-card p {
    padding: 0 24px;
}

.knowledge-post-card h2,
.knowledge-post-card h3 {
    margin-bottom: 0;
}

.knowledge-single-content > *:first-child {
    margin-top: 0;
}

.knowledge-pagination {
    margin-top: 28px;
}

.knowledge-empty-state {
    max-width: 760px;
}

.page-related-section {
    background: #ffffff;
    padding: 0 0 84px;
}

.page-related-section--knowledge {
    padding-top: 0;
}

.section-heading--compact {
    margin-bottom: 24px;
}

.page-related-grid {
    margin-top: 0;
}

.page-related-card h3 {
    color: var(--foreground);
    font-size: 24px;
    line-height: 1.12;
    margin: 0 0 10px;
}

.page-related-card a {
    color: inherit;
    text-decoration: none;
}

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

.card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.feature-card,
.project-card,
.step-card,
.post-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 8px;
    min-width: 0;
    padding: 24px;
}

.card h3,
.feature-card h3,
.project-card h3,
.step-card h3 {
    font-size: 22px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.card a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
}

.feature-card {
    background: linear-gradient(180deg, #ffffff, #fbfaf8);
}

.check-icon {
    align-items: center;
    background: var(--accent-soft);
    border-radius: 999px;
    color: var(--accent);
    display: inline-flex;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    margin-bottom: 18px;
    width: 34px;
}

.project-card {
    overflow: hidden;
    padding: 0;
}

.project-card h3,
.project-card p {
    padding-left: 22px;
    padding-right: 22px;
}

.project-card p {
    padding-bottom: 22px;
}

.project-visual {
    align-items: flex-end;
    background:
        linear-gradient(135deg, rgba(24, 35, 29, 0.92), rgba(60, 77, 84, 0.84)),
        repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.09) 18px 19px);
    color: #ffffff;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    height: 150px;
    letter-spacing: 0.08em;
    padding: 18px 22px;
    text-transform: uppercase;
}

.step-card span {
    color: var(--accent);
    display: block;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 18px;
}

.page-section {
    padding-top: 0;
}

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

.wp-block-buttons {
    margin-top: 28px;
}

.wp-block-button__link {
    background: var(--primary);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 13px 18px;
}

.wp-block-columns {
    gap: 24px;
}

.cta-section {
    background:
        linear-gradient(rgba(18, 25, 29, 0.4), rgba(18, 25, 29, 0.4)),
        var(--theme-cta-image) center / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 32px 0;
    position: relative;
}

.cta-section::before {
    background:
        repeating-linear-gradient(
            to right,
            rgba(255, 255, 255, 0.1) 0,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px,
            transparent 272px
        ),
        repeating-linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1) 0,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px,
            transparent 332px
        );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cta-shell {
    margin: 0 auto;
    max-width: 1400px;
    min-height: 560px;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.cta-panel {
    background: var(--accent);
    max-width: 338px;
    min-height: 448px;
    padding: 28px 18px 18px 14px;
}

.cta-panel-title {
    color: #ffffff;
    font-size: clamp(42px, 4.25vw, 54px);
    font-weight: 800;
    line-height: 0.9;
    margin: 0;
    max-width: 270px;
    text-transform: uppercase;
}

.cta-panel-mark {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

.cta-panel-mark svg {
    fill: none;
    height: 74px;
    stroke: rgba(255, 255, 255, 0.52);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    width: 100px;
}

.cta-panel-copy {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.45;
    margin: 34px 0 24px;
    max-width: 246px;
}

.cta-panel-link {
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.46);
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-height: 50px;
    min-width: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.cta-panel-link > span:first-child {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    padding: 0 24px;
}

.cta-panel-link-arrow {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.46);
    display: flex;
    justify-content: center;
    width: 42px;
}

.cta-panel-link-arrow svg {
    display: block;
    height: 16px;
    width: 16px;
}

.photo-break-section {
    background: #ffffff;
    min-height: 72px;
}

.footer {
    background:
        linear-gradient(rgba(20, 24, 26, 0.7), rgba(20, 24, 26, 0.7)),
        var(--theme-footer-image) center / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 74px 0 56px;
    position: relative;
}

.footer::before {
    background:
        repeating-linear-gradient(
            to right,
            rgba(255, 255, 255, 0.11) 0,
            rgba(255, 255, 255, 0.11) 1px,
            transparent 1px,
            transparent 272px
        ),
        repeating-linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.11) 0,
            rgba(255, 255, 255, 0.11) 1px,
            transparent 1px,
            transparent 332px
        );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.footer-shell {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.footer-panel {
    background: var(--accent);
    margin: 0 auto;
    max-width: 840px;
    padding: 54px 48px 28px;
    position: relative;
    z-index: 2;
}

.footer-panel-grid {
    display: grid;
    gap: 30px 44px;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.9fr) minmax(0, 1fr);
}

.footer-contact-block {
    max-width: 320px;
}

.footer-block-label {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--display-font);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.footer-contact-line {
    color: #ffffff;
    display: block;
    font-family: var(--display-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
    text-decoration: none;
}

.footer-contact-line + .footer-contact-line {
    margin-top: 6px;
}

.footer-contact-line--small {
    font-size: 20px;
    line-height: 1.12;
}

.footer-contact-line--phone {
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 8px;
    position: relative;
}

.footer-contact-line--phone::after {
    background: rgba(255, 255, 255, 0.72);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.footer-company-line,
.footer-company-meta p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.footer-company-line + .footer-company-line {
    margin-top: 3px;
}

.footer-company-line + .footer-contact-line--phone {
    margin-top: 14px;
}

.footer-company-meta {
    display: grid;
    gap: 4px;
    margin-top: 18px;
}

.footer-socials {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: 32px;
}

.footer-social-link {
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    height: 14px;
    justify-content: center;
    text-decoration: none;
    width: 14px;
}

.footer-social-link svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    width: 100%;
}

.footer-links-block {
    min-width: 0;
}

.footer-links {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--display-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.18;
    text-decoration: none;
}

.footer-panel-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 48px;
    padding-top: 20px;
    text-align: center;
}

.footer-panel-bottom p {
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--display-font);
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.footer-watermark {
    bottom: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(76px, 12vw, 154px);
    font-weight: 900;
    left: 50%;
    letter-spacing: 0;
    line-height: 0.86;
    overflow-wrap: anywhere;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
    width: max-content;
    z-index: 1;
}

.post-list {
    display: grid;
    gap: 18px;
}

.post-card h2 {
    font-size: 28px;
}

.post-card a {
    text-decoration: none;
}

@media (max-width: 1060px) {
    .site-header {
        margin: 0;
        position: relative;
        top: 0;
    }

    .site-header-shell {
        grid-template-columns: 1fr;
        max-width: none;
        width: 100%;
    }

    .header-brand-slot {
        align-items: stretch;
        display: flex;
        min-height: 86px;
        position: relative;
        z-index: 2;
    }

    .brand-panel {
        background: var(--accent-strong);
        flex: 1 1 auto;
        justify-content: flex-start;
        min-height: 86px;
    }

    .brand-panel--has-logo {
        justify-content: center;
    }

    .brand-logo-image {
        max-height: 70px;
        width: 170px;
    }

    .mobile-menu-toggle {
        align-items: center;
        appearance: none;
        background: var(--accent-strong);
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        cursor: pointer;
        display: inline-flex;
        flex: 0 0 86px;
        justify-content: center;
        padding: 0;
    }

    .site-header.is-menu-open .mobile-menu-toggle-box span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .site-header.is-menu-open .mobile-menu-toggle-box span:nth-child(2) {
        opacity: 0;
    }

    .site-header.is-menu-open .mobile-menu-toggle-box span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .floating-header-panel {
        border-left: 0;
        grid-template-rows: auto auto;
    }

    .has-theme-js .site-header .floating-header-panel {
        max-height: 0;
        opacity: 0;
        transition: max-height 240ms ease, opacity 180ms ease;
    }

    .has-theme-js .site-header.is-menu-open .floating-header-panel {
        max-height: 760px;
        opacity: 1;
    }

    .header-topline-inner,
    .header-menuline-inner {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .header-socials,
    .main-nav-list {
        padding: 0;
    }

    .opening-hours,
    .header-search {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        justify-content: flex-start;
        padding: 14px 24px;
    }

    .header-socials {
        padding: 16px 24px;
    }

    .main-nav {
        align-items: stretch;
    }

    .main-nav-list {
        display: grid;
        gap: 0;
        justify-content: stretch;
        width: 100%;
    }

    .main-nav-list > li {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .main-nav a {
        align-items: center;
        display: flex;
        font-size: 14px;
        justify-content: space-between;
        padding: 16px 24px;
        width: 100%;
    }

    .main-nav-list > li.menu-item-has-children > a::after {
        display: none;
    }

    .hero-section {
        background-position: 58% center;
        min-height: 0;
        padding: 62px 0 28px;
    }

    .hero-grid {
        align-items: end;
        gap: 28px;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-copy {
        gap: 20px;
        grid-template-rows: auto auto;
        padding-top: 8px;
    }

    .hero-kicker {
        margin-bottom: 0;
        max-width: 320px;
    }

    .hero-display {
        margin: 0 0 16px;
    }

    .hero-panel {
        justify-self: start;
        margin-bottom: 0;
        width: min(260px, 100%);
    }

    .page-hero {
        min-height: 0;
        padding: 88px 0 64px;
    }

    .page-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .page-hero-panel {
        max-width: 340px;
    }

    .page-process-section,
    .page-priority-section,
    .page-showcase-section,
    .page-overview-section,
    .page-contact-section,
    .contact-form-section {
        padding: 78px 0;
    }

    .contact-form-grid {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .contact-form-sidebar {
        max-width: 720px;
    }

    .contact-form-panel {
        padding: 26px 24px 24px;
    }

    .page-process-row {
        grid-template-columns: 78px minmax(0, 1fr) 64px;
    }

    .page-process-row-title {
        grid-column: 2;
    }

    .page-process-row-description {
        grid-column: 2 / 4;
    }

    .page-process-row-arrow {
        grid-column: 3;
        grid-row: 1 / span 2;
        height: 64px;
        width: 64px;
    }

    .page-showcase-intro {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .page-showcase-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-showcase-tile--primary {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 460px;
    }

    .page-showcase-tile--stat,
    .page-showcase-tile--secondary {
        min-height: 320px;
    }

    .page-priority-grid {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .page-priority-media {
        order: 1;
    }

    .page-priority-content {
        order: 2;
    }

    .page-overview-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .page-band,
    .page-projects-section {
        padding: 84px 0 78px;
    }

    .page-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-project-grid {
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .statement-title {
        font-size: clamp(40px, 6vw, 62px);
    }

    .statement-stage {
        min-height: 360px;
    }

    .statement-outline {
        bottom: 88px;
        font-size: clamp(68px, 11vw, 132px);
    }

    .statement-building {
        max-width: min(560px, 84vw);
    }

    .services-showcase {
        padding: 88px 0 84px;
    }

    .services-showcase-head {
        gap: 24px;
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .services-showcase-button {
        justify-self: flex-start;
    }

    .services-showcase-slider {
        --slider-per-view: 2;
    }

    .case-studies-section {
        padding: 92px 0 84px;
    }

    .case-studies-head {
        gap: 24px;
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .case-studies-button {
        justify-self: flex-start;
    }

    .case-studies-slider {
        --slider-per-view: 2;
    }

    .testimonials-section {
        padding: 82px 0 86px;
    }

    .testimonials-outline {
        font-size: clamp(68px, 11vw, 128px);
        top: 110px;
    }

    .testimonial-card {
        gap: 34px;
        grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    }

    .testimonial-card-media {
        min-height: 404px;
    }

    .testimonial-card-content {
        padding-top: 24px;
    }

    .cta-shell {
        min-height: 500px;
    }

    .cta-panel {
        max-width: 320px;
        min-height: 420px;
    }

    .footer {
        padding: 64px 0 50px;
    }

    .footer-panel {
        max-width: none;
        padding: 46px 36px 24px;
    }

    .footer-panel-grid {
        gap: 30px 28px;
        grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
    }

    .footer-watermark {
        font-size: clamp(64px, 13vw, 126px);
    }
}

@media (max-width: 860px) {
    .card-grid.three {
        grid-template-columns: 1fr;
    }

    .hero-section {
        min-height: 0;
        padding-top: 46px;
    }

    .hero-section::before {
        background:
            repeating-linear-gradient(
                to right,
                transparent 0,
                transparent 144px,
                rgba(255, 255, 255, 0.11) 144px,
                rgba(255, 255, 255, 0.11) 145px
            );
    }

    .hero-grid {
        min-height: 0;
    }

    .hero-kicker {
        font-size: 15px;
        max-width: 240px;
    }

    .hero-display {
        font-size: clamp(64px, 16vw, 110px);
    }

    .hero-panel {
        min-height: 250px;
    }

    .page-hero {
        padding: 68px 0 56px;
    }

    .page-hero-title {
        font-size: clamp(48px, 11vw, 72px);
    }

    .page-hero-panel {
        max-width: 300px;
    }

    .page-process-section,
    .page-priority-section,
    .page-showcase-section,
    .page-overview-section,
    .page-band,
    .page-projects-section,
    .page-contact-section,
    .contact-form-section {
        padding: 72px 0;
    }

    .page-process-title,
    .page-priority-title,
    .page-showcase-title,
    .page-overview-title,
    .page-band-title,
    .contact-form-title {
        font-size: clamp(34px, 7vw, 52px);
    }

    .contact-form-intro,
    .contact-form-direct-copy {
        font-size: 16px;
        line-height: 1.68;
    }

    .contact-form-direct-link {
        font-size: clamp(28px, 8vw, 38px);
    }

    .contact-form-direct-link--small {
        font-size: clamp(20px, 4.8vw, 28px);
        line-height: 1.08;
    }

    .contact-form-meta-link {
        font-size: 22px;
    }

    .contact-form-panel-title {
        font-size: clamp(26px, 5vw, 34px);
    }

    .contact-form-fields {
        grid-template-columns: 1fr;
    }

    .contact-form-field--full {
        grid-column: auto;
    }

    .page-process-row {
        gap: 14px 18px;
        padding: 22px 22px 22px 18px;
    }

    .page-process-row-number {
        font-size: 40px;
    }

    .page-process-row-title {
        font-size: clamp(24px, 4.8vw, 34px);
    }

    .page-process-row-description,
    .page-priority-panel p {
        font-size: 16px;
        line-height: 1.68;
    }

    .page-process-row-arrow {
        height: 58px;
        width: 58px;
    }

    .page-showcase-mosaic {
        gap: 18px;
    }

    .page-showcase-tile--stat {
        min-height: 280px;
        padding: 26px 24px 22px;
    }

    .page-showcase-tile--secondary {
        min-height: 280px;
    }

    .page-showcase-stat-label {
        font-size: 22px;
    }

    .page-showcase-stat-value {
        font-size: clamp(60px, 12vw, 82px);
        margin-top: 20px;
    }

    .page-priority-accordion {
        margin-top: 28px;
    }

    .page-priority-trigger {
        padding: 20px 0;
    }

    .page-priority-trigger-title {
        font-size: clamp(22px, 5vw, 32px);
    }

    .page-priority-panel {
        padding-left: 40px;
    }

    .page-service-grid,
    .page-project-grid {
        grid-template-columns: 1fr;
    }

    .statement-section {
        padding-top: 72px;
    }

    .statement-title {
        font-size: clamp(36px, 8vw, 54px);
    }

    .statement-link {
        margin-top: 24px;
    }

    .statement-stage {
        margin-top: 42px;
        min-height: 290px;
    }

    .statement-outline {
        bottom: 60px;
        font-size: clamp(54px, 12vw, 96px);
    }

    .statement-building {
        max-width: min(440px, 86vw);
        top: 26px;
    }

    .services-showcase-title {
        font-size: clamp(36px, 7vw, 52px);
    }

    .services-showcase-slider {
        --slider-per-view: 1;
    }

    .case-studies-title {
        font-size: clamp(36px, 7vw, 52px);
    }

    .case-studies-slider {
        --slider-gap: 20px;
        --slider-per-view: 1;
    }

    .case-study-card-title {
        font-size: 24px;
    }

    .testimonials-section {
        padding: 72px 0 78px;
    }

    .testimonials-dots {
        margin-bottom: 44px;
    }

    .testimonials-outline {
        font-size: clamp(56px, 13vw, 96px);
        top: 114px;
        white-space: normal;
        width: 100%;
    }

    .testimonial-card {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .testimonial-card-media {
        min-height: 380px;
    }

    .testimonial-card-lines {
        width: 210px;
    }

    .testimonial-card-content {
        padding: 22px 24px 0;
    }

    .testimonial-quote {
        font-size: clamp(28px, 5.8vw, 40px);
        margin-bottom: 32px;
    }

    .testimonial-meta-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .testimonial-controls {
        align-self: flex-start;
        margin-top: 4px;
    }

    .cta-section {
        padding: 26px 0;
    }

    .cta-shell {
        min-height: 460px;
    }

    .cta-panel {
        max-width: 300px;
        min-height: 390px;
        padding: 24px 16px 16px;
    }

    .cta-panel-mark {
        margin-top: 48px;
    }

    .cta-panel-copy {
        margin-top: 30px;
    }

    .footer {
        padding: 58px 0 44px;
    }

    .photo-break-section {
        min-height: 60px;
    }

    .footer-panel {
        padding: 40px 28px 22px;
    }

    .footer-panel-grid {
        grid-template-columns: 1fr;
    }

    .footer-contact-block {
        max-width: none;
    }

    .footer-panel-bottom {
        margin-top: 34px;
    }

    .footer-watermark {
        font-size: clamp(54px, 15vw, 94px);
        left: 0;
        transform: none;
        white-space: normal;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 18px;
    }

    .site-header {
        min-height: auto;
    }

    .brand-panel {
        gap: 12px;
        min-height: 78px;
        padding: 0 18px;
    }

    .brand-panel--has-logo {
        padding: 8px 14px;
    }

    .brand-logo-image {
        max-height: 60px;
        width: 148px;
    }

    .brand-name {
        font-size: 13px;
    }

    .brand-mark {
        height: 32px;
        width: 48px;
    }

    .mobile-menu-toggle {
        flex-basis: 74px;
    }

    .mobile-menu-toggle-box span {
        width: 22px;
    }

    .main-nav-list {
        gap: 0;
    }

    .main-nav a {
        font-size: 13px;
        padding: 15px 18px;
        white-space: normal;
    }

    .header-socials {
        padding: 14px 18px;
    }

    .opening-hours,
    .header-search {
        font-size: 10px;
        padding: 14px 18px;
    }

    .services-showcase {
        padding: 72px 0;
    }

    .page-hero {
        padding: 42px 0 28px;
    }

    .page-hero-grid {
        gap: 24px;
    }

    .page-hero-kicker {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .page-hero-title {
        font-size: clamp(42px, 15vw, 64px);
        line-height: 0.93;
    }

    .page-hero-lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .page-hero-panel {
        max-width: none;
        padding: 20px 18px 18px;
    }

    .page-hero-panel-value {
        font-size: 56px;
    }

    .page-hero-panel-text {
        font-size: 14px;
    }

    .page-hero-panel-list li {
        font-size: 11px;
    }

    .page-process-section,
    .page-priority-section,
    .page-showcase-section,
    .page-overview-section,
    .page-band,
    .page-projects-section,
    .page-contact-section,
    .contact-form-section {
        padding: 56px 0;
    }

    .page-showcase-head {
        margin-bottom: 28px;
    }

    .page-process-head {
        margin-bottom: 28px;
    }

    .page-process-title,
    .page-priority-title,
    .page-showcase-title,
    .page-overview-title,
    .page-band-title {
        font-size: 34px;
        line-height: 0.98;
    }

    .page-process-row {
        grid-template-columns: 1fr 52px;
        padding: 20px 18px 18px;
    }

    .page-process-row-number {
        font-size: 34px;
        grid-column: 1;
        grid-row: 1;
    }

    .page-process-row-title {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .page-process-row-description {
        grid-column: 1 / -1;
        grid-row: 3;
        font-size: 15px;
    }

    .page-process-row-arrow {
        grid-column: 2;
        grid-row: 1 / span 2;
        height: 52px;
        width: 52px;
    }

    .page-process-row--featured {
        min-height: 240px;
    }

    .contact-form-label {
        font-size: 13px;
        gap: 8px;
        margin-bottom: 14px;
    }

    .contact-form-title {
        font-size: 34px;
        line-height: 0.98;
    }

    .contact-form-intro {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 18px;
    }

    .contact-form-direct-card {
        margin-top: 18px;
        padding: 18px 18px 16px;
    }

    .contact-form-direct-label {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact-form-direct-link {
        font-size: clamp(24px, 9vw, 34px);
        line-height: 1;
    }

    .contact-form-direct-link--small {
        font-size: 20px;
        line-height: 1.16;
    }

    .contact-form-meta-list li {
        font-size: 15px;
    }

    .contact-form-meta-link {
        font-size: 20px;
        line-height: 1.1;
    }

    .contact-form-panel {
        padding: 22px 18px 18px;
    }

    .contact-form-panel-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .contact-form-notice {
        font-size: 14px;
        margin-bottom: 16px;
        padding: 12px 14px;
    }

    .contact-form-fields {
        gap: 14px;
    }

    .contact-form-field span {
        font-size: 12px;
    }

    .contact-form-field input,
    .contact-form-field textarea {
        padding: 13px 14px;
    }

    .contact-form-field textarea {
        min-height: 160px;
    }

    .contact-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-form-submit,
    .contact-form-call {
        justify-content: center;
        width: 100%;
    }

    .page-showcase-intro {
        gap: 18px;
        margin-bottom: 28px;
    }

    .page-showcase-intro p {
        font-size: 16px;
        line-height: 1.68;
    }

    .page-showcase-mosaic {
        grid-template-columns: 1fr;
    }

    .page-showcase-tile--primary {
        min-height: 320px;
    }

    .page-showcase-tile--stat,
    .page-showcase-tile--secondary {
        min-height: 220px;
    }

    .page-showcase-tile--stat {
        padding: 22px 18px 18px;
    }

    .page-showcase-stat-label {
        font-size: 19px;
    }

    .page-showcase-stat-value {
        font-size: clamp(54px, 15vw, 72px);
    }

    .page-priority-label {
        margin-bottom: 16px;
    }

    .page-priority-accordion {
        margin-top: 24px;
    }

    .page-priority-trigger {
        gap: 12px;
        padding: 18px 0;
    }

    .page-priority-trigger-icon {
        flex-basis: 24px;
        height: 24px;
        width: 24px;
    }

    .page-priority-trigger-title {
        font-size: 24px;
    }

    .page-priority-panel {
        padding: 0 0 20px 36px;
    }

    .page-priority-panel p {
        font-size: 15px;
    }

    .page-overview-aside p {
        font-size: 16px;
        line-height: 1.68;
    }

    .services-showcase-head,
    .case-studies-head {
        margin-bottom: 32px;
    }

    .statement-link,
    .services-showcase-button,
    .case-studies-button {
        width: 100%;
    }

    .case-studies-section {
        padding: 74px 0 70px;
    }

    .case-study-card-body {
        padding: 18px 0 18px;
    }

    .case-study-card-title {
        font-size: 20px;
    }

    .case-study-card-meta {
        gap: 6px;
    }

    .case-study-card-meta span {
        font-size: 13px;
    }

    .testimonials-section {
        padding: 62px 0 68px;
    }

    .testimonials-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .testimonials-dots {
        margin-bottom: 32px;
    }

    .testimonials-outline {
        font-size: clamp(42px, 15vw, 72px);
        top: 102px;
    }

    .testimonial-card-media {
        min-height: 300px;
    }

    .testimonial-card-lines {
        width: 160px;
    }

    .testimonial-meta-row {
        gap: 20px;
        margin-bottom: 24px;
    }

    .testimonial-card-content {
        padding: 22px 18px 18px;
    }

    .photo-break-section {
        min-height: 48px;
    }

    .testimonial-author {
        font-size: 20px;
    }

    .testimonial-role {
        font-size: 14px;
    }

    .testimonial-quote {
        font-size: clamp(24px, 8vw, 32px);
        line-height: 1.22;
    }

    .testimonial-control {
        background: #ffffff;
        height: 42px;
        width: 42px;
    }

    .testimonial-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-top: 22px;
    }

    .testimonial-count {
        font-size: 16px;
    }

    .cta-section {
        padding: 18px 0;
    }

    .cta-shell {
        min-height: 0;
        padding: 0 18px;
    }

    .cta-panel {
        max-width: none;
        min-height: 0;
        padding: 24px 18px 18px;
    }

    .cta-panel-title {
        font-size: clamp(34px, 13vw, 46px);
        max-width: none;
    }

    .cta-panel-mark {
        justify-content: flex-start;
        margin-top: 34px;
    }

    .cta-panel-mark svg {
        height: 62px;
        width: 86px;
    }

    .cta-panel-copy {
        margin: 28px 0 20px;
        max-width: none;
    }

    .cta-panel-link {
        min-width: 0;
        width: 100%;
    }

    .footer-shell {
        padding: 0 18px;
    }

    .footer-panel {
        padding: 34px 22px 20px;
    }

    .footer-block-label {
        margin-bottom: 18px;
    }

    .footer-contact-line {
        font-size: clamp(22px, 8.4vw, 30px);
    }

    .footer-contact-line--small {
        font-size: 17px;
    }

    .footer-company-line,
    .footer-company-meta p {
        font-size: 14px;
    }

    .footer-links a {
        font-size: 14px;
        line-height: 1.24;
    }

    .contact-card-link {
        font-size: clamp(22px, 8.4vw, 30px);
    }

    .footer-watermark {
        bottom: 10px;
        font-size: clamp(30px, 13vw, 56px);
        line-height: 0.92;
        padding: 0 8px;
        white-space: normal;
    }

    .service-card {
        min-height: 0;
        padding: 30px 24px 88px;
    }

    .service-card-title {
        font-size: 20px;
    }

    .header-actions,
    .button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .header-button,
    .button {
        width: 100%;
    }

    .hero-copy h1,
    .page-intro h1 {
        font-size: 42px;
    }

    .hero-section {
        min-height: 0;
        padding: 34px 0 24px;
    }

    .hero-grid {
        gap: 24px;
        min-height: 0;
    }

    .hero-kicker {
        font-size: 13px;
        max-width: 190px;
    }

    .hero-display {
        font-size: clamp(52px, 17vw, 72px);
        line-height: 0.9;
        margin-bottom: 0;
    }

    .hero-panel {
        min-height: 216px;
        padding: 20px 16px 16px;
        width: min(100%, 292px);
    }

    .hero-panel-number {
        font-size: 38px;
    }

    .hero-panel-text {
        font-size: 15px;
    }

    .statement-section {
        padding-top: 56px;
    }

    .statement-label {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .statement-title {
        font-size: 38px;
        line-height: 0.98;
    }

    .statement-link {
        font-size: 12px;
        grid-template-columns: 1fr 42px;
        min-height: 44px;
    }

    .statement-link > span:first-child {
        padding: 0 20px;
    }

    .statement-stage {
        margin-top: 34px;
        min-height: 224px;
    }

    .statement-outline {
        bottom: 44px;
        font-size: 48px;
        text-stroke: 1px rgba(233, 111, 42, 0.34);
        -webkit-text-stroke: 1px rgba(233, 111, 42, 0.34);
    }

    .statement-building {
        max-width: 330px;
        top: 18px;
    }

    .section,
    .page-intro {
        padding: 56px 0;
    }
}

@media (max-width: 900px) {
    .kb-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .page-intro-lead {
        font-size: 17px;
        line-height: 1.68;
    }

    .knowledge-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .knowledge-tax-nav {
        gap: 10px;
        margin-bottom: 24px;
    }

    .knowledge-tax-link {
        min-height: 40px;
        padding: 0 14px;
    }

    .page-featured-media-section {
        padding-bottom: 22px;
    }

    .kb-cluster-title {
        font-size: 32px;
    }

    .kb-card {
        padding: 20px 18px;
    }

    .kb-card-title {
        font-size: 22px;
    }

    .kb-callout,
    .kb-faq,
    .kb-cta-box {
        padding: 20px 18px;
    }

    .knowledge-post-card {
        padding-bottom: 20px;
    }

    .knowledge-post-card-tag,
    .knowledge-post-card h2,
    .knowledge-post-card h3,
    .knowledge-post-card p {
        padding-left: 18px;
        padding-right: 18px;
    }
}
