/* ==========================================================================
   Diwali Hampers Singapore — Design System
   Palette drawn from the hamper photography: deep teal, antique gold, ivory.
   Every section is full-bleed; content sits in .dh-container (max 1280px).
   Breakpoints: 1200 / 1024 / 768 / 576 (desktop-first).
   ========================================================================== */

:root {
	--dh-teal-950: #041f22;
	--dh-teal-900: #062c30;
	--dh-teal-800: #0a3c41;
	--dh-teal-700: #0e5158;
	--dh-teal-600: #0f6a72;
	--dh-turquoise: #14919b;
	--dh-turquoise-soft: #5fc9c9;
	--dh-gold: #d4af37;
	--dh-gold-soft: #f1dc9c;
	--dh-gold-deep: #9b7a1e;
	--dh-ivory: #fbf7ee;
	--dh-sand: #f3ead8;
	--dh-white: #ffffff;
	--dh-ink: #1a2726;
	--dh-muted: #55625f;
	--dh-line: rgba(6, 44, 48, 0.12);
	--dh-wa: #1faa59;

	--dh-font-head: "Playfair Display", Georgia, "Times New Roman", serif;
	--dh-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--dh-container: 1280px;
	--dh-pad: clamp(18px, 4vw, 48px);
	--dh-section-y: clamp(64px, 8vw, 116px);
	--dh-radius: 18px;
	--dh-radius-sm: 12px;
	--dh-shadow: 0 14px 40px rgba(6, 44, 48, 0.12);
	--dh-shadow-lg: 0 28px 70px rgba(6, 44, 48, 0.22);
	--dh-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--dh-header-h: 76px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--dh-header-h) + 16px); }
html, body { max-width: 100%; overflow-x: clip; }

body {
	margin: 0;
	background: var(--dh-ivory);
	color: var(--dh-ink);
	font-family: var(--dh-font-body);
	font-size: 1rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

/* Neutralise block-theme root spacing so sections butt up edge to edge */
.wp-site-blocks > * { margin-block-start: 0 !important; margin-block-end: 0 !important; }
.wp-site-blocks { padding: 0 !important; }
.dh-main { display: block; }
.dh-main .wp-block-post-content { margin: 0; padding: 0 !important; max-width: none; }
.dh-main .wp-block-post-content > * { margin-block: 0 !important; max-width: none !important; }
.wp-block-post-content > .wp-block-html { margin: 0; }

.dh-page a, .dh-header a, .dh-footer a, .dh-topbar a { text-underline-offset: 3px; }

a { color: var(--dh-teal-700); }

:where(.dh-header, .dh-footer, .dh-topbar, .dh-page, .dh-main) h1,
:where(.dh-header, .dh-footer, .dh-topbar, .dh-page, .dh-main) h2,
:where(.dh-header, .dh-footer, .dh-topbar, .dh-page, .dh-main) h3,
:where(.dh-header, .dh-footer, .dh-topbar, .dh-page, .dh-main) h4 {
	font-family: var(--dh-font-head);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -0.01em;
	margin: 0 0 0.5em;
	color: var(--dh-teal-900);
	text-wrap: balance;
}

:where(.dh-main) p { margin: 0 0 1em; }

:focus-visible { outline: 3px solid var(--dh-turquoise); outline-offset: 3px; border-radius: 4px; }

.screen-reader-text, .dh-sr {
	position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.dh-skip {
	position: absolute; left: 12px; top: -60px; z-index: 2000;
	background: var(--dh-gold); color: var(--dh-teal-950); padding: 10px 18px; border-radius: 8px; font-weight: 700;
}
.dh-skip:focus { top: 12px; }

/* ---------- Layout primitives ---------- */
.dh-container {
	width: 100%;
	max-width: var(--dh-container);
	margin-inline: auto;
	padding-inline: var(--dh-pad);
}

.dh-section {
	position: relative;
	width: 100%;
	padding-block: var(--dh-section-y);
}

.dh-section--ivory { background: var(--dh-ivory); }
.dh-section--white { background: var(--dh-white); }
.dh-section--sand { background: var(--dh-sand); }
.dh-section--dark {
	background: radial-gradient(1200px 500px at 85% -10%, rgba(212, 175, 55, 0.16), transparent 60%),
		linear-gradient(160deg, var(--dh-teal-950) 0%, var(--dh-teal-800) 100%);
	color: rgba(255, 255, 255, 0.86);
}
.dh-section--dark :where(h1, h2, h3, h4) { color: var(--dh-white); }
.dh-section--dark .dh-lead { color: rgba(255, 255, 255, 0.78); }

.dh-head { max-width: 760px; margin: 0 0 clamp(32px, 4vw, 56px); }
.dh-head--center { margin-inline: auto; text-align: center; }
.dh-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 0.4em; }
.dh-head .dh-lead { margin-bottom: 0; }

.dh-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--dh-font-body);
	font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--dh-gold-deep);
	margin: 0 0 14px;
}
.dh-eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; border-radius: 2px; }
.dh-head--center .dh-eyebrow::after { content: ""; width: 32px; height: 2px; background: currentColor; border-radius: 2px; }
.dh-section--dark .dh-eyebrow, .dh-hero .dh-eyebrow, .dh-page-hero .dh-eyebrow { color: var(--dh-gold); }

.dh-lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--dh-muted); line-height: 1.7; }

.dh-grid { display: grid; gap: clamp(18px, 2.4vw, 32px); }
.dh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dh-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dh-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.dh-center { text-align: center; }
.dh-mt { margin-top: clamp(28px, 4vw, 48px); }

/* ---------- Buttons ---------- */
.dh-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 28px;
	border-radius: 999px;
	border: 2px solid transparent;
	font-family: var(--dh-font-body);
	font-size: 0.95rem; font-weight: 700; letter-spacing: 0.01em; line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.25s var(--dh-ease), box-shadow 0.25s var(--dh-ease), background 0.25s, color 0.25s, border-color 0.25s;
}
.dh-btn svg { width: 18px; height: 18px; flex: none; }
.dh-btn:hover { transform: translateY(-2px); }

