/*
Theme Name: Delaware Heights
Theme URI: https://deheights.com
Author: Delaware Heights Inc
Author URI: https://deheights.com
Description: Luxury custom home construction theme for Delaware Heights Inc — Building Dreams. Deep navy and metallic gold identity with DH monogram.
Version: 3.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: deheights
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
    --ink:          #0d1830;
    --navy:         #1a2244;
    --navy-mid:     #1e2d5a;
    --gold:         #c9a046;
    --gold-bright:  #e8b84e;
    --gold-dim:     #9e7e2a;
    --gold-wash:    rgba(201,160,70,0.08);
    --cream:        #f5f0e8;
    --cream-dark:   #ede7d8;
    --white:        #ffffff;
    --gray:         #6b7280;
    --gray-light:   #f0ede8;
    --border:       rgba(201,160,70,0.2);
    --border-light: rgba(255,255,255,0.1);
    --shadow:       0 2px 16px rgba(13,24,48,0.1);
    --shadow-lg:    0 16px 48px rgba(13,24,48,0.22);
    --serif:        'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --sans:         'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --header-h:     74px;
    --transition:   0.25s ease;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--sans);
    color: var(--navy);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--sans); border: none; padding: 0; background: none; }
h1,h2,h3,h4,h5,h6 { font-family: var(--serif); font-weight: 600; line-height: 1.15; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ============================================================
   TYPOGRAPHY UTILITIES
   ============================================================ */
.dh-eyebrow {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.75rem;
}
.dh-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1.5px;
    background: var(--gold);
    flex-shrink: 0;
}

.dh-heading {
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 600;
    color: var(--ink);
    line-height: 1.05;
    margin-bottom: 1rem;
}
.dh-heading--white { color: var(--white); }
.dh-heading--gold  { color: var(--gold); }

.dh-sub {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    max-width: 560px;
    margin-bottom: 2.5rem;
}

.dh-rule {
    width: 52px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 2rem;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.dh-container { max-width: 1200px; margin: 0 auto; padding: 6rem 2rem; }
.dh-section    { padding: 2rem 2rem; }
.dh-section--cream  { background: var(--cream); }
.dh-section--white  { background: var(--white); }
.dh-section--ink    { background: var(--ink); }
.dh-section--navy   { background: var(--navy); }
.dh-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }

/* ============================================================
   BUTTONS
   ============================================================ */
.dh-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 14px 28px;
    border: 2px solid transparent;
    transition: all var(--transition);
    cursor: pointer;
}
.dh-btn--gold  { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.dh-btn--gold:hover { background: transparent; color: var(--gold); }
.dh-btn--outline-white { background: transparent; color: rgba(255,255,255,0.88); border-color: rgba(255,255,255,0.35); }
.dh-btn--outline-white:hover { border-color: var(--gold); color: var(--gold); }
.dh-btn--navy  { background: var(--navy); color: var(--white); border-color: var(--navy); }
.dh-btn--navy:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ============================================================
   HEADER
   ============================================================ */
#dh-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
    background: var(--ink);
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 2px 24px rgba(13,24,48,0.5);
    transition: box-shadow var(--transition);
}

/* Logo */
.dh-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}
.dh-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.05);
}
.dh-logo-text { display: flex; flex-direction: column; line-height: 1; }
.dh-logo-name {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white);
}
.dh-logo-name span { color: var(--gold); }
.dh-logo-tagline {
    font-size: 8.5px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-top: 3px;
}

/* Desktop nav */
.dh-nav { display: flex; align-items: center; gap: 1.75rem; }
.dh-nav a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    transition: color var(--transition);
}
.dh-nav a:hover { color: var(--gold); }
.dh-nav-cta {
    background: var(--gold);
    color: var(--ink) !important;
    padding: 9px 20px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid var(--gold);
    transition: all var(--transition);
}
.dh-nav-cta:hover { background: transparent !important; color: var(--gold) !important; }

