:root {
  --dh-black: #2C1A14;
  --dh-ink: #3D2819;
  --dh-muted: #8B6B5E;
  --dh-line: rgba(44, 26, 20, 0.10);
  --dh-peach: #C97B65;
  --dh-coral: #D4826A;
  --dh-gold: #C8A55A;
  --dh-soft: #FEF0EA;
  --dh-white: #ffffff;
  --dh-serif: "Erode", "Georgia", serif;
  --dh-sans: "Inter Tight", "Inter", system-ui, sans-serif;
  --dh-ease: cubic-bezier(.2, .8, .2, 1);
}

html {
  scroll-behavior: smooth;
}

.dh-body {
  margin: 0;
  background: var(--dh-white);
  color: var(--dh-ink);
  font-family: var(--dh-sans);
  letter-spacing: 0;
}

.dh-body * {
  box-sizing: border-box;
}

.dh-body a {
  color: inherit;
}

.dh-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 40px;
  min-height: 100px;
  padding: 18px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(13, 13, 13, 0.06);
  backdrop-filter: blur(18px);
  transition: box-shadow .28s var(--dh-ease), min-height .28s var(--dh-ease);
}

.dh-header.is-scrolled {
  min-height: 78px;
  box-shadow: 0 12px 40px rgba(13, 13, 13, 0.08);
}

.dh-header.is-scrolled .dh-logo,
.dh-header.is-scrolled .dh-logo img {
  height: 48px;
  max-height: 48px;
}

.dh-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  height: 64px;
  overflow: hidden;
  transition: height .28s var(--dh-ease);
}

.dh-logo img {
  height: 64px;
  max-height: 64px;
  width: auto;
  max-width: none;
  display: block;
  flex-shrink: 0;
  transition: height .28s var(--dh-ease), max-height .28s var(--dh-ease);
}

.dh-logo--footer {
  height: 88px;
}

.dh-logo--footer img {
  height: 88px;
  max-height: 88px;
}

.dh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  padding-right: 220px;
}

.dh-nav a {
  position: relative;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: rgba(13, 13, 13, .68);
  transition: color .18s var(--dh-ease);
}

.dh-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--dh-peach);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s var(--dh-ease);
}

.dh-nav a:hover,
.dh-nav a.is-active {
  color: var(--dh-black);
}

.dh-nav a:hover::after,
.dh-nav a.is-active::after {
  transform: scaleX(1);
}

.dh-menu-button {
  display: none;
  justify-self: end;
  width: 42px;
  height: 42px;
  border: 1px solid var(--dh-line);
  background: var(--dh-white);
  padding: 11px;
}

.dh-menu-button span {
  display: block;
  height: 1px;
  background: var(--dh-black);
  margin: 6px 0;
}

.dh-main {
  min-height: 70vh;
}

.dh-section,
.dh-page-hero,
.dh-cta {
  padding: clamp(74px, 9vw, 144px) clamp(20px, 4vw, 64px);
}

.dh-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.dh-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: clamp(120px, 14vw, 180px) clamp(20px, 4vw, 64px) clamp(72px, 8vw, 108px);
  background-image: url('/images/darcii-hair-founder-blown-up.png');
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.dh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,13,13,.82) 0%, rgba(13,13,13,.30) 52%, rgba(13,13,13,.06) 100%);
  pointer-events: none;
}

.dh-hero .dh-hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.dh-hero__copy,
.dh-page-hero__copy {
  display: grid;
  gap: 28px;
  max-width: 780px;
}

.dh-rule-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--dh-peach);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dh-rule-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--dh-gold);
}

.dh-hero h1,
.dh-page-hero h1,
.dh-section h2,
.dh-cta h2 {
  margin: 0;
  color: var(--dh-peach);
  font-family: var(--dh-serif);
  font-weight: 500;
  letter-spacing: 0;
}

.dh-hero h1 {
  font-size: clamp(58px, 8vw, 128px);
  line-height: .91;
}

.dh-page-hero h1,
.dh-section h2,
.dh-cta h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
}

