/* DChFOTO palette override — cool luxury gray
   Chosen to feel premium and restrained: a cold slate/steel gray that stays elegant with white space and photography.
*/
:root {
    --dch-font-body: "Poppins", Arial, sans-serif;
    --dch-font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;

    --primary: #6C747D;
    --primary-100: #606871;
    --primary-200: #565E67;
    --primary-300: #4C545D;
    --primary--100: #7A828B;
    --primary--200: #889099;
    --primary--300: #969EA7;

    --primary-rgba-0: rgba(108, 116, 125, 0);
    --primary-rgba-10: rgba(108, 116, 125, 0.10);
    --primary-rgba-20: rgba(108, 116, 125, 0.20);
    --primary-rgba-30: rgba(108, 116, 125, 0.30);
    --primary-rgba-40: rgba(108, 116, 125, 0.40);
    --primary-rgba-50: rgba(108, 116, 125, 0.50);
    --primary-rgba-60: rgba(108, 116, 125, 0.60);
    --primary-rgba-70: rgba(108, 116, 125, 0.70);
    --primary-rgba-80: rgba(108, 116, 125, 0.80);
    --primary-rgba-90: rgba(108, 116, 125, 0.90);
    --dch-page-gutter-x: clamp(2rem, 6vw, 8rem);
}

body {
    font-family: var(--dch-font-body);
}

h1,
h2,
h3,
h4,
.call-to-action h3,
.word-rotator,
.feature-box .feature-box-info h4,
.col-half-section h4 span {
    font-family: var(--dch-font-display);
    font-weight: 600 !important;
    letter-spacing: 0;
}

.hero-banner__copy h1 {
    max-width: 760px;
    font-family: var(--dch-font-display);
    font-size: 4.85rem !important;
    font-weight: 600 !important;
    line-height: 0.92 !important;
    letter-spacing: 0;
}

.hero-banner__copy .anim-left-right-infinite {
    max-width: 100%;
    animation: none !important;
    transform: none !important;
}

.hero-banner__copy > p:first-child {
    font-family: var(--dch-font-display);
    font-size: 1.65rem !important;
    font-weight: 500 !important;
    line-height: 1.1;
}

.hero-banner__copy > p:last-child {
    max-width: 640px;
    font-family: var(--dch-font-body);
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    line-height: 1.75;
}

.dch-service-heading-row h2.word-rotator,
.dch-gallery-section h2.word-rotator {
    font-size: 2.65rem !important;
    line-height: 1.05;
}

.dch-service-heading-row #services-heading {
    color: #000 !important;
}

.word-rotator .word-rotator-words {
    font-family: var(--dch-font-display);
    font-weight: 600;
}

.feature-box .feature-box-info h4 {
    font-size: 1.55rem;
    line-height: 1.05;
    color: #20252b;
}

.feature-box .feature-box-info p,
.col-half-section p,
.dch-vision-copy p,
.toggle-content p {
    color: #3e454d;
    font-weight: 300;
}

.call-to-action h3 {
    font-size: 2.25rem;
    line-height: 1.05;
}

.call-to-action h3 strong {
    font-weight: 700 !important;
}

.call-to-action p,
.btn {
    font-family: var(--dch-font-body);
}

.col-half-section h4 span {
    font-size: 2.05rem !important;
    line-height: 1.05;
}

.section h2,
.dch-gallery-section h2 {
    font-family: var(--dch-font-display);
    font-weight: 600 !important;
    line-height: 1.05;
}

.section h2 strong,
.dch-gallery-section h2 strong {
    font-weight: 700 !important;
}

#header .header-nav-bar.bg-primary,
.call-to-action.call-to-action-primary,
.dch-about-contact-cta,
.toggle-primary .toggle.active > .toggle-title {
    background: linear-gradient(180deg, #cccccc 0%, #6d747c 100%) !important;
    background-color: #6d747c !important;
}

/* Make the page grid fluid on wide screens instead of capped at Bootstrap's container widths. */
.container,
.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
    max-width: 100%;
    --bs-gutter-x: var(--dch-page-gutter-x);
}