.dh-btn--gold { background: linear-gradient(135deg, #e6c65a, var(--dh-gold) 55%, #b98f22); color: var(--dh-teal-950) !important; box-shadow: 0 10px 28px rgba(212, 175, 55, 0.35); }
.dh-btn--gold:hover { box-shadow: 0 16px 34px rgba(212, 175, 55, 0.5); }

.dh-btn--teal { background: var(--dh-teal-800); color: var(--dh-white) !important; box-shadow: 0 10px 26px rgba(6, 44, 48, 0.25); }
.dh-btn--teal:hover { background: var(--dh-teal-700); }

.dh-btn--outline { background: transparent; color: var(--dh-teal-800) !important; border-color: var(--dh-teal-800); }
.dh-btn--outline:hover { background: var(--dh-teal-800); color: var(--dh-white) !important; }

.dh-btn--ghost { background: rgba(255, 255, 255, 0.08); color: var(--dh-white) !important; border-color: rgba(255, 255, 255, 0.45); backdrop-filter: blur(6px); }
.dh-btn--ghost:hover { background: var(--dh-white); color: var(--dh-teal-900) !important; border-color: var(--dh-white); }

.dh-btn--wa { background: var(--dh-wa); color: var(--dh-white) !important; box-shadow: 0 10px 26px rgba(31, 170, 89, 0.3); }
.dh-btn--wa:hover { background: #17924b; }

.dh-btn--sm { padding: 10px 18px; font-size: 0.85rem; }
.dh-btns { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Top bar ---------- */
.dh-topbar {
	background: var(--dh-teal-950);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8rem;
	height: 38px;
}
.dh-topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 100%; }
.dh-topbar a { color: var(--dh-gold-soft); text-decoration: none; font-weight: 600; }
.dh-topbar a:hover { color: var(--dh-white); text-decoration: underline; }
.dh-topbar__links { display: flex; align-items: center; gap: 22px; }
.dh-topbar__links span, .dh-topbar__msg { display: inline-flex; align-items: center; gap: 8px; }
.dh-topbar svg { width: 14px; height: 14px; color: var(--dh-gold); }

/* ---------- Header ---------- */
.wp-site-blocks > header.wp-block-template-part,
.wp-site-blocks > .wp-block-template-part:first-child {
	position: sticky; top: -38px; z-index: 1000;
}

.dh-header {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: saturate(1.4) blur(12px);
	-webkit-backdrop-filter: saturate(1.4) blur(12px);
	border-bottom: 1px solid var(--dh-line);
	transition: box-shadow 0.3s;
}
.dh-header.is-scrolled { box-shadow: 0 10px 30px rgba(6, 44, 48, 0.12); }
.dh-header::after {
	content: ""; position: absolute; inset: auto 0 0 0; height: 2px;
	background: linear-gradient(90deg, transparent, var(--dh-gold), var(--dh-turquoise), var(--dh-gold), transparent);
	opacity: 0.85;
}
.dh-header { position: relative; }
.dh-header__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--dh-header-h); }

.dh-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none !important; color: var(--dh-teal-900); flex: none; }
.dh-logo__mark { width: 44px; height: 44px; flex: none; }
.dh-logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.dh-logo__name { font-family: var(--dh-font-head); font-weight: 700; font-size: 1.32rem; letter-spacing: -0.01em; color: var(--dh-teal-900); }
.dh-logo__tag { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--dh-gold-deep); margin-top: 4px; }

.dh-nav { display: flex; align-items: center; gap: 4px; }
.dh-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.dh-nav li { position: relative; margin: 0; }
.dh-nav a, .dh-nav button.dh-nav__btn {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 10px 14px; border-radius: 10px;
	font: 600 0.92rem/1.2 var(--dh-font-body);
	color: var(--dh-ink); text-decoration: none;
	background: none; border: 0; cursor: pointer;
	transition: color 0.2s, background 0.2s;
}
.dh-nav a:hover, .dh-nav button.dh-nav__btn:hover, .dh-nav li.is-open > button { color: var(--dh-teal-700); background: rgba(20, 145, 155, 0.08); }
.dh-nav a[aria-current="page"] { color: var(--dh-teal-700); }
.dh-nav .dh-caret { width: 12px; height: 12px; transition: transform 0.25s; }
.dh-nav li.is-open .dh-caret { transform: rotate(180deg); }

.dh-sub {
	position: absolute; left: 0; top: calc(100% + 10px);
	min-width: 290px; padding: 10px;
	background: var(--dh-white); border-radius: 16px;
	box-shadow: var(--dh-shadow-lg); border: 1px solid var(--dh-line);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}
.dh-nav ul .dh-sub { display: block; }
.dh-nav li:hover > .dh-sub, .dh-nav li.is-open > .dh-sub, .dh-nav li:focus-within > .dh-sub { opacity: 1; visibility: visible; transform: none; }
.dh-sub a { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; width: 100%; padding: 11px 14px; font-weight: 600; }
.dh-sub small { font-weight: 400; color: var(--dh-muted); font-size: 0.78rem; }

.dh-sub::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.dh-header__cta { display: flex; align-items: center; gap: 10px; margin-left: 10px; }
.dh-header__in > .dh-nav { margin-left: auto; }

.dh-product--cta { justify-content: center; background: linear-gradient(160deg, var(--dh-teal-950), var(--dh-teal-700)); border: 0; color: rgba(255, 255, 255, 0.85); }
.dh-product--cta .dh-product__body { flex: 1; justify-content: center; padding: clamp(28px, 4vw, 44px); }
.dh-product--cta h3 { color: var(--dh-white) !important; font-size: 1.7rem; }
.dh-product--cta .dh-product__ref { color: var(--dh-gold); }
.dh-product--cta .dh-product__desc { color: rgba(255, 255, 255, 0.82); }
.dh-product--cta .dh-product__cta { margin-top: 10px; }
.dh-product--cta:hover { transform: none; }

.dh-404 { padding-block: clamp(80px, 12vw, 160px); }
.dh-404 h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); color: var(--dh-white) !important; }