.dh-hero p,
.dh-page-hero p,
.dh-section-head p,
.dh-cta p {
  margin: 0;
  color: var(--dh-muted);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.56;
}

.dh-hero__actions,
.dh-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.dh-button,
.dh-product-card__quick,
.dh-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid var(--dh-peach);
  border-radius: 6px;
  background: var(--dh-peach);
  color: var(--dh-white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s var(--dh-ease), background .18s var(--dh-ease), color .18s var(--dh-ease), border-color .18s var(--dh-ease);
}

.dh-button-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid var(--dh-peach);
  background: transparent;
  color: var(--dh-peach);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.dh-button-accent:hover {
  background: var(--dh-peach);
  border-color: var(--dh-peach);
  color: var(--dh-white);
}

.dh-button:hover,
.dh-product-card__quick:hover,
.dh-form button:hover {
  transform: translateY(-2px);
  background: var(--dh-black);
  border-color: var(--dh-black);
  color: var(--dh-peach);
}

.dh-button--ghost {
  background: transparent;
  color: var(--dh-peach);
}

.dh-button--light {
  background: var(--dh-white);
  border-color: var(--dh-white);
  color: var(--dh-black);
}

.dh-hero__media,
.dh-editorial-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dh-soft);
  box-shadow: 0 28px 90px rgba(13, 13, 13, .12);
}

.dh-hero__media {
  aspect-ratio: .82 / 1;
}

.dh-hero__media img,
.dh-editorial-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s var(--dh-ease);
}

.dh-hero__media:hover img,
.dh-editorial-image:hover img,
.dh-product-card:hover img {
  transform: scale(1.045);
}

.dh-hero .dh-rule-label,
.dh-hero h1 {
  color: var(--dh-white);
}

.dh-hero p {
  color: rgba(255, 255, 255, .82);
}

.dh-hero .dh-rule-label {
  justify-content: center;
}

.dh-hero .dh-hero__actions {
  justify-content: center;
}

.dh-hero .dh-button--ghost {
  color: var(--dh-white);
  border-color: rgba(255, 255, 255, .55);
}

.dh-hero .dh-button--ghost:hover {
  background: var(--dh-white);
  border-color: var(--dh-white);
  color: var(--dh-black);
}

.dh-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--dh-line);
  background: #ffa07a;
  color: var(--dh-white);
}

.dh-service-strip a,
.dh-service-strip div {
  padding: 28px clamp(18px, 3vw, 38px);
  text-decoration: none;
  border-right: 1px solid rgba(255,255,255,.14);
}

.dh-service-strip strong {
  display: block;
  margin-bottom: 7px;
  color: black;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dh-service-strip span {
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.45;
}

.dh-section-head {
  width: min(1440px, 100%);
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .45fr);
  gap: 34px;
  align-items: end;
}

.dh-product-grid,
.dh-card-grid,
.dh-blog-grid {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.dh-product-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 100%;
  text-decoration: none;
  color: var(--dh-black);
}

.dh-product-card__image {
  position: relative;
  aspect-ratio: .82 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(110deg, #f3efe8, #fff, #eee7da);
}

.dh-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s var(--dh-ease);
}

.dh-product-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--dh-muted);
  font-family: var(--dh-serif);
  font-size: clamp(24px, 2vw, 36px);
  background: var(--dh-soft);
}

.dh-product-card__meta {
  display: grid;
  gap: 8px;
  padding: 2px 0 0;
}

