:root {
  --ink: #342c2b;
  --brown: #593837;
  --panel: #593837;
  --gold: #d9a459;
  --gold-light: #f3e8d8;
  --gold-deep: #b97c35;
  --cream: #f3e8d8;
  --muted: #d9c9b7;
  --line: rgba(217, 164, 89, .48);
}

body {
  background:
    radial-gradient(circle at 84% 10%, rgba(217, 164, 89, .11), transparent 30%),
    radial-gradient(circle at 8% 62%, rgba(89, 56, 55, .42), transparent 38%),
    #342c2b;
}

.nav-wrap {
  background: linear-gradient(90deg, rgba(89, 56, 55, .98), rgba(52, 44, 43, .96));
  border-bottom-color: rgba(217, 164, 89, .58);
  box-shadow: 0 12px 38px rgba(34, 22, 22, .32);
}

.brand b {
  background: linear-gradient(100deg, #f3e8d8 0%, #d9a459 52%, #b97c35 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 0 24px rgba(217, 164, 89, .18);
}

.brand small { color: #d9a459; }
.brand-mark { filter: drop-shadow(0 0 8px rgba(217, 164, 89, .28)); }

.btn.gold {
  color: #342c2b;
  background: linear-gradient(120deg, #f3e8d8 0%, #d9a459 52%, #b97c35 100%);
  box-shadow: 0 9px 26px rgba(217, 164, 89, .2);
}

.btn.outline:hover,
.btn.glass:hover { background: rgba(217, 164, 89, .14); }

.hero-shade {
  background: linear-gradient(90deg, rgba(52, 44, 43, .94) 0%, rgba(89, 56, 55, .79) 45%, rgba(89, 56, 55, .12) 75%, rgba(52, 44, 43, .64) 100%);
}

.hero-copy > p:not(.eyebrow),
.trustbar { color: #f3e8d8; }

.mv-promises {
  background: linear-gradient(110deg, #342c2b, #593837 52%, #342c2b);
  border-block-color: rgba(217, 164, 89, .45);
}

.mv-promise:hover {
  background: linear-gradient(145deg, rgba(217, 164, 89, .13), rgba(243, 232, 216, .025));
}

#diensten {
  background: linear-gradient(145deg, #593837 0%, #4a3130 48%, #342c2b 100%);
}

.service-card {
  background: linear-gradient(180deg, rgba(243, 232, 216, .055), rgba(52, 44, 43, .16));
}

.service-card .service-icon {
  color: #d9a459;
  border-color: rgba(217, 164, 89, .64);
  background: radial-gradient(circle at 32% 24%, rgba(243, 232, 216, .14), transparent 42%), linear-gradient(145deg, rgba(89, 56, 55, .88), rgba(52, 44, 43, .94));
  box-shadow: inset 0 1px rgba(243, 232, 216, .12), 0 9px 24px rgba(34, 22, 22, .28);
}

.service-card .service-icon .accent { stroke: #f3e8d8; }
.service-card .service-icon .detail { stroke: #d9a459; }
.service-card:hover,
.service-card:focus-visible { background: linear-gradient(180deg, rgba(217, 164, 89, .17), rgba(89, 56, 55, .12)); }

.projects-section,
.reviews { background: linear-gradient(145deg, #342c2b, #2b2423); }

.filters button.active,
.filters button:hover { color: #342c2b; background: #d9a459; }

.story {
  background: linear-gradient(115deg, #593837 0%, #4a3130 60%, #342c2b 100%);
}

.story-image span { background: rgba(52, 44, 43, .88); }

.process {
  background: linear-gradient(140deg, #342c2b, #593837 54%, #342c2b);
}

.guarantee {
  background:
    radial-gradient(circle at 16% 48%, rgba(217, 164, 89, .18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(243, 232, 216, .06), transparent 26%),
    linear-gradient(135deg, #593837, #342c2b) !important;
}

.guarantee-badge {
  background: radial-gradient(circle at 50% 34%, rgba(243, 232, 216, .16), rgba(52, 44, 43, .38) 68%) !important;
}

.guarantee-check { background: #593837; }
.guarantee-ribbon {
  color: #342c2b;
  background: linear-gradient(90deg, #b97c35, #d9a459, #f3e8d8, #d9a459, #b97c35);
}
.guarantee-ribbon::before { border-color: #a87135; border-left-color: transparent; }
.guarantee-ribbon::after { border-color: #a87135; border-right-color: transparent; }

.contact {
  background:
    radial-gradient(circle at 80% 15%, rgba(217, 164, 89, .17), transparent 32%),
    linear-gradient(135deg, #593837, #342c2b);
}

input,
select,
textarea {
  background: rgba(52, 44, 43, .72);
  border-color: rgba(217, 164, 89, .5);
  color: #f3e8d8;
}

.footer {
  background: linear-gradient(180deg, #342c2b, #251f1e);
}

dialog,
.lightbox { background: #342c2b; }

.folder-head {
  background:
    radial-gradient(circle at 85% 10%, rgba(217, 164, 89, .2), transparent 34%),
    linear-gradient(135deg, #593837, #342c2b);
}

.folder-tabs,
.subproject-card,
.photo-gallery button { background: #2b2423; }

.folder-tabs button.active,
.folder-tabs button:hover { background: rgba(217, 164, 89, .1); }

.subproject-placeholder {
  background: radial-gradient(circle at 50% 35%, rgba(217, 164, 89, .16), transparent 42%), linear-gradient(145deg, #593837, #342c2b);
}

.language-picker select { background: #342c2b; }

.review-submit {
  background: linear-gradient(135deg, rgba(217, 164, 89, .12), rgba(89, 56, 55, .18));
}

.quote-upload {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 18px 20px;
  border: 1px dashed rgba(217, 164, 89, .68);
  background: rgba(52, 44, 43, .38);
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.quote-upload:hover,
.quote-upload:focus-within {
  border-color: #d9a459;
  background: rgba(217, 164, 89, .09);
  transform: translateY(-2px);
}

.quote-upload > span { color: #d9a459; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.quote-upload > strong { color: #f3e8d8; font-size: 16px; }
.quote-upload > small { color: #d9c9b7; font-size: 12px; }
.quote-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.quote-upload output { display: block; margin-top: 5px; color: #f3e8d8; font-size: 12px; overflow-wrap: anywhere; }
.quote-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.whatsapp-widget {
  position: fixed;
  z-index: 80;
  right: clamp(16px, 2.4vw, 34px);
  bottom: clamp(16px, 2.4vw, 30px);
  display: grid;
  justify-items: end;
  gap: 12px;
  font-family: Manrope, Arial, sans-serif;
}

.whatsapp-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 19px 0 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(10, 55, 27, .35);
  font: 700 14px/1 Manrope, Arial, sans-serif;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.whatsapp-toggle:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(10, 55, 27, .42); }
.whatsapp-toggle svg { width: 31px; height: 31px; fill: #fff; }
.whatsapp-toggle svg path:nth-child(2) { fill: #25d366; }

.whatsapp-panel {
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 18px;
  color: #342c2b;
  background: #f7f3ed;
  box-shadow: 0 24px 70px rgba(20, 12, 12, .34);
  animation: whatsappIn .28s ease both;
}

.whatsapp-panel[hidden] { display: none; }
.whatsapp-panel header { display: flex; align-items: center; gap: 12px; padding: 16px 18px; color: #fff; background: #075e54; }
.whatsapp-avatar { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: #25d366; font-weight: 800; }
.whatsapp-panel header div { display: grid; gap: 2px; flex: 1; }
.whatsapp-panel header small { color: rgba(255,255,255,.78); }
.whatsapp-close { border: 0; color: #fff; background: transparent; font-size: 26px; cursor: pointer; }
.whatsapp-message { margin: 18px; padding: 15px 16px; border-radius: 4px 14px 14px 14px; background: #fff; box-shadow: 0 4px 14px rgba(52,44,43,.1); }
.whatsapp-message p { margin: 5px 0 0; font-size: 14px; line-height: 1.5; }
.whatsapp-panel > a { display: block; margin: 0 18px 18px; padding: 14px 18px; border-radius: 999px; color: #fff; background: #25d366; text-align: center; font-weight: 800; }

@keyframes whatsappIn { from { opacity: 0; transform: translateY(12px) scale(.96); } to { opacity: 1; transform: none; } }

@media (max-width: 720px) {
  .whatsapp-toggle { width: 58px; padding: 0; justify-content: center; }
  .whatsapp-toggle span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-panel { animation: none; }
  .whatsapp-toggle,
  .quote-upload { transition: none; }
}

.canal-houses {
  filter: sepia(.45) saturate(.9) hue-rotate(340deg) drop-shadow(0 0 10px rgba(217, 164, 89, .15));
}