.dh-burger {
	display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--dh-line);
	background: var(--dh-white); cursor: pointer; position: relative; flex: none;
}
.dh-burger span, .dh-burger::before, .dh-burger::after {
	content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 2px;
	background: var(--dh-teal-900); transition: transform 0.3s, opacity 0.2s, top 0.3s;
}
.dh-burger::before { top: 15px; }
.dh-burger span { top: 22px; }
.dh-burger::after { top: 29px; }
.dh-burger[aria-expanded="true"]::before { top: 22px; transform: rotate(45deg); }
.dh-burger[aria-expanded="true"]::after { top: 22px; transform: rotate(-45deg); }
.dh-burger[aria-expanded="true"] span { opacity: 0; }

/* ---------- Home hero ---------- */
.dh-hero {
	position: relative; isolation: isolate; overflow: hidden;
	background: var(--dh-teal-950); color: var(--dh-white);
	min-height: min(calc(100svh - var(--dh-header-h) - 38px), 880px);
	display: flex; align-items: center;
	padding-block: clamp(48px, 7vw, 96px);
}
.dh-hero__bg { position: absolute; inset: -40px; z-index: -2; background-size: cover; background-position: center; filter: blur(26px) saturate(1.25); transform: scale(1.05); opacity: 0.55; }
.dh-hero::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(100deg, rgba(4, 31, 34, 0.96) 0%, rgba(6, 44, 48, 0.86) 48%, rgba(6, 44, 48, 0.45) 100%),
		radial-gradient(700px 420px at 80% 20%, rgba(212, 175, 55, 0.22), transparent 70%);
}
.dh-hero::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; z-index: 0;
	background: linear-gradient(to top, var(--dh-ivory), transparent); opacity: 0; pointer-events: none;
}
.dh-hero__inner { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); align-items: center; gap: clamp(32px, 5vw, 80px); }
.dh-hero h1 { color: var(--dh-white) !important; font-size: clamp(2.2rem, 4.2vw, 3.7rem); margin-bottom: 0.4em; letter-spacing: -0.02em; }
.dh-hero h1 em { font-style: italic; color: var(--dh-gold); }
.dh-hero .dh-lead { color: rgba(255, 255, 255, 0.82); max-width: 580px; margin-bottom: 30px; }
.dh-hero__trust { display: flex; flex-wrap: wrap; gap: 12px 26px; list-style: none; margin: 34px 0 0; padding: 0; }
.dh-hero__trust li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 500; color: rgba(255, 255, 255, 0.85); }
.dh-hero__trust svg { width: 20px; height: 20px; color: var(--dh-gold); flex: none; }

.dh-hero__visual { position: relative; aspect-ratio: 1 / 1.02; max-width: 640px; width: 100%; margin-inline: auto; }
.dh-hero__img { position: absolute; margin: 0; border-radius: 22px; overflow: hidden; border: 3px solid rgba(241, 220, 156, 0.85); box-shadow: var(--dh-shadow-lg); background: var(--dh-teal-800); }
.dh-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.dh-hero__img--main { inset: 0 0 auto 8%; width: 82%; aspect-ratio: 1; z-index: 2; transform: rotate(1.5deg); }
.dh-hero__img--a { left: 0; bottom: 0; width: 42%; aspect-ratio: 1; z-index: 3; transform: rotate(-4deg); }
.dh-hero__img--b { right: 0; bottom: 4%; width: 36%; aspect-ratio: 1; z-index: 3; transform: rotate(4deg); }
.dh-hero__badge {
	position: absolute; z-index: 4; right: 2%; top: -14px;
	display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px;
	background: var(--dh-white); color: var(--dh-teal-900); border-radius: 999px; box-shadow: var(--dh-shadow-lg);
	font-size: 0.82rem; font-weight: 700; line-height: 1.25;
}
.dh-hero__badge svg { width: 38px; height: 38px; padding: 9px; border-radius: 50%; background: var(--dh-gold-soft); color: var(--dh-gold-deep); flex: none; }
.dh-hero__badge small { display: block; font-weight: 500; color: var(--dh-muted); font-size: 0.74rem; }

/* ---------- Inner page hero ---------- */
.dh-page-hero {
	position: relative; isolation: isolate; overflow: hidden; width: 100%;
	background: var(--dh-teal-950); color: var(--dh-white);
	padding-block: clamp(56px, 8vw, 112px);
}
.dh-page-hero__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; opacity: 0.55; filter: saturate(1.15); }
.dh-page-hero::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(95deg, rgba(4, 31, 34, 0.97) 0%, rgba(6, 44, 48, 0.9) 45%, rgba(6, 44, 48, 0.55) 100%),
		radial-gradient(600px 300px at 90% 0%, rgba(212, 175, 55, 0.22), transparent 70%);
}
.dh-page-hero__in { max-width: 820px; }
.dh-page-hero h1 { color: var(--dh-white) !important; font-size: clamp(2.1rem, 4.6vw, 3.7rem); letter-spacing: -0.02em; margin-bottom: 0.4em; }
.dh-page-hero .dh-lead { color: rgba(255, 255, 255, 0.82); max-width: 680px; margin-bottom: 28px; }
.dh-crumbs { font-size: 0.82rem; margin: 0 0 22px; color: rgba(255, 255, 255, 0.7); }
.dh-crumbs a { color: var(--dh-gold-soft); text-decoration: none; font-weight: 600; }
.dh-crumbs a:hover { text-decoration: underline; }
.dh-crumbs span[aria-hidden] { margin: 0 8px; opacity: 0.6; }
.dh-crumbs [aria-current] { color: var(--dh-white); }
.dh-page-hero--legal { padding-block: clamp(44px, 6vw, 80px); }
.dh-page-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 26px 0 0; }
.dh-page-hero__chips li { padding: 8px 16px; border: 1px solid rgba(241, 220, 156, 0.45); border-radius: 999px; font-size: 0.85rem; font-weight: 600; color: var(--dh-gold-soft); background: rgba(255, 255, 255, 0.05); }