/* Hamburger */
.dh-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
}
.dh-hamburger span {
    width: 24px; height: 2px;
    background: var(--white);
    display: block;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.dh-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.dh-hamburger.active span:nth-child(2) { opacity: 0; }
.dh-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.dh-mobile-menu {
    display: none;
    position: fixed;
    top: var(--header-h); left: 0; right: 0;
    background: var(--ink);
    z-index: 999;
    flex-direction: column;
    border-top: 1px solid var(--border);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
}
.dh-mobile-menu.open { display: flex; }
.dh-mobile-menu a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: color var(--transition), background var(--transition);
}
.dh-mobile-menu a:hover { color: var(--gold); background: rgba(201,160,70,0.06); }
.dh-mobile-menu .dh-mobile-cta {
    margin: 1rem 2rem 1.5rem;
    background: var(--gold);
    color: var(--ink);
    text-align: center;
    padding: 14px;
    font-weight: 700;
    border: none;
    border-bottom: none;
}

/* ============================================================
   HERO  — diagonal split with luxury home photo
   ============================================================ */
#dh-hero {
    min-height: 100vh;
    background: var(--ink);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: var(--header-h);
}

/* Background image panel — left 55% */
.dh-hero-photo {
    position: absolute;
    inset: 0;
    width: 58%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dh-hero-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(13,24,48,0.25) 0%, rgba(13,24,48,0.6) 75%, rgba(13,24,48,0.95) 100%);
}

/* Diagonal slash divider */
.dh-hero-slash {
    position: absolute;
    top: 0; bottom: 0;
    left: 52%;
    width: 120px;
    background: linear-gradient(105deg, transparent 0%, transparent 45%, var(--ink) 45%);
    z-index: 2;
}

/* Fine gold line along diagonal */
.dh-hero-slash::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 46%;
    width: 2px;
    background: linear-gradient(180deg, transparent 0%, var(--gold) 15%, var(--gold) 85%, transparent 100%);
    transform: skewX(-8deg);
}

/* Grid pattern on right */
.dh-hero-grid {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 55%;
    background-image:
        linear-gradient(rgba(201,160,70,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,160,70,0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    z-index: 1;
}

/* ── FULL BACKGROUND MODE — photo covers 100%, no slash, centered content ── */
#dh-hero.hero-fullbg .dh-hero-photo {
    width: 100%;
}
#dh-hero.hero-fullbg .dh-hero-photo::after {
    background: linear-gradient(180deg,
        rgba(13,24,48,0.35) 0%,
        rgba(13,24,48,0.55) 50%,
        rgba(13,24,48,0.75) 100%);
}
#dh-hero.hero-fullbg .dh-hero-slash { display: none; }
#dh-hero.hero-fullbg .dh-hero-grid  { display: none; }
#dh-hero.hero-fullbg .dh-hero-inner {
    padding: 4rem 2rem;
    align-items: center;
    text-align: center;
    max-width: 860px;
}
#dh-hero.hero-fullbg .dh-hero-badge { margin: 0 auto 1.75rem; }
#dh-hero.hero-fullbg .dh-hero-sub   { max-width: 560px; margin-left: auto; margin-right: auto; }
#dh-hero.hero-fullbg .dh-hero-btns  { justify-content: center; }
#dh-hero.hero-fullbg .dh-hero-stats { justify-content: center; border-top: 1px solid rgba(201,160,70,0.2); }

.dh-hero-inner {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem 4rem 56%;
    width: 100%;
    min-height: calc(100vh - var(--header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Badge */
.dh-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(201,160,70,0.4);
    padding: 5px 12px;
    margin-bottom: 1.75rem;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    width: fit-content;
}

.dh-hero-inner h1 {
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.0;
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
}
.dh-hero-inner h1 .gold { color: var(--gold); }

.dh-hero-tagline {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 1.5rem;
}

.dh-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.62);
    line-height: 1.8;
    max-width: 380px;
    margin-bottom: 2rem;
}

.dh-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }

/* Stats — horizontal row */
.dh-hero-stats {
    display: flex;
    gap: 0;
    border-top: 1px solid rgba(201,160,70,0.2);
    padding-top: 1.75rem;
    flex-wrap: wrap;
}
.dh-hero-stat {
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid rgba(201,160,70,0.2);
}
.dh-hero-stat:last-child { border-right: none; margin-right: 0; }
.dh-hero-stat-num {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 3px;
}
.dh-hero-stat-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    line-height: 1.4;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
#dh-trust {
    background: var(--gold);
    padding: 0.9rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.dh-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
}
.dh-trust-dot { font-size: 6px; color: var(--ink); opacity: 0.5; }

/* ============================================================
   GALLERY STRIP
   ============================================================ */
