@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700&display=swap');

/*
Theme Name: Diheibliibe
Theme URI: https://diheibliibe.ch
Description: Pflege & Unterstützung zu Hause – Barbara Kaiser
Author: Didi
Version: 3.0.0
Text Domain: diheibliibe
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --bordeaux:       #8B3E3D;
  --bordeaux-dark:  #6B2B2A;
  --bordeaux-deep:  #3D1515;
  --cream:          #EFE8C7;
  --cream-light:    #F7F3E8;
  --warm-white:     #FDFAF5;
  --text-dark:      #3D1515;
  --text-mid:       #5A3D42;
  --text-light:     #8B6B6B;
  --gold:           #E8C46A;
  --gold-light:     #F5D98A;
  --shadow-sm:      0 2px 8px rgba(61,21,21,0.10);
  --shadow-md:      0 6px 24px rgba(61,21,21,0.14);
  --radius:         12px;
  --radius-sm:      6px;
  --transition:     0.25s ease;
  --font-sans:      'Lato', sans-serif;
  --font-serif:     'Georgia', 'Times New Roman', serif;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--cream);
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bordeaux); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--bordeaux-dark); }

/* ============================================================
   TYPOGRAPHY – vollständig responsiv via clamp()
   ============================================================ */
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--bordeaux-dark); line-height: 1.25; }

/* h1: 1.6rem (mobile) → 3rem (desktop) */
h1 { font-size: clamp(1.6rem, 3.5vw, 3rem); font-weight: 700; letter-spacing: -0.02em; }

/* h2: 1.25rem → 2rem */
h2 { font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 600; margin-bottom: 1.25rem; }

/* h3: 1rem → 1.35rem */
h3 { font-size: clamp(1rem, 1.5vw, 1.35rem); font-weight: 600; margin-bottom: 0.75rem; }

/* Body: 15px (mobile) → 17px (large desktop) */
body {
  font-size: clamp(15px, 1.1vw, 17px);
}

/* Nav links: etwas kleiner auf kleinen Screens */
.dh-nav__links a {
  font-size: clamp(0.88rem, 1vw, 1rem);
}

p { margin-bottom: 1.1rem; color: var(--text-mid); }
p:last-child { margin-bottom: 0; }
ul { padding-left: 1.5rem; }
ul li { margin-bottom: 0.5rem; color: var(--text-mid); }

/* ============================================================
   LAYOUT
   ============================================================ */
.dh-container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.dh-section { padding: 4.5rem 0; }

/* ============================================================
   NAVIGATION – Bordeaux #8B3E3D
   ============================================================ */
.dh-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #8B3E3D;
  box-shadow: 0 2px 12px rgba(61,21,21,0.15);
}
.admin-bar .dh-nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .dh-nav { top: 46px; } }

.dh-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 64px;
}
.dh-nav__inner--centered {
  justify-content: center;
}
@media (max-width: 768px) {
  .dh-nav__inner--centered {
    justify-content: flex-end;
  }
}

.dh-nav__logo-text {
  color: rgba(255,255,255,0.75);
  font-size: clamp(0.75rem, 0.9vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.45rem 0.8rem;
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
  font-family: var(--font-sans);
}
.dh-nav__logo-text:hover {
  color: #fff;
  border-bottom: 2px solid var(--gold);
}

.dh-nav__links {
  display: flex;
  list-style: none;
  gap: 0.15rem;
  padding: 0; margin: 0;
  align-items: center;
}
.dh-nav__links a {
  color: rgba(255,255,255,0.75);
  font-family: 'Lato', sans-serif;
  padding: 0.45rem 0.8rem;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  display: flex;
  align-items: center;
}
.dh-nav__links a:hover { background: none; color: #fff; border-bottom: 2px solid var(--gold); transform: none; }
.dh-nav__links a.active { background: none; color: #fff; font-weight: 600; border-bottom: 2px solid var(--gold); }

.dh-nav__toggle {
  display: none;
  background: none; border: none;
  cursor: pointer; padding: 0.5rem;
  color: var(--cream);
}

/* ============================================================
   HERO – bordeaux, Logo-Card in Creme
   ============================================================ */
.dh-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--bordeaux);
  overflow: hidden;
}

.dh-hero__bg {
  position: absolute; inset: 0;
  background-image: url('assets/images/sunflowers.jpg');
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.88) saturate(0.92);
}