/* ---------- Trust strip ---------- */
.dh-strip { background: var(--dh-gold); color: var(--dh-teal-950); padding-block: 16px; overflow: hidden; }
.dh-strip__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px clamp(18px, 3.4vw, 48px); list-style: none; margin: 0; padding: 0; }
.dh-strip li { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.86rem; letter-spacing: 0.04em; text-transform: uppercase; }
.dh-strip svg { width: 18px; height: 18px; }

/* ---------- Category cards ---------- */
.dh-cat {
	position: relative; display: flex; flex-direction: column; justify-content: flex-end;
	min-height: 400px; border-radius: var(--dh-radius); overflow: hidden; isolation: isolate;
	color: var(--dh-white); text-decoration: none !important; box-shadow: var(--dh-shadow);
	transition: transform 0.4s var(--dh-ease), box-shadow 0.4s var(--dh-ease);
}
.dh-cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.7s var(--dh-ease); }
.dh-cat::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(4, 31, 34, 0.95) 8%, rgba(4, 31, 34, 0.45) 55%, rgba(4, 31, 34, 0.05) 100%); }
.dh-cat:hover { transform: translateY(-6px); box-shadow: var(--dh-shadow-lg); }
.dh-cat:hover img { transform: scale(1.06); }
.dh-cat__body { padding: 26px; }
.dh-cat h3 { color: var(--dh-white) !important; font-size: 1.45rem; margin-bottom: 8px; }
.dh-cat p { color: rgba(255, 255, 255, 0.82); font-size: 0.93rem; margin: 0 0 14px; line-height: 1.55; }
.dh-cat__more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.88rem; color: var(--dh-gold); }
.dh-cat__more svg { width: 16px; height: 16px; transition: transform 0.3s; }
.dh-cat:hover .dh-cat__more svg { transform: translateX(5px); }

/* ---------- Product cards ---------- */
.dh-product {
	display: flex; flex-direction: column; overflow: hidden;
	background: var(--dh-white); border-radius: var(--dh-radius);
	border: 1px solid var(--dh-line); box-shadow: 0 6px 22px rgba(6, 44, 48, 0.06);
	transition: transform 0.35s var(--dh-ease), box-shadow 0.35s var(--dh-ease);
}
.dh-product:hover { transform: translateY(-6px); box-shadow: var(--dh-shadow); }
.dh-product__media { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--dh-teal-900); }
.dh-product__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--dh-ease), opacity 0.35s; }
.dh-product:hover .dh-product__media img { transform: scale(1.04); }
.dh-product__media img[data-variant]:not(.is-active) { opacity: 0; pointer-events: none; }
.dh-badge {
	position: absolute; z-index: 2; left: 14px; top: 14px;
	padding: 6px 14px; border-radius: 999px;
	background: var(--dh-white); color: var(--dh-teal-900);
	font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.dh-badge--luxury { background: var(--dh-gold); color: var(--dh-teal-950); }
.dh-badge--soldout { background: var(--dh-ink); color: var(--dh-white); }
.dh-product__body { display: flex; flex-direction: column; flex: 1; padding: 22px 22px 24px; }
.dh-product__ref { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dh-gold-deep); margin: 0 0 6px; }
.dh-product h3 { font-size: 1.32rem; margin-bottom: 8px; }
.dh-product__desc { color: var(--dh-muted); font-size: 0.94rem; line-height: 1.6; margin-bottom: 14px; }
.dh-product__list { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 6px; }
.dh-product__list li { position: relative; padding-left: 24px; font-size: 0.88rem; color: var(--dh-ink); line-height: 1.45; }
.dh-product__list li::before {
	content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; border-radius: 50%;
	background: var(--dh-turquoise) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/10px no-repeat;
}
.dh-tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0 0 16px; padding: 0; }
.dh-tags li { padding: 4px 11px; border-radius: 999px; background: var(--dh-sand); color: var(--dh-teal-800); font-size: 0.74rem; font-weight: 700; }

.dh-toggle { display: none; gap: 4px; padding: 4px; margin-bottom: 16px; background: var(--dh-sand); border-radius: 999px; width: max-content; max-width: 100%; }
.js .dh-toggle { display: inline-flex; }
.dh-toggle button {
	padding: 7px 16px; border: 0; border-radius: 999px; background: transparent; cursor: pointer;
	font: 700 0.8rem/1 var(--dh-font-body); color: var(--dh-teal-800); transition: background 0.2s, color 0.2s;
}
.dh-toggle button[aria-pressed="true"] { background: var(--dh-teal-800); color: var(--dh-white); }

.dh-product__price { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px dashed var(--dh-line); font-size: 0.86rem; color: var(--dh-muted); }
.dh-product__price strong { color: var(--dh-teal-900); font-size: 0.95rem; }
.dh-product__cta { display: flex; gap: 10px; margin-top: 14px; }
.dh-product__cta .dh-btn { flex: 1; padding-inline: 14px; }
.dh-product__cta .dh-btn--wa { flex: none; }

