/* ============================================================
   DMNT Dekimus — Frontend styles for all custom widgets
   ============================================================ */

.dmnt-dekimus { font-family: 'Poppins', -apple-system, sans-serif; color: #fff; }
.dmnt-dekimus *, .dmnt-dekimus *::before, .dmnt-dekimus *::after { box-sizing: border-box; }
.dmnt-dekimus a { text-decoration: none; transition: all .3s ease; }
.dmnt-dekimus img { max-width: 100%; height: auto; display: block; }
.dmnt-dekimus ul { list-style: none; padding: 0; margin: 0; }
.dmnt-dekimus h1, .dmnt-dekimus h2, .dmnt-dekimus h3, .dmnt-dekimus h4 { font-weight: 500; line-height: 1.2; letter-spacing: -.01em; margin: 0; }
.dmnt-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* Buttons */
.dmnt-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 40px; background: #fff; color: #1a1a1a; font-weight: 500; font-size: .875rem; letter-spacing: .1em; text-transform: uppercase; transition: all .3s ease; border: 1px solid #fff; cursor: pointer; }
.dmnt-btn:hover { background: transparent; color: #fff; }
.dmnt-btn-outline { background: transparent; color: #fff; }
.dmnt-btn-outline:hover { background: #fff; color: #1a1a1a; }

/* ============================================================
   HEADER — Improved: large left logo at full height,
   middle divider line constrained to right column only.
   ============================================================ */
.dmnt-site-header { position: sticky !important; top: 0 !important; left: 0; right: 0; z-index: 999 !important; padding: 0; background: rgba(255,255,255,0.42); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid rgba(255,255,255,0.25); box-shadow: 0 2px 20px rgba(0,0,0,.08); transition: background .35s cubic-bezier(.4,0,.2,1), box-shadow .35s cubic-bezier(.4,0,.2,1), border-color .35s ease, transform .4s cubic-bezier(.4,0,.2,1); transform: translateY(0); will-change: transform; }
/* Ensure Elementor parent containers don't break sticky positioning */
.elementor-element:has(> .elementor-widget-dmnt-header) { overflow: visible !important; }
.elementor-widget-dmnt-header { overflow: visible !important; }
.elementor-section:has(.dmnt-site-header), .e-con:has(.dmnt-site-header) { overflow: visible !important; }
body, html { overflow-x: clip; }
.dmnt-site-header.dmnt-scrolled { background: rgba(255,255,255,0.92); border-bottom-color: rgba(0,0,0,0.08); box-shadow: 0 6px 28px rgba(0,0,0,.10); }
/* Animated shrink on scroll */
.dmnt-site-header .dmnt-header-top { transition: max-height .4s cubic-bezier(.4,0,.2,1), opacity .25s ease, padding .35s ease, border-color .35s ease; max-height: 60px; overflow: hidden; }
.dmnt-site-header.dmnt-scrolled .dmnt-header-top { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; border-bottom-color: transparent; }
.dmnt-site-header .dmnt-site-logo img { transition: height .35s cubic-bezier(.4,0,.2,1); }
.dmnt-site-header.dmnt-scrolled .dmnt-site-logo img { height: 56px; }
.dmnt-site-header .dmnt-header-bottom { transition: padding .35s cubic-bezier(.4,0,.2,1); }
.dmnt-site-header.dmnt-scrolled .dmnt-header-bottom { padding: 6px 0; }
/* Hide on scroll-down, reveal on scroll-up */
.dmnt-site-header.dmnt-hide { transform: translateY(-100%); }
/* Force dark text/borders on the header regardless of widget overrides */
.dmnt-site-header .dmnt-header-info,
.dmnt-site-header .dmnt-header-info a,
.dmnt-site-header .dmnt-header-info svg,
.dmnt-site-header .dmnt-main-nav > a,
.dmnt-site-header .dmnt-menu-list > .dmnt-menu-item > a { color: #000 !important; }
.dmnt-site-header .dmnt-main-nav > a::after,
.dmnt-site-header .dmnt-menu-list > .dmnt-menu-item > a::after { background: #000 !important; }
.dmnt-site-header .dmnt-header-top { border-bottom-color: rgba(0,0,0,.5) !important; }
.dmnt-site-header .dmnt-mobile-toggle span { background: #000 !important; }
.dmnt-site-header .dmnt-container { padding: 0 40px; }
.dmnt-header-flex { display: flex; align-items: center; gap: 40px; }

.dmnt-site-logo { display: flex; align-items: center; flex-shrink: 0; }
.dmnt-site-logo img { height: 80px; width: auto; max-width: 260px; object-fit: contain; }

/* LIGHT HEADER (white bg, black text — used on inner pages) */
.dmnt-site-header.dmnt-header-light { background: #ffffff; position: relative; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.dmnt-site-header.dmnt-header-light .dmnt-header-info,
.dmnt-site-header.dmnt-header-light .dmnt-header-info a,
.dmnt-site-header.dmnt-header-light .dmnt-main-nav > a,
.dmnt-site-header.dmnt-header-light .dmnt-menu-list > .dmnt-menu-item > a { color: #1a1a1a; }
.dmnt-site-header.dmnt-header-light .dmnt-header-info svg { color: #1a1a1a; }
.dmnt-site-header.dmnt-header-light .dmnt-header-top { border-bottom-color: rgba(0,0,0,.12); }
.dmnt-site-header.dmnt-header-light .dmnt-main-nav > a::after,
.dmnt-site-header.dmnt-header-light .dmnt-menu-list > .dmnt-menu-item > a::after { background: #1a1a1a; }
.dmnt-site-header.dmnt-header-light .dmnt-header-info a:hover,
.dmnt-site-header.dmnt-header-light .dmnt-main-nav > a:hover,
.dmnt-site-header.dmnt-header-light .dmnt-menu-list > .dmnt-menu-item > a:hover { color: #555; }
.dmnt-site-header.dmnt-header-light .dmnt-mobile-toggle span { background: #1a1a1a; }

/* Mobile info block (rendered inside the mobile nav drawer) — hidden on desktop */
.dmnt-main-nav .dmnt-mobile-info { display: none !important; }

.dmnt-header-right { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.dmnt-header-top { display: flex; justify-content: flex-end; align-items: center; gap: 36px; padding: 10px 0 10px; border-bottom: 1px solid rgba(0,0,0,.5); flex-wrap: wrap; }
.dmnt-header-info { display: inline-flex; align-items: center; gap: 8px; font-size: .875rem; color: #000; font-weight: 400; }
.dmnt-header-info svg { width: 16px; height: 16px; flex-shrink: 0; color: #000; }
.dmnt-header-info a { color: inherit; }
.dmnt-header-info a:hover { color: #444; }

.dmnt-header-bottom { display: flex; align-items: center; justify-content: flex-end; padding: 10px 0; }
.dmnt-main-nav { display: flex; align-items: center; gap: 44px; }
.dmnt-main-nav > a, .dmnt-main-nav .dmnt-menu-list > .dmnt-menu-item > a { font-size: .95rem; font-weight: 500; letter-spacing: .02em; color: #000; position: relative; padding: 6px 0; display: inline-flex; align-items: center; gap: 6px; }
.dmnt-main-nav > a:hover, .dmnt-main-nav .dmnt-menu-list > .dmnt-menu-item > a:hover { color: #444; }
.dmnt-main-nav > a::after, .dmnt-main-nav .dmnt-menu-list > .dmnt-menu-item > a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: currentColor; transition: width .3s ease; }
.dmnt-main-nav > a:hover::after, .dmnt-main-nav > a.active::after,
.dmnt-main-nav .dmnt-menu-list > .dmnt-menu-item > a:hover::after,
.dmnt-main-nav .dmnt-menu-list > .dmnt-menu-item.active > a::after { width: 100%; }

/* Menu list (WP nav structure) */
.dmnt-menu-list { display: flex; align-items: center; gap: 44px; list-style: none; margin: 0; padding: 0; }
.dmnt-menu-list .dmnt-menu-item { position: relative; }
.dmnt-menu-list a { text-decoration: none; }
.dmnt-menu-list .dmnt-caret { width: 10px; height: 7px; transition: transform .3s ease; }
.dmnt-menu-list .dmnt-caret-side { width: 7px; height: 10px; }
.dmnt-menu-list .dmnt-menu-item.has-children:hover > a > .dmnt-caret { transform: rotate(180deg); }
.dmnt-submenu-toggle { display: none; background: none; border: none; padding: 4px; cursor: pointer; color: inherit; }
.dmnt-submenu-toggle svg { width: 12px; height: 8px; transition: transform .3s ease; }

/* Submenu — desktop dropdown / Mega menu */
.dmnt-submenu { position: absolute; top: 100%; left: -16px; min-width: 220px; background: #1a1a1a; border: 1px solid #2a2a2a; padding: 10px 0; list-style: none; margin: 8px 0 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s ease; box-shadow: 0 12px 30px rgba(0,0,0,.35); z-index: 200; }
/* Hover bridge — invisible strip above the submenu */
.dmnt-menu-list > .dmnt-menu-item > .dmnt-submenu::before { content: ''; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.dmnt-menu-list .dmnt-menu-item.has-children:hover > .dmnt-submenu,
.dmnt-menu-list .dmnt-menu-item.has-children > .dmnt-submenu:hover { opacity: 1; visibility: visible; transform: translateY(0); }
.dmnt-submenu .dmnt-menu-item { display: block; }
.dmnt-submenu .dmnt-menu-item > a { display: flex; align-items: center; justify-content: space-between; padding: 10px 18px; font-size: .9rem; color: #d8d8d8; font-weight: 300; }
.dmnt-submenu .dmnt-menu-item > a:hover { background: #242424; color: #fff; }
.dmnt-submenu .dmnt-menu-item.active > a { color: #fff; }
.dmnt-submenu .dmnt-submenu { top: 0; left: 100%; margin-left: 0; }

/* MEGA MENU — top-level submenu becomes 3-column grid, centered on screen */
.dmnt-menu-list > .dmnt-menu-item.has-children { position: static; }
.dmnt-menu-list > .dmnt-menu-item > .dmnt-submenu {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 6px 28px;
    min-width: 920px;
    max-width: 95vw;
    padding: 28px 32px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 8px);
}
.dmnt-menu-list > .dmnt-menu-item > .dmnt-submenu > .dmnt-menu-item > a {
    padding: 12px 14px;
    border-radius: 4px;
    font-size: .95rem;
    line-height: 1.45;
    white-space: normal;
}
.dmnt-menu-list > .dmnt-menu-item.has-children:hover > .dmnt-submenu,
.dmnt-menu-list > .dmnt-menu-item.has-children > .dmnt-submenu:hover {
    transform: translate(-50%, 0);
}
/* Hover bridge needs to span full width when parent is static */
.dmnt-menu-list > .dmnt-menu-item.has-children::before { left: 50%; right: auto; width: 100%; transform: translateX(-50%); }

/* Light header dropdown variant */
.dmnt-site-header.dmnt-header-light .dmnt-submenu { background: #fff; border-color: rgba(0,0,0,.08); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.dmnt-site-header.dmnt-header-light .dmnt-submenu .dmnt-menu-item > a { color: #333; }
.dmnt-site-header.dmnt-header-light .dmnt-submenu .dmnt-menu-item > a:hover { background: #f4f4f4; color: #000; }

.dmnt-mobile-close { display: none; }
.dmnt-mobile-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; z-index: 101; background: none; border: none; cursor: pointer; }
.dmnt-mobile-toggle span { width: 26px; height: 2px; background: #fff; transition: all .3s ease; }
.dmnt-mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.dmnt-mobile-toggle.active span:nth-child(2) { opacity: 0; }
.dmnt-mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* HERO SLIDER */
.dmnt-hero-slider { position: relative; background: #1a1a1a; overflow: hidden; }
.dmnt-hero-track { position: relative; }
.dmnt-hero-slide { display: none; opacity: 0; transition: opacity .6s ease; }
.dmnt-hero-slide.is-active { display: block; opacity: 1; animation: dmntHeroFade .6s ease forwards; }
@keyframes dmntHeroFade { from { opacity: 0; } to { opacity: 1; } }

.dmnt-hero-slide-image { position: relative; width: 100%; height: 75vh; overflow: hidden; background: #000; }
.dmnt-hero-slide-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dmnt-hero-counter { position: absolute; bottom: 24px; right: 32px; padding: 8px 14px; background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .8rem; letter-spacing: .15em; backdrop-filter: blur(6px); }
.dmnt-hero-counter-sep, .dmnt-hero-counter-total { color: rgba(255,255,255,.55); }

.dmnt-hero-slide-content { padding: 56px 0 40px; text-align: center; }
.dmnt-hero-slide-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 600; color: #fff; margin: 0 0 24px; letter-spacing: -.01em; }
.dmnt-hero-slide-desc { font-size: clamp(.95rem, 1.1vw, 1rem); color: #b8b8b8; line-height: 1.85; font-weight: 300; max-width: 1000px; margin: 0 auto 28px; text-align: justify; }
.dmnt-hero-slide-specs { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; color: #b8b8b8; font-size: .95rem; font-weight: 300; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); margin: 0 auto; max-width: 1000px; }
.dmnt-hero-slide-specs > span { display: inline-flex; align-items: center; }
.dmnt-hero-specs-sep { color: rgba(255,255,255,.2); }
.dmnt-hero-slide-btn { margin-top: 28px; }

/* Side arrows */
.dmnt-hero-arrow { position: absolute; top: 37.5vh; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.35); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5; transition: all .3s ease; backdrop-filter: blur(8px); }
.dmnt-hero-arrow svg { width: 22px; height: 22px; }
.dmnt-hero-arrow:hover { background: #ffffff3c; color: #1a1a1a; border-color: #fff; transform: translateY(-50%) scale(1.05); }
.dmnt-hero-arrow-prev { left: 28px; }
.dmnt-hero-arrow-next { right: 28px; }

/* Bottom row */
.dmnt-hero-bottom { padding: 28px 0 40px; border-top: 1px solid rgba(255,255,255,.06); }
.dmnt-hero-bottom .dmnt-container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dmnt-hero-label { display: inline-flex; align-items: center; gap: 12px; background: none; border: none; color: #b8b8b8; cursor: pointer; font-family: inherit; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 400; padding: 8px 0; transition: color .25s ease; }
.dmnt-hero-label svg { width: 20px; height: 20px; transition: transform .25s ease; }
.dmnt-hero-label:hover { color: #fff; }
.dmnt-hero-label-prev:hover svg { transform: translateX(-6px); }
.dmnt-hero-label-next:hover svg { transform: translateX(6px); }

.dmnt-hero-dots { display: flex; align-items: center; gap: 10px; }
.dmnt-hero-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); border: none; padding: 0; cursor: pointer; transition: all .3s ease; }
.dmnt-hero-dot:hover { background: rgba(255,255,255,.5); }
.dmnt-hero-dot.active { width: 28px; border-radius: 5px; background: #fff; }

/* Tablet */
@media (max-width: 1024px) {
    .dmnt-hero-slide-image { height: 60vh; }
    .dmnt-hero-arrow { top: 30vh; width: 46px; height: 46px; }
    .dmnt-hero-arrow svg { width: 18px; height: 18px; }
    .dmnt-hero-arrow-prev { left: 16px; }
    .dmnt-hero-arrow-next { right: 16px; }
    .dmnt-hero-counter { bottom: 16px; right: 16px; font-size: .75rem; padding: 6px 10px; }
}

/* Mobile */
@media (max-width: 720px) {
    .dmnt-hero-slide-image { height: 320px; }
    .dmnt-hero-slide-content { padding: 36px 0 24px; }
    .dmnt-hero-slide-title { font-size: 1.4rem; margin-bottom: 18px; }
    .dmnt-hero-slide-desc { font-size: .95rem; line-height: 1.75; text-align: left; padding: 0 4px; }
    .dmnt-hero-slide-specs { flex-direction: column; gap: 6px; padding: 14px 0; font-size: .9rem; text-align: center; }
    .dmnt-hero-specs-sep { display: none; }
    .dmnt-hero-arrow { top: 160px; width: 40px; height: 40px; background: rgba(0,0,0,.6); }
    .dmnt-hero-arrow svg { width: 16px; height: 16px; }
    .dmnt-hero-arrow-prev { left: 10px; }
    .dmnt-hero-arrow-next { right: 10px; }
    .dmnt-hero-bottom { padding: 20px 0 28px; }
    .dmnt-hero-bottom .dmnt-container { flex-wrap: wrap; gap: 14px; justify-content: center; }
    .dmnt-hero-label { font-size: .75rem; gap: 8px; letter-spacing: .08em; }
    .dmnt-hero-label svg { width: 16px; height: 16px; }
    .dmnt-hero-label span { display: none; }
    .dmnt-hero-label-prev, .dmnt-hero-label-next { padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; width: 40px; height: 40px; justify-content: center; }
    .dmnt-hero-dots { order: -1; flex-basis: 100%; justify-content: center; }
    .dmnt-hero-counter { display: none; }
}

/* PAGE HERO */
.dmnt-page-hero { position: relative; min-height: 50vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 220px 0 80px; }
.dmnt-page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.dmnt-page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.dmnt-page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,26,26,.5) 0%, rgba(26,26,26,.75) 100%); }
.dmnt-page-hero-content { position: relative; z-index: 1; text-align: center; padding: 0 24px; }
.dmnt-page-hero-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; margin: 0 0 16px; color: #fff; }
.dmnt-page-hero-breadcrumb { font-size: .875rem; color: #b8b8b8; letter-spacing: .05em; text-transform: uppercase; }
.dmnt-page-hero-breadcrumb a { color: inherit; }
.dmnt-page-hero-breadcrumb a:hover { color: #fff; }

/* SECTION HEADING */
.dmnt-section { padding: 80px 0; background: #1a1a1a; }
.dmnt-services-section { background: #1a1a1a; }
.dmnt-project-detail-section { background: #1a1a1a; }
.dmnt-cta-section { background: #1a1a1a; }
.dmnt-page-hero { background: #1a1a1a; }
.dmnt-section-title { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 600; text-align: center; margin: 0 0 16px; letter-spacing: .02em; text-transform: uppercase; color: #fff; }
.dmnt-section-subtitle { font-size: 1rem; color: #b8b8b8; text-align: center; max-width: 800px; margin: 0 auto 60px; line-height: 1.7; font-weight: 300; }

/* ABOUT */
.dmnt-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dmnt-about-image img { width: 100%; height: auto; object-fit: cover; }
.dmnt-about-content h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 600; margin: 0 0 24px; color: #fff; }
.dmnt-about-content p { color: #b8b8b8; margin: 0 0 16px; font-weight: 300; line-height: 1.8; }
.dmnt-about-features { margin-top: 32px; list-style: none; }
.dmnt-about-features li { padding: 12px 0; border-bottom: 1px solid #3a3a3a; display: flex; gap: 12px; color: #b8b8b8; font-weight: 300; }
.dmnt-about-features li::before { content: '—'; color: #fff; font-weight: 500; flex-shrink: 0; }
.dmnt-about-features li:last-child { border-bottom: none; }

/* SERVICES GRID */
.dmnt-services-section { padding: 100px 0; }
.dmnt-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 60px; }
.dmnt-service-item { padding: 40px; border: 1px solid #3a3a3a; margin: -1px 0 0 -1px; transition: all .3s ease; }
.dmnt-service-item:hover { background: #2a2a2a; }
.dmnt-service-icon { width: 48px; height: 48px; margin-bottom: 24px; color: #fff; }
.dmnt-service-icon svg { width: 100%; height: 100%; }
.dmnt-service-icon img { width: 48px; height: 48px; object-fit: contain; }
.dmnt-service-item h3 { font-size: 1.25rem; font-weight: 500; margin: 0 0 16px; color: #fff; }
.dmnt-service-item p { color: #b8b8b8; font-size: .95rem; line-height: 1.7; font-weight: 300; margin: 0; }

/* SERVICES DETAIL LIST */
.dmnt-services-detail-list { max-width: 900px; margin: 0 auto; }
.dmnt-service-detail { padding: 40px 0; border-bottom: 1px solid #3a3a3a; }
.dmnt-service-detail:last-child { border-bottom: none; }
.dmnt-service-detail h3 { font-size: 1.5rem; font-weight: 500; margin: 0 0 16px; color: #fff; }
.dmnt-service-detail p { color: #b8b8b8; font-weight: 300; line-height: 1.8; margin: 0 0 12px; }
.dmnt-service-detail ul { margin-top: 16px; list-style: none; padding: 0; }
.dmnt-service-detail ul li { padding: 6px 0; color: #b8b8b8; font-weight: 300; position: relative; padding-left: 20px; }
.dmnt-service-detail ul li::before { content: '—'; position: absolute; left: 0; color: #fff; }

/* PROJECTS GRID */
.dmnt-projects-intro { max-width: 900px; margin: 0 auto 60px; text-align: center; }
.dmnt-projects-intro p { color: #b8b8b8; font-weight: 300; line-height: 1.8; margin: 0; }
.dmnt-projects-list { display: flex; flex-direction: column; gap: 4px; }
.dmnt-project-card { position: relative; display: block; overflow: hidden; height: 220px; cursor: pointer; background: #2a2a2a; }
.dmnt-project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dmnt-project-card::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.35); transition: all .3s ease; }
.dmnt-project-card:hover img { transform: scale(1.05); }
.dmnt-project-card:hover::after { background: rgba(0,0,0,.55); }
.dmnt-project-card-content { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; text-align: center; padding: 20px; }
.dmnt-project-card-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 600; letter-spacing: .05em; color: #fff; text-transform: uppercase; }

/* PROJECT DETAIL */
.dmnt-project-detail-section { padding: 60px 0; }
.dmnt-project-detail-section.alt { background: #222; }
.dmnt-project-detail-image { margin-bottom: 60px; overflow: hidden; }
.dmnt-project-detail-image img { width: 100%; max-height: 600px; object-fit: cover; }
.dmnt-project-detail-content { max-width: 900px; margin: 0 auto; text-align: center; }
.dmnt-project-detail-title { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 600; margin: 0 0 32px; color: #fff; }
.dmnt-project-detail-description { color: #b8b8b8; font-weight: 300; line-height: 1.9; margin-bottom: 40px; text-align: justify; }
.dmnt-project-specs { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; padding: 24px 0; border-top: 1px solid #3a3a3a; border-bottom: 1px solid #3a3a3a; font-size: .95rem; color: #b8b8b8; font-weight: 300; }
.dmnt-project-specs span { display: inline-flex; align-items: center; gap: 8px; }
.dmnt-project-specs strong { color: #fff; font-weight: 500; }
.dmnt-project-spec-divider { color: #3a3a3a; }

/* CTA */
.dmnt-cta-section { position: relative; padding: 120px 0; text-align: center; overflow: hidden; }
.dmnt-cta-bg { position: absolute; inset: 0; z-index: 0; }
.dmnt-cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.dmnt-cta-bg::after { content: ''; position: absolute; inset: 0; background: rgba(26,26,26,.7); }
.dmnt-cta-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 0 24px; }
.dmnt-cta-content h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 600; margin: 0 0 24px; color: #fff; }
.dmnt-cta-content p { color: rgba(255,255,255,.85); margin: 0 0 32px; font-weight: 300; }
.dmnt-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.dmnt-cta-phone { margin-top: 24px; font-size: 1.125rem; color: #fff; font-weight: 400; }
.dmnt-cta-phone a { color: inherit; margin: 0 8px; }
.dmnt-cta-phone a:hover { color: #b8b8b8; }

/* CONTACT */
.dmnt-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1100px; margin: 0 auto; }
.dmnt-contact-info h2 { font-size: 1.75rem; font-weight: 600; margin: 0 0 32px; color: #fff; }
.dmnt-contact-info > p { color: #b8b8b8; font-weight: 300; line-height: 1.8; margin: 0 0 32px; }
.dmnt-contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.dmnt-contact-detail { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid #3a3a3a; }
.dmnt-contact-detail-icon { width: 40px; height: 40px; border: 1px solid #3a3a3a; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
.dmnt-contact-detail-icon svg { width: 16px; height: 16px; }
.dmnt-contact-detail-content h4 { font-size: .875rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 4px; color: #b8b8b8; }
.dmnt-contact-detail-content p { margin: 0; color: #fff; font-size: 1rem; line-height: 1.6; }
.dmnt-contact-detail-content a { color: inherit; }
.dmnt-contact-detail-content a:hover { color: #b8b8b8; }
.dmnt-contact-form { background: #222; padding: 40px; border: 1px solid #3a3a3a; }
.dmnt-contact-form h3 { font-size: 1.5rem; font-weight: 500; margin: 0 0 24px; color: #fff; }
.dmnt-form-group { margin-bottom: 20px; }
.dmnt-form-label { display: block; font-size: .875rem; margin-bottom: 8px; color: #b8b8b8; font-weight: 400; }
.dmnt-form-input, .dmnt-form-textarea { width: 100%; padding: 12px 16px; background: #1a1a1a; border: 1px solid #3a3a3a; color: #fff; font-family: 'Poppins', sans-serif; font-size: .95rem; font-weight: 300; transition: all .3s ease; }
.dmnt-form-input:focus, .dmnt-form-textarea:focus { outline: none; border-color: #fff; }
.dmnt-form-textarea { min-height: 140px; resize: vertical; }
.dmnt-form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 32px; background: #fff; color: #1a1a1a; font-weight: 500; font-size: .875rem; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: all .3s ease; border: 1px solid #fff; width: 100%; }
.dmnt-form-submit:hover { background: transparent; color: #fff; }
.dmnt-form-submit:disabled { opacity: .7; cursor: not-allowed; }
.dmnt-form-message { margin-top: 16px; padding: 12px; font-size: .9rem; }
.dmnt-form-message.success { background: rgba(40,180,80,.15); color: #7fdb9a; border: 1px solid #2e8b57; }
.dmnt-form-message.error { background: rgba(220,60,60,.15); color: #ff8b8b; border: 1px solid #c0392b; }

/* FOOTER */
.dmnt-site-footer { background: #111; border-top: 1px solid #3a3a3a; padding: 60px 0 0; }
.dmnt-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.dmnt-footer-col h4 { font-size: .95rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 20px; color: #fff; }
.dmnt-footer-col p, .dmnt-footer-col a, .dmnt-footer-col li { color: #b8b8b8; font-size: .9rem; line-height: 1.8; font-weight: 300; }
.dmnt-footer-col a:hover { color: #fff; }
.dmnt-footer-col ul li { margin-bottom: 8px; }
.dmnt-footer-logo img { height: 60px; width: auto; margin-bottom: 20px; }
.dmnt-footer-bottom { border-top: 1px solid #3a3a3a; padding: 24px 0; text-align: center; font-size: .85rem; color: #888; font-weight: 300; }
.dmnt-footer-bottom p { margin: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .dmnt-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .dmnt-header-top { gap: 24px; }
  .dmnt-main-nav { gap: 32px; }
  .dmnt-site-logo img { height: 90px; }
  .dmnt-header-flex { gap: 30px; }
}

@media (max-width: 900px) {
  .dmnt-site-header { background: rgba(255,255,255,0.42); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 2px 20px rgba(0,0,0,.08); padding: 8px 0; }
  .dmnt-site-header .dmnt-mobile-toggle span { background: #1a1a1a !important; }
  .dmnt-mobile-toggle.active span { background: #1a1a1a !important; }
  .dmnt-site-header .dmnt-container { padding: 0 20px; }
  .dmnt-header-flex { min-height: 70px; gap: 16px; align-items: center; }
  .dmnt-site-logo { padding: 6px 0; }
  .dmnt-site-logo img { height: 60px; }
  .dmnt-header-top { display: none; }
  .dmnt-header-bottom { padding: 0; }
  .dmnt-mobile-toggle { display: flex; margin-left: auto; }
  .dmnt-mobile-toggle.active { display: none; }
  .dmnt-main-nav { position: fixed; top: 0; right: -100%; width: 100%; max-width: 320px; height: 100vh; background: #ffffff; flex-direction: column; padding: 80px 32px 40px; gap: 24px; align-items: flex-start; transition: right .3s ease; border-left: 1px solid rgba(0,0,0,0.08); z-index: 100; overflow-y: auto; box-shadow: -10px 0 40px rgba(0,0,0,.15); }
  .dmnt-mobile-close { display: flex !important; align-items: center; justify-content: center; position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; background: rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.18); border-radius: 50%; color: #000; cursor: pointer; z-index: 102; transition: all .25s ease; padding: 0; }
  .dmnt-mobile-close:hover { background: rgba(0,0,0,.12); transform: rotate(90deg); }
  .dmnt-mobile-close svg { width: 20px; height: 20px; }
  .dmnt-main-nav.active { right: 0; }
  .dmnt-main-nav > a, .dmnt-main-nav .dmnt-menu-list > .dmnt-menu-item > a { font-size: 1rem; width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.15); }
  /* Mobile menu-list — stack vertical */
  .dmnt-menu-list { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .dmnt-menu-list .dmnt-menu-item { width: 100%; position: relative; border-bottom: 1px solid rgba(0,0,0,.15); }
  .dmnt-menu-list .dmnt-menu-item > a { border-bottom: none !important; padding: 14px 36px 14px 0 !important; }
  .dmnt-menu-list .dmnt-menu-item .dmnt-caret { display: none; }
  .dmnt-submenu-toggle { display: inline-flex !important; align-items: center; justify-content: center; position: absolute; top: 6px; right: 0; width: 36px; height: 36px; color: #000 !important; }
  .dmnt-submenu { position: static !important; display: block !important; grid-template-columns: none !important; opacity: 1; visibility: visible; transform: none !important; background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 0 8px 16px !important; margin: 0 !important; min-width: 0 !important; max-width: none !important; max-height: 0; overflow: hidden; transition: max-height .3s ease; width: 100%; }
  .dmnt-menu-list > .dmnt-menu-item > .dmnt-submenu { padding-left: 16px !important; }
  .dmnt-menu-list .dmnt-menu-item.is-open > .dmnt-submenu { max-height: 1000px; }
  .dmnt-menu-list .dmnt-menu-item.is-open > .dmnt-submenu-toggle svg { transform: rotate(180deg); }
  .dmnt-submenu .dmnt-menu-item > a { padding: 10px 0 !important; font-size: .9rem; color: #333 !important; background: transparent !important; }
  .dmnt-submenu .dmnt-menu-item { border-bottom: none !important; }
  .dmnt-submenu .dmnt-submenu { margin-left: 12px; }
  .dmnt-main-nav .dmnt-mobile-info { display: flex !important; flex-direction: column; gap: 14px; width: 100%; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,.15); }
  .dmnt-mobile-info .dmnt-header-info { font-size: .9rem; color: #000; }
  .dmnt-mobile-info .dmnt-header-info a { color: inherit; }
  .dmnt-mobile-info .dmnt-header-info svg { color: #000; }
  .dmnt-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .dmnt-services-grid { grid-template-columns: 1fr !important; }
  .dmnt-service-item { padding: 28px 24px; margin: -1px 0 0 0; }
  .dmnt-hero { min-height: 80vh; padding-top: 140px; }
  .dmnt-page-hero { min-height: 40vh; padding-top: 140px; }
  .dmnt-contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .dmnt-container { padding: 0 20px; }
  .dmnt-section { padding: 60px 0; }
  .dmnt-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .dmnt-site-logo img { height: 42px; }
  .dmnt-project-card { height: 180px; }
  .dmnt-cta-section { padding: 80px 0; }
  .dmnt-btn { padding: 14px 28px; font-size: .8rem; }
  .dmnt-contact-form { padding: 24px; }
  .dmnt-project-specs { flex-direction: column; gap: 8px; text-align: center; }
  .dmnt-project-spec-divider { display: none; }
}