.dh-product-card__name {
  color: var(--dh-peach);
  font-family: var(--dh-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.dh-product-card__desc {
  margin: 0;
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.dh-product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.dh-product-card__price {
  font-size: 15px;
  font-weight: 700;
  color: var(--dh-black);
  letter-spacing: .01em;
}

.dh-product-card__quick {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 9px 14px;
  font-size: 11px;
}

.dh-skeleton .dh-product-card__image,
.dh-skeleton .dh-product-card__name,
.dh-skeleton .dh-product-card__desc,
.dh-skeleton .dh-product-card__price {
  min-height: 18px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f0ece4, #fff8ed, #f0ece4);
  background-size: 200% 100%;
  animation: dh-shimmer 1.4s linear infinite;
}

@keyframes dh-shimmer {
  to { background-position-x: -200%; }
}

.dh-editorial-split {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.dh-editorial-copy {
  display: grid;
  gap: 24px;
}

.dh-editorial-copy h2,
.dh-editorial-copy h3 {
  margin: 0;
  color: var(--dh-peach);
  font-family: var(--dh-serif);
  font-size: clamp(40px, 4.8vw, 78px);
  font-weight: 500;
  line-height: 1;
}

.dh-editorial-copy p {
  margin: 0;
  color: var(--dh-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
}

.dh-editorial-image {
  aspect-ratio: 1.06 / 1;
}

.dh-editorial-image--badge {
  position: relative;
}

.dh-coming-soon-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--dh-black);
  color: var(--dh-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.22);
}

.dh-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dh-card,
.dh-info-card,
.dh-empty-state,
.dh-form {
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  background: var(--dh-white);
  padding: clamp(22px, 3vw, 34px);
}

.dh-card {
  display: grid;
  gap: 14px;
}

.dh-card strong {
  color: var(--dh-coral);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dh-card h3,
.dh-blog-card h3,
.dh-info-card h2 {
  margin: 0;
  color: var(--dh-peach);
  font-family: var(--dh-serif);
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 500;
  line-height: 1.05;
}

.dh-card p,
.dh-blog-card p,
.dh-info-card p,
.dh-empty-state p {
  margin: 0;
  color: var(--dh-muted);
  font-size: 16px;
  line-height: 1.55;
}

.dh-product-grid > .dh-empty-state {
  grid-column: 1 / -1;
  text-align: center;
}

.dh-empty-state .dh-button {
  margin-top: 20px;
}

.dh-quote-band {
  background: var(--dh-soft);
}

.dh-quote-band h2 {
  color: var(--dh-black);
}

.dh-quote-band .dh-rule-label {
  color: var(--dh-black);
}

.dh-quote-grid {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dh-quote {
  padding: 30px;
  border-radius: 8px;
  background: var(--dh-white);
}

.dh-quote blockquote {
  margin: 0 0 18px;
  font-family: var(--dh-serif);
  font-size: 30px;
  line-height: 1.12;
}

.dh-quote cite {
  color: var(--dh-muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dh-page-hero {
  background: linear-gradient(180deg, #fff, var(--dh-soft));
}

.dh-page-hero__inner,
.dh-app-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.dh-app-shell {
  padding: clamp(54px, 7vw, 96px) clamp(20px, 4vw, 64px);
}

.dh-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dh-blog-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  color: var(--dh-black);
  text-decoration: none;
  transition: transform .2s var(--dh-ease), box-shadow .2s var(--dh-ease);
}

.dh-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(13,13,13,.08);
}

.dh-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--dh-black);
  color: var(--dh-white);
}

.dh-cta > div {
  max-width: 820px;
}

.dh-cta h2,
.dh-cta p,
.dh-cta .dh-rule-label {
  color: var(--dh-white);
}

.dh-cta p {
  margin-top: 18px;
  color: rgba(255,255,255,.72);
}

.dh-faq__list {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.dh-faq details {
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  padding: 0 20px;
  background: var(--dh-white);
}

.dh-faq summary {
  cursor: pointer;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 800;
  color: var(--dh-peach);
}

.dh-faq details p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--dh-muted);
  line-height: 1.55;
}

.dh-form {
  display: grid;
  gap: 16px;
}

.dh-form label {
  display: grid;
  gap: 7px;
  color: var(--dh-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dh-form input,
.dh-form textarea,
.dh-form select,
.dp-field input,
.dp-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--dh-line);
  border-radius: 6px;
  padding: 12px 14px;
  background: var(--dh-white);
  color: var(--dh-black);
  font-family: var(--dh-sans);
  font-size: 15px;
  outline: none;
  transition: border-color .18s var(--dh-ease), box-shadow .18s var(--dh-ease);
}

.dh-form input:focus,
.dh-form textarea:focus,
.dh-form select:focus,
.dp-field input:focus,
.dp-field select:focus {
  border-color: var(--dh-peach);
  box-shadow: 0 0 0 4px rgba(201,169,110,.16);
}

.dh-whatsapp-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fff9 0%, #ffffff 58%, #f0fff4 100%);
  padding: clamp(28px, 5vw, 58px);
}

.dh-whatsapp-large {
  width: min(100%, 520px);
  min-height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 28px;
  border-radius: 8px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 22px 54px rgba(37, 211, 102, .28);
  transition: transform .18s var(--dh-ease), box-shadow .18s var(--dh-ease), background .18s var(--dh-ease);
}

.dh-whatsapp-large span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.dh-whatsapp-large strong {
  color: inherit;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.dh-whatsapp-large:hover {
  transform: translateY(-3px);
  background: #1ebe5d;
  box-shadow: 0 26px 62px rgba(37, 211, 102, .36);
}

.dh-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: clamp(28px, 5vw, 86px);
  padding: 54px clamp(20px, 4vw, 64px);
  background: var(--dh-black);
  color: var(--dh-white);
}

.dh-footer p,
.dh-footer span {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.62);
  line-height: 1.55;
}

.dh-footer__links,
.dh-footer__contact {
  display: grid;
  align-content: start;
  gap: 12px;
}

.dh-footer a {
  color: var(--dh-white);
  text-decoration: none;
}

.dh-whatsapp-float {
  position: fixed;
  right: clamp(16px, 2.4vw, 34px);
  bottom: clamp(16px, 2.4vw, 34px);
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 18px 10px 10px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(37, 211, 102, .32);
  transition: transform .18s var(--dh-ease), box-shadow .18s var(--dh-ease), background .18s var(--dh-ease), color .18s var(--dh-ease);
}

.dh-whatsapp-float span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.dh-whatsapp-float strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dh-whatsapp-float:hover {
  transform: translateY(-3px);
  background: #1ebe5d;
  color: #ffffff;
  box-shadow: 0 20px 48px rgba(37, 211, 102, .42);
}

.dh-whatsapp-float:hover span {
  background: rgba(255,255,255,.25);
  color: #ffffff;
}

.dh-whatsapp-float:hover strong {
  color: #ffffff;
}

.dh-newsletter {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 4vw, 64px);
  background: var(--dh-black);
}