#dh-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 220px;
    overflow: hidden;
}
.dh-gallery-item { overflow: hidden; position: relative; }
.dh-gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(0.75) saturate(0.9);
    transition: transform 0.6s ease, filter 0.4s ease;
}
.dh-gallery-item:hover img { transform: scale(1.08); filter: brightness(0.95) saturate(1.1); }

/* ============================================================
   ABOUT
   ============================================================ */
.dh-timeline { display: flex; flex-direction: column; }
.dh-tl-item {
    display: flex; gap: 1.25rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(201,160,70,0.15);
}
.dh-tl-item:last-child { border-bottom: none; }
.dh-tl-year {
    font-family: var(--serif);
    font-size: 19px; font-weight: 700;
    color: var(--gold);
    min-width: 52px; line-height: 1;
    padding-top: 2px;
}
.dh-tl-content h4 {
    font-family: var(--serif);
    font-size: 16px; font-weight: 600;
    color: var(--ink); margin-bottom: 3px;
}
.dh-tl-content p { font-size: 13px; color: var(--gray); line-height: 1.7; }

.dh-location-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.5rem; }
.dh-location-tag {
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--navy); border: 1px solid rgba(201,160,70,0.35);
    padding: 4px 12px; background: rgba(201,160,70,0.06);
}

/* ============================================================
   SERVICES
   ============================================================ */
.dh-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1px;
    background: rgba(201,160,70,0.15);
}
.dh-svc-card {
    background: var(--cream);
    padding: 2.5rem 2rem;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}
.dh-svc-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.dh-svc-card:hover { background: var(--ink); }
.dh-svc-card:hover::before { transform: scaleX(1); }

.dh-svc-num {
    font-family: var(--serif);
    font-size: 48px; font-weight: 700;
    color: rgba(201,160,70,1);
    line-height: 1; margin-bottom: 1.25rem;
    transition: color var(--transition);
    display: block;
}
.dh-svc-card:hover .dh-svc-num { color: rgba(201,160,70,1); }

.dh-svc-title {
    font-family: var(--serif);
    font-size: 20px; font-weight: 600;
    color: var(--ink); margin-bottom: 0.75rem;
    line-height: 1.2;
    transition: color var(--transition);
}
.dh-svc-card:hover .dh-svc-title { color: var(--white); }

.dh-svc-desc {
    font-size: 13.5px; color: #555;
    line-height: 1.8; margin-bottom: 1.25rem;
    transition: color var(--transition);
}
.dh-svc-card:hover .dh-svc-desc { color: rgba(255,255,255,0.6); }

.dh-svc-link {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--gold-dim); transition: color var(--transition);
}
.dh-svc-link::after { content: ' \2192'; }
.dh-svc-card:hover .dh-svc-link { color: var(--gold); }

/* ============================================================
   PROCESS
   ============================================================ */
.dh-process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid rgba(201,160,70,0.15);
}
.dh-process-step {
    padding: 2rem 1.5rem;
    border-right: 1px solid rgba(201,160,70,0.15);
    background: var(--white);
    transition: background var(--transition);
}
.dh-process-step:last-child { border-right: none; }
.dh-process-step:hover { background: var(--cream); }

.dh-process-num {
    font-family: var(--serif);
    font-size: 52px; font-weight: 700;
    color: rgba(201,160,70,1);
    line-height: 1; margin-bottom: 1.25rem; display: block;
}
.dh-process-step h3 { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 0.6rem; }
.dh-process-step p  { font-size: 12.5px; color: var(--gray); line-height: 1.7; }

/* ============================================================
   PROJECTS
   ============================================================ */
#dh-projects { background: var(--cream); padding: 3rem 2rem 6rem; }
.dh-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}
.dh-project-card {
    background: var(--white);
    border: 1px solid rgba(201,160,70,0.18);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dh-project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.dh-proj-gallery { position: relative; height: 255px; overflow: hidden; background: var(--ink); }
.dh-proj-track { display: flex; height: 100%; transition: transform 0.4s ease; will-change: transform; }
.dh-proj-slide { min-width: 100%; height: 100%; overflow: hidden; flex-shrink: 0; }
.dh-proj-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.dh-project-card:hover .dh-proj-slide img { transform: scale(1.04); }
.dh-proj-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; height: 55%;
    background: linear-gradient(to top, rgba(13,24,48,0.8), transparent);
    pointer-events: none; z-index: 1;
}

