:root {
    --dtf-dark: #181818;
    --dtf-dark-2: #232323;
    --dtf-paper: #ffffff;
    --dtf-bg: #f4f1eb;
    --dtf-bg-soft: #ece7de;
    --dtf-ink: #1f1f1f;
    --dtf-ink-soft: #4f4b45;
    --dtf-muted: #6a655d;
    --dtf-line: #ddd6ca;
    --dtf-brand: #2f6f55;
    --dtf-brand-hover: #295f49;
    --dtf-accent: #cdb690;
    --dtf-accent-soft: #f0e7d8;
    --dtf-radius: 5px;
    --dtf-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--dtf-bg);
    color: var(--dtf-ink);
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.6;
}

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

a {
    color: var(--dtf-brand);
    text-decoration: none;
}

a:hover {
    color: var(--dtf-brand-hover);
}

p,
li,
label,
.form-text,
.section-heading p,
.content-card-body p,
.feature-panel p,
.contact-card p,
.areas-card p,
.notice-box p {
    color: var(--dtf-ink-soft);
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.metric-item strong,
.footer-title {
    color: var(--dtf-ink);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white p,
.page-hero h1,
.page-hero h2,
.page-hero h3 {
    color: #fff;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background-image: linear-gradient(12deg, rgba(193, 193, 193,0.05) 0%, rgba(193, 193, 193,0.05) 2%,rgba(129, 129, 129,0.05) 2%, rgba(129, 129, 129,0.05) 27%,rgba(185, 185, 185,0.05) 27%, rgba(185, 185, 185,0.05) 66%,rgba(83, 83, 83,0.05) 66%, rgba(83, 83, 83,0.05) 100%),linear-gradient(321deg, rgba(240, 240, 240,0.05) 0%, rgba(240, 240, 240,0.05) 13%,rgba(231, 231, 231,0.05) 13%, rgba(231, 231, 231,0.05) 34%,rgba(139, 139, 139,0.05) 34%, rgba(139, 139, 139,0.05) 71%,rgba(112, 112, 112,0.05) 71%, rgba(112, 112, 112,0.05) 100%),linear-gradient(236deg, rgba(189, 189, 189,0.05) 0%, rgba(189, 189, 189,0.05) 47%,rgba(138, 138, 138,0.05) 47%, rgba(138, 138, 138,0.05) 58%,rgba(108, 108, 108,0.05) 58%, rgba(108, 108, 108,0.05) 85%,rgba(143, 143, 143,0.05) 85%, rgba(143, 143, 143,0.05) 100%),linear-gradient(96deg, rgba(53, 53, 53,0.05) 0%, rgba(53, 53, 53,0.05) 53%,rgba(44, 44, 44,0.05) 53%, rgba(44, 44, 44,0.05) 82%,rgba(77, 77, 77,0.05) 82%, rgba(77, 77, 77,0.05) 98%,rgba(8, 8, 8,0.05) 98%, rgba(8, 8, 8,0.05) 100%),linear-gradient(334deg, hsl(247,0%,2%),hsl(247,0%,2%));
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .14);
}

.site-header .navbar {
    min-height: 72px;
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.navbar-brand img,
.footer-brand img {
    height: 40px;
    width: auto;
}

.nav-link {
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
    padding: .8rem 1rem !important;
}

.nav-link,
.nav-link:visited,
.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-link.active,
.nav-link[aria-current="page"] {
    color: #fff !important;
}

.navbar .dropdown-menu {
    border: 1px solid #ebe7de;
    border-radius: var(--dtf-radius);
    box-shadow: var(--dtf-shadow);
    padding: .5rem 0;
    background: #fff;
}

.site-header .dropdown-item {
    padding: .7rem 1rem;
    font-weight: 500;
    color: var(--dtf-ink) !important;
    background: transparent !important;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus,
.site-header .dropdown-item.active,
.site-header .dropdown-item:active {
    background: #f4f1eb !important;
    color: var(--dtf-ink) !important;
}

.mobile-header-icon {
    color: #fff;
    font-size: 1.2rem;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-menu {
        background-image: linear-gradient(12deg, rgba(193, 193, 193,0.05) 0%, rgba(193, 193, 193,0.05) 2%,rgba(129, 129, 129,0.05) 2%, rgba(129, 129, 129,0.05) 27%,rgba(185, 185, 185,0.05) 27%, rgba(185, 185, 185,0.05) 66%,rgba(83, 83, 83,0.05) 66%, rgba(83, 83, 83,0.05) 100%),linear-gradient(321deg, rgba(240, 240, 240,0.05) 0%, rgba(240, 240, 240,0.05) 13%,rgba(231, 231, 231,0.05) 13%, rgba(231, 231, 231,0.05) 34%,rgba(139, 139, 139,0.05) 34%, rgba(139, 139, 139,0.05) 71%,rgba(112, 112, 112,0.05) 71%, rgba(112, 112, 112,0.05) 100%),linear-gradient(236deg, rgba(189, 189, 189,0.05) 0%, rgba(189, 189, 189,0.05) 47%,rgba(138, 138, 138,0.05) 47%, rgba(138, 138, 138,0.05) 58%,rgba(108, 108, 108,0.05) 58%, rgba(108, 108, 108,0.05) 85%,rgba(143, 143, 143,0.05) 85%, rgba(143, 143, 143,0.05) 100%),linear-gradient(96deg, rgba(53, 53, 53,0.05) 0%, rgba(53, 53, 53,0.05) 53%,rgba(44, 44, 44,0.05) 53%, rgba(44, 44, 44,0.05) 82%,rgba(77, 77, 77,0.05) 82%, rgba(77, 77, 77,0.05) 98%,rgba(8, 8, 8,0.05) 98%, rgba(8, 8, 8,0.05) 100%),linear-gradient(334deg, hsl(247,0%,2%),hsl(247,0%,2%)) !important;

    color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.mobile-menu .nav-link,
.mobile-menu .navbar-brand,
.mobile-menu span,
.mobile-menu i {
    color: #fff;
}

.mobile-nav-list .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.offcanvas.mobile-menu {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    border-left: 0;
    background: rgba(24, 24, 24, 0.98) !important;
}

.offcanvas.mobile-menu .offcanvas-header {
    padding: 1rem 1rem .75rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.offcanvas.mobile-menu .offcanvas-body {
    padding: .5rem 1rem 2rem;
    overflow-y: auto;
}

.offcanvas-backdrop.show {
    opacity: .45;
}

.btn-site {
    min-height: 48px;
    border-radius: var(--dtf-radius);
    padding: .8rem 1.05rem;
    font-weight: 700;
}

.btn-brand {
    background: var(--dtf-brand);
    border-color: var(--dtf-brand);
    color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
    background: var(--dtf-brand-hover);
    border-color: var(--dtf-brand-hover);
    color: #fff;
}

.btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .58);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background: #fff;
    border-color: #fff;
    color: var(--dtf-ink);
}

.btn-outline-secondary {
    color: var(--dtf-ink);
    border-color: #c9c0b2;
    background: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background: #f6f2ea;
    border-color: #b7ac9c;
    color: var(--dtf-ink);
}

.btn-link {
    color: var(--dtf-brand);
    font-weight: 700;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
    color: var(--dtf-brand-hover);
}

.section-space {
    padding: 78px 0;
}

.section-space-small {
    padding: 54px 0;
}

.section-muted {
    background: var(--dtf-bg-soft);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    padding: .5rem .75rem;
    border-radius: var(--dtf-radius);
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .92);
    font-size: .95rem;
    font-weight: 700;
}

.eyebrow.text-bg-dark {
    background: var(--dtf-accent-soft) !important;
    color: var(--dtf-ink) !important;
}

.page-hero {
    padding: 64px 0 52px;
    background: linear-gradient(180deg, #1f1f1f 0%, #171717 100%);
    color: #fff;
}

.page-hero.page-hero-light {
    background: linear-gradient(180deg, #f2efe8 0%, #ebe6dc 100%);
    color: var(--dtf-ink);
    border-bottom: 1px solid #e0d8cc;
}

.page-hero.page-hero-light .eyebrow {
    background: rgba(47, 111, 85, .1);
    color: var(--dtf-brand);
}

.page-hero h1 {
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 1rem;
}

.page-hero p {
    font-size: 1.06rem;
    color: rgba(255, 255, 255, .82);
    max-width: 720px;
}

.page-hero.page-hero-light p,
.page-hero.page-hero-light .breadcrumb-nav,
.page-hero.page-hero-light .breadcrumb-nav a,
.page-hero.page-hero-light h1,
.page-hero.page-hero-light h2,
.page-hero.page-hero-light h3 {
    color: var(--dtf-ink);
}

.page-hero.page-hero-light p {
    color: var(--dtf-ink-soft);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.hero-card,
.content-card,
.feature-panel,
.cta-panel,
.contact-card,
.portfolio-card,
.areas-card,
.notice-box,
.service-overview-card {
    background: var(--dtf-paper);
    border-radius: var(--dtf-radius);
    box-shadow: var(--dtf-shadow);
    border: 1px solid #eee8de;
}

.hero-card {
    overflow: hidden;
}

.hero-card-body,
.content-card-body,
.feature-panel,
.contact-card,
.areas-card,
.notice-box,
.cta-panel {
    padding: 1.6rem;
}

.hero-visual,
.service-thumb,
.portfolio-thumb,
.page-banner {
    border-radius: var(--dtf-radius);
    overflow: hidden;
    background: linear-gradient(135deg, #d9d0c1 0%, #beb09d 100%);
    position: relative;
}

.hero-visual {
    min-height: 360px;
}

.page-banner {
    min-height: 320px;
}

.service-thumb,
.portfolio-thumb {
    min-height: 220px;
}

.placeholder-svg {
    width: 100%;
    height: auto;
    display: block;
}

.metric-list {
    display: grid;
    gap: .9rem;
    margin-top: 1.5rem;
}

.metric-item {
    background: #f8f4ed;
    border: 1px solid var(--dtf-line);
    border-radius: var(--dtf-radius);
    padding: 1rem;
}

.metric-item span,
.metric-item a {
    color: var(--dtf-ink-soft);
}

.metric-item a:hover {
    color: var(--dtf-brand-hover);
}

.metric-item strong,
.content-card h3,
.feature-panel h2,
.service-overview-card h3,
.portfolio-card h3 {
    display: block;
    margin-bottom: .25rem;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 800;
    margin-bottom: .75rem;
}

.section-heading p {
    max-width: 760px;
    color: var(--dtf-muted);
}

.cards-grid {
    display: grid;
    gap: 1.5rem;
}

.service-overview-card,
.portfolio-card {
    height: 100%;
    overflow: hidden;
}

.service-overview-card .content-card-body,
.portfolio-card .content-card-body {
    padding: 1.35rem;
}

.check-list {
    padding-left: 1.1rem;
    margin: 0;
}

.check-list li {
    margin-bottom: .55rem;
    color: var(--dtf-ink-soft);
}

.contact-cta-wrap {
    display: grid;
    gap: 1.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 50px;
    border-radius: var(--dtf-radius);
    border-color: #d8ddd6;
    box-shadow: none;
    color: var(--dtf-ink);
    background: #fff;
}

.contact-form textarea.form-control {
    min-height: 170px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--dtf-brand);
    box-shadow: 0 0 0 .2rem rgba(47, 111, 85, .12);
}

.contact-form .form-label {
    color: var(--dtf-ink);
    font-weight: 600;
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.alert-site {
    border: 0;
    border-radius: var(--dtf-radius);
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
}

.alert-site-success {
    background: #e3f2e8;
    color: #1f5d40;
}

.alert-site-error {
    background: #fbe7e6;
    color: #8d3d39;
}

.site-footer {
    background: var(--dtf-dark);
    color: rgba(255, 255, 255, .82);
}

.site-footer p,
.site-footer a,
.site-footer .footer-copy,
.site-footer .footer-bottom {
    color: rgba(255, 255, 255, .82);
}

.site-footer a:hover {
    color: #fff;
}

.footer-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.breadcrumb-nav {
    margin-bottom: 1rem;
    font-size: .95rem;
}

.breadcrumb-nav a {
    color: inherit;
    opacity: .85;
}

.breadcrumb-nav span {
    opacity: .7;
}

.area-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem .95rem;
    border-radius: var(--dtf-radius);
    background: #fff;
    border: 1px solid var(--dtf-line);
    font-weight: 600;
    color: var(--dtf-ink);
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.not-found-wrap {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.home-service-grid .service-overview-card .content-card-body {
    min-height: 0;
    padding: 1.2rem 1.2rem 1rem;
}

.contact-layout-main {
    display: grid;
    gap: 1.5rem;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.info-strip {
    background: var(--dtf-paper);
    border: 1px solid #eee8de;
    border-radius: var(--dtf-radius);
    box-shadow: var(--dtf-shadow);
    padding: 1.25rem;
}

.info-strip h3 {
    font-size: 1.05rem;
    margin-bottom: .45rem;
}

.info-strip p,
.info-strip a {
    color: var(--dtf-ink-soft);
}

@media (max-width: 991.98px) {
    .site-header {
        box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    }

    .site-header .navbar {
        min-height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .site-header .container,
    .site-header .container-fluid {
        padding-left: .85rem;
        padding-right: .85rem;
    }

    .navbar-brand img {
        height: 34px;
    }

    .mobile-header-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .nav-link {
        padding: .65rem .85rem !important;
    }

    .page-hero {
        padding: 54px 0 48px;
    }

    .hero-visual,
    .page-banner {
        min-height: 260px;
    }

    .section-space {
        padding: 58px 0;
    }

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