.main > .row {
    margin-left: 0;
    margin-right: 0;
}

.col-half-section {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: calc(var(--dch-page-gutter-x) / 2);
    padding-right: calc(var(--dch-page-gutter-x) / 2);
}

.dch-gallery-section {
    width: 100%;
}

.dch-gallery-grid {
    justify-content: flex-start;
}

.dch-gallery-item .img-thumbnail,
.dch-gallery-item img {
    width: 100%;
}

.dch-gallery-item .img-thumbnail {
    overflow: hidden;
}

.dch-gallery-item img {
    display: block;
}

.dch-portfolio-page {
    background: #fff;
}

.dch-portfolio-hero {
    padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
    background: #f5f7fa;
    border-bottom: 1px solid #dde3ea;
}

.dch-portfolio-hero .container,
.dch-portfolio-intro .container,
.dch-portfolio-gallery.container {
    max-width: 1240px !important;
}

.dch-portfolio-hero h1 {
    max-width: 850px;
    margin-bottom: 1rem;
    color: #20252b;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    line-height: 0.98;
}

.dch-portfolio-hero .lead {
    max-width: 820px;
    margin-bottom: 0;
    color: #46515c;
    font-size: 1.1rem;
    line-height: 1.75;
}

.dch-portfolio-hero-image {
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    background: #20252b;
    border-radius: 6px;
    box-shadow: 0 18px 42px rgba(31, 40, 54, 0.18);
}

.dch-portfolio-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dch-portfolio-intro {
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem);
}

.dch-portfolio-guide,
.dch-portfolio-article {
    height: 100%;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    border-left: 4px solid var(--primary);
    background: #fff;
    box-shadow: 0 16px 36px rgba(31, 40, 54, 0.08);
}

.dch-portfolio-guide h2,
.dch-portfolio-article h2 {
    color: #20252b;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.02;
}

.dch-portfolio-guide p,
.dch-portfolio-article p,
.dch-portfolio-gallery__summary {
    color: #46515c;
    line-height: 1.75;
}

.dch-portfolio-article a {
    color: #20252b;
    font-weight: 700;
}

.dch-portfolio-article a:hover {
    color: var(--primary);
}

.dch-portfolio-gallery {
    padding-top: clamp(2rem, 5vw, 4rem) !important;
}

.dch-portfolio-gallery__summary {
    max-width: 720px;
    margin: 0 auto 2rem;
}

#header .header-nav-main nav > ul > li > .dropdown-menu .dropdown-item.active,
#header .header-nav-main nav > ul > li > .dropdown-menu .dropdown-item:hover,
#header .header-nav-main nav > ul > li > .dropdown-menu .dropdown-item:focus {
    color: #fff !important;
    background: var(--primary) !important;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dch-portfolio-nav > .dropdown-menu {
        top: 100% !important;
        left: 0 !important;
        right: auto !important;
        min-width: 285px;
        padding: 0;
        overflow: hidden;
        background: #c7cbd0 !important;
        border: 0 !important;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 12px 24px rgba(31, 40, 54, 0.12);
        opacity: 0;
        transform: translate3d(0, -5px, 0);
    }

    #header .header-nav-main nav > ul > li.dch-portfolio-nav:hover > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dch-portfolio-nav.open > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dch-portfolio-nav.accessibility-open > .dropdown-menu {
        top: 100% !important;
        display: block;
        opacity: 1;
        transform: translate3d(0, 2px, 0);
    }

    #header .header-nav-main nav > ul > li.dch-portfolio-nav.open > a:before,
    #header .header-nav-main nav > ul > li.dch-portfolio-nav.accessibility-open > a:before,
    #header .header-nav-main nav > ul > li.dch-portfolio-nav:hover > a:before {
        display: none !important;
    }

    #header .header-nav-main nav > ul > li.dch-portfolio-nav > .dropdown-menu li {
        border: 0;
    }

    #header .header-nav-main nav > ul > li.dch-portfolio-nav > .dropdown-menu .dropdown-item,
    #header .header-nav-main nav > ul > li.dch-portfolio-nav > .dropdown-menu .dropdown-item.active,
    #header .header-nav-main nav > ul > li.dch-portfolio-nav > .dropdown-menu .dropdown-item:hover,
    #header .header-nav-main nav > ul > li.dch-portfolio-nav > .dropdown-menu .dropdown-item:focus {
        padding: 0.72rem 1rem;
        color: #000 !important;
        font-weight: 600;
        background: #c7cbd0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}

