/* Decor World Hub — premium teal & gold design system */
:root {
	--dwh-primary: #0F766E;
	--dwh-primary-dark: #0b544e;
	--dwh-accent: #D4AF37;
	--dwh-accent-soft: #f0dfa5;
	--dwh-ink: #16303a;
	--dwh-body: #4b5a63;
	--dwh-bg: #ffffff;
	--dwh-soft: #F8FAFC;
	--dwh-border: #e6ebef;
	--dwh-radius: 16px;
	--dwh-radius-lg: 22px;
	--dwh-shadow-soft: 0 10px 30px -18px rgba(22, 48, 58, .35);
	--dwh-shadow: 0 24px 60px -30px rgba(15, 118, 110, .45);
	--dwh-max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	color: var(--dwh-body);
	background: var(--dwh-bg);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.dwh-lang-ar,
[dir="rtl"] body { font-family: "Cairo", system-ui, sans-serif; }

h1, h2, h3, h4 { color: var(--dwh-ink); font-weight: 700; line-height: 1.2; margin: 0 0 .6rem; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--dwh-primary); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--dwh-accent); }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.skip-link:focus { position: fixed; top: 12px; inset-inline-start: 12px; width: auto; height: auto; clip: auto; background: #fff; padding: 10px 16px; z-index: 999; border-radius: 8px; }

.dwh-container { width: 100%; max-width: var(--dwh-max); margin: 0 auto; padding: 0 20px; }
.dwh-narrow { max-width: 860px; }
.dwh-center { text-align: center; margin-top: 2.5rem; }
.dwh-i { width: 18px; height: 18px; flex: none; }
.dwh-i-lg { width: 24px; height: 24px; }

/* ---------- Buttons ---------- */
.dwh-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	padding: .85rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
	border: 1px solid transparent; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
	box-shadow: var(--dwh-shadow-soft); text-align: center;
}
.dwh-btn:hover { transform: translateY(-2px); box-shadow: var(--dwh-shadow); }
.dwh-btn-primary { background: var(--dwh-primary); color: #fff; }
.dwh-btn-primary:hover { background: var(--dwh-primary-dark); color: #fff; }
.dwh-btn-accent { background: var(--dwh-accent); color: #2b2306; }
.dwh-btn-accent:hover { background: #c39f2b; color: #2b2306; }
.dwh-btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(8px); }
.dwh-btn-ghost:hover { background: #fff; color: var(--dwh-primary); }
.dwh-btn svg { transition: transform .3s ease; }
.dwh-btn:hover svg { transform: translateX(3px); }
[dir="rtl"] .dwh-btn:hover svg { transform: translateX(-3px); }
[dir="rtl"] .dwh-btn svg, [dir="rtl"] .dwh-link svg { transform: rotate(180deg); }

.dwh-contact-buttons { display: flex; flex-wrap: wrap; gap: .75rem; }
.dwh-variant-onPrimary .dwh-btn-primary { background: #fff; color: var(--dwh-primary); }
.dwh-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .92rem; }

/* ---------- Header ---------- */
.dwh-header { position: sticky; top: 0; z-index: 60; }
.dwh-topbar { background: var(--dwh-ink); color: rgba(255,255,255,.75); font-size: .8rem; }
.dwh-topbar-inner { display: flex; flex-wrap: wrap; gap: 1.4rem; padding-top: .5rem; padding-bottom: .5rem; }
.dwh-topbar-item { display: inline-flex; align-items: center; gap: .4rem; color: inherit; }
.dwh-topbar-item:hover { color: var(--dwh-accent); }

.dwh-nav-wrap { background: rgba(255,255,255,.82); backdrop-filter: blur(16px) saturate(150%); border-bottom: 1px solid var(--dwh-border); }
.dwh-nav { display: flex; align-items: center; gap: 1.2rem; min-height: 76px; }
.dwh-brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--dwh-ink); }
.dwh-brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--dwh-primary); color: #fff; font-weight: 800; font-size: 1.2rem; }
.dwh-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.dwh-brand-text strong { font-size: 1rem; }
.dwh-brand-text em { font-style: normal; font-size: .74rem; opacity: .7; }

.dwh-menu { margin-inline-start: auto; }
.dwh-menu-list { display: flex; align-items: center; gap: 1.35rem; list-style: none; margin: 0; padding: 0; }
.dwh-menu-list a { color: var(--dwh-ink); font-weight: 500; font-size: .95rem; position: relative; }
.dwh-menu-list a::after { content: ""; position: absolute; inset-inline-start: 0; bottom: -6px; height: 2px; width: 0; background: var(--dwh-accent); transition: width .3s ease; }
.dwh-menu-list a:hover::after, .dwh-menu-list .current-menu-item > a::after { width: 100%; }
.dwh-menu-list .sub-menu { display: none; position: absolute; background: #fff; padding: .6rem; border-radius: 12px; box-shadow: var(--dwh-shadow-soft); list-style: none; min-width: 200px; }
.dwh-menu-list li:hover > .sub-menu { display: block; }

.dwh-nav-actions { display: flex; align-items: center; gap: .6rem; }
.dwh-phone-chip { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--dwh-primary); background: rgba(15,118,110,.08); padding: .55rem 1rem; border-radius: 999px; font-size: .9rem; transition: all .3s ease; }
.dwh-phone-chip:hover { background: var(--dwh-primary); color: #fff; transform: translateY(-2px); }
.dwh-lang { display: inline-flex; align-items: center; gap: .35rem; border: 1px solid var(--dwh-border); border-radius: 999px; padding: .5rem .85rem; color: var(--dwh-ink); font-weight: 600; font-size: .85rem; }
.dwh-lang:hover { border-color: var(--dwh-accent); color: var(--dwh-accent); }
.dwh-burger { display: none; background: none; border: 1px solid var(--dwh-border); border-radius: 12px; padding: .5rem; color: var(--dwh-ink); cursor: pointer; }

.dwh-mobile { background: #fff; border-bottom: 1px solid var(--dwh-border); padding: 1rem 0 1.4rem; }
.dwh-mobile-list { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: .2rem; }
.dwh-mobile-list a { display: block; padding: .7rem .2rem; color: var(--dwh-ink); font-weight: 600; border-bottom: 1px solid var(--dwh-border); }

/* ---------- Hero ---------- */
.dwh-hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.dwh-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: dwh-zoom 18s ease-in-out infinite alternate; }
@keyframes dwh-zoom { from { transform: scale(1); } to { transform: scale(1.12); } }
.dwh-hero-overlay, .dwh-page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(11,63,60,.92), rgba(18,38,48,.72)); }
.dwh-hero-inner { position: relative; padding: 7rem 20px 5rem; color: #fff; }
.dwh-hero-title { color: #fff; max-width: 20ch; }
.dwh-hero-sub { color: rgba(255,255,255,.85); max-width: 62ch; font-size: 1.05rem; }
.dwh-hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; align-items: center; }
.dwh-hero-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; list-style: none; margin: 3.2rem 0 0; padding: 1.4rem; border-radius: var(--dwh-radius-lg); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.dwh-hero-stats strong { display: block; font-size: clamp(1.5rem, 3vw, 2.3rem); color: var(--dwh-accent); }
.dwh-hero-stats span { font-size: .85rem; color: rgba(255,255,255,.8); }

.dwh-eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--dwh-primary); margin-bottom: .6rem; }
.dwh-eyebrow.dwh-on-dark, .dwh-section-dark .dwh-eyebrow { color: var(--dwh-accent); }