.dh-proj-badge {
    position: absolute; top: 0.9rem; left: 0.9rem;
    font-size: 9px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 4px 10px; z-index: 3;
}
.dh-badge--sale        { background: var(--gold); color: var(--ink); }
.dh-badge--completed   { background: #2d6a4f; color: #fff; }
.dh-badge--ongoing     { background: var(--navy); color: #fff; }
.dh-badge--coming-soon { background: rgba(201,160,70,0.18); color: var(--gold); border: 1px solid rgba(201,160,70,0.4); }

.dh-proj-dots { position: absolute; bottom: 0.65rem; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 4; }
.dh-proj-dot  { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.45); cursor: pointer; transition: background var(--transition); padding: 0; }
.dh-proj-dot.active { background: var(--gold); }
.dh-proj-arrow  { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.4); color: var(--white); width: 30px; height: 30px; cursor: pointer; font-size: 17px; display: flex; align-items: center; justify-content: center; z-index: 4; transition: background var(--transition); border-radius: 2px; line-height: 1; }
.dh-proj-arrow:hover { background: rgba(0,0,0,.65); }
.dh-proj-prev { left: 0.6rem; }
.dh-proj-next { right: 0.6rem; }

.dh-proj-info { padding: 1.5rem; }
.dh-proj-info h3 { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--ink); margin-bottom: 0.35rem; line-height: 1.25; }
.dh-proj-loc  { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.6rem; }
.dh-proj-price { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--gold); margin-bottom: 0.4rem; }
.dh-proj-desc  { font-size: 13px; color: var(--gray); line-height: 1.7; margin-top: 0.5rem; }
.dh-proj-tags  { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 0.9rem; }
.dh-proj-tag   { font-size: 10px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid rgba(201,160,70,0.3); padding: 3px 9px; color: var(--gray); background: rgba(201,160,70,0.05); }

/* ============================================================
   SERVICES MENTION — RESTORATION (brief)
   ============================================================ */
.dh-resto-mention {
    background: var(--ink);
    border: 1px solid rgba(201,160,70,0.2);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.dh-resto-mention h3 {
    font-family: var(--serif);
    font-size: 22px; font-weight: 600;
    color: var(--white); margin-bottom: 0.35rem;
}
.dh-resto-mention p { font-size: 13px; color: rgba(255,255,255,0.5); max-width: 480px; line-height: 1.7; }
.dh-resto-phone { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--gold); white-space: nowrap; }
.dh-resto-label { font-size: 9px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 3px; }

/* ============================================================
   VALUES
   ============================================================ */
.dh-values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }
.dh-value-card { }
.dh-value-line  { width: 28px; height: 2px; background: var(--gold); margin-bottom: 1rem; }
.dh-value-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--ink); margin-bottom: 0.65rem; }
.dh-value-card p  { font-size: 14px; color: var(--gray); line-height: 1.8; }

/* ============================================================
   CONTACT
   ============================================================ */
#dh-contact {
    background: var(--ink);
    padding: 6rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* Subtle gold arc */
#dh-contact::before {
    content: '';
    position: absolute;
    top: -200px; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    border-radius: 50%;
    border: 1px solid rgba(201,160,70,0.07);
    pointer-events: none;
}
.dh-contact-inner { position: relative; z-index: 2; max-width: 740px; margin: 0 auto; padding: 3rem 0; }
.dh-contact-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.dh-contact-eyebrow::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--gold); }
.dh-contact-h  { font-size: clamp(28px,4vw,48px); font-weight: 700; color: var(--black); line-height: 1.05; margin-bottom: 0.75rem; }
.dh-contact-sub { font-size: 15px; color: rgba(0,0,0,1); margin: 0 auto 2.5rem; line-height: 1.8; }
.dh-contact-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-bottom: 1.5rem; background: rgba(201,160,70,0.15); }
.dh-contact-card { background: rgba(255,255,255,0.04); padding: 1.5rem 1.25rem; }
.dh-contact-label { font-size: 9px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.65rem; display: block; }
.dh-contact-val   { font-family: var(--serif); font-size: 16px; font-weight: 600; color: var(--black); display: block; line-height: 1.45; }
.dh-contact-note  { font-size: 13px; color: rgba(255,255,255,0.38); margin-bottom: 1.5rem; }

/* ============================================================
   FOOTER
   ============================================================ */