.dch-vision-section {
    overflow: hidden;
}

.dch-vision-copy {
    max-width: 860px;
}

.dch-vision-collage-col {
    display: flex;
    justify-content: center;
}

.dch-vision-collage {
    position: relative;
    width: min(100%, clamp(520px, 43vw, 900px));
    aspect-ratio: 1.22;
    margin: 0 auto;
}

.dch-vision-collage__image {
    position: absolute;
    display: block;
    max-width: none;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

.dch-vision-collage__image--top {
    top: 0;
    left: 18%;
    width: 54%;
    height: 43%;
}

.dch-vision-collage__image--left {
    top: 42%;
    left: 6%;
    width: 38%;
    height: 31%;
    z-index: 2;
}

.dch-vision-collage__image--main {
    top: 42%;
    right: 2%;
    width: 62%;
    height: 53%;
    z-index: 3;
}

.section-custom-map {
    overflow: hidden;
}

@media (max-width: 991px) {
    .dch-vision-copy {
        max-width: 100%;
    }

    .dch-vision-collage {
        width: min(100%, 720px);
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .dch-vision-collage {
        aspect-ratio: 1 / 0.88;
    }
}

@media (max-width: 575px) {
    .section-custom-map .word-rotator {
        white-space: normal !important;
    }

    .section-custom-map .word-rotator-words {
        max-width: 100%;
        overflow: hidden;
    }
}

/* Keep button states and 3D buttons balanced after palette shift */
.btn-primary,
.btn-outline.btn-primary,
html .btn-primary:hover,
html .btn-primary.hover,
html .btn-primary:focus,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary.active {
    border-color: var(--primary-100);
}

/* Optional subtle premium touch for outlined buttons and accents */
html .btn-outline.btn-primary {
    color: var(--primary);
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
    color: #FFF;
}

/* Keep header contacts visible in the sticky navigation bar on desktop. */
#header {
    --header-extra-info-sticky-offset: 0px;
    --header-extra-info-sticky-scale: 0.84;
    --header-sticky-visual-drop: 8px;
    --header-extra-info-top-drop: 4px;
    --header-mobile-contact-icon-size: 40px;
    --header-mobile-sticky-icon-size: 34px;
}

@media (max-width: 991px) {
    #header .header-logo.header-logo-sticky-change {
        width: 200px !important;
        height: 41px !important;
    }

    #header .header-logo-sticky-change .header-logo-non-sticky {
        width: 200px !important;
        height: 41px !important;
    }

    html.sticky-header-active #header .header-logo.header-logo-sticky-change {
        width: 167px !important;
        height: 35px !important;
    }

    html.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
        width: 167px !important;
        height: 35px !important;
    }

    #header .header-extra-info {
        gap: 8px;
    }

    #header .header-extra-info li {
        display: inline-flex;
        align-items: center;
        margin-left: 0;
    }

    #header .header-extra-info li .header-extra-info-icon,
    #header .header-extra-info li .header-extra-info-text {
        display: none;
    }

    #header .header-mobile-contact-icon {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: var(--header-mobile-contact-icon-size);
        height: var(--header-mobile-contact-icon-size);
        border: 2px solid currentColor;
        border-radius: 999px;
        color: var(--primary);
        font-size: 1.1rem;
        line-height: 1;
        text-decoration: none;
        transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }

    #header .header-mobile-contact-icon:hover,
    #header .header-mobile-contact-icon:focus {
        color: var(--primary-100);
        transform: translateY(-1px);
    }

    #header .header-nav {
        gap: 0;
    }

    #header .header-mobile-sticky-contacts {
        display: none;
        align-items: center;
        list-style: none;
        gap: 4px;
        margin: 0 0 0 auto;
        padding: 0;
    }

    #header .header-mobile-sticky-contacts li {
        margin: 0;
    }

    #header .header-mobile-sticky-contacts a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--header-mobile-sticky-icon-size);
        height: var(--header-mobile-sticky-icon-size);
        color: #FFF;
        font-size: 1rem;
        line-height: 1;
        text-decoration: none;
    }

    html.sticky-header-active #header .header-mobile-sticky-contacts {
        display: inline-flex;
    }

    #header .header-btn-collapse-nav {
        margin-left: 8px;
    }
}

