/* Thal Bouw — 1:1 implementatie van "Thalbouw Website.dc.html" (Claude Design) */

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #0e0c0b;
  color: #f4f1ef;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #e6453a; text-decoration: none; }
a:hover { color: #ff6a5e; }
input::placeholder, textarea::placeholder { color: #6f6863; }
h1, h2, h3, p { margin: 0; }

.accent { color: #e6453a; }

@keyframes stripedrift {
  from { background-position: 0 0; }
  to { background-position: 80px 0; }
}
@keyframes fadeup {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* ── Header ─────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 5vw;
  background: rgba(14, 12, 11, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.brand { display: flex; align-items: center; gap: 12px; color: #f4f1ef; }
.brand:hover { color: #f4f1ef; }
.brand-mark {
  width: 34px; height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(230, 69, 58, 0.5);
  display: grid; place-items: center;
  color: #e6453a; font-weight: 700; font-size: 15px;
}
.brand-name { font-weight: 700; letter-spacing: 0.14em; font-size: 17px; }
.site-nav { display: flex; gap: 28px; align-items: center; font-size: 14.5px; }
.nav-link { color: #c9c2bd; }
.nav-link:hover { color: #ffffff; }

/* ── Knoppen ────────────────────────────────────────── */
.btn { border-radius: 999px; font-weight: 600; display: inline-block; }
.btn-primary { background: #d92e23; color: #ffffff; }
.btn-primary:hover { background: #e6453a; color: #ffffff; }
.btn-nav { padding: 10px 20px; }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-outline { border: 1px solid rgba(255, 255, 255, 0.25); color: #f4f1ef; }
.btn-outline:hover { border-color: #e6453a; color: #ffffff; }

/* ── Hero ───────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
}
.hero-stripes {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, #161311 0 28px, #131009 28px 56px);
  animation: stripedrift 6s linear infinite;
}
.hero-video {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s;
}
.hero-video.is-playing { opacity: 1; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,12,11,0.96) 8%, rgba(14,12,11,0.55) 45%, rgba(14,12,11,0.35) 100%);
}
.hero-content {
  position: relative;
  width: 100%;
  padding: 0 5vw 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  animation: fadeup 0.7s ease both;
}
.hero-copy { max-width: 640px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(230, 69, 58, 0.55);
  color: #e6453a;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px; letter-spacing: 0.12em; font-weight: 600; text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 700;
  margin: 26px 0 20px;
}
.hero-copy p {
  font-size: 18px; line-height: 1.7; color: #c9c2bd;
  max-width: 560px; margin: 0 0 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-side {
  display: flex; flex-direction: column; gap: 10px;
  align-items: flex-end; margin-left: auto;
}
.sound-toggle {
  background: rgba(14, 12, 11, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #f4f1ef;
  width: 48px; height: 48px;
  border-radius: 999px;
  font-size: 19px;
  cursor: pointer;
  display: grid; place-items: center;
  margin-bottom: 12px;
  backdrop-filter: blur(6px);
}
.sound-toggle:hover { border-color: #e6453a; }
.sound-toggle[hidden], .placeholder-note[hidden] { display: none; }
.placeholder-note {
  font-family: ui-monospace, monospace;
  font-size: 12px; color: #7a726c;
  text-align: right; line-height: 1.9;
  margin-bottom: 14px;
}
.fases { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.fase {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #6f6863;
  transition: color 0.5s;
}
.fase-bar { width: 26px; height: 2px; background: rgba(255, 255, 255, 0.15); transition: background 0.5s; }
.fase.actief { color: #e6453a; }
.fase.actief .fase-bar { background: #e6453a; }

/* ── Diensten ───────────────────────────────────────── */
.diensten { position: relative; background: #0e0c0b; padding: 110px 5vw; }
.container { max-width: 1200px; margin: 0 auto; }
.kicker {
  color: #e6453a;
  font-size: 13px; letter-spacing: 0.16em; font-weight: 600; text-transform: uppercase;
  margin-bottom: 16px;
}
.diensten h2, .contact h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  margin: 0 0 14px;
}
.section-intro {
  color: #c9c2bd; font-size: 17px; line-height: 1.7;
  max-width: 560px; margin: 0 0 56px;
}
.contact .section-intro { margin-bottom: 40px; }
.dienst-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.dienst-card {
  background: #151210;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 34px 30px;
}
.dienst-card:hover { border-color: rgba(230, 69, 58, 0.45); }
.dienst-icoon {
  width: 52px; height: 52px;
  border-radius: 13px;
  background: rgba(230, 69, 58, 0.12);
  display: grid; place-items: center;
  color: #e6453a; font-size: 22px;
  margin-bottom: 24px;
}
.dienst-card h3 { font-size: 21px; font-weight: 600; margin: 0 0 12px; }
.dienst-card p { color: #c9c2bd; font-size: 15.5px; line-height: 1.7; }

/* ── Contact ────────────────────────────────────────── */
.contact {
  position: relative;
  padding: 110px 5vw 90px;
  background: linear-gradient(135deg, #141110 0%, #1a100e 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 56px;
}
.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.contact-card {
  display: flex; gap: 18px; align-items: center;
  background: #151210;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 20px 24px;
  color: #f4f1ef;
}
.contact-card-link:hover { border-color: rgba(230, 69, 58, 0.45); color: #ffffff; }
.contact-icoon {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: rgba(230, 69, 58, 0.12);
  display: grid; place-items: center;
  color: #e6453a; font-size: 18px;
  flex-shrink: 0;
}
.contact-label {
  display: block;
  font-size: 12px; letter-spacing: 0.14em; color: #8d857f; text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-value { font-size: 17px; font-weight: 600; }

.offerte-form {
  background: #151210;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 38px 34px;
  display: flex; flex-direction: column; gap: 20px;
  align-self: start;
}
.offerte-form label {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #8d857f;
}
.offerte-form input, .offerte-form textarea {
  background: #0e0c0b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  color: #f4f1ef;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  outline: none;
}
.offerte-form input:focus, .offerte-form textarea:focus { border-color: #e6453a; }
.offerte-form textarea { resize: vertical; }
.btn-submit { border: none; font-family: 'Poppins', sans-serif; cursor: pointer; }
.form-note { font-size: 13px; color: #8d857f; text-align: center; line-height: 1.6; }

/* ── Footer ─────────────────────────────────────────── */
.site-footer {
  position: relative;
  background: #0e0c0b;
  padding: 46px 5vw;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex; flex-direction: column; gap: 10px;
}
.site-footer .brand-name { font-size: 15px; }
.footer-copy { color: #8d857f; font-size: 13.5px; }

/* Bureau-credit: discreet in rust, Oak Gold (#C89B4A) bij hover, zodat hij
   het rode accent van Thal Bouw niet beconcurreert. */
.footer-credit { color: #6f6863; font-size: 13px; margin-top: 2px; }
.footer-credit a {
  color: #8d857f;
  border-bottom: 1px solid rgba(200, 155, 74, 0.35);
  transition: color 0.25s, border-color 0.25s;
}
.footer-credit a:hover { color: #c89b4a; border-bottom-color: #c89b4a; }

/* ── Mobiel ─────────────────────────────────────────── */
@media (max-width: 640px) {
  .site-nav { gap: 16px; }
  .nav-link { display: none; }
  .hero-side { align-items: flex-start; margin-left: 0; }
  .placeholder-note, .fases { align-items: flex-start; text-align: left; }
  .offerte-form { padding: 28px 22px; }
}
