/* ==========================================================================
   Decor D'Henna - Marokkaanse luxe huisstijl
   bordeaux #6B2333 · goud #C9A15A · ivoor #F7EFE3 · blush #EBC7BD · smaragd #2F6D4F
   ========================================================================== */

:root {
  --dh-bordeaux: #6B2333;
  --dh-bordeaux-dark: #40151F;
  --dh-gold: #C9A15A;
  --dh-gold-light: #E7CB8B;
  --dh-gold-dark: #A27B36;
  --dh-blush: #EBC7BD;
  --dh-ivory: #F7EFE3;
  --dh-cream: #FCF8F1;
  --dh-ink: #33262A;
  --dh-muted: #6F5F62;
  --dh-emerald: #2F6D4F;
  --dh-shadow: 0 10px 34px rgba(64, 21, 31, 0.10);
  --dh-shadow-lg: 0 22px 60px rgba(64, 21, 31, 0.18);
  --dh-zellige: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23C9A15A' stroke-opacity='.30' stroke-width='1'%3E%3Cpath d='M32 2 L40 24 L62 32 L40 40 L32 62 L24 40 L2 32 L24 24 Z'/%3E%3Ccircle cx='32' cy='32' r='5'/%3E%3Cpath d='M0 0 L8 8 M64 0 L56 8 M0 64 L8 56 M64 64 L56 56'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Basis ---------- */
html, body { overflow-x: clip; }
body,
body.ast-plain-container,
.ast-plain-container .site-content,
.ast-plain-container #content {
  background-color: var(--dh-ivory) !important;
  background-image: var(--dh-zellige) !important;
  color: var(--dh-ink);
  font-family: 'Jost', 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.75;
}
h1, h2, h3, h4, .site-title, .entry-title {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--dh-bordeaux);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
a { color: var(--dh-bordeaux); text-decoration-color: var(--dh-gold); }
a:hover { color: var(--dh-gold-dark); }
::selection { background: var(--dh-gold); color: var(--dh-bordeaux-dark); }

/* Volledige breedte voor onze eigen pagina's */
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .ast-container,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) #primary,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .ast-container { display: block; }
body.page .entry-header { display: none; }