#dh-footer {
    background: #060d1a;
    padding: 3.5rem 2rem 2rem;
    border-top: 3px solid var(--gold);
}
.dh-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.dh-footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 0.9rem; text-decoration: none; }
.dh-footer-logo-img { height: 40px; width: auto; object-fit: contain; }
.dh-footer-logo-text { display: flex; flex-direction: column; line-height: 1; }
.dh-footer-logo-name { font-family: var(--serif); font-size: 16px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); }
.dh-footer-logo-name span { color: var(--gold); }
.dh-footer-logo-tagline { font-size: 8px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 3px; }
.dh-footer-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 1rem; }
.dh-footer-est  { font-size: 9.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.dh-footer-col h4 { font-size: 9.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.dh-footer-col ul { display: flex; flex-direction: column; gap: 0.55rem; }
.dh-footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.55); transition: color var(--transition); }
.dh-footer-col ul li a:hover { color: var(--gold); }
.dh-footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.dh-footer-copy  { font-size: 11.5px; color: rgba(255,255,255,0.3); }
.dh-footer-legal { display: flex; gap: 1.5rem; }
.dh-footer-legal a { font-size: 11.5px; color: rgba(255,255,255,0.3); transition: color var(--transition); }
.dh-footer-legal a:hover { color: var(--gold); }

/* ============================================================
   INQUIRY MODAL
   ============================================================ */