/* ---------- Feature cards ---------- */
.dh-feature {
	position: relative; padding: 30px 28px; border-radius: var(--dh-radius);
	background: var(--dh-white); border: 1px solid var(--dh-line);
	transition: transform 0.3s var(--dh-ease), box-shadow 0.3s var(--dh-ease), border-color 0.3s;
}
.dh-feature:hover { transform: translateY(-5px); box-shadow: var(--dh-shadow); border-color: rgba(212, 175, 55, 0.5); }
.dh-feature__icon {
	display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 20px;
	border-radius: 16px; background: linear-gradient(135deg, var(--dh-teal-800), var(--dh-turquoise)); color: var(--dh-gold-soft);
	box-shadow: 0 10px 22px rgba(20, 145, 155, 0.3);
}
.dh-feature__icon svg { width: 28px; height: 28px; }
.dh-feature h3 { font-size: 1.25rem; margin-bottom: 8px; }
.dh-feature p { color: var(--dh-muted); font-size: 0.95rem; margin: 0; line-height: 1.6; }
.dh-section--dark .dh-feature { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.14); }
.dh-section--dark .dh-feature p { color: rgba(255, 255, 255, 0.75); }
.dh-section--dark .dh-feature__icon { background: linear-gradient(135deg, var(--dh-gold), #b98f22); color: var(--dh-teal-950); box-shadow: none; }

/* ---------- Split (image + copy) ---------- */
.dh-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.dh-split--rev .dh-split__media { order: 2; }
.dh-split__media { position: relative; }
.dh-split__media > img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 26px; box-shadow: var(--dh-shadow-lg); }
.dh-split__media::before {
	content: ""; position: absolute; inset: 22px -22px -22px 22px; z-index: -1;
	border-radius: 26px; border: 2px solid var(--dh-gold); opacity: 0.7;
}
.dh-split--rev .dh-split__media::before { inset: 22px 22px -22px -22px; }
.dh-split__media { isolation: isolate; }
.dh-split__float {
	position: absolute; left: -18px; bottom: 28px; z-index: 2; width: 46%;
	border-radius: 18px; border: 4px solid var(--dh-white); box-shadow: var(--dh-shadow-lg); overflow: hidden;
}
.dh-split__float img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.dh-split--rev .dh-split__float { left: auto; right: -18px; }
.dh-split h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.dh-split p { color: var(--dh-muted); }
.dh-section--dark .dh-split p { color: rgba(255, 255, 255, 0.78); }

.dh-checks { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; gap: 14px; }
.dh-checks li { position: relative; padding-left: 38px; line-height: 1.55; color: var(--dh-ink); }
.dh-section--dark .dh-checks li { color: rgba(255, 255, 255, 0.9); }
.dh-checks li strong { color: var(--dh-teal-900); }
.dh-section--dark .dh-checks li strong { color: var(--dh-gold-soft); }
.dh-checks li::before {
	content: ""; position: absolute; left: 0; top: 1px; width: 26px; height: 26px; border-radius: 50%;
	background: var(--dh-gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23062c30' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/14px no-repeat;
}

/* ---------- Stats ---------- */
.dh-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.dh-stat { padding: 8px 24px; text-align: center; border-left: 1px solid rgba(255, 255, 255, 0.18); }
.dh-stat:first-child { border-left: 0; }
.dh-stat b { display: block; font-family: var(--dh-font-head); font-size: clamp(2.4rem, 4.5vw, 3.6rem); line-height: 1; color: var(--dh-gold); margin-bottom: 10px; }
.dh-stat span { font-size: 0.92rem; color: rgba(255, 255, 255, 0.82); }

/* ---------- Steps ---------- */
.dh-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; margin: 0; padding: 0; counter-reset: step; position: relative; }
.dh-step { position: relative; counter-increment: step; padding: 8px 4px 0; }
.dh-step::before {
	content: counter(step, decimal-leading-zero); display: grid; place-items: center;
	width: 64px; height: 64px; border-radius: 50%; margin-bottom: 22px;
	font: 700 1.35rem var(--dh-font-head); color: var(--dh-teal-950);
	background: linear-gradient(135deg, #f0d77a, var(--dh-gold)); box-shadow: 0 10px 24px rgba(212, 175, 55, 0.4);
	position: relative; z-index: 1;
}
.dh-step:not(:last-child)::after { content: ""; position: absolute; top: 40px; left: 76px; right: -12px; height: 2px; background: repeating-linear-gradient(90deg, var(--dh-gold) 0 8px, transparent 8px 16px); opacity: 0.6; }
.dh-step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.dh-step p { color: var(--dh-muted); font-size: 0.94rem; margin: 0; }
.dh-section--dark .dh-step p { color: rgba(255, 255, 255, 0.75); }

/* ---------- Delivery ---------- */
.dh-areas { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.dh-area { padding: 18px 14px; text-align: center; border-radius: 14px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.16); }
.dh-area b { display: block; color: var(--dh-gold); font-family: var(--dh-font-head); font-size: 1.05rem; margin-bottom: 4px; }
.dh-area span { font-size: 0.78rem; color: rgba(255, 255, 255, 0.72); line-height: 1.4; display: block; }
.dh-info-card { padding: 30px; border-radius: var(--dh-radius); background: var(--dh-white); border: 1px solid var(--dh-line); }
.dh-info-card h3 { font-size: 1.15rem; display: flex; align-items: center; gap: 12px; }
.dh-info-card h3 svg { width: 24px; height: 24px; color: var(--dh-turquoise); flex: none; }
.dh-info-card p, .dh-info-card li { color: var(--dh-muted); font-size: 0.94rem; }
.dh-info-card ul { margin: 0; padding-left: 20px; }
.dh-info-card--dark { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.16); }
.dh-info-card--dark h3 { color: var(--dh-white) !important; }
.dh-info-card--dark p, .dh-info-card--dark li { color: rgba(255, 255, 255, 0.78); }

/* ---------- Testimonials ---------- */
.dh-reviews { position: relative; }
.dh-reviews__track {
	display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2 * 28px) / 3); gap: 28px;
	overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 4px 28px; margin: -6px -4px 0;
}
.dh-reviews__track::-webkit-scrollbar { display: none; }
.dh-quote {
	scroll-snap-align: start; display: flex; flex-direction: column; margin: 0; position: relative;
	padding: 34px 30px 28px; border-radius: var(--dh-radius);
	background: var(--dh-white); border: 1px solid var(--dh-line); box-shadow: 0 8px 26px rgba(6, 44, 48, 0.07);
}
.dh-quote::before {
	content: "\201C"; position: absolute; right: 24px; top: 6px;
	font: 700 6rem/1 var(--dh-font-head); color: var(--dh-gold); opacity: 0.35;
}
.dh-stars { display: flex; gap: 3px; color: var(--dh-gold); margin-bottom: 16px; }
.dh-stars svg { width: 18px; height: 18px; fill: currentColor; }
.dh-quote blockquote { margin: 0 0 22px; font-size: 1.02rem; line-height: 1.7; color: var(--dh-ink); flex: 1; }
.dh-quote figcaption { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--dh-line); }
.dh-avatar {
	display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; flex: none;
	background: linear-gradient(135deg, var(--dh-teal-800), var(--dh-turquoise)); color: var(--dh-gold-soft);
	font: 700 1.05rem var(--dh-font-head);
}
.dh-quote cite { display: block; font-style: normal; font-weight: 700; color: var(--dh-teal-900); line-height: 1.3; }
.dh-quote small { color: var(--dh-muted); font-size: 0.82rem; }
.dh-reviews__nav { display: flex; gap: 10px; justify-content: center; margin-top: 8px; }
.dh-reviews__nav button {
	width: 48px; height: 48px; border-radius: 50%; cursor: pointer; display: grid; place-items: center;
	border: 1.5px solid var(--dh-teal-800); background: transparent; color: var(--dh-teal-800); transition: background 0.2s, color 0.2s;
}
.dh-reviews__nav button:hover { background: var(--dh-teal-800); color: var(--dh-white); }
.dh-reviews__nav svg { width: 20px; height: 20px; }
.dh-reviews__nav[hidden] { display: none; }