@media (min-width: 992px) {
    #header .header-nav {
        transition: transform 0.35s ease, margin-left 0.35s ease;
        will-change: transform;
    }

    #header .header-extra-info {
        position: relative;
        z-index: 2;
        transform-origin: right center;
        transition: transform 0.35s ease;
        will-change: transform;
    }

    #header .header-extra-info li {
        align-items: center;
        transition: margin 0.35s ease;
    }

    #header .header-extra-info li .header-extra-info-icon,
    #header .header-extra-info li .header-extra-info-icon i,
    #header .header-extra-info li .header-extra-info-text,
    #header .header-extra-info li .header-extra-info-text label,
    #header .header-extra-info li .header-extra-info-text strong,
    #header .header-extra-info li .header-extra-info-text a {
        transition: color 0.35s ease, opacity 0.35s ease, transform 0.35s ease, font-size 0.35s ease, line-height 0.35s ease, max-height 0.35s ease;
    }

    #header .header-extra-info li .header-extra-info-text {
        min-width: 0;
    }

    #header .header-extra-info li .header-extra-info-text label {
        max-height: 18px;
        overflow: hidden;
    }

    #header .header-extra-info li .header-extra-info-text strong,
    #header .header-extra-info li .header-extra-info-text a {
        white-space: nowrap;
    }

    html.sticky-header-enabled:not(.sticky-header-active) #header .header-extra-info {
        transform: translate3d(0, var(--header-extra-info-top-drop), 0);
    }

    html.sticky-header-enabled.sticky-header-active #header .header-nav {
        transform: translate3d(0, var(--header-sticky-visual-drop), 0);
    }

    html.sticky-header-enabled.sticky-header-active #header .header-extra-info {
        transform: translate3d(0, calc(var(--header-extra-info-sticky-offset) + var(--header-sticky-visual-drop)), 0) scale(var(--header-extra-info-sticky-scale));
    }

    html.sticky-header-enabled.sticky-header-active #header .header-extra-info li {
        margin-left: 16px;
    }

    html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-icon {
        font-size: 1.5rem;
        margin-right: 8px;
    }

    html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-icon i,
    html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-text strong,
    html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-text a {
        color: #FFF !important;
    }

html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-text label {
        max-height: 0;
        opacity: 0;
        line-height: 0;
        transform: translateY(-4px);
    }
}

#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li > a.active,
#header .header-nav-main nav > ul:not(:hover) > li > a.active,
#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a,
#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active,
#header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color > a.active,
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
}

#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li.accessibility-open > a,
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main nav > ul > li > a:focus,
#header .header-nav-main nav > ul > li > a.active:hover,
#header .header-nav-main nav > ul > li > a.active:focus,
#header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color:hover > a,
#header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.open > a,
#header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.accessibility-open > a,
#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.24) !important;
    color: #000 !important;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.34);
}

#header .header-nav-main nav > ul > li.dropdown > a::before {
    display: none !important;
}

#header .header-extra-info li .header-extra-info-icon,
#header .header-extra-info li .header-extra-info-icon i,
#header .header-extra-info li .header-extra-info-text,
#header .header-extra-info li .header-extra-info-text label,
#header .header-extra-info li .header-extra-info-text strong,
#header .header-extra-info li .header-extra-info-text a,
#header .header-mobile-contact-icon,
#header .header-mobile-sticky-contacts a {
    color: #000 !important;
}

html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-icon i,
html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-text strong,
html.sticky-header-enabled.sticky-header-active #header .header-extra-info li .header-extra-info-text a {
    color: #000 !important;
}