/* ---------- Sections ---------- */
.dwh-section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.dwh-section-soft { background: linear-gradient(180deg, #fdfefe, var(--dwh-soft)); }
.dwh-section-dark { background: var(--dwh-ink); }
.dwh-section-dark h2, .dwh-section-dark h3 { color: #fff; }
.dwh-section-dark p { color: rgba(255,255,255,.75); }

.dwh-section-head { max-width: 780px; margin: 0 auto 2.8rem; text-align: center; }
.dwh-section-head.dwh-align-start { margin-inline: 0; text-align: start; }
.dwh-section-head p { color: var(--dwh-body); }

.dwh-grid { display: grid; gap: 1.5rem; }
.dwh-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.dwh-grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

/* ---------- Cards ---------- */
.dwh-card { background: #fff; border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius-lg); overflow: hidden; box-shadow: var(--dwh-shadow-soft); transition: transform .45s ease, box-shadow .45s ease; scroll-margin-top: 120px; }
.dwh-card:hover { transform: translateY(-6px); box-shadow: var(--dwh-shadow); }
.dwh-card-media { position: relative; aspect-ratio: 16/10; overflow: hidden; display: block; }
.dwh-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.dwh-card:hover .dwh-card-media img { transform: scale(1.09); }
.dwh-card-icon { position: absolute; bottom: 14px; inset-inline-start: 14px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--dwh-primary); transition: background .4s ease, color .4s ease; }
.dwh-card:hover .dwh-card-icon { background: var(--dwh-accent); color: #2b2306; }
.dwh-card-body { padding: 1.4rem; }
.dwh-card-body p { font-size: .93rem; }
.dwh-meta { font-size: .8rem; color: #8b98a1; }
.dwh-tag { position: absolute; top: 14px; inset-inline-start: 14px; background: rgba(255,255,255,.92); color: var(--dwh-ink); font-size: .72rem; font-weight: 700; text-transform: capitalize; padding: .3rem .7rem; border-radius: 999px; }
.dwh-zoom { position: absolute; inset: 0; background: transparent; border: 0; cursor: zoom-in; }

/* ---------- Split ---------- */
.dwh-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.dwh-split-media { position: relative; border-radius: var(--dwh-radius-lg); overflow: hidden; box-shadow: var(--dwh-shadow); }
.dwh-split-badge { position: absolute; bottom: 18px; inset-inline-end: 18px; background: var(--dwh-accent); color: #2b2306; border-radius: 16px; padding: .8rem 1.1rem; text-align: center; }
.dwh-split-badge strong { display: block; font-size: 1.5rem; }
.dwh-split-badge span { font-size: .75rem; }
.dwh-check-list { list-style: none; margin: 1.2rem 0 1.6rem; padding: 0; display: grid; gap: .6rem; }
.dwh-check-list li { display: flex; gap: .6rem; align-items: flex-start; }
.dwh-check-list svg { color: var(--dwh-accent); margin-top: 4px; }
.dwh-mv { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.4rem 0; }
.dwh-mv-card { background: var(--dwh-soft); border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius); padding: 1.1rem; }
.dwh-mv-card p { margin: 0; font-size: .9rem; }

/* ---------- Steps / timeline ---------- */
.dwh-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 1.2rem; counter-reset: step; }
.dwh-step { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--dwh-radius); padding: 1.4rem; }
.dwh-step-n { color: var(--dwh-accent); font-weight: 800; font-size: 1.5rem; }
.dwh-step h3 { margin-top: .5rem; font-size: 1.05rem; }
.dwh-step p { font-size: .88rem; margin: 0; }

.dwh-timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.dwh-timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 1.2rem; background: #fff; border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius); padding: 1.2rem 1.4rem; }
.dwh-year { font-weight: 800; color: var(--dwh-primary); font-size: 1.3rem; }

/* ---------- Testimonials, clients, faq ---------- */
.dwh-quote { margin: 0; background: #fff; border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius-lg); padding: 1.6rem; box-shadow: var(--dwh-shadow-soft); }
.dwh-stars { display: flex; gap: .2rem; color: var(--dwh-accent); margin-bottom: .7rem; }
.dwh-star { fill: currentColor; }
.dwh-quote blockquote { margin: 0 0 1.1rem; font-size: 1rem; color: var(--dwh-ink); }
.dwh-quote figcaption { display: flex; align-items: center; gap: .7rem; }
.dwh-quote figcaption img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.dwh-quote figcaption strong { display: block; color: var(--dwh-ink); font-size: .92rem; }
.dwh-quote figcaption em { font-style: normal; font-size: .8rem; color: #8b98a1; }

.dwh-clients { background: var(--dwh-soft); padding: 2.2rem 0; overflow: hidden; border-block: 1px solid var(--dwh-border); }
.dwh-marquee { overflow: hidden; }
.dwh-marquee-track { display: flex; gap: 3.5rem; width: max-content; animation: dwh-marquee 32s linear infinite; }
.dwh-client { font-size: 1.35rem; font-weight: 800; color: #b9c4cb; white-space: nowrap; }
@keyframes dwh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.dwh-accordion { display: grid; gap: .8rem; }
.dwh-faq { background: #fff; border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius); padding: 1rem 1.3rem; }
.dwh-faq summary { cursor: pointer; font-weight: 600; color: var(--dwh-ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.dwh-faq summary::-webkit-details-marker { display: none; }
.dwh-faq svg { color: var(--dwh-accent); transition: transform .3s ease; }
.dwh-faq[open] svg { transform: rotate(45deg); }
.dwh-faq p { margin: .8rem 0 0; font-size: .93rem; }

/* ---------- Page hero, filters, team, certs ---------- */
.dwh-page-hero { position: relative; display: flex; align-items: flex-end; min-height: 52vh; overflow: hidden; }
.dwh-page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dwh-page-hero-inner { position: relative; padding: 8rem 20px 3.5rem; color: #fff; }
.dwh-page-title { color: #fff; }
.dwh-page-sub { color: rgba(255,255,255,.82); max-width: 60ch; }
.dwh-crumb { display: flex; gap: .5rem; font-size: .85rem; color: rgba(255,255,255,.7); }
.dwh-crumb a { color: rgba(255,255,255,.8); }
.dwh-crumb-current { color: var(--dwh-accent); }

.dwh-filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2.2rem; }
.dwh-filter { border: 1px solid var(--dwh-border); background: #fff; border-radius: 999px; padding: .55rem 1.3rem; font-weight: 600; font-size: .9rem; color: var(--dwh-ink); cursor: pointer; transition: all .3s ease; }
.dwh-filter:hover { border-color: var(--dwh-accent); }
.dwh-filter.is-active { background: var(--dwh-primary); border-color: var(--dwh-primary); color: #fff; }

.dwh-team { text-align: center; }
.dwh-team img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--dwh-radius-lg); margin-bottom: .8rem; }
.dwh-team h3 { margin: 0; font-size: 1rem; }
.dwh-team p { font-size: .85rem; color: #8b98a1; }
.dwh-cert { background: #fff; border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius-lg); padding: 1.4rem; }
.dwh-cert strong { color: var(--dwh-accent); letter-spacing: .05em; }
.dwh-cert p { font-size: .88rem; margin: 0; }

/* ---------- Jobs, forms, contact ---------- */
.dwh-jobs { display: grid; gap: 1rem; }
.dwh-job { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; background: #fff; border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius-lg); padding: 1.5rem; box-shadow: var(--dwh-shadow-soft); }
.dwh-job p:last-child { margin: 0; font-size: .92rem; }

.dwh-form { display: grid; gap: 1rem; }
.dwh-field { display: grid; gap: .35rem; }
.dwh-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.dwh-field label { font-size: .85rem; font-weight: 600; color: var(--dwh-ink); }
.dwh-field input, .dwh-field textarea, .dwh-field select {
	width: 100%; border: 1px solid var(--dwh-border); border-radius: 12px; padding: .8rem 1rem;
	font: inherit; color: var(--dwh-ink); background: #fff; transition: border-color .25s ease, box-shadow .25s ease;
}
.dwh-field input:focus, .dwh-field textarea:focus, .dwh-field select:focus { outline: none; border-color: var(--dwh-primary); box-shadow: 0 0 0 3px rgba(15,118,110,.15); }
.dwh-form-status { font-size: .9rem; margin: 0; }
.dwh-form-status.is-error { color: #b3261e; }
.dwh-form-status.is-success { color: var(--dwh-primary); }

.dwh-contact-hero { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; background: var(--dwh-soft); border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius-lg); padding: 2rem; margin-bottom: 2.5rem; }
.dwh-bigphone { display: block; font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800; color: var(--dwh-primary); }
.dwh-info { background: #fff; border: 1px solid var(--dwh-border); border-radius: var(--dwh-radius-lg); padding: 1.4rem; }
.dwh-info svg { color: var(--dwh-accent); margin-bottom: .6rem; }
.dwh-info h3 { font-size: 1rem; }
.dwh-info p { margin: 0; font-size: .9rem; }
.dwh-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.dwh-map { border-radius: var(--dwh-radius); overflow: hidden; box-shadow: var(--dwh-shadow-soft); }
.dwh-map iframe { display: block; width: 100%; height: 450px; border: 0; }
.dwh-directions { margin-top: 1rem; }

/* ---------- CTA / footer ---------- */
.dwh-cta { background: linear-gradient(120deg, var(--dwh-primary), #0b3f3c); color: #fff; }
.dwh-cta-inner { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; padding: clamp(2.5rem,5vw,4rem) 20px; }
.dwh-cta h2 { color: #fff; }
.dwh-cta p { color: rgba(255,255,255,.8); margin: 0; max-width: 52ch; }

.dwh-footer { background: var(--dwh-ink); color: rgba(255,255,255,.72); margin-top: 0; }
.dwh-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; padding: 4rem 20px; }
.dwh-footer .dwh-brand-text strong, .dwh-footer h3 { color: #fff; }
.dwh-brand-light .dwh-brand-text em { color: rgba(255,255,255,.65); }
.dwh-footer-about { font-size: .9rem; }
.dwh-footer-phone { display: inline-flex; align-items: center; gap: .5rem; background: var(--dwh-accent); color: #2b2306; font-weight: 700; padding: .7rem 1.2rem; border-radius: 999px; margin-bottom: 1rem; transition: transform .3s ease; }
.dwh-footer-phone:hover { transform: translateY(-2px); color: #2b2306; }
.dwh-footer-heading { font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--dwh-accent) !important; }
.dwh-footer-links, .dwh-footer-contact { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .65rem; font-size: .9rem; }
.dwh-footer-links a, .dwh-footer-contact a { color: rgba(255,255,255,.72); }
.dwh-footer-links a:hover, .dwh-footer-contact a:hover { color: var(--dwh-accent); }
.dwh-footer-contact li { display: flex; gap: .6rem; }
.dwh-footer-contact svg { color: var(--dwh-accent); margin-top: 4px; }
.dwh-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.3rem 20px; text-align: center; font-size: .8rem; color: rgba(255,255,255,.6); }

/* ---------- Floating actions ---------- */
.dwh-floating { position: fixed; inset-inline-end: 18px; bottom: 18px; z-index: 70; display: flex; flex-direction: column; gap: .7rem; align-items: center; }
.dwh-float { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer; box-shadow: var(--dwh-shadow); transition: transform .3s ease; }
.dwh-float:hover { transform: translateY(-4px) scale(1.07); }
.dwh-float-top { background: #fff; color: var(--dwh-ink); border: 1px solid var(--dwh-border); opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.dwh-float-top.is-visible { opacity: 1; pointer-events: auto; }
.dwh-float-call { background: var(--dwh-primary); color: #fff; }
.dwh-float-wa { background: #25D366; color: #fff; width: 58px; height: 58px; animation: dwh-pulse 2.6s ease-in-out infinite; }
@keyframes dwh-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 50% { box-shadow: 0 0 0 14px rgba(37,211,102,0); } }

/* ---------- Lightbox ---------- */
.dwh-lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(10,22,28,.92); display: flex; align-items: center; justify-content: center; padding: 4vw; }
.dwh-lightbox[hidden] { display: none; }
.dwh-lightbox img { max-height: 84vh; border-radius: var(--dwh-radius); }
.dwh-lightbox button { background: rgba(255,255,255,.12); color: #fff; border: 0; width: 46px; height: 46px; border-radius: 50%; font-size: 1.6rem; cursor: pointer; }
.dwh-lightbox-close { position: absolute; top: 24px; inset-inline-end: 24px; }
.dwh-lightbox-prev, .dwh-lightbox-next { margin: 0 1rem; }

/* ---------- Prose, pagination, reveal ---------- */
.dwh-prose h2, .dwh-prose h3 { margin-top: 2rem; }
.dwh-prose img { border-radius: var(--dwh-radius); }
.dwh-pagination { margin-top: 2.5rem; text-align: center; }
.dwh-pagination .page-numbers { display: inline-block; padding: .5rem .9rem; border-radius: 10px; border: 1px solid var(--dwh-border); margin: 0 .2rem; }
.dwh-pagination .current { background: var(--dwh-primary); color: #fff; border-color: var(--dwh-primary); }
.dwh-404 h1 { font-size: clamp(4rem, 14vw, 9rem); color: var(--dwh-primary); }

.dwh-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.dwh-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.dwh-reveal { opacity: 1; transform: none; transition: none; }
	.dwh-hero-img, .dwh-marquee-track, .dwh-float-wa { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.dwh-grid-3, .dwh-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.dwh-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.dwh-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.dwh-split, .dwh-contact-layout { grid-template-columns: 1fr; gap: 2rem; }
	.dwh-hero-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.dwh-menu, .dwh-nav-cta { display: none; }
	.dwh-burger { display: inline-flex; }
}
@media (max-width: 720px) {
	.dwh-topbar-inner { display: none; }
	.dwh-grid-3, .dwh-grid-4, .dwh-steps, .dwh-field-row, .dwh-mv, .dwh-footer-grid { grid-template-columns: 1fr; }
	.dwh-phone-chip span { display: none; }
	.dwh-map iframe { height: 320px; }
	.dwh-timeline li { grid-template-columns: 1fr; gap: .3rem; }
	.dwh-contact-buttons .dwh-btn { flex: 1 1 100%; }
	.dwh-job { flex-direction: column; align-items: flex-start; }
}

/* ---------- CMS: project single, gallery, social ---------- */
.dwh-project-layout { display: grid; gap: 40px; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 900px) { .dwh-project-layout { grid-template-columns: 1fr; } }
.dwh-project-body h2 { margin: 32px 0 14px; font-size: clamp(1.4rem, 2.4vw, 2rem); }
.dwh-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.dwh-gallery-item { padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 16px; overflow: hidden; box-shadow: var(--dwh-shadow-soft, 0 8px 24px rgba(15,23,42,.08)); }
.dwh-gallery-item img { width: 100%; height: 180px; object-fit: cover; display: block; transition: transform .6s ease; }
.dwh-gallery-item:hover img { transform: scale(1.08); }
.dwh-project-facts { padding: 26px; position: sticky; top: 110px; }
.dwh-project-facts ul { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 14px; }
.dwh-project-facts li { display: flex; gap: 12px; align-items: flex-start; }
.dwh-fact-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: color-mix(in srgb, var(--dwh-primary) 12%, transparent); color: var(--dwh-primary); flex: 0 0 auto; }
.dwh-project-facts em { display: block; font-style: normal; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; opacity: .65; }
.dwh-project-facts strong { display: block; font-size: .98rem; text-transform: capitalize; }
.dwh-meta-row { display: flex; flex-wrap: wrap; gap: 16px; font-size: .82rem; opacity: .75; margin: 6px 0 10px; }
.dwh-meta-row span { display: inline-flex; align-items: center; gap: 6px; }
.dwh-social { display: flex; gap: 8px; margin-top: 14px; }
.dwh-social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.1); color: inherit; transition: background .3s ease, color .3s ease, transform .3s ease; }
.dwh-social a:hover { background: var(--dwh-accent); color: #1b1b1b; transform: translateY(-2px); }
.dwh-narrow { max-width: 820px; }

/* ---------- Premium home refinements ---------- */
.dwh-home-trust { position: relative; z-index: 4; margin: -2.8rem auto 0; padding-bottom: 1rem; }
.dwh-home-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); background: rgba(255,255,255,.97); border: 1px solid var(--dwh-border); border-radius: 20px; box-shadow: 0 22px 55px rgba(15,23,42,.13); overflow: hidden; }
.dwh-home-trust-item { display: flex; gap: .9rem; align-items: flex-start; padding: 1.25rem 1.4rem; border-inline-end: 1px solid var(--dwh-border); }
.dwh-home-trust-item:last-child { border-inline-end: 0; }
.dwh-home-trust-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; background: rgba(15,118,110,.09); color: var(--dwh-primary); }
.dwh-home-trust-item strong { display: block; color: var(--dwh-ink); font-size: .9rem; margin-bottom: .2rem; }
.dwh-home-trust-item div > span { display: block; color: #71808b; font-size: .76rem; line-height: 1.55; }
.dwh-home-projects { background: linear-gradient(180deg, var(--dwh-soft) 0%, #fff 100%); }
.dwh-project-spotlight { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 1.2rem; }
.dwh-project-spotlight-lead, .dwh-project-spotlight-small { position: relative; display: block; overflow: hidden; border-radius: 22px; background: var(--dwh-ink); box-shadow: var(--dwh-shadow); }
.dwh-project-spotlight-lead { min-height: 520px; }
.dwh-project-spotlight-lead img, .dwh-project-spotlight-small img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.dwh-project-spotlight-lead:hover img, .dwh-project-spotlight-small:hover img { transform: scale(1.06); }
.dwh-project-spotlight-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,24,.03) 25%, rgba(5,20,24,.82) 100%); }
.dwh-project-spotlight-content { position: absolute; inset-inline: 28px; bottom: 26px; color: #fff; display: grid; gap: .35rem; }
.dwh-project-spotlight-content small, .dwh-project-spotlight-small-content small { color: var(--dwh-accent); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dwh-project-spotlight-content strong { font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.08; }
.dwh-project-spotlight-content > span { color: rgba(255,255,255,.8); font-size: .88rem; }
.dwh-project-spotlight-side { display: grid; grid-template-rows: 1fr 1fr; gap: 1.2rem; }
.dwh-project-spotlight-small { min-height: 250px; }
.dwh-project-spotlight-small-content { position: absolute; inset-inline: 20px; bottom: 18px; display: grid; gap: .2rem; color: #fff; z-index: 2; }
.dwh-project-spotlight-small-content strong { font-size: 1.05rem; }
.dwh-project-spotlight-small::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(5,20,24,.78) 100%); }
.dwh-home-projects-action { margin-top: 1.7rem; }
@media (max-width: 900px) {
	.dwh-home-trust-grid { grid-template-columns: 1fr; }
	.dwh-home-trust-item { border-inline-end: 0; border-bottom: 1px solid var(--dwh-border); }
	.dwh-home-trust-item:last-child { border-bottom: 0; }
	.dwh-project-spotlight { grid-template-columns: 1fr; }
	.dwh-project-spotlight-lead { min-height: 440px; }
	.dwh-project-spotlight-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
}
@media (max-width: 600px) {
	.dwh-home-trust { margin-top: -1.4rem; }
	.dwh-home-trust-item { padding: 1rem; }
	.dwh-project-spotlight-side { grid-template-columns: 1fr; }
	.dwh-project-spotlight-small { min-height: 230px; }
}

/* Home hero polish */
.dwh-hero { min-height: 84vh; }
.dwh-hero-overlay { background: radial-gradient(circle at 78% 22%, rgba(212,175,55,.14), transparent 28%), linear-gradient(120deg, rgba(5,55,53,.94) 0%, rgba(11,63,60,.82) 48%, rgba(18,38,48,.68) 100%); }
.dwh-hero-inner { max-width: 1240px; }
.dwh-hero-title { font-size: clamp(2.7rem, 5.5vw, 5.2rem); letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.dwh-hero-sub { max-width: 58ch; line-height: 1.7; }
.dwh-hero-actions .dwh-btn { min-height: 48px; }
.dwh-hero-stats { max-width: 850px; }

/* ---------- Premium home hero v2 ---------- */
.dwh-hero-premium { min-height: min(880px, 90vh); isolation: isolate; }
.dwh-hero-premium .dwh-hero-img { animation: dwh-zoom 24s ease-in-out infinite alternate; }
.dwh-hero-premium .dwh-hero-overlay { background:
    radial-gradient(circle at 78% 25%, rgba(212,175,55,.18), transparent 24%),
    radial-gradient(circle at 18% 70%, rgba(15,118,110,.22), transparent 32%),
    linear-gradient(105deg, rgba(5,28,31,.95) 0%, rgba(7,58,55,.86) 48%, rgba(11,31,39,.64) 100%); }
.dwh-hero-inner { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.72fr); gap: clamp(2rem,5vw,5.5rem); align-items: center; padding-top: 6.5rem; padding-bottom: 5.5rem; }
.dwh-hero-copy { max-width: 720px; }
.dwh-hero-kicker { display: inline-flex; align-items: center; gap: .6rem; padding: .48rem .8rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.86); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.dwh-hero-kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--dwh-accent); box-shadow: 0 0 0 6px rgba(212,175,55,.12); }
.dwh-hero-premium .dwh-hero-title { max-width: 760px; margin-top: 1.1rem; font-size: clamp(3rem, 5.4vw, 5.7rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.dwh-hero-premium .dwh-hero-title::first-line { color: #fff; }
.dwh-hero-premium .dwh-hero-sub { max-width: 650px; margin-top: 1.25rem; font-size: clamp(1rem,1.4vw,1.12rem); line-height: 1.8; color: rgba(255,255,255,.78); }
.dwh-hero-main-cta { padding-inline: 1.8rem; box-shadow: 0 16px 40px rgba(212,175,55,.18); }
.dwh-hero-proof { display: flex; align-items: center; gap: .75rem; margin-top: 1.5rem; color: rgba(255,255,255,.68); font-size: .82rem; }
.dwh-hero-proof-stars { color: var(--dwh-accent); letter-spacing: .12em; font-size: .75rem; }
.dwh-hero-showcase { position: relative; max-width: 500px; width: 100%; justify-self: end; }
.dwh-hero-showcase-frame { position: relative; aspect-ratio: .86; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: #0d2529; box-shadow: 0 34px 90px rgba(0,0,0,.28); transform: rotate(1deg); }
.dwh-hero-showcase-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1); }
.dwh-hero-showcase-frame:hover img { transform: scale(1.055); }
.dwh-hero-showcase-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,24,.03) 35%, rgba(5,20,24,.86) 100%); }
.dwh-hero-showcase-label { position: absolute; inset-inline: 26px; bottom: 25px; color: #fff; display: grid; gap: .28rem; }
.dwh-hero-showcase-label small { color: var(--dwh-accent); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.dwh-hero-showcase-label strong { font-size: clamp(1.35rem,2.3vw,2rem); line-height: 1.1; }
.dwh-hero-showcase-label span { color: rgba(255,255,255,.72); font-size: .82rem; }
.dwh-hero-mini-card { position: absolute; inset-inline-start: -35px; bottom: 30px; display: flex; align-items: center; gap: .75rem; max-width: 280px; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.dwh-hero-mini-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: rgba(15,118,110,.1); color: var(--dwh-primary); flex: 0 0 auto; }
.dwh-hero-mini-card strong { display: block; color: var(--dwh-ink); font-size: .84rem; }
.dwh-hero-mini-card span:not(.dwh-hero-mini-icon) { display: block; color: #71808b; font-size: .72rem; line-height: 1.45; }
.dwh-hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); opacity: .45; pointer-events: none; }
.dwh-hero-glow-one { width: 300px; height: 300px; right: 4%; top: 12%; background: rgba(212,175,55,.1); }
.dwh-hero-glow-two { width: 240px; height: 240px; left: 4%; bottom: 8%; background: rgba(15,118,110,.18); }
.dwh-hero-scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .4rem; color: rgba(255,255,255,.58); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.dwh-hero-scroll i { display: block; width: 1px; height: 30px; background: linear-gradient(#fff, transparent); animation: dwh-scroll-line 1.8s ease-in-out infinite; }
@keyframes dwh-scroll-line { 0%,100% { opacity: .25; transform: scaleY(.55); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

/* Home section rhythm */
.dwh-home-trust { margin-top: -3.2rem; }
.dwh-home-trust-grid { border-radius: 24px; box-shadow: 0 24px 65px rgba(15,23,42,.14); }
.dwh-home-trust-item { min-height: 112px; padding: 1.35rem 1.5rem; }
.dwh-section-head h2 { letter-spacing: -.035em; }
.dwh-section-head p { max-width: 62ch; margin-inline: auto; }
.dwh-home-projects .dwh-section-head { max-width: 720px; }
.dwh-project-spotlight-lead { min-height: 570px; }
.dwh-project-spotlight-small { min-height: 275px; }
.dwh-project-spotlight-lead, .dwh-project-spotlight-small { border-radius: 26px; }
.dwh-project-spotlight-content { inset-inline: 32px; bottom: 30px; }
.dwh-project-spotlight-small-content { inset-inline: 24px; bottom: 22px; }

@media (max-width: 1024px) {
  .dwh-hero-premium { min-height: auto; }
  .dwh-hero-inner { grid-template-columns: 1fr; padding-top: 5.5rem; }
  .dwh-hero-showcase { justify-self: start; max-width: 560px; }
  .dwh-hero-showcase-frame { aspect-ratio: 1.35; }
  .dwh-hero-mini-card { inset-inline-start: 18px; bottom: -24px; }
  .dwh-hero-scroll { display: none; }
}
@media (max-width: 600px) {
  .dwh-hero-inner { padding-top: 4.2rem; padding-bottom: 4.5rem; gap: 2.4rem; }
  .dwh-hero-premium .dwh-hero-title { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .dwh-hero-actions { flex-direction: column; align-items: stretch; }
  .dwh-hero-actions .dwh-btn { width: 100%; }
  .dwh-hero-showcase-frame { aspect-ratio: .95; border-radius: 22px; }
  .dwh-hero-mini-card { position: relative; inset-inline-start: 0; bottom: auto; margin-top: -22px; max-width: calc(100% - 28px); margin-inline: auto; z-index: 3; }
  .dwh-hero-proof { align-items: flex-start; }
  .dwh-home-trust { margin-top: -1.2rem; }
  .dwh-project-spotlight-lead { min-height: 390px; }
}
