.drh-footer-inner{
  display:flex;
  flex-direction:column;
  gap:var(--space-5);
  padding-block:clamp(4rem,8vw,7rem);
}

.drh-footer-brand{
  display:flex;
  gap:var(--space-3);
  align-items:flex-start;
}

.drh-footer-logo{
  height:54px;
}

.drh-footer{background:#172d32;color:#f7f1e8}
.drh-footer p,.drh-footer .text-muted{color:#b9bbb5}
.drh-footer-brand{max-width:620px}.drh-footer-brand strong{font-family:var(--font-heading);font-size:1.4rem}

.drh-footer-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:.9rem 2rem;
  padding-block:2rem;
  border-top:1px solid rgba(255,255,255,.16);
  border-bottom:1px solid rgba(255,255,255,.16);
}
.drh-footer-nav a{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em}

.drh-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:var(--space-3);
}

.drh-consent{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  padding:var(--space-3);
  z-index:100;
}

.drh-consent-box{
  max-width:700px;
  margin-inline:auto;
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  padding:var(--space-4);
  box-shadow:0 18px 55px rgba(23,45,50,.2);
  background:#fffdf9;
  color:var(--color-text-primary);
}

.drh-consent-actions{
  display:flex;
  gap:var(--space-2);
  flex-wrap:wrap;
  margin-top:var(--space-3);
}