#header .header-extra-info li,
#header .header-mobile-contact-icon,
#header .header-mobile-sticky-contacts a {
    border-radius: 6px;
}

#header .header-extra-info li:hover,
#header .header-extra-info li:focus-within,
#header .header-mobile-contact-icon:hover,
#header .header-mobile-contact-icon:focus,
#header .header-mobile-sticky-contacts a:hover,
#header .header-mobile-sticky-contacts a:focus {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.32);
    color: #000 !important;
}

.hero-banner {
    background: #13181f;
}

.hero-banner__slide {
    height: 650px;
    min-height: 650px;
}

.hero-banner__image,
.hero-banner__overlay {
    top: 0;
    left: 0;
}

.hero-banner__image {
    background-image: url("../img/slides/slide-corporate-3-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform;
}

.hero-banner__overlay {
    background: rgba(0, 0, 0, 0.28);
}

.hero-banner__content,
.hero-banner__content .row {
    height: 100%;
}

@media (max-width: 991px) {
    .hero-banner__slide {
        height: 100%;
        min-height: 100%;
    }

    .hero-banner__copy .text-12-5 {
        font-size: 3rem !important;
    }

    .hero-banner__copy .text-4-5 {
        font-size: 1.15rem !important;
    }
}

@media (max-width: 767px) {
    .hero-banner__copy {
        padding-top: 0;
    }

    .hero-banner__copy .text-12-5 {
        font-size: clamp(2.2rem, 8.8vw, 3rem) !important;
        line-height: 1.05 !important;
    }

    .hero-banner__copy .text-4-5 {
        font-size: 1.05rem !important;
    }

    .hero-banner__copy .anim-left-right-infinite {
        animation-duration: 8s !important;
    }

    .hero-banner__image {
        top: 0;
        bottom: auto;
        height: 100%;
        background-position: 64% center;
        background-size: cover;
        animation: none;
        transform: none !important;
        transform-origin: center center;
    }

    .hero-banner__overlay {
        background: linear-gradient(180deg, rgba(18, 22, 29, 0.46) 0%, rgba(18, 22, 29, 0.28) 38%, rgba(18, 22, 29, 0.24) 100%);
    }
}

@media (max-width: 575px) {
    .hero-banner__copy .text-12-5 {
        font-size: clamp(2rem, 9vw, 2.5rem) !important;
    }

    .hero-banner__image {
        background-position: 68% center;
        transform: none !important;
    }
}

.dch-about-hero {
    background: linear-gradient(90deg, #f6f8fb 0%, #ffffff 100%);
}

.dch-about-eyebrow {
    letter-spacing: 0;
    text-transform: uppercase;
}

.dch-about-figure {
    margin: 0;
}

.dch-about-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.dch-about-figure--hero img {
    aspect-ratio: 5 / 4;
}

.dch-about-location-gallery {
    align-items: flex-start;
}

.dch-about-figure--location img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.dch-about-figure figcaption {
    margin-top: 10px;
    color: #5d6673;
    font-size: 0.875rem;
    line-height: 1.45;
}

.dch-about-proof-list article {
    height: 100%;
    padding: 26px 28px;
    background: #ffffff;
    border-left: 4px solid var(--primary);
    box-shadow: 0 14px 34px rgba(31, 40, 54, 0.08);
}

.dch-about-service-area {
    padding-top: 20px;
    border-top: 1px solid #dde3ea;
}

.dch-about-city-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
}

.dch-about-city-list li {
    position: relative;
    padding-left: 18px;
    color: #2d343d;
    line-height: 1.55;
}

.dch-about-city-list li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.dch-about-location-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    padding-left: 18px;
}

.dch-about-address {
    padding-top: 18px;
    border-top: 1px solid #dde3ea;
    color: #2d343d;
    font-style: normal;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .dch-about-city-list,
    .dch-about-location-list {
        grid-template-columns: 1fr;
    }
}