/* ---------- Archive (sold-out) gallery ---------- */
.dh-archive { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
.dh-archive figure { position: relative; margin: 0; border-radius: var(--dh-radius); overflow: hidden; background: var(--dh-teal-800); box-shadow: var(--dh-shadow); }
.dh-archive img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 0.6s var(--dh-ease); }
.dh-archive figure:hover img { transform: scale(1.05); }
.dh-archive figcaption {
	position: absolute; inset: auto 0 0 0; padding: 40px 16px 14px;
	background: linear-gradient(to top, rgba(4, 31, 34, 0.92), transparent);
	color: var(--dh-white); font-size: 0.86rem; font-weight: 600; line-height: 1.35;
}
.dh-archive .dh-badge { left: 12px; top: 12px; }

/* ---------- FAQ ---------- */
.dh-faq { display: grid; gap: 14px; max-width: 920px; margin-inline: auto; }
.dh-faq details {
	background: var(--dh-white); border: 1px solid var(--dh-line); border-radius: 16px;
	transition: box-shadow 0.3s, border-color 0.3s;
}
.dh-faq details[open] { border-color: rgba(212, 175, 55, 0.7); box-shadow: var(--dh-shadow); }
.dh-faq summary {
	display: flex; align-items: center; justify-content: space-between; gap: 18px;
	padding: 20px 26px; cursor: pointer; list-style: none;
	font: 700 1.05rem/1.4 var(--dh-font-head); color: var(--dh-teal-900);
}
.dh-faq summary::-webkit-details-marker { display: none; }
.dh-faq summary::after {
	content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%;
	background: var(--dh-sand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a3c41' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/16px no-repeat;
	transition: transform 0.3s, background-color 0.3s;
}
.dh-faq details[open] summary::after { transform: rotate(45deg); background-color: var(--dh-gold-soft); }
.dh-faq__a { padding: 0 26px 24px; color: var(--dh-muted); }
.dh-faq__a p:last-child { margin-bottom: 0; }
.dh-faq-group { margin-bottom: clamp(36px, 5vw, 64px); }
.dh-faq-group > h2 { font-size: 1.6rem; max-width: 920px; margin: 0 auto 20px; display: flex; align-items: center; gap: 14px; }
.dh-faq-group > h2 svg { width: 30px; height: 30px; color: var(--dh-turquoise); }

/* ---------- CTA band ---------- */
.dh-cta { position: relative; isolation: isolate; overflow: hidden; text-align: center; padding-block: clamp(64px, 8vw, 110px); background: linear-gradient(135deg, var(--dh-teal-950), var(--dh-teal-700)); color: var(--dh-white); }
.dh-cta::before, .dh-cta::after { content: ""; position: absolute; border-radius: 50%; z-index: -1; }
.dh-cta::before { width: 520px; height: 520px; right: -140px; top: -220px; background: radial-gradient(circle, rgba(212, 175, 55, 0.35), transparent 70%); }
.dh-cta::after { width: 420px; height: 420px; left: -120px; bottom: -200px; background: radial-gradient(circle, rgba(95, 201, 201, 0.28), transparent 70%); }
.dh-cta h2 { color: var(--dh-white) !important; font-size: clamp(2rem, 4vw, 3.2rem); max-width: 820px; margin-inline: auto; }
.dh-cta p { color: rgba(255, 255, 255, 0.82); max-width: 640px; margin: 0 auto 30px; font-size: 1.1rem; }
.dh-cta .dh-btns { justify-content: center; }

/* ---------- Contact ---------- */
.dh-contact { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.dh-contact__cards { display: grid; gap: 16px; }
.dh-contact-card { display: flex; gap: 18px; padding: 24px; border-radius: var(--dh-radius); background: var(--dh-white); border: 1px solid var(--dh-line); }
.dh-contact-card .dh-feature__icon { margin: 0; width: 52px; height: 52px; flex: none; border-radius: 14px; }
.dh-contact-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.dh-contact-card p { margin: 0; color: var(--dh-muted); font-size: 0.95rem; }
.dh-contact-card a { color: var(--dh-teal-700); font-weight: 600; }
.dh-map { margin-top: 16px; border-radius: var(--dh-radius); overflow: hidden; border: 1px solid var(--dh-line); box-shadow: var(--dh-shadow); background: var(--dh-sand); }
.dh-map iframe { display: block; width: 100%; height: 340px; border: 0; }

.dh-form-wrap { padding: clamp(24px, 3.5vw, 44px); border-radius: 24px; background: var(--dh-white); border: 1px solid var(--dh-line); box-shadow: var(--dh-shadow); }
.dh-form-wrap > h2 { font-size: 1.8rem; }
.dh-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dh-field { display: flex; flex-direction: column; gap: 7px; }
.dh-field--full { grid-column: 1 / -1; }
.dh-field label { font-size: 0.85rem; font-weight: 700; color: var(--dh-teal-900); }
.dh-field label i { color: #b3261e; font-style: normal; }
.dh-field input, .dh-field select, .dh-field textarea {
	width: 100%; padding: 14px 16px; border-radius: 12px; border: 1.5px solid #d4dcda; background: #fbfcfc;
	font: 500 0.98rem var(--dh-font-body); color: var(--dh-ink); transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.dh-field textarea { min-height: 130px; resize: vertical; }
.dh-field input:focus, .dh-field select:focus, .dh-field textarea:focus { outline: none; border-color: var(--dh-turquoise); background: var(--dh-white); box-shadow: 0 0 0 4px rgba(20, 145, 155, 0.15); }
.dh-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 0.84rem; color: var(--dh-muted); grid-column: 1 / -1; }
.dh-consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--dh-teal-700); flex: none; }
.dh-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.dh-notice { grid-column: 1 / -1; padding: 16px 20px; border-radius: 12px; font-weight: 600; }
.dh-notice--ok { background: #e7f6ec; color: #14532d; border: 1px solid #a7dfba; }
.dh-notice--err { background: #fdecea; color: #7a1c14; border: 1px solid #f3b3ad; }
.dh-form .dh-btn { grid-column: 1 / -1; justify-self: start; }

/* ---------- Blog ---------- */
.dh-post { display: flex; flex-direction: column; overflow: hidden; background: var(--dh-white); border-radius: var(--dh-radius); border: 1px solid var(--dh-line); transition: transform 0.35s var(--dh-ease), box-shadow 0.35s var(--dh-ease); }
.dh-post:hover { transform: translateY(-6px); box-shadow: var(--dh-shadow); }
.dh-post__img { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--dh-teal-800); }
.dh-post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--dh-ease); }
.dh-post:hover .dh-post__img img { transform: scale(1.05); }
.dh-post__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.dh-post__meta { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dh-gold-deep); margin-bottom: 10px; }
.dh-post h3 { font-size: 1.3rem; }
.dh-post h3 a { color: inherit; text-decoration: none; }
.dh-post h3 a:hover { color: var(--dh-teal-600); }
.dh-post p { color: var(--dh-muted); font-size: 0.95rem; }
.dh-post__more { margin-top: auto; font-weight: 700; color: var(--dh-teal-700); text-decoration: none; display: inline-flex; gap: 8px; align-items: center; }
.dh-post__more:hover { color: var(--dh-gold-deep); }

