@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/oswald-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/oswald-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/archivo-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/archivo-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/plex-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/plex-mono-500.woff2') format('woff2');
}

/* ============================================================
   Xreative starter — gedeelde basis (layout, componenten)
   Thema-kleuren/-fonts staan onderaan dit bestand per site.
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; margin: 0; font-weight: var(--display-weight, 700); }
p { margin: 0 0 1em; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

/* ---------- demo-banner ---------- */
.demo-banner {
  font-size: 12.5px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 7px 16px;
  background: var(--banner-bg);
  color: var(--banner-text);
  border-bottom: 1px solid var(--line);
}
.demo-banner a { text-decoration: none; opacity: 0.85; }
.demo-banner a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.demo-banner strong { font-weight: 600; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--header-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 24px;
  min-height: 64px;
}
.brand {
  font-family: var(--font-display);
  font-weight: var(--display-weight, 700);
  font-size: 1.25rem;
  text-decoration: none;
  letter-spacing: var(--brand-spacing, 0);
  white-space: nowrap;
}
.site-nav { display: flex; gap: 22px; margin-left: auto; }
.site-nav a {
  text-decoration: none; font-size: 0.92rem; color: var(--muted);
  letter-spacing: 0.01em;
}
.site-nav a:hover { color: var(--text); }
.controls { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.lang-toggle {
  font: inherit; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em;
  background: none; border: 1px solid var(--line-strong); color: var(--muted);
  border-radius: var(--radius-sm, 6px);
  padding: 5px 10px; cursor: pointer;
}
.lang-toggle:hover { color: var(--text); border-color: var(--accent); }
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  background: none; border: 1px solid var(--line-strong); color: var(--muted);
  border-radius: var(--radius-sm, 6px);
  cursor: pointer;
}
.theme-toggle:hover { color: var(--text); border-color: var(--accent); }
.theme-toggle svg { width: 16px; height: 16px; }
[data-theme="light"] .icon-moon { display: block; } [data-theme="light"] .icon-sun { display: none; }
[data-theme="dark"] .icon-sun { display: block; } [data-theme="dark"] .icon-moon { display: none; }

/* ---------- knoppen ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-btn, var(--font-body));
  font-weight: 600; font-size: 0.95rem; letter-spacing: var(--btn-spacing, 0.01em);
  text-decoration: none; text-align: center;
  padding: 13px 26px;
  border-radius: var(--radius, 8px);
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-primary { background: var(--accent); color: var(--accent-contrast); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line-strong); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-sm { padding: 9px 16px; font-size: 0.85rem; }

/* ---------- hero (basis; varianten in thema-css) ---------- */
.hero { position: relative; overflow: hidden; }
.hero-eyebrow {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 18px;
}
.hero h1 { font-size: clamp(2.6rem, 7vw, 4.8rem); }
.hero-tagline { font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 34em; margin: 20px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- secties ---------- */
.section { padding: clamp(64px, 9vw, 112px) 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 12px;
}
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.section-head p.lead { color: var(--muted); margin-top: 14px; font-size: 1.02rem; }

/* ---------- prijslijst ---------- */
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li {
  display: flex; align-items: baseline; gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.price-list .svc { font-weight: 500; }
.price-list .svc small { display: block; font-weight: 400; color: var(--muted); font-size: 0.85rem; }
.price-list .dots { flex: 1; border-bottom: 1px dotted var(--line-strong); transform: translateY(-4px); }
.price-list .price { font-family: var(--font-price, var(--font-display)); font-weight: 600; white-space: nowrap; }
.price-note { margin-top: 22px; color: var(--muted); font-size: 0.92rem; }

/* ---------- over ons ---------- */
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.about-grid .about-img img { width: 100%; border-radius: var(--radius, 8px); }
.about-text p { color: var(--muted); }
.about-text p:first-of-type { color: var(--text); font-size: 1.05rem; }

/* ---------- team ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
.team-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius, 8px); overflow: hidden; }
.team-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.team-card .card-body { padding: 18px 20px 20px; }
.team-card h3 { font-size: 1.15rem; margin-bottom: 4px; }
.team-card .role { color: var(--muted); font-size: 0.9rem; margin: 0; }

/* ---------- galerij ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius, 8px); }

/* ---------- reviews ---------- */
.review-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius, 8px);
  padding: 26px 26px 22px;
  display: flex; flex-direction: column; gap: 14px;
}
.review-card blockquote { margin: 0; font-size: 1rem; line-height: 1.65; }
.review-card .reviewer { margin-top: auto; font-size: 0.9rem; color: var(--muted); font-weight: 600; }
.review-card .stars { color: var(--accent); letter-spacing: 0.15em; font-size: 0.85rem; }