/* Brede secties ("bands") met een binnenkolom */
.dh-band { padding: clamp(3rem, 6vw, 5.5rem) 1.5rem; position: relative; }
.dh-band > * { max-width: 1180px; margin-left: auto !important; margin-right: auto !important; }
.dh-band-cream { background: var(--dh-cream) var(--dh-zellige); }
.dh-band-ivory { background: transparent; }
.dh-band-blush {
  background: linear-gradient(180deg, #F1D6CD 0%, var(--dh-blush) 100%);
}
.dh-band-blush::before, .dh-band-dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; background-image: var(--dh-zellige); opacity: .9;
}
.dh-band-blush > *, .dh-band-dark > * { position: relative; }
.dh-band-dark {
  background: linear-gradient(160deg, var(--dh-bordeaux-dark) 0%, var(--dh-bordeaux) 100%);
  color: #F5E9DA;
}
.dh-band-dark h2, .dh-band-dark h3, .dh-band-dark strong { color: #fff; }
.dh-band-dark a { color: var(--dh-gold-light); }

.dh-eyebrow {
  text-align: center; text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.78rem;
  color: var(--dh-gold-dark); font-weight: 600; margin-bottom: 0.4rem;
}
.dh-band-dark .dh-eyebrow { color: var(--dh-gold-light); }
.dh-title-center { text-align: center; }
.dh-divider {
  text-align: center; color: var(--dh-gold); font-size: 1.1rem; letter-spacing: 0.7em; margin: 0.3rem 0 1.6rem;
}
.dh-lead { text-align: center; max-width: 720px; margin: 0 auto 2.2rem !important; color: var(--dh-muted); font-size: 1.08rem; }
.dh-band-dark .dh-lead { color: #E9D7C6; }

/* ---------- Topbalk + header ---------- */
.dh-topbar {
  background: var(--dh-bordeaux-dark); color: #F1E2CF; text-align: center; font-size: 0.82rem;
  letter-spacing: 0.06em; padding: 0.55rem 1rem; border-bottom: 1px solid rgba(201,161,90,.5);
}
.dh-topbar strong { color: var(--dh-gold-light); font-weight: 600; }
.dh-topbar span + span::before { content: "\2726"; color: var(--dh-gold); margin: 0 0.9rem; }

#masthead, .site-header {
  background: rgba(252, 248, 241, 0.97) !important;
  border-bottom: 1px solid rgba(201,161,90,.55);
  box-shadow: 0 6px 24px rgba(64,21,31,.06);
  position: sticky; top: 0; z-index: 999;
  backdrop-filter: blur(6px);
}
body.admin-bar #masthead { top: 32px; }
.ast-primary-header-bar { padding-top: 6px; padding-bottom: 6px; }

.custom-logo, .astra-logo-svg {
  width: 250px !important; height: auto !important; max-height: 72px; object-fit: contain;
}
.ast-site-title-wrap { display: none; }

.main-header-menu .menu-item > a {
  font-family: 'Jost', sans-serif; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.8rem;
  font-weight: 500; color: var(--dh-ink) !important; position: relative; padding: 0 1rem;
}
.main-header-menu .menu-item > a::after {
  content: ""; position: absolute; left: 1rem; right: 1rem; bottom: 22%; height: 2px; background: var(--dh-gold);
  transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.main-header-menu .menu-item > a:hover::after,
.main-header-menu .current-menu-item > a::after { transform: scaleX(1); }
.main-header-menu .menu-item > a:hover { color: var(--dh-bordeaux) !important; }
.main-header-menu .menu-item > a[href*="/product/complete-henna-decor"] {
  background: linear-gradient(135deg, var(--dh-gold-light), var(--dh-gold-dark));
  color: var(--dh-bordeaux-dark) !important; border-radius: 999px; padding: 0.55rem 1.3rem; margin: 0 0.5rem; line-height: 1.2;
  box-shadow: 0 6px 16px rgba(162,123,54,.35); font-weight: 600;
}
.main-header-menu .menu-item > a[href*="/product/complete-henna-decor"]::after { display: none; }

/* ---------- Knoppen ---------- */
.wp-block-button__link, .button, a.button, button, input[type="submit"],
.woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit,
.single_add_to_cart_button, .woocommerce #place_order {
  background: var(--dh-bordeaux) !important; color: #fff !important; border: 0 !important;
  border-radius: 999px !important; padding: 1em 2.2em !important; font-family: 'Jost', sans-serif !important;
  letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.82rem !important; font-weight: 600 !important;
  box-shadow: 0 8px 20px rgba(107,35,51,.28); transition: transform .18s ease, box-shadow .18s ease, background .2s ease;
}
.wp-block-button__link:hover, .button:hover, a.button:hover, button:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .single_add_to_cart_button:hover, .woocommerce #place_order:hover {
  background: var(--dh-bordeaux-dark) !important; color: var(--dh-gold-light) !important;
  transform: translateY(-2px); box-shadow: 0 14px 28px rgba(107,35,51,.34);
}
.dh-btn-gold .wp-block-button__link, .dh-hero .wp-block-button__link, .dh-band-dark .wp-block-button__link {
  background: linear-gradient(135deg, var(--dh-gold-light), var(--dh-gold-dark)) !important;
  color: var(--dh-bordeaux-dark) !important; box-shadow: 0 10px 26px rgba(0,0,0,.28);
}
.dh-btn-gold .wp-block-button__link:hover, .dh-hero .wp-block-button__link:hover, .dh-band-dark .wp-block-button__link:hover {
  background: #fff !important; color: var(--dh-bordeaux) !important;
}
.dh-btn-outline .wp-block-button__link {
  background: transparent !important; color: #fff !important; box-shadow: none !important;
  border: 1.5px solid var(--dh-gold-light) !important;
}
.dh-btn-outline .wp-block-button__link:hover { background: rgba(255,255,255,.12) !important; color: #fff !important; }

/* ---------- Hero ---------- */
.dh-hero {
  position: relative; text-align: center; color: #fff;
  width: 100vw; margin-left: calc(50% - 50vw); max-width: 100vw !important;
  padding: clamp(4.5rem, 9vw, 7.5rem) 1.5rem clamp(5rem, 9vw, 8rem);
  background:
    linear-gradient(165deg, rgba(64,21,31,.90) 0%, rgba(107,35,51,.80) 55%, rgba(47,109,79,.55) 130%),
    url('/wp-content/decordhenna-assets/photos/styling-mabkhara-tray-rozen.jpg') center 35% / cover no-repeat;
  border-bottom: 4px solid var(--dh-gold);
  clip-path: ellipse(120% 100% at 50% 0%);
  margin-bottom: 0;
}
.dh-hero-lg { min-height: 640px; display: flex; flex-direction: column; justify-content: center; }
.dh-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; background-image: var(--dh-zellige); opacity: .55;
}
.dh-hero > * { position: relative; z-index: 1; max-width: 900px; margin-left: auto !important; margin-right: auto !important; }
.dh-hero h1 {
  color: #fff; font-size: clamp(2.2rem, 5.2vw, 4rem); line-height: 1.12; text-shadow: 0 4px 24px rgba(0,0,0,.35);
  margin-bottom: 1rem;
}
.dh-hero p { color: #F6E9D8; font-size: clamp(1.02rem, 1.6vw, 1.22rem); }
.dh-hero .wp-block-buttons { margin-top: 1.6rem; gap: 0.9rem; }
.dh-badge {
  display: inline-block; background: rgba(201,161,90,.18); border: 1px solid var(--dh-gold);
  color: var(--dh-gold-light) !important; letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.72rem !important;
  padding: 0.55em 1.5em; border-radius: 999px; margin-bottom: 1.2rem;
}
.dh-hero-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 2rem; margin-top: 2rem; font-size: 0.92rem; color: var(--dh-gold-light) !important; letter-spacing: 0.05em; }