.dh-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(107,43,42,0.25) 0%, rgba(61,21,21,0.15) 60%, transparent 100%);
}

.dh-hero__content {
  position: relative; z-index: 2;
  width: 100%;
  padding: 64px 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Logo-Card in Creme */
.dh-hero__logo-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 40px rgba(61,21,21,0.3);
  margin-bottom: 1.75rem;
  width: min(560px, 88vw);
}

.dh-hero__logo-card img {
  width: min(500px, 80vw);
  height: auto;
}

.dh-hero__title { color: #fff; margin-bottom: 0.75rem; }
.dh-hero__subtitle { color: #fff; font-size: clamp(1rem, 1.4vw, 1.05rem); font-style: italic; line-height: 1.65; margin-bottom: 1.75rem; text-shadow: 0 1px 6px rgba(61,21,21,0.6); }

.dh-hero__actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-bottom: 1.5rem; justify-content: center; }

.dh-hero__contact {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.dh-hero__contact strong { color: #fff; font-size: clamp(0.8rem, 1.1vw, 0.85rem); font-family: 'Lato', sans-serif; }
.dh-hero__contact span { color: rgba(239,232,199,0.7); font-size: clamp(0.8rem, 1.1vw, 0.85rem); font-family: 'Lato', sans-serif; }

/* ============================================================
   BUTTONS
   ============================================================ */
.dh-btn {
  display: inline-block;
  padding: 0.75rem 1.6rem;
  border-radius: var(--radius-sm);
  font-family: 'Lato', sans-serif;
  font-size: clamp(0.8rem, 1.1vw, 0.85rem); font-weight: 600;
  letter-spacing: 0.02em;
  transition: all var(--transition);
  cursor: pointer; border: none; text-decoration: none;
}
.dh-btn--primary { background: var(--cream); color: var(--bordeaux-dark); box-shadow: var(--shadow-sm); }
.dh-btn--primary:hover { background: #fff; color: var(--bordeaux-dark); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.dh-btn--outline { background: transparent; color: var(--cream); border: 2px solid rgba(239,232,199,0.55); }
.dh-btn--outline:hover { background: rgba(239,232,199,0.12); color: var(--cream); border-color: var(--cream); }
.dh-btn--dark { background: var(--bordeaux); color: #fff; }
.dh-btn--dark:hover { background: var(--bordeaux-dark); color: #fff; transform: translateY(-1px); }

/* ============================================================
   TRUST BAR
   ============================================================ */
.dh-trustbar { background: var(--bordeaux-dark); padding: 1rem 0; }
.dh-trustbar__inner {
  display: flex; align-items: center; justify-content: center;
  gap: 1.5rem; flex-wrap: wrap;
  max-width: 1100px; margin: 0 auto; padding: 0 1.5rem;
}
.dh-trustbar__item {
  color: rgba(239,232,199,0.88);
  font-size: clamp(0.7rem, 1vw, 0.75rem); font-family: 'Lato', sans-serif;
  letter-spacing: 0.04em; text-transform: uppercase;
  display: flex; align-items: center; gap: 0.4rem;
}
.dh-trustbar__item::before { content: '✓'; color: var(--gold); font-weight: bold; }
.dh-trustbar__divider { color: rgba(239,232,199,0.25); }

/* ============================================================
   CARDS
   ============================================================ */
.dh-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.dh-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border: 0.5px solid rgba(139,62,61,0.1);
  transition: all var(--transition);
}
.dh-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.dh-card__icon { font-size: clamp(1.2rem, 2vw, 1.6rem); margin-bottom: 0.85rem; }
.dh-card__title { font-size: clamp(0.95rem, 1.3vw, 1rem); font-weight: 600; color: var(--bordeaux-dark); margin-bottom: 0.5rem; }
.dh-card__text { font-size: clamp(0.85rem, 1.2vw, 0.9rem); color: var(--text-mid); line-height: 1.6; margin: 0; }
.dh-card__link { font-size: clamp(0.8rem, 1.1vw, 0.85rem); font-family: 'Lato', sans-serif; color: var(--bordeaux); margin-top: 0.75rem; display: inline-block; }

/* ============================================================
   PAGE HERO (Unterseiten)
   ============================================================ */
.dh-page-hero {
  background: var(--bordeaux);
  padding: 5rem 0 1.5rem;
  position: relative; overflow: hidden;
}
.dh-page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('assets/images/sunflowers.jpg') center/cover;
  opacity: 0.08; filter: saturate(0.4);
}
.dh-page-hero__inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.dh-page-hero__title { color: #fff; margin-bottom: 0.4rem; font-size: clamp(1.4rem, 3vw, 2rem); }
.dh-page-hero__breadcrumb { color: rgba(239,232,199,0.55); font-size: clamp(0.8rem, 1.1vw, 0.85rem); font-family: 'Lato', sans-serif; margin-bottom: 0.5rem; }
.dh-page-hero__breadcrumb a { color: rgba(239,232,199,0.55); }

/* ============================================================
   CONTENT WRAP (Unterseiten)
   ============================================================ */
.dh-content-wrap {
  max-width: 1100px; margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  align-items: start;
}
.dh-content-main {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
  border: 0.5px solid rgba(139,62,61,0.08);
}
.dh-content-main h2 { padding-bottom: 0.75rem; border-bottom: 2px solid var(--cream); margin-bottom: 1.5rem; }
.dh-content-main h3 { color: var(--bordeaux); margin-top: 1.75rem; margin-bottom: 0.75rem; }
.dh-content-main ul { list-style: none; padding: 0; }
.dh-content-main ul li {
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
  border-bottom: 1px solid var(--cream);
  font-size: clamp(0.95rem, 1.3vw, 1rem); color: var(--text-mid);
}
.dh-content-main ul li:last-child { border-bottom: none; }
.dh-content-main ul li::before { content: '→'; position: absolute; left: 0; color: var(--bordeaux); }

/* ============================================================
   SIDEBAR
   ============================================================ */
.dh-sidebar { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: 84px; }

.dh-sidebar__contact {
  background: var(--bordeaux);
  color: #fff; border-radius: var(--radius);
  padding: 1.75rem; box-shadow: var(--shadow-md);
}
.dh-sidebar__contact h4 {
  color: var(--gold-light); font-size: clamp(0.7rem, 1vw, 0.75rem);
  text-transform: uppercase; letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif; margin-bottom: 1rem;
}
.dh-sidebar__contact strong { display: block; font-size: clamp(1rem, 1.4vw, 1.05rem); margin-bottom: 0.2rem; }
.dh-sidebar__contact p { color: rgba(255,255,255,0.7); font-size: clamp(0.8rem, 1.1vw, 0.85rem); margin: 0.1rem 0; }
.dh-sidebar__contact-row { display: flex; gap: 0.5rem; align-items: center; margin-top: 0.5rem; font-size: clamp(0.8rem, 1.1vw, 0.85rem); color: rgba(255,255,255,0.85); }
.dh-sidebar__contact a { color: var(--gold-light); }
.dh-sidebar__contact a:hover { color: var(--gold); }

.dh-sidebar__nav { background: #fff; border-radius: var(--radius); padding: 0.4rem; box-shadow: var(--shadow-sm); border: 0.5px solid rgba(139,62,61,0.08); }
.dh-sidebar__nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.7rem 1rem; border-radius: var(--radius-sm);
  font-size: clamp(0.85rem, 1.2vw, 0.9rem); color: var(--text-mid);
  font-family: 'Lato', sans-serif; transition: all var(--transition);
}
.dh-sidebar__nav a:hover, .dh-sidebar__nav a.active { background: var(--cream); color: var(--bordeaux-dark); }
.dh-sidebar__nav a::after { content: '›'; font-size: clamp(1rem, 1.5vw, 1.1rem); opacity: 0.4; }

/* ============================================================
   PORTRAIT (Über mich)
   ============================================================ */
.dh-portrait { display: flex; gap: 2rem; align-items: flex-start; margin-bottom: 1.5rem; }
.dh-portrait__img { width: 150px; height: 180px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-sm); flex-shrink: 0; border: 3px solid var(--cream); }

/* ============================================================
   FOOTER
   ============================================================ */
.dh-footer { background: var(--bordeaux-deep); color: rgba(239,232,199,0.65); padding: 3rem 0 1.5rem; }
.dh-footer__inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.dh-footer__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(239,232,199,0.1); margin-bottom: 1.5rem; }
.dh-footer__col h5 { color: var(--gold-light); font-size: clamp(0.7rem, 1vw, 0.75rem); text-transform: uppercase; letter-spacing: 0.1em; font-family: 'Lato', sans-serif; margin-bottom: 0.9rem; }
.dh-footer__col p { font-size: clamp(0.9rem, 1.1vw, 1rem); color: rgba(239,232,199,0.55); line-height: 1.9; margin: 0; }
.dh-footer__col a { font-size: clamp(0.9rem, 1.1vw, 1rem); color: rgba(239,232,199,0.55); line-height: 1.9; display: block; }
.dh-footer__col a:hover { color: var(--gold-light); }
.dh-footer__bottom { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding-top: 0.3rem; padding-bottom: 0.3rem; }
.dh-footer__copy { font-size: clamp(0.7rem, 1vw, 0.75rem); color: rgba(239,232,199,0.3); }
.dh-footer__trust { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.dh-footer__trust a { font-size: clamp(0.7rem, 1vw, 0.75rem); color: rgba(239,232,199,0.38); font-family: 'Lato', sans-serif; }
.dh-footer__trust a:hover { color: var(--gold-light); }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {
  .dh-nav__links {
    display: none; position: absolute;
    top: 64px; left: 0; right: 0;
    background: #8B3E3D;
    flex-direction: column; padding: 0.75rem; gap: 0.2rem;
  }
  .dh-nav__links.open { display: flex; }
  .dh-nav__toggle { display: block; }
  .dh-hero__inner { flex-direction: column; gap: 2rem; }
  .dh-hero__logo-card { width: 100%; }
  .dh-content-wrap { grid-template-columns: 1fr; }
  .dh-sidebar { position: static; order: -1; }
  .dh-footer__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .dh-portrait { flex-direction: column; }
  .dh-trustbar__divider { display: none; }
}
@media (max-width: 480px) {
  .dh-hero__actions { flex-direction: column; }
  .dh-footer__bottom { flex-direction: column; }
}

/* ============================================================
   HERO TEXTBOX – lesbar auf Sonnenblumen
   ============================================================ */
.dh-hero__textbox {
  background: rgba(107, 43, 42, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  width: min(560px, 88vw);
  border: 1px solid rgba(239,232,199,0.1);
}

.dh-hero__textbox .dh-hero__subtitle {
  text-shadow: none;
  margin-bottom: 1.25rem;
}

.dh-hero__textbox .dh-hero__actions {
  margin-bottom: 1.25rem;
}

/* ============================================================
   HERO – eine einzige Card
   ============================================================ */
.dh-hero__card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 2.5rem 3rem 2.5rem;
  width: clamp(320px, 55vw, 860px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 12px 48px rgba(61,21,21,0.35);
  border: 1px solid rgba(239,232,199,0.3);
}

.dh-hero__logo-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.dh-hero__card .dh-hero__subtitle {
  color: var(--text-mid);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  text-shadow: none;
  margin-bottom: 1.5rem;
  font-style: italic;
  line-height: 1.7;
  width: 100%;
  border-top: 1px solid rgba(139,62,61,0.18);
  padding-top: 1rem;
  margin-top: 0;
}

.dh-hero__card .dh-hero__actions {
  margin-bottom: 1.25rem;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.dh-hero__card .dh-btn {
  padding: 0;
  font-size: clamp(0.95rem, 1.3vw, 1rem);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}
.dh-hero__card .dh-btn--primary {
  background: var(--bordeaux);
  color: #fff;
}
.dh-hero__card .dh-btn--primary:hover {
  background: var(--bordeaux-dark);
  color: #fff;
}
.dh-hero__card .dh-btn--outline {
  border-color: rgba(139,62,61,0.45);
  color: var(--bordeaux);
}
.dh-hero__card .dh-btn--outline:hover {
  background: rgba(139,62,61,0.08);
  color: var(--bordeaux-dark);
}

.dh-hero__card .dh-hero__contact {
  width: 100%;
  border-top: 1px solid rgba(139,62,61,0.12);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.dh-hero__contact-name {
  color: var(--bordeaux-dark);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 700;
  font-family: var(--font-serif);
}
.dh-hero__contact-role {
  color: var(--text-light);
  font-size: clamp(0.8rem, 1.1vw, 0.85rem);
  font-family: 'Lato', sans-serif;
  margin-bottom: 0.4rem;
}
.dh-hero__contact-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}
.dh-hero__contact-row strong {
  color: var(--bordeaux);
  font-size: clamp(0.95rem, 1.3vw, 1rem);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.dh-hero__contact-row span {
  color: var(--text-mid);
  font-size: clamp(0.95rem, 1.3vw, 1rem);
  font-family: 'Lato', sans-serif;
}
.dh-hero__contact-dot {
  color: rgba(139,62,61,0.35);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1;
}

@media (max-width: 480px) {
  .dh-hero__card {
    padding: 1.75rem 1.5rem;
  }
}

.dh-footer__impressum {
  font-size: clamp(0.7rem, 1vw, 0.78rem);
  color: rgba(239,232,199,0.25);
  font-family: var(--font-sans);
  text-decoration: none;
  transition: color var(--transition);
}
.dh-footer__impressum:hover {
  color: var(--gold-light);
}

@media (max-width: 768px) {
  .dh-hero__card .dh-hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .dh-hero__card .dh-btn {
    font-size: 0.9rem;
    height: 72px;
    width: 100%;
    flex: unset;
  }
}

/* ============================================================
   MOBILE – Abstände verkleinern
   ============================================================ */
@media (max-width: 768px) {
  .dh-hero__card {
    padding: 1.25rem 1.5rem;
  }
  .dh-hero__logo-img {
    margin-bottom: 0.5rem;
  }
  .dh-hero__card .dh-hero__subtitle {
    padding-top: 0.75rem;
    margin-bottom: 1rem;
  }
  .dh-hero__card .dh-hero__actions {
    margin-bottom: 0.75rem;
    gap: 0.5rem;
  }
  .dh-section {
    padding: 2.5rem 0;
  }
  .dh-cards {
    gap: 0.75rem;
  }
  .dh-card {
    padding: 1.25rem;
  }
}

/* ============================================================
   ABOUT GRID
   ============================================================ */
.dh-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 768px) {
  .dh-about-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .dh-nav__inner {
    height: 48px;
  }
}

@media (max-width: 768px) {
  .dh-hero {
    min-height: 100svh;
    height: 100svh;
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 48px;
  }
  .dh-hero__content {
    padding: 1rem 1rem 1.5rem;
    min-height: calc(100svh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* About Button – Desktop/Mobile */
.dh-about-btn-mobile { display: none; }
.dh-about-btn-desktop { display: inline-block; }

@media (max-width: 768px) {
  .dh-about-grid {
    gap: 1rem;
  }
  .dh-about-btn-mobile {
    display: inline-block;
    margin-top: 1rem;
  }
  .dh-about-btn-desktop { display: none; }
}

/* ============================================================
   PAGE LAYOUT – sticky footer
   ============================================================ */

/* PAGE LAYOUT */
.dh-page-wrapper {
  background: var(--cream);
  padding: 2rem 1.5rem 3rem;
  padding-top: calc(64px + 2rem);
  min-height: calc(100vh - 64px - 220px);
}

.dh-page-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.dh-page-title {
  color: var(--bordeaux-dark);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--cream-dark);
}


@media (max-width: 768px) {
  .dh-page-wrapper {
    padding: 1rem 1rem 1rem;
    padding-top: calc(48px + 1rem);
  }
}

/* About text – hell auf bordeaux */
.dh-about-text,
.dh-about-text p {
  color: rgba(239,232,199,0.85) !important;
  line-height: 1.8;
}
.dh-about-text em {
  color: rgba(239,232,199,0.85);
}

@media (max-width: 768px) {
  .dh-hero__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dh-hero__card {
    width: 100%;
    max-width: 100%;
    padding: 1.25rem 1.5rem;
  }
}