.dch-eyebrow {
    margin-bottom: 0.6rem;
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dch-blog-hero {
    padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
    background: #f5f7fa;
    border-bottom: 1px solid #dde3ea;
}

.dch-blog-hero .container,
.dch-blog-listing .container {
    max-width: 1240px !important;
}

.dch-blog-hero h1 {
    max-width: 850px;
    margin-bottom: 1rem;
    color: #20252b;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    line-height: 0.98;
}

.dch-blog-hero p:last-child {
    max-width: 760px;
    margin-bottom: 0;
    color: #46515c;
    font-size: 1.1rem;
    line-height: 1.75;
}

.dch-blog-listing {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.dch-blog-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    box-shadow: 0 16px 36px rgba(31, 40, 54, 0.08);
}

.dch-blog-card__image-link {
    display: block;
    background: #e9edf2;
}

.dch-blog-card__image-link img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.dch-blog-card__body {
    padding: 1.5rem;
}

.dch-blog-card__meta,
.dch-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.9rem;
    color: #66717e;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.45;
}

.dch-blog-card__title {
    margin: 0 0 0.85rem;
    font-size: 1.65rem;
    line-height: 1.08;
}

.dch-blog-card__title a {
    color: #20252b;
    text-decoration: none;
}

.dch-blog-card__title a:hover,
.dch-blog-card__read-more:hover,
.dch-breadcrumbs a:hover {
    color: var(--primary);
}

.dch-blog-card__excerpt {
    color: #46515c;
    line-height: 1.7;
}

.dch-blog-card__read-more {
    display: inline-flex;
    color: #20252b;
    font-weight: 700;
    text-decoration: none;
}

.dch-blog-empty,
.dch-not-found__content {
    max-width: 760px;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: #fff;
    border-left: 4px solid var(--primary);
    box-shadow: 0 16px 36px rgba(31, 40, 54, 0.08);
}

.dch-blog-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: clamp(2rem, 5vw, 3.5rem);
}

.dch-blog-pagination a,
.dch-blog-pagination span {
    min-width: 42px;
    padding: 0.72rem 0.9rem;
    color: #20252b;
    text-align: center;
    text-decoration: none;
    border: 1px solid #cfd6de;
    border-radius: 4px;
}

.dch-blog-pagination span[aria-current="page"],
.dch-blog-pagination a:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}

.dch-blog-post {
    background: #fff;
}

.dch-article {
    --dch-article-side-pad: max(1.5rem, 6vw);
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.dch-breadcrumbs {
    margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.dch-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #66717e;
    font-size: 0.9rem;
}

.dch-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 0.45rem;
    color: #9aa4af;
}

.dch-breadcrumbs a {
    color: #46515c;
    text-decoration: none;
}

.dch-article__header {
    width: 100%;
    margin: 0;
}

.dch-article__header .row {
    min-height: clamp(460px, 48vw, 680px);
}

.dch-article__header-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    max-width: 800px;
    padding: clamp(2.5rem, 6vw, 5.75rem) var(--dch-article-side-pad);
}

.dch-article__category {
    margin-bottom: 0.7rem;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
}

.dch-article__header h1 {
    margin-bottom: 1rem;
    color: #20252b;
    font-size: clamp(2.4rem, 5.4vw, 5.4rem);
    line-height: 0.98;
}

.dch-article__excerpt {
    color: #46515c;
    font-size: 1.12rem;
    line-height: 1.75;
}

.dch-article__hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: clamp(320px, 42vw, 680px);
    margin: 0;
    padding: clamp(0.8rem, 2vw, 1.5rem);
    overflow: hidden;
    background: #eef1f4;
}

.dch-blog-figure img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.dch-article__hero img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center center;
}

.dch-article__hero figcaption,
.dch-blog-figure figcaption {
    margin-top: 0.75rem;
    color: #66717e;
    font-size: 0.9rem;
    line-height: 1.55;
}

.dch-article__hero figcaption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: 680px;
    padding: 0.75rem 0.9rem;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.45;
    background: rgba(17, 24, 32, 0.72);
    border-radius: 4px;
}

.blog-toc {
    width: calc(100% - var(--dch-article-side-pad) - var(--dch-article-side-pad));
    max-width: 800px;
    margin-right: auto;
    margin-left: var(--dch-article-side-pad);
    margin-bottom: 0;
    padding: clamp(2rem, 4vw, 3rem) 0;
}