/* ---------- Prose (legal pages, articles) ---------- */
.dh-prose { max-width: 820px; margin-inline: auto; font-size: 1.05rem; line-height: 1.8; color: var(--dh-ink); }
.dh-prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 2em 0 0.6em; padding-top: 0.2em; }
.dh-prose h3 { font-size: 1.25rem; margin: 1.6em 0 0.5em; }
.dh-prose p, .dh-prose ul, .dh-prose ol { margin: 0 0 1.2em; }
.dh-prose ul, .dh-prose ol { padding-left: 1.4em; }
.dh-prose li { margin-bottom: 0.5em; }
.dh-prose a { color: var(--dh-teal-700); font-weight: 600; }
.dh-prose img { border-radius: var(--dh-radius); }
.dh-prose blockquote { margin: 1.6em 0; padding: 20px 26px; border-left: 4px solid var(--dh-gold); background: var(--dh-sand); border-radius: 0 var(--dh-radius-sm) var(--dh-radius-sm) 0; font-family: var(--dh-font-head); font-size: 1.2rem; }
.dh-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.6em; font-size: 0.95rem; }
.dh-prose th, .dh-prose td { padding: 12px 14px; border: 1px solid var(--dh-line); text-align: left; vertical-align: top; }
.dh-prose th { background: var(--dh-sand); color: var(--dh-teal-900); }
.dh-callout { padding: 22px 26px; border-radius: var(--dh-radius); background: var(--dh-sand); border-left: 5px solid var(--dh-gold); margin: 0 0 1.6em; }
.dh-callout p:last-child { margin: 0; }
.dh-updated { font-size: 0.9rem; color: var(--dh-muted); }
.dh-article-head { padding-block: clamp(44px, 6vw, 88px); background: linear-gradient(160deg, var(--dh-teal-950), var(--dh-teal-800)); color: var(--dh-white); }
.dh-article-head h1 { color: var(--dh-white) !important; font-size: clamp(2rem, 4.2vw, 3.3rem); max-width: 900px; }
.dh-article-head .dh-meta { color: rgba(255, 255, 255, 0.75); font-size: 0.9rem; }
.dh-article-cover { max-width: 1000px; margin: calc(-1 * clamp(24px, 4vw, 56px)) auto 0; padding-inline: var(--dh-pad); position: relative; z-index: 2; }
.dh-article-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 22px; box-shadow: var(--dh-shadow-lg); }

/* ---------- Footer ---------- */
.dh-footer { background: var(--dh-teal-950); color: rgba(255, 255, 255, 0.78); position: relative; }
.dh-footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--dh-gold), var(--dh-turquoise), var(--dh-gold)); }
.dh-footer__main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(28px, 4vw, 64px); padding-block: clamp(56px, 7vw, 96px) clamp(36px, 4vw, 56px); }
.dh-footer .dh-logo__name { color: var(--dh-white); }
.dh-footer .dh-logo__tag { color: var(--dh-gold); }
.dh-footer p { font-size: 0.93rem; line-height: 1.75; margin: 18px 0 0; max-width: 360px; }
.dh-footer h4 { color: var(--dh-gold) !important; font-family: var(--dh-font-body) !important; font-size: 0.8rem !important; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 20px !important; }
.dh-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.dh-footer a { color: rgba(255, 255, 255, 0.78); text-decoration: none; transition: color 0.2s; }
.dh-footer a:hover { color: var(--dh-gold); }
.dh-footer__contact li { display: flex; gap: 12px; font-size: 0.93rem; line-height: 1.55; }
.dh-footer__contact svg { width: 18px; height: 18px; color: var(--dh-gold); flex: none; margin-top: 3px; }
.dh-footer__bar { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-block: 22px; font-size: 0.84rem; }
.dh-footer__bar .dh-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; }
.dh-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 22px; }