/* ---------- bezoek / contact ---------- */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.visit-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius, 8px); padding: clamp(24px, 3vw, 40px); }
.visit-panel h3 { font-size: 1.3rem; margin-bottom: 18px; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table td:last-child { text-align: right; color: var(--muted); font-variant-numeric: tabular-nums; }
.contact-lines { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 12px; }
.contact-lines li { display: flex; gap: 12px; align-items: baseline; font-size: 0.98rem; }
.contact-lines .lbl { color: var(--muted); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; min-width: 74px; }
.contact-lines a { text-decoration: none; }
.contact-lines a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 40px 0 48px; color: var(--muted); font-size: 0.88rem; }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: baseline; justify-content: space-between; }
.site-footer .foot-brand { font-family: var(--font-display); color: var(--text); font-size: 1rem; }

/* ---------- reveal-animatie ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .site-nav { display: none; }
  .controls { margin-left: auto; }
  html { scroll-padding-top: 70px; }
}
@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
}


/* ---------- thema: Koperen Kam (industrieel koper/staal) ---------- */
:root {
  --font-display: 'Oswald', sans-serif;
  --font-body: 'Archivo', system-ui, sans-serif;
  --font-price: 'IBM Plex Mono', monospace;
  --font-btn: 'IBM Plex Mono', monospace;
  --display-weight: 600;
  --radius: 0; --radius-sm: 0;
  --brand-spacing: 0.1em; --btn-spacing: 0.08em;
}
[data-theme="dark"] {
  --bg: #22252a; --bg-alt: #272b31; --surface: #2c3037;
  --text: #e9e7e2; --muted: #9aa0a8;
  --accent: #c9763f; --accent-hover: #dd8c54; --accent-contrast: #1c1e22;
  --line: #383d45; --line-strong: #4b515b;
  --header-bg: rgba(34, 37, 42, 0.9);
  --banner-bg: #191c20; --banner-text: #8b9098;
}
[data-theme="light"] {
  --bg: #e8e6e1; --bg-alt: #dfdcd5; --surface: #f2f0ea;
  --text: #23262b; --muted: #5d636c;
  --accent: #a85a24; --accent-hover: #8f4c1c; --accent-contrast: #ffffff;
  --line: #cfccc3; --line-strong: #b6b2a7;
  --header-bg: rgba(232, 230, 225, 0.9);
  --banner-bg: #d8d5cd; --banner-text: #5d636c;
}
.brand, h1, h2, h3 { text-transform: uppercase; letter-spacing: 0.04em; }
.eyebrow, .hero-eyebrow, .contact-lines .lbl, .lang-toggle {
  font-family: 'IBM Plex Mono', monospace; text-transform: uppercase;
}
.btn { text-transform: uppercase; }

/* hero: split met blauwdruk-raster links, beeld rechts */
.hero-koper { display: grid; grid-template-columns: 1fr 1fr; min-height: 84vh; }
.hero-koper .hero-inner {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(48px, 6vw, 96px) clamp(24px, 4vw, 72px);
  background-image:
    repeating-linear-gradient(0deg, var(--line) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px 56px);
  border-right: 3px solid var(--accent);
}
.hero-koper .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-koper h1 { font-size: clamp(2.8rem, 6.5vw, 5rem); }
.section-head h2 { border-bottom: 2px solid var(--accent); padding-bottom: 14px; display: inline-block; }
.price-list .price { color: var(--accent); font-weight: 500; }
@media (max-width: 860px) {
  .hero-koper { grid-template-columns: 1fr; min-height: 0; }
  .hero-koper .hero-inner { border-right: 0; border-bottom: 3px solid var(--accent); }
  .hero-koper .hero-media img { height: 300px; }
}