.dch-article__intro {
    max-width: 820px;
    margin: clamp(2.4rem, 5vw, 4rem) auto clamp(2.4rem, 5vw, 3.8rem);
    padding: 0 max(1.25rem, 4vw);
    color: #2f3842;
    font-size: 1.08rem;
    line-height: 1.82;
}

.dch-article__toc-band {
    width: 100%;
    background: #fff;
    border-top: 1px solid #dde3ea;
    border-bottom: 1px solid #dde3ea;
}

.blog-toc h2 {
    margin-bottom: 1rem;
    color: #20252b;
    font-size: clamp(1.65rem, 2.8vw, 2.15rem);
    line-height: 1.1;
}

.blog-toc ol {
    padding-left: 1.35rem;
    margin: 0;
    color: #66717e;
}

.blog-toc li {
    padding-left: 0.25rem;
    margin-bottom: 0.55rem;
}

.blog-toc__subitem {
    margin-left: 0;
}

.blog-toc a {
    color: #2f3842;
    text-decoration: none;
}

.dch-article__content {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    color: #2f3842;
    font-size: 1.04rem;
    line-height: 1.82;
}

.dch-article__content--sectioned {
    max-width: none;
    width: 100%;
}

.dch-article__content .lead {
    color: #20252b;
    font-size: 1.24rem;
    line-height: 1.7;
}

.dch-article__content h2,
.dch-article__content h3 {
    color: #20252b;
}

.dch-article__content h2 {
    margin-top: 2.6rem;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.05;
}

.dch-article__content h3 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    font-size: 1.55rem;
    line-height: 1.12;
}

.dch-article__content p,
.dch-article__content ul,
.dch-article__content ol {
    margin-bottom: 1.25rem;
}

.dch-blog-figure {
    margin: clamp(1.8rem, 5vw, 3rem) 0;
}

.dch-blog-figure img {
    max-height: 720px;
    object-fit: cover;
}

.dch-article-section {
    width: 100%;
}

.dch-article-section .row {
    min-height: 0;
}

.dch-article-section__media {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #dfe4ea;
}

.dch-article-section__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.dch-article-section__media figcaption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: 680px;
    padding: 0.75rem 0.9rem;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.45;
    background: rgba(17, 24, 32, 0.72);
    border-radius: 4px;
}

.dch-article-section__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    max-width: 760px;
    padding: clamp(2.5rem, 6vw, 5.5rem) max(1.5rem, 5vw);
}

.dch-article-section__copy--right {
    margin-left: auto;
}

.dch-article-section__copy h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #20252b;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
}

.dch-article-section__copy h3 {
    margin-top: 1.8rem;
    color: #20252b;
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    line-height: 1.12;
}

.dch-article-section__copy p,
.dch-article-section__copy ul,
.dch-article-section__copy ol {
    margin-bottom: 1.15rem;
    color: #3e454d;
    font-size: 1.02rem;
    line-height: 1.82;
}

.dch-article-section__copy p:last-child,
.dch-article-section__copy ul:last-child,
.dch-article-section__copy ol:last-child {
    margin-bottom: 0;
}

.dch-article-section__copy a {
    color: var(--primary);
    font-weight: 700;
}

@media (max-width: 991px) {
    .dch-article__header .row {
        min-height: 0;
    }

    .dch-article__header-copy {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .dch-article {
        --dch-article-side-pad: 1.25rem;
    }

    .dch-blog-card__body {
        padding: 1.2rem;
    }

    .blog-toc {
        padding: 1.6rem 0;
    }

    .dch-blog-card__title {
        font-size: 1.45rem;
    }

    .dch-article__content h2 {
        font-size: 1.85rem;
    }

    .dch-article__header-copy {
        padding: 2rem 1.25rem;
    }

    .dch-article__hero {
        min-height: 340px;
    }

    .dch-article-section__copy {
        padding: 2rem 1.25rem;
    }

    .dch-article-section__media figcaption {
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
        font-size: 0.76rem;
    }
}