/* ---------- Floating WhatsApp ---------- */
.dh-fab {
	position: fixed; right: 20px; bottom: 20px; z-index: 900;
	display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px 14px 16px; border-radius: 999px;
	background: var(--dh-wa); color: var(--dh-white) !important; font-weight: 700; font-size: 0.92rem; text-decoration: none !important;
	box-shadow: 0 14px 34px rgba(31, 170, 89, 0.45); transition: transform 0.25s var(--dh-ease);
}
.dh-fab:hover { transform: translateY(-3px) scale(1.03); }
.dh-fab svg { width: 26px; height: 26px; }

/* ---------- Reveal on scroll (progressive enhancement) ---------- */
.js .dh-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--dh-ease), transform 0.8s var(--dh-ease); }
.js .dh-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.js .dh-reveal { opacity: 1; transform: none; transition: none; }
	*, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1200px) {
	.dh-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dh-footer__main { grid-template-columns: 1.3fr 1fr 1fr; }
	.dh-footer__main > :last-child { grid-column: 1 / -1; }
	.dh-nav a, .dh-nav button.dh-nav__btn { padding: 10px 10px; font-size: 0.88rem; }
	.dh-header__cta .dh-btn--gold { display: none; }
}

@media (max-width: 1024px) {
	:root { --dh-header-h: 68px; }
	.dh-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dh-hero__inner { grid-template-columns: 1fr; }
	.dh-hero__visual { max-width: 520px; }
	.dh-hero { min-height: 0; }
	.dh-split, .dh-contact { grid-template-columns: 1fr; }
	.dh-split--rev .dh-split__media { order: 0; }
	.dh-split__media { max-width: 620px; margin-inline: auto; width: 100%; }
	.dh-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; }
	.dh-step::after { display: none; }
	.dh-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dh-reviews__track { grid-auto-columns: calc((100% - 28px) / 2); }
	.dh-areas { grid-template-columns: repeat(3, minmax(0, 1fr)); }

	/* Mobile navigation drawer */
	.dh-burger { display: block; }
	.dh-nav {
		position: fixed; inset: 0 0 0 auto; width: min(400px, 92vw); z-index: 1100;
		flex-direction: column; align-items: stretch; gap: 0; padding: 92px 22px 28px;
		background: var(--dh-white); box-shadow: -20px 0 60px rgba(4, 31, 34, 0.35);
		transform: translateX(105%); transition: transform 0.4s var(--dh-ease); overflow-y: auto;
	}
	.dh-nav.is-open { transform: none; }
	.dh-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
	.dh-nav > ul > li { border-bottom: 1px solid var(--dh-line); }
	.dh-nav a, .dh-nav button.dh-nav__btn { width: 100%; justify-content: space-between; padding: 16px 6px; font-size: 1.02rem; border-radius: 0; }
	.dh-sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 10px 12px; min-width: 0; display: none !important; background: transparent; }
	.dh-nav li.is-open > .dh-sub { display: block !important; }
	.dh-sub a { padding: 12px 8px; }
	.dh-header__cta { margin: 22px 0 0; flex-direction: column; align-items: stretch; }
	.dh-header__cta .dh-btn, .dh-header__cta .dh-btn--gold { display: inline-flex; width: 100%; }
	.dh-nav-scrim { position: fixed; inset: 0; z-index: 1050; background: rgba(4, 31, 34, 0.55); opacity: 0; visibility: hidden; transition: opacity 0.3s; }
	.dh-nav-scrim.is-open { opacity: 1; visibility: visible; }
	.dh-burger { position: relative; z-index: 1200; }
	body.dh-lock { overflow: hidden; }
}

@media (max-width: 768px) {
	.dh-topbar__msg { display: none; }
	.dh-topbar__in { justify-content: center; }
	.wp-site-blocks > header.wp-block-template-part,
	.wp-site-blocks > .wp-block-template-part:first-child { top: -38px; }
	.dh-grid--2, .dh-grid--3, .dh-grid--4 { grid-template-columns: 1fr; }
	.dh-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
	.dh-stat:nth-child(3) { border-left: 0; }
	.dh-form { grid-template-columns: 1fr; }
	.dh-footer__main { grid-template-columns: 1fr 1fr; }
	.dh-footer__main > :first-child { grid-column: 1 / -1; }
	.dh-reviews__track { grid-auto-columns: 88%; gap: 18px; }
	.dh-hero__badge { right: 0; top: -20px; }
	.dh-cat { min-height: 340px; }
	.dh-split__media::before { display: none; }
	.dh-split__float { left: 10px; }
	.dh-split--rev .dh-split__float { right: 10px; }
	.dh-btns .dh-btn { flex: 1 1 100%; }
	.dh-product__cta .dh-btn { flex: 1 1 auto; }
	.dh-fab span { display: none; }
	.dh-fab { padding: 15px; right: 16px; bottom: 16px; }
}

@media (max-width: 576px) {
	:root { --dh-pad: 18px; }
	.dh-logo__tag { display: none; }
	.dh-logo__mark { width: 40px; height: 40px; }
	.dh-logo__name { font-size: 1.15rem; }
	.dh-steps { grid-template-columns: 1fr; }
	.dh-archive { grid-template-columns: 1fr 1fr; gap: 12px; }
	.dh-archive figcaption { font-size: 0.72rem; padding: 26px 10px 10px; }
	.dh-areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dh-footer__main { grid-template-columns: 1fr; }
	.dh-footer__bar .dh-container { flex-direction: column; align-items: flex-start; }
	.dh-hero__trust { gap: 10px 18px; }
	.dh-hero__trust li { font-size: 0.84rem; }
	.dh-strip li { font-size: 0.74rem; }
	.dh-faq summary { padding: 16px 18px; font-size: 0.98rem; }
	.dh-faq__a { padding: 0 18px 20px; }
	.dh-stat { padding: 8px 10px; }
	.dh-quote { padding: 30px 22px 24px; }
	.dh-contact-card { padding: 18px; gap: 14px; }
	.dh-map iframe { height: 280px; }
	.dh-prose { font-size: 1rem; }
}

@media (min-width: 1700px) {
	:root { --dh-container: 1400px; }
}

@media print {
	.dh-header, .dh-topbar, .dh-fab, .dh-footer { display: none !important; }
}