.dh-newsletter__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}

.dh-newsletter__copy .dh-rule-label {
  color: rgba(255, 255, 255, .6);
}

.dh-newsletter__copy h2 {
  margin: 0;
  color: var(--dh-white);
  font-family: var(--dh-serif);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.dh-newsletter__field {
  display: flex;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color .18s var(--dh-ease);
}

.dh-newsletter__field:focus-within {
  border-color: var(--dh-peach);
}

.dh-newsletter__field input {
  flex: 1;
  min-height: 52px;
  padding: 14px 18px;
  background: transparent;
  border: none;
  color: var(--dh-white);
  font-family: var(--dh-sans);
  font-size: 15px;
  outline: none;
}

.dh-newsletter__field input::placeholder {
  color: rgba(255, 255, 255, .42);
}

.dh-newsletter__field button {
  flex: 0 0 auto;
  padding: 0 24px;
  background: var(--dh-peach);
  border: none;
  color: var(--dh-white);
  font-family: var(--dh-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .18s var(--dh-ease);
}

.dh-newsletter__field button:hover {
  background: #ff8c5a;
}

.dh-newsletter__msg {
  margin: 10px 0 0;
  font-size: 13px;
  min-height: 18px;
  color: rgba(255, 255, 255, .62);
}

.dh-newsletter__msg.is-success { color: #6ee79f; }
.dh-newsletter__msg.is-error   { color: #ff7070; }

.dh-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--dh-ease), transform .7s var(--dh-ease);
}

.dh-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.dp-nav {
  display: none !important;
}

.dp-page,
.dpv-wrap {
  max-width: 1240px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.dp-page-title,
.dpv-title {
  font-family: var(--dh-serif) !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

.dp-card,
.dp-status-card,
.dpv-main-image,
.dpv-thumb {
  border-color: var(--dh-line) !important;
  border-radius: 8px !important;
}

.dp-btn,
.dpv-btn {
  border-radius: 6px !important;
  text-transform: uppercase;
  letter-spacing: .07em;
}

@media (max-width: 980px) {
  .dh-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .dh-logo {
    height: 56px;
  }

  .dh-logo img {
    height: 56px;
    max-height: 56px;
  }

  .dh-menu-button {
    display: block;
    margin-right: 116px;
  }

  .dh-nav {
    position: fixed;
    inset: 92px 16px auto 16px;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--dh-line);
    border-radius: 8px;
    background: var(--dh-white);
    box-shadow: 0 20px 60px rgba(13,13,13,.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s var(--dh-ease), transform .2s var(--dh-ease);
  }

  .dh-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .dh-nav a {
    padding: 14px;
  }

  .dh-editorial-split,
  .dh-section-head,
  .dh-footer,
  .dh-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .dh-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .dh-hero {
    min-height: 100svh;
    padding-bottom: clamp(54px, 8vw, 80px);
  }

  .dh-service-strip,
  .dh-product-grid,
  .dh-card-grid,
  .dh-blog-grid,
  .dh-quote-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .dh-section,
  .dh-hero,
  .dh-page-hero,
  .dh-cta {
    padding-inline: 18px;
  }

  .dh-hero {
    padding-bottom: 140px;
  }

  .dh-header {
    padding-inline: 18px;
  }

  .dh-logo {
    height: 52px;
  }

  .dh-logo img {
    height: 52px;
    max-height: 52px;
    max-width: none;
  }

  .dh-menu-button {
    margin-right: 88px;
  }

  .dh-footer {
    padding: 40px 18px;
  }

  .dh-newsletter {
    padding: 48px 18px;
  }

  .dh-editorial-copy p {
    font-size: 16px;
  }

  .dh-quote blockquote {
    font-size: clamp(20px, 5.5vw, 26px);
  }

  .dh-footer__links a,
  .dh-footer__contact a {
    display: inline-block;
    padding: 4px 0;
  }

  .dh-whatsapp-float {
    min-height: 50px;
    padding: 8px;
  }

  .dh-whatsapp-float strong {
    display: none;
  }
}

@media (max-width: 480px) {
  .dh-service-strip,
  .dh-product-grid,
  .dh-card-grid,
  .dh-blog-grid,
  .dh-quote-grid {
    grid-template-columns: 1fr;
  }
}

/* ── 404 ──────────────────────────────────────────────────────────────── */

.dh-404 {
  min-height: calc(100svh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 10vw, 140px) clamp(20px, 4vw, 64px);
  text-align: center;
}

.dh-404__inner {
  width: min(680px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 22px;
  justify-items: center;
}

.dh-404__code {
  display: block;
  font-family: var(--dh-serif);
  font-size: clamp(100px, 18vw, 200px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.04em;
  color: var(--dh-soft);
  user-select: none;
  margin-bottom: 8px;
}

.dh-404 h1 {
  margin: 0;
  color: var(--dh-peach);
  font-family: var(--dh-serif);
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 500;
  line-height: 1;
}

.dh-404 p {
  margin: 0;
  color: var(--dh-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.58;
  max-width: 480px;
}

.dh-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 6px;
}

.dh-404__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 28px;
  justify-content: center;
  padding-top: 28px;
  margin-top: 4px;
  border-top: 1px solid var(--dh-line);
  width: 100%;
}

.dh-404__nav a {
  color: var(--dh-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .18s var(--dh-ease);
}

.dh-404__nav a:hover {
  color: var(--dh-peach);
}

@media (max-width: 640px) {
  .dh-404 {
    padding-inline: 24px;
  }

  .dh-404__code {
    font-size: clamp(88px, 22vw, 120px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .dh-reveal {
    opacity: 1;
    transform: none;
  }
}