#dh-overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(6,13,26,0.9);
    z-index: 9000;
    align-items: center; justify-content: center;
    backdrop-filter: blur(5px);
    padding: 1rem;
}
#dh-overlay.open { display: flex; }
.dh-modal {
    background: var(--white);
    max-width: 520px; width: 100%;
    position: relative;
    box-shadow: 0 32px 80px rgba(0,0,0,.5);
    max-height: 90vh; overflow-y: auto;
}
.dh-modal-head {
    background: var(--ink);
    padding: 1.75rem 2rem;
    border-bottom: 3px solid var(--gold);
    position: relative;
}
.dh-modal-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 0.6rem; }
.dh-modal-brand-img { height: 32px; width: auto; object-fit: contain; }
.dh-modal-head h3 { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--white); margin-bottom: 0.25rem; }
.dh-modal-head p  { font-size: 13px; color: rgba(255,255,255,0.55); }
.dh-modal-close { position: absolute; top: 1rem; right: 1.25rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: var(--white); width: 30px; height: 30px; font-size: 17px; display: flex; align-items: center; justify-content: center; cursor: pointer; line-height: 1; transition: background var(--transition); border-radius: 2px; }
.dh-modal-close:hover { background: rgba(255,255,255,0.2); }
.dh-modal-body { padding: 1.75rem 2rem; }
.dh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.dh-field { display: flex; flex-direction: column; gap: 0.38rem; margin-bottom: 1rem; }
.dh-field label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); }
.dh-field input, .dh-field textarea, .dh-field select { border: 1px solid rgba(201,160,70,0.25); padding: 0.7rem 0.9rem; font-size: 14px; outline: none; width: 100%; transition: border-color var(--transition); background: var(--white); color: var(--navy); border-radius: 2px; }
.dh-field input:focus, .dh-field textarea:focus, .dh-field select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201,160,70,0.1); }
.dh-field textarea { min-height: 105px; resize: vertical; }
.dh-form-error   { display: none; font-size: 13px; color: #dc2626; padding: 0.4rem 0; }
.dh-form-success { display: none; background: #f0fdf4; border: 1px solid #86efac; color: #166534; padding: 0.9rem 1rem; font-size: 14px; margin-top: 0.9rem; border-radius: 2px; }
.dh-submit-btn {
    width: 100%; padding: 14px;
    background: var(--ink); color: var(--white);
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    margin-top: 1rem;
    transition: all var(--transition);
    border: 2px solid var(--ink);
    border-radius: 2px;
}
.dh-submit-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.dh-form-note { font-size: 11px; color: var(--gray); text-align: center; margin-top: 0.75rem; }
.dh-form-note a { color: var(--navy); font-weight: 600; }

/* FAB */
#dh-fab {
    position: fixed; bottom: 1.75rem; right: 1.75rem;
    z-index: 500;
    background: var(--gold); color: var(--ink);
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 12px 22px;
    display: flex; align-items: center; gap: 9px;
    box-shadow: 0 8px 28px rgba(201,160,70,0.4);
    border: 2px solid var(--gold);
    transition: all var(--transition); cursor: pointer;
    border-radius: 2px;
}
#dh-fab:hover { background: var(--ink); color: var(--gold); box-shadow: 0 8px 28px rgba(13,24,48,0.4); }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.dh-reveal {
    opacity: 0; transform: translateY(22px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.dh-reveal.visible { opacity: 1; transform: translateY(0); }
.dh-reveal.delay-1 { transition-delay: 0.1s; }
.dh-reveal.delay-2 { transition-delay: 0.2s; }
.dh-reveal.delay-3 { transition-delay: 0.3s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    #dh-header { padding: 0 1.5rem; }
    .dh-nav { display: none; }
    .dh-hamburger { display: flex; }
    .dh-hero-photo { width: 100%; }
    .dh-hero-slash { display: none; }
    .dh-hero-grid  { width: 100%; }
    .dh-hero-inner { padding: 3rem 2rem; background: rgba(13,24,48,0.7); }
    .dh-hero-sub   { max-width: 100%; }
    .dh-section    { padding: 4rem 2rem; }
    .dh-grid-2     { grid-template-columns: 1fr; gap: 3rem; }
    .dh-process-grid { grid-template-columns: repeat(3,1fr); }
    .dh-process-step { border-right: none; border-bottom: 1px solid rgba(201,160,70,0.15); }
    .dh-values-grid { grid-template-columns: repeat(2,1fr); }
    .dh-contact-cards { grid-template-columns: repeat(2,1fr); }
    .dh-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    #dh-gallery { grid-template-columns: repeat(3,1fr); height: 180px; }
    #dh-gallery .dh-gallery-item:nth-child(4),
    #dh-gallery .dh-gallery-item:nth-child(5) { display: none; }
}
@media (max-width: 768px) {
    :root { --header-h: 64px; }
    .dh-projects-grid  { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .dh-services-grid  { grid-template-columns: 1fr; }
    .dh-values-grid    { grid-template-columns: 1fr; }
    .dh-contact-cards  { grid-template-columns: 1fr; }
    .dh-footer-grid    { grid-template-columns: 1fr; }
    #dh-gallery { grid-template-columns: repeat(2,1fr); height: 150px; }
    #dh-gallery .dh-gallery-item:nth-child(3),
    #dh-gallery .dh-gallery-item:nth-child(4),
    #dh-gallery .dh-gallery-item:nth-child(5) { display: none; }
    .dh-hero-inner h1 { font-size: 36px; }
    .dh-hero-stats { gap: 1.5rem; }
    .dh-hero-stat { padding-right: 1.5rem; margin-right: 1.5rem; }
    .dh-form-row { grid-template-columns: 1fr; }
    .dh-process-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
    #dh-header { padding: 0 1.25rem; }
    .dh-logo-tagline { display: none; }
    .dh-hero-inner { padding: 2.5rem 1.25rem; }
    .dh-hero-inner h1 { font-size: 32px; }
    .dh-hero-btns  { flex-direction: column; }
    .dh-btn        { width: 100%; justify-content: center; }
    .dh-hero-stats { flex-wrap: wrap; gap: 1.25rem; }
    .dh-hero-stat  { border-right: none; padding-right: 0; margin-right: 0; min-width: 120px; }
    .dh-section    { padding: 3rem 1.25rem; }
    #dh-projects   { padding: 1.5rem 1.25rem 3rem; }
    .dh-projects-grid  { grid-template-columns: 1fr; }
    .dh-process-grid   { grid-template-columns: 1fr; }
    #dh-footer     { padding: 2.5rem 1.25rem 1.5rem; }
    #dh-contact    { padding: 3.5rem 1.25rem; }
    .dh-footer-bottom  { flex-direction: column; align-items: flex-start; }
    .dh-resto-mention  { flex-direction: column; text-align: center; }
}
@media (max-width: 380px) {
    .dh-hero-inner h1 { font-size: 28px; }
    .dh-logo-name      { font-size: 15px; }
}

/* WordPress */
.entry-content p { margin-bottom: 1.25rem; }
.aligncenter { text-align: center; margin: 1.5rem auto; }
.alignleft   { float: left; margin: 0 1.5rem 1rem 0; }
.alignright  { float: right; margin: 0 0 1rem 1.5rem; }