/* ---------- Kaarten ---------- */
.dh-card, .dh-section-cream {
  background: #fff !important; border: 1px solid rgba(201,161,90,.4); border-radius: 22px;
  padding: 2rem 1.75rem; box-shadow: var(--dh-shadow); transition: transform .25s ease, box-shadow .25s ease;
}
.dh-card:hover { transform: translateY(-4px); box-shadow: var(--dh-shadow-lg); }
.dh-card h3 { margin-top: 0.4rem; font-size: 1.3rem; }
.dh-step-num {
  display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--dh-gold-light), var(--dh-gold-dark)); color: var(--dh-bordeaux-dark);
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.3rem; box-shadow: 0 6px 16px rgba(162,123,54,.4);
}
.dh-section-blush { background: var(--dh-blush) !important; border-radius: 24px; padding: 3rem 2rem; position: relative; }

/* Prijskaarten */
.dh-price-card {
  background: linear-gradient(165deg, var(--dh-bordeaux-dark), var(--dh-bordeaux)); color: #F5E9DA;
  border: 1px solid var(--dh-gold); border-radius: 24px; padding: 2.4rem 1.5rem; text-align: center;
  box-shadow: var(--dh-shadow-lg); position: relative; overflow: hidden;
}
.dh-price-card::before { content: ""; position: absolute; inset: 0; background-image: var(--dh-zellige); opacity: .8; pointer-events: none; }
.dh-price-card > * { position: relative; }
.dh-price-card h3 { color: var(--dh-gold-light); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.95rem; font-family: 'Jost', sans-serif; }
.dh-price-big { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.6rem, 4vw, 3.6rem); color: #fff; margin: 0.2rem 0; line-height: 1.1; }
.dh-price-card .dh-price-sub { color: #E4CFB7; font-size: 0.92rem; margin: 0; }
.dh-price-card-featured { transform: scale(1.05); border-color: var(--dh-gold-light); box-shadow: 0 26px 70px rgba(64,21,31,.34); }
.dh-price-ribbon {
  display: inline-block; background: linear-gradient(135deg, var(--dh-gold-light), var(--dh-gold-dark)); color: var(--dh-bordeaux-dark);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.35em 1.1em; border-radius: 999px; margin-bottom: 0.6rem;
}

/* Foto's in Marokkaanse boog */
.dh-arch, .dh-arch img { border-radius: 999px 999px 18px 18px / 46% 46% 18px 18px; }
.dh-arch {
  overflow: hidden; box-shadow: var(--dh-shadow-lg); border: 4px solid var(--dh-gold); outline: 2px solid var(--dh-gold-light);
  outline-offset: 6px; margin-bottom: 0.4rem !important; background: #fff;
}
.dh-arch img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .6s ease; }
.dh-arch:hover img { transform: scale(1.06); }
.dh-arch-caption { text-align: center; font-family: 'Playfair Display', serif; color: var(--dh-bordeaux); font-size: 1.05rem; margin-top: 1rem; }

/* USP-balk */
.dh-usp-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.6rem; text-align: center; }
.dh-usp-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--dh-gold-light), var(--dh-gold-dark)); font-size: 1.7rem; margin-bottom: 0.7rem;
  box-shadow: 0 8px 20px rgba(162,123,54,.4); border: 3px solid #fff;
}

/* Citaat */
.dh-quote {
  text-align: center; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--dh-bordeaux); border-top: 1px solid var(--dh-gold); border-bottom: 1px solid var(--dh-gold);
  padding: 1.8em 1em; margin: 0 auto; max-width: 860px; line-height: 1.5;
}

/* Statistieken */
.dh-stat { text-align: center; }
.dh-stat-num { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--dh-gold-light); line-height: 1; margin: 0; }
.dh-stat-label { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; color: #F1E2CF; margin: 0.5rem 0 0; }

/* FAQ */
.dh-faq-item { background: #fff; border: 1px solid rgba(201,161,90,.4); border-radius: 16px; padding: 1.1rem 1.5rem; margin-bottom: 0.9rem; box-shadow: 0 4px 14px rgba(64,21,31,.05); max-width: 860px; }
.dh-faq-item h3 { margin: 0 0 0.35em; font-size: 1.15rem; }
.dh-faq-item p { margin: 0; color: var(--dh-muted); }

/* Juridische pagina's */
.dh-legal { max-width: 860px !important; margin: 0 auto !important; padding: 3rem 1.5rem 4rem; background: #fff; border-radius: 22px; box-shadow: var(--dh-shadow); border: 1px solid rgba(201,161,90,.35); }
.dh-band .dh-legal { padding: 2.5rem; }

/* ---------- Footer ---------- */
.dh-footer-top {
  background: linear-gradient(160deg, var(--dh-bordeaux-dark), #2A0E15); color: #E6D3BE; padding: 4rem 1.5rem 2.5rem;
  border-top: 4px solid var(--dh-gold); position: relative;
}
.dh-footer-top::before { content: ""; position: absolute; inset: 0; background-image: var(--dh-zellige); opacity: .6; pointer-events: none; }
.dh-footer-grid { position: relative; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.dh-footer-top h4 { color: var(--dh-gold-light); font-family: 'Jost', sans-serif; letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.85rem; margin-bottom: 1rem; }
.dh-footer-top a { color: #F1E2CF; text-decoration: none; }
.dh-footer-top a:hover { color: var(--dh-gold-light); }
.dh-footer-top ul { list-style: none; margin: 0; padding: 0; }
.dh-footer-top li { margin-bottom: 0.45rem; }
.dh-footer-brand { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.9rem; color: #fff; margin: 0 0 0.6rem; }
.dh-footer-top p { margin: 0 0 0.6rem; }
.site-footer, #colophon { background: #22090F !important; color: #BFA98F; border-top: 1px solid rgba(201,161,90,.35); }
.site-footer a, #colophon a { color: var(--dh-gold-light); }

/* ---------- Productpagina ---------- */
body.single-product .ast-container { max-width: 1240px; }
.woocommerce div.product { padding-top: 1.5rem; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img,
.woocommerce div.product div.images img { border-radius: 20px; }
.woocommerce div.product div.images .flex-control-thumbs img { border-radius: 12px; border: 2px solid transparent; opacity: .75; }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active, .woocommerce div.product div.images .flex-control-thumbs img:hover { border-color: var(--dh-gold); opacity: 1; }
.woocommerce div.product .product_title { font-size: clamp(1.9rem, 3.2vw, 2.7rem); margin-bottom: 0.4rem; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--dh-bordeaux); font-family: 'Playfair Display', serif; font-size: 1.9rem; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--dh-muted); }
.woocommerce div.product .product_meta { display: none; }
.woocommerce-breadcrumb { font-size: 0.85rem; color: var(--dh-muted); }

form.cart {
  background: #fff; border: 1px solid var(--dh-gold); border-radius: 20px; padding: 1.4rem 1.5rem;
  box-shadow: var(--dh-shadow); display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end;
}
form.cart .flatpickr-input, form.cart input.flatpickr {
  background: var(--dh-cream); border: 1px solid var(--dh-gold); border-radius: 12px; padding: 0.75em 1em; min-width: 160px; cursor: pointer;
}
form.cart label { font-weight: 600; color: var(--dh-bordeaux); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; display: block; margin-bottom: 0.3rem; }
form.cart .quantity { display: none; }
form.cart .single_add_to_cart_button { flex: 1 1 100%; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange { background: var(--dh-bordeaux) !important; border-color: var(--dh-bordeaux) !important; }

.dh-price-box { background: linear-gradient(165deg, #fff, var(--dh-cream)); border: 1px solid rgba(201,161,90,.6); border-radius: 20px; padding: 1.4rem 1.6rem; margin: 1.3rem 0; box-shadow: var(--dh-shadow); }
.dh-price-box h3 { margin-top: 0; font-size: 1.25rem; }
.dh-price-box table { width: 100%; margin-bottom: 0.8rem; border: 0; }
.dh-price-box td { padding: 0.45em 0; border: 0; border-bottom: 1px dashed var(--dh-blush); }
.dh-price-box td:last-child { text-align: right; color: var(--dh-bordeaux); font-family: 'Playfair Display', serif; font-size: 1.15rem; }
.dh-price-box ul { margin: 0 0 0.6rem 1.1rem; font-size: 0.95em; color: var(--dh-muted); }
.dh-price-note { font-size: 0.9em; font-style: italic; margin: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-family: 'Jost', sans-serif; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8rem; }

/* ---------- Winkelwagen & afrekenen ---------- */
body.woocommerce-cart .entry-content, body.woocommerce-checkout .entry-content, body.woocommerce-account .entry-content { padding-top: 1rem; }
.woocommerce-cart table.cart, .woocommerce-checkout #order_review, .woocommerce-checkout #customer_details,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-account .woocommerce-MyAccount-content {
  background: #fff; border-radius: 20px; border: 1px solid rgba(201,161,90,.45); box-shadow: var(--dh-shadow); padding: 1.5rem;
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout h3 { font-size: 1.4rem; }
.woocommerce-checkout #payment { background: var(--dh-cream); border-radius: 14px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
  border: 1px solid #DCC9A8; border-radius: 10px; padding: 0.75em 1em; background: #fff;
}
.woocommerce form .form-row input.input-text:focus { border-color: var(--dh-gold); outline: 0; box-shadow: 0 0 0 3px rgba(201,161,90,.25); }
.dh-plaatsing-title { margin-top: 0; }
.dh-plaatsing-note { background: var(--dh-blush); padding: 0.8em 1.1em; border-radius: 12px; font-size: 0.92em; border-left: 4px solid var(--dh-bordeaux); }
#ship-to-different-address { display: none; }
.dh-cash-option { background: var(--dh-cream); border: 1px dashed var(--dh-gold); border-radius: 14px; padding: 1em 1.25em; margin-bottom: 1em; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--dh-gold) !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--dh-gold-dark) !important; }

/* Mobiel menu-icoon */
.ast-mobile-menu-buttons .menu-toggle, .ast-button-wrap .menu-toggle.main-header-menu-toggle { background: var(--dh-bordeaux) !important; border-radius: 999px; }
.ast-mobile-menu-buttons .menu-toggle svg, .ast-button-wrap .menu-toggle svg { fill: #fff !important; color: #fff !important; }

/* ---------- Responsive ---------- */
@media (max-width: 921px) {
  .dh-footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .dh-price-card-featured { transform: none; }
  .custom-logo, .astra-logo-svg { width: 190px !important; }
}
@media (max-width: 600px) {
  .dh-topbar span + span { display: none; }
  .dh-hero-lg { min-height: 0; }
  .dh-hero { clip-path: ellipse(160% 100% at 50% 0%); }
  .dh-band { padding-left: 1.1rem; padding-right: 1.1rem; }
}

/* Contact */
.dh-contact-cols { max-width: 860px; margin-left: auto !important; margin-right: auto !important; gap: 2rem; }
.dh-contact-card { text-align: center; padding: 2.4rem 2rem !important; }
.dh-icon-wa { background: linear-gradient(135deg, #5BD48A, #1FA855) !important; }
.dh-icon-ig { background: linear-gradient(135deg, #F2A65A, #C13584) !important; }
.dh-contact-btn {
  display: inline-block; margin-top: 0.6rem; padding: 0.95em 2em; border-radius: 999px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8rem; text-decoration: none !important;
}
.dh-contact-btn-wa { background: #1FA855; color: #fff !important; box-shadow: 0 10px 24px rgba(31,168,85,.35); }
.dh-contact-btn-ig { background: linear-gradient(135deg, #F2A65A, #C13584); color: #fff !important; box-shadow: 0 10px 24px rgba(193,53,132,.32); }
.dh-contact-btn-soon { background: var(--dh-cream); color: var(--dh-muted); border: 1px dashed var(--dh-gold); }
.dh-contact-btn:hover { transform: translateY(-2px); }

/* Astra overschrijft kopkleuren binnen de inhoud; forceer onze huisstijl. */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 { color: var(--dh-bordeaux); }
.dh-hero h1, .dh-hero h2 { color: #fff !important; }
.dh-band-dark h2, .dh-band-dark h3 { color: #fff !important; }
.dh-price-card h3 { color: var(--dh-gold-light) !important; }
.dh-price-big { color: #fff !important; }
.dh-stat-num { color: var(--dh-gold-light) !important; }
.dh-footer-top h4 { color: var(--dh-gold-light) !important; }
.dh-band-dark p, .dh-hero p { color: #F3E6D4; }
.dh-band-dark .dh-lead { color: #E9D7C6 !important; }

/* Copyright-balk onderaan */
.site-footer, #colophon, .site-below-footer-wrap, .ast-small-footer, .site-primary-footer-wrap,
.ast-builder-grid-row-container.site-footer-focus-item { background-color: #22090F !important; background-image: none !important; }
.site-below-footer-wrap { border-top: 1px solid rgba(201,161,90,.35); }
.site-footer .ast-footer-copyright, .site-footer .ast-footer-copyright p, .site-footer .ast-footer-copyright a,
#colophon .ast-footer-copyright { color: #CDB79A !important; text-align: center; }
.site-footer .ast-footer-copyright a { color: var(--dh-gold-light) !important; font-weight: 600; text-decoration: none; }
.site-footer .ast-footer-copyright a:hover { color: #fff !important; text-decoration: underline; }

/* ==========================================================================
   Responsive verfijning (telefoon, tablet, laptop, groot scherm)
   ========================================================================== */

/* Header: compacte, uitgelijnde menubalk op desktop */
@media (min-width: 922px) {
  .main-header-menu > .menu-item { display: flex; align-items: center; }
  .main-header-menu > .menu-item > .menu-link,
  .main-header-menu > .menu-item > a {
    height: auto !important; line-height: 1.2 !important; padding-top: 0.8rem !important; padding-bottom: 0.8rem !important;
  }
  .main-header-menu .menu-item > a[href*="/product/complete-henna-decor"] {
    padding: 0.7rem 1.4rem !important; align-self: center;
  }
  .main-header-menu .menu-item > a::after { bottom: 0.45rem; }
  .ast-primary-header-bar, .main-header-bar { min-height: 0 !important; }
  #masthead .site-primary-header-wrap { min-height: 0 !important; }
}
@media (min-width: 1500px) {
  .dh-band > *, .dh-footer-grid { max-width: 1280px; }
  body { font-size: 18px; }
}

/* Tablet */
@media (max-width: 921px) {
  #masthead { position: sticky; }
  .custom-logo, .astra-logo-svg { width: 215px !important; max-height: 64px; }
  .dh-hero-lg { min-height: 0; }
  .dh-hero { padding-top: 4rem; padding-bottom: 5rem; }
  .dh-band { padding-top: 3.2rem; padding-bottom: 3.2rem; }
  .dh-price-card-featured { transform: none; }
  .dh-contact-cols { flex-direction: column; }
}
@media (min-width: 782px) and (max-width: 921px) {
  .dh-usp-row { grid-template-columns: repeat(2, 1fr); }
}

/* Telefoon */
@media (max-width: 600px) {
  body { font-size: 16.5px; }
  .custom-logo, .astra-logo-svg { width: 200px !important; }
  .dh-topbar { font-size: 0.74rem; padding: 0.45rem 0.8rem; letter-spacing: 0.03em; }
  .dh-hero { padding: 3.2rem 1.1rem 4.2rem; }
  .dh-hero h1 { font-size: clamp(1.9rem, 8.5vw, 2.5rem); }
  .dh-hero .wp-block-buttons { flex-direction: column; align-items: stretch; }
  .dh-hero .wp-block-button, .dh-hero .wp-block-button__link { width: 100%; text-align: center; }
  .dh-hero-facts { flex-direction: column; gap: 0.3rem; font-size: 0.86rem; }
  .dh-band { padding: 2.6rem 1rem; }
  .dh-card, .dh-section-cream { padding: 1.5rem 1.2rem; }
  .dh-arch { outline-offset: 3px; max-width: 86%; margin-left: auto !important; margin-right: auto !important; }
  .dh-price-card { padding: 1.8rem 1.2rem; }
  .dh-stat-num { font-size: 2.1rem; }
  .dh-lead { font-size: 1rem; }
  .dh-quote { font-size: 1.15rem; padding: 1.3em 0.4em; }
  .dh-legal { padding: 1.5rem 1.1rem !important; }
  .dh-faq-item { padding: 1rem 1.1rem; }
  .dh-footer-top { padding: 2.8rem 1.1rem 1.8rem; }
  form.cart { padding: 1.1rem 1rem; }
  form.cart > div, form.cart .mwb-mbfw-booking-from-time-wrap { flex: 1 1 100%; }
  form.cart .flatpickr-input, form.cart input.flatpickr { width: 100%; min-width: 0; }
  .dh-price-box { padding: 1.1rem 1.1rem; }
  .woocommerce-cart table.cart, .woocommerce-checkout #order_review, .woocommerce-checkout #customer_details { padding: 1rem; }
  .woocommerce-checkout #payment div.payment_box { padding: 0.8em; }
  .dh-contact-card { padding: 1.8rem 1.2rem !important; }
  .flatpickr-calendar { max-width: 94vw; }
}

/* Heel smalle telefoons */
@media (max-width: 380px) {
  .custom-logo, .astra-logo-svg { width: 178px !important; }
  .dh-badge { letter-spacing: 0.12em; padding: 0.5em 1em; }
  .dh-btn-gold .wp-block-button__link, .wp-block-button__link { padding: 0.95em 1.4em !important; }
}

/* Liggende telefoon / lage schermen */
@media (max-height: 480px) and (orientation: landscape) {
  .dh-hero-lg { min-height: 0; }
  #masthead { position: static; }
}

/* Nooit horizontaal scrollen; media blijven binnen hun kolom */
img, svg, video, iframe { max-width: 100%; height: auto; }
.wp-block-columns { flex-wrap: wrap; }
.entry-content, .dh-band, .dh-hero { overflow-wrap: anywhere; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* Header niet onnodig hoog */
.site-branding.ast-site-identity { padding-top: 4px !important; padding-bottom: 4px !important; }
.ast-primary-header-bar { padding-top: 4px !important; padding-bottom: 4px !important; }
