/*
Theme Name:  Label x design
Theme URI:   https://labelxdesign.be
Author:      Tom — Label x design
Description: Maatwerk theme voor labelxdesign.be — interieurarchitect, meubelmaker, bouwkundig tekenaar.
Version:     1.0.0
Text Domain: labelxdesign
*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

/* ─── RESET & BASE ──────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Ubuntu', sans-serif;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ─── HELPERS ───────────────────────────────────────────── */
.red   { color: #ff0000; }
.tag   { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: #ff0000; margin-bottom: 10px; display: block; }
.h2    { font-size: 28px; font-weight: 700; line-height: 1.2; margin-bottom: 6px; }

/* ─── BUTTONS ───────────────────────────────────────────── */
.btn-red {
  display: inline-block; background: #ff0000; color: #fff;
  font-family: 'Ubuntu', sans-serif; font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; padding: 12px 24px; border: none; cursor: pointer;
  text-decoration: none;
}
.btn-ghost {
  background: transparent; color: #111; font-family: 'Ubuntu', sans-serif;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 0; border: none; border-bottom: 1px solid #111;
  cursor: pointer; padding-bottom: 2px; text-decoration: none; display: inline-block;
}
.btn-ghost-w {
  background: transparent; color: #fff; font-family: 'Ubuntu', sans-serif;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 0; border: none; border-bottom: 1px solid rgba(255,255,255,.4);
  cursor: pointer; padding-bottom: 2px; text-decoration: none; display: inline-block;
}
.btn-white {
  background: #fff; color: #ff0000; font-family: 'Ubuntu', sans-serif;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 13px 28px; border: none; cursor: pointer; font-weight: 700; text-decoration: none;
  display: inline-block;
}

/* ─── PLACEHOLDERS ──────────────────────────────────────── */
.ph       { background: #1c1c1c; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.ph svg   { opacity: .2; }
.ph span  { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.2); }
.ph-light { background: #e8e6e3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.ph-light svg  { opacity: .35; }
.ph-light span { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: #bbb; }

/* ─── NAV ───────────────────────────────────────────────── */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo        { font-size: 18px; font-weight: 700; white-space: nowrap; text-decoration: none; color: #111; }
.nav-logo .x     { color: #ff0000; }

/* WordPress nav menu override */
.main-navigation ul               { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.main-navigation ul li a          { font-size: 12px; letter-spacing: .08em; color: #555; text-decoration: none; text-transform: uppercase; }
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-ancestor a { color: #ff0000; }
.main-navigation ul ul            { display: none; } /* geen sub-menus nodig */

.nav-contact {
  background: #ff0000; color: #fff; font-family: 'Ubuntu', sans-serif;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  padding: 9px 20px; border: none; cursor: pointer; text-decoration: none;
}

/* ─── HERO ──────────────────────────────────────────────── */
.hero                { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.hero-left           { background: #111; padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.hero-eyebrow        { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 20px; }
.hero-title          { font-size: 52px; font-weight: 700; color: #fff; line-height: 1.08; margin-bottom: 20px; }
.hero-title .x       { color: #ff0000; }
.hero-title em       { font-style: italic; font-weight: 300; color: rgba(255,255,255,.65); }
.hero-desc           { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.8; max-width: 360px; margin-bottom: 32px; }
.hero-btns           { display: flex; gap: 16px; align-items: center; }
.hero-right          { position: relative; overflow: hidden; }
.hero-right img      { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-badge          { position: absolute; bottom: 0; left: 0; background: #ff0000; color: #fff; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; padding: 10px 20px; }

/* ─── INTRO STRIP ───────────────────────────────────────── */
.intro-strip        { background: #ff0000; padding: 22px 44px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.intro-strip p      { font-size: 15px; font-weight: 400; color: #fff; line-height: 1.5; }
.intro-strip p strong { font-weight: 700; }
.intro-btn          { background: rgba(255,255,255,.15); color: #fff; font-family: 'Ubuntu', sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 11px 22px; border: 1px solid rgba(255,255,255,.35); cursor: pointer; white-space: nowrap; text-decoration: none; display: inline-block; }

/* ─── DIENSTEN (homepage) ───────────────────────────────── */
.diensten             { padding: 64px 44px; background: #fff; }
.diensten-header      { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; }
.diensten-grid        { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.dienst               { background: #f4f3f1; padding: 36px 28px; cursor: pointer; transition: background .2s; position: relative; }
.dienst:hover         { background: #111; }
.dienst:hover .dienst-title { color: #fff; }
.dienst:hover .dienst-desc  { color: rgba(255,255,255,.45); }
.dienst:hover .dienst-nr    { color: rgba(255,0,0,.5); }
.dienst:hover .dienst-arrow { color: #ff0000; }
.dienst-nr            { font-size: 11px; letter-spacing: .2em; color: #ccc; margin-bottom: 28px; display: block; transition: color .2s; }
.dienst-title         { font-size: 17px; font-weight: 700; color: #111; margin-bottom: 10px; transition: color .2s; }
.dienst-desc          { font-size: 12px; color: #888; line-height: 1.75; margin-bottom: 24px; transition: color .2s; }
.dienst-arrow         { font-size: 18px; color: #ddd; position: absolute; bottom: 28px; right: 28px; transition: color .2s; }

/* ─── UITGELICHT PROJECT ────────────────────────────────── */
.project-uitgelicht  { background: #111; display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; }
.project-info        { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.project-info .tag   { color: #ff0000; }
.project-info .h2    { color: #fff; font-size: 32px; margin-bottom: 14px; }
.project-details     { display: flex; flex-direction: column; gap: 8px; margin: 20px 0 28px; }
.detail-row          { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,.45); }
.detail-dot          { width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }
.project-ph          { background: #1a1a1a; border-left: 3px solid #ff0000; }
.project-ph img      { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ─── OVER MIJ (homepage) ───────────────────────────────── */
.over-mij            { display: grid; grid-template-columns: 1fr 1fr; background: #f4f3f1; }
.over-ph             { min-height: 360px; }
.over-ph img         { width: 100%; height: 100%; object-fit: cover; display: block; }
.over-body           { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.over-body .h2       { font-size: 30px; margin-bottom: 16px; }
.quote-line          { font-size: 15px; font-style: italic; color: #555; border-left: 3px solid #ff0000; padding-left: 16px; line-height: 1.7; margin: 16px 0 24px; }
.over-text           { font-size: 13px; color: #777; line-height: 1.8; margin-bottom: 28px; }
.traits              { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.trait               { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #666; border: 1px solid #ccc; padding: 5px 12px; }

/* ─── CTA STRIP ─────────────────────────────────────────── */
.cta-strip           { background: #ff0000; padding: 56px 44px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-title           { font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.cta-sub             { font-size: 14px; color: rgba(255,255,255,.75); }
.cta-btns            { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.cta-contact         { font-size: 12px; color: rgba(255,255,255,.75); text-align: right; }
.cta-contact strong  { color: #fff; }

/* ─── PAGE HEADER ───────────────────────────────────────── */
.page-header          { background: #111; padding: 72px 44px 60px; }
.page-header .tag     { color: rgba(255,0,0,.8); }
.page-header-title    { font-size: 48px; font-weight: 700; color: #fff; line-height: 1.08; }
.page-header-title em { font-style: italic; font-weight: 300; color: rgba(255,255,255,.5); }
.page-header-title .x { color: #ff0000; }
.page-header-sub      { font-size: 14px; color: rgba(255,255,255,.45); max-width: 480px; line-height: 1.8; margin-top: 16px; }

/* ─── DIENSTEN PAGINA ───────────────────────────────────── */
.dienst-blok                     { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; border-bottom: 2px solid #eee; }
.dienst-blok:nth-child(even) .dienst-body { order: 2; }
.dienst-blok:nth-child(even) .dienst-img  { order: 1; }
.dienst-body                     { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.dienst-body .dienst-nr          { font-size: 48px; font-weight: 700; color: #f0eeec; line-height: 1; margin-bottom: 12px; }
.dienst-body .dienst-title       { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 14px; }
.dienst-body .dienst-desc-long   { font-size: 13px; color: #666; line-height: 1.9; margin-bottom: 28px; }
.onderdelen                      { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
.onderdelen li                   { font-size: 12px; color: #555; display: flex; align-items: center; gap: 10px; }
.onderdelen li::before           { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }
.dienst-img                      { position: relative; min-height: 320px; }
.dienst-img img                  { width: 100%; height: 100%; object-fit: cover; display: block; }

.werkwijze                       { background: #f4f3f1; padding: 72px 44px; }
.werkwijze-header                { text-align: center; margin-bottom: 52px; }
.werkwijze-header .tag           { display: block; text-align: center; }
.werkwijze-header .h2            { font-size: 32px; }
.stappen                         { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.stap                            { background: #fff; padding: 36px 28px; }
.stap-nr                         { font-size: 36px; font-weight: 700; color: #f0eeec; line-height: 1; margin-bottom: 14px; }
.stap-title                      { font-size: 15px; font-weight: 700; color: #111; margin-bottom: 10px; }
.stap-desc                       { font-size: 12px; color: #888; line-height: 1.75; }
.stap-lijn                       { width: 32px; height: 3px; background: #ff0000; margin-bottom: 20px; }

.tarieven                        { padding: 72px 44px; background: #fff; }
.tarieven-header                 { margin-bottom: 40px; }
.tarieven-grid                   { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.tarief                          { background: #f4f3f1; padding: 36px 30px; position: relative; }
.tarief.featured                 { background: #111; }
.tarief.featured .tarief-naam    { color: #fff; }
.tarief.featured .tarief-prijs   { color: #fff; }
.tarief.featured .tarief-unit    { color: rgba(255,255,255,.4); }
.tarief.featured .tarief-desc    { color: rgba(255,255,255,.45); }
.tarief.featured .tarief-items li { color: rgba(255,255,255,.55); }
.tarief.featured .tarief-items li::before { background: #ff0000; }
.tarief-badge                    { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: #ff0000; margin-bottom: 16px; display: block; }
.tarief-naam                     { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 8px; }
.tarief-prijs                    { font-size: 36px; font-weight: 700; color: #111; line-height: 1; }
.tarief-unit                     { font-size: 12px; color: #aaa; margin-bottom: 16px; }
.tarief-desc                     { font-size: 12px; color: #777; line-height: 1.7; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,.08); }
.tarief.featured .tarief-desc    { border-color: rgba(255,255,255,.1); }
.tarief-items                    { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.tarief-items li                 { font-size: 12px; color: #666; display: flex; align-items: center; gap: 10px; }
.tarief-items li::before         { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #ccc; flex-shrink: 0; }

/* ─── PROJECTEN PAGINA ──────────────────────────────────── */
.filter-bar         { padding: 28px 44px; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 8px; }
.filter-btn         { font-family: 'Ubuntu', sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 8px 18px; border: 1px solid #ddd; background: transparent; cursor: pointer; color: #777; transition: all .15s; }
.filter-btn:hover,
.filter-btn.active  { background: #111; color: #fff; border-color: #111; }
.filter-btn.active-red { background: #ff0000; color: #fff; border-color: #ff0000; }

.project-hero               { display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; background: #111; border-bottom: 2px solid #000; }
.project-hero-info          { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.project-hero-info .tag     { color: #ff0000; }
.project-hero-title         { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 16px; }
.project-hero-title em      { font-style: italic; font-weight: 300; color: rgba(255,255,255,.5); }
.project-meta               { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.meta-row                   { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,.4); }
.meta-dot                   { width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }
.project-hero-ph            { border-left: 3px solid #ff0000; }
.project-hero-ph img        { width: 100%; height: 100%; object-fit: cover; display: block; }

.projects-section           { padding: 64px 44px; }
.projects-grid              { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.project-card               { position: relative; cursor: pointer; overflow: hidden; }
.project-card-img           { aspect-ratio: 4/3; position: relative; overflow: hidden; }
.project-card-img img       { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.project-card:hover .project-card-img img { transform: scale(1.04); }
.project-overlay            { position: absolute; inset: 0; background: rgba(17,17,17,.85); display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; opacity: 0; transition: opacity .25s; }
.project-card:hover .project-overlay { opacity: 1; }
.project-overlay .p-tag     { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: #ff0000; margin-bottom: 8px; }
.project-overlay .p-title   { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.project-overlay .p-meta    { font-size: 11px; color: rgba(255,255,255,.4); }
.project-card-info          { padding: 18px 0 28px; }
.project-card-type          { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #ff0000; margin-bottom: 6px; }
.project-card-name          { font-size: 16px; font-weight: 700; color: #111; }
.project-card-year          { font-size: 12px; color: #aaa; }

.project-wide               { display: grid; grid-template-columns: 2fr 1fr; gap: 2px; margin-bottom: 2px; }
.project-wide-right         { display: flex; flex-direction: column; gap: 2px; }
.project-wide-right .project-card-img { flex: 1; aspect-ratio: unset; min-height: 150px; }

.stats-strip                { background: #f4f3f1; padding: 48px 44px; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; border-top: 2px solid #eee; }
.stat                       { border-left: 3px solid #ff0000; padding-left: 20px; }
.stat-num                   { font-size: 40px; font-weight: 700; color: #111; line-height: 1; }
.stat-label                 { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #aaa; margin-top: 4px; }

/* ─── OVER MIJ PAGINA ───────────────────────────────────── */
.over-hero                  { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.over-hero-ph               { min-height: 400px; }
.over-hero-ph img           { width: 100%; height: 100%; object-fit: cover; display: block; }
.over-hero-body             { background: #111; padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }
.over-hero-body .tag        { color: rgba(255,0,0,.8); }
.over-hero-title            { font-size: 44px; font-weight: 700; color: #fff; line-height: 1.08; margin-bottom: 20px; }
.over-hero-title em         { font-style: italic; font-weight: 300; color: rgba(255,255,255,.45); }
.over-hero-title .x         { color: #ff0000; }
.over-hero-quote            { font-size: 16px; font-style: italic; color: rgba(255,255,255,.55); border-left: 3px solid #ff0000; padding-left: 18px; line-height: 1.75; margin-bottom: 28px; }
.over-hero-tekst            { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.9; margin-bottom: 32px; }

.verhaal                    { padding: 72px 44px; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; background: #fff; }
.verhaal-body h3            { font-size: 22px; font-weight: 700; color: #111; margin-bottom: 16px; }
.verhaal-body p             { font-size: 13px; color: #666; line-height: 1.95; margin-bottom: 20px; }
.verhaal-body p strong      { color: #111; font-weight: 600; }
.verhaal-divider            { width: 40px; height: 3px; background: #ff0000; margin: 28px 0; }

.skills-section             { background: #f4f3f1; padding: 72px 44px; }
.skills-header              { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.skills-grid                { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.skill-card                 { background: #fff; padding: 36px 28px; }
.skill-icon                 { width: 40px; height: 40px; background: #111; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.skill-icon svg             { opacity: .7; }
.skill-title                { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 10px; }
.skill-desc                 { font-size: 12px; color: #888; line-height: 1.75; }
.skill-tools                { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 16px; }
.skill-tool                 { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: #aaa; border: 1px solid #e5e5e5; padding: 4px 10px; }

.tijdlijn                   { padding: 72px 44px; background: #fff; }
.tijdlijn-header            { margin-bottom: 52px; }
.tijdlijn-items             { display: flex; flex-direction: column; }
.tijdlijn-item              { display: grid; grid-template-columns: 120px 40px 1fr; gap: 0 24px; padding: 28px 0; border-bottom: 1px solid #eee; }
.tijdlijn-item:last-child   { border-bottom: none; }
.tl-jaar                    { font-size: 12px; letter-spacing: .1em; color: #aaa; padding-top: 2px; text-align: right; }
.tl-dot-col                 { display: flex; flex-direction: column; align-items: center; }
.tl-dot                     { width: 12px; height: 12px; border-radius: 50%; background: #ff0000; flex-shrink: 0; margin-top: 4px; }
.tl-lijn                    { flex: 1; width: 1px; background: #eee; margin-top: 4px; }
.tl-content h4              { font-size: 15px; font-weight: 700; color: #111; margin-bottom: 6px; }
.tl-content p               { font-size: 12px; color: #888; line-height: 1.7; }

.waarden                    { background: #111; padding: 72px 44px; }
.waarden-header             { margin-bottom: 52px; }
.waarden-header .tag        { color: rgba(255,0,0,.8); }
.waarden-header .h2         { color: #fff; font-size: 32px; }
.waarden-grid               { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.waarde                     { padding: 36px 28px; border-left: 3px solid transparent; background: #1a1a1a; transition: border-color .2s; }
.waarde:hover               { border-color: #ff0000; }
.waarde-nr                  { font-size: 32px; font-weight: 700; color: rgba(255,255,255,.08); line-height: 1; margin-bottom: 12px; }
.waarde-title               { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.waarde-desc                { font-size: 12px; color: rgba(255,255,255,.35); line-height: 1.75; }

/* ─── CONTACT PAGINA ────────────────────────────────────── */
.contact-main               { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.contact-form-side          { padding: 64px 56px; background: #fff; }
.form-title                 { font-size: 24px; font-weight: 700; color: #111; margin-bottom: 8px; }
.form-sub                   { font-size: 13px; color: #888; margin-bottom: 36px; line-height: 1.7; }
.form-row                   { margin-bottom: 20px; }
.form-row label             { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #999; display: block; margin-bottom: 8px; }
.form-row input,
.form-row textarea,
.form-row select            { width: 100%; background: #f4f3f1; border: none; border-bottom: 2px solid transparent; font-family: 'Ubuntu', sans-serif; font-size: 13px; color: #111; padding: 12px 14px; outline: none; transition: border-color .2s; -webkit-appearance: none; }
.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus      { border-bottom-color: #ff0000; background: #f0efed; }
.form-row textarea          { min-height: 120px; resize: vertical; }
.form-row-2                 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dienst-check               { cursor: pointer; }
.dienst-check input         { display: none; }
.dienst-check span          { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #777; border: 1px solid #ddd; padding: 7px 14px; display: inline-block; transition: all .15s; }
.dienst-check input:checked + span { background: #111; color: #fff; border-color: #111; }
.form-dienst                { display: flex; gap: 8px; flex-wrap: wrap; }
.form-submit                { margin-top: 32px; display: flex; align-items: center; gap: 24px; }
.btn-submit                 { background: #ff0000; color: #fff; font-family: 'Ubuntu', sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 14px 32px; border: none; cursor: pointer; }
.btn-submit:hover           { background: #cc0000; }
.form-note                  { font-size: 11px; color: #bbb; line-height: 1.6; }

.contact-info-side          { background: #f4f3f1; padding: 64px 50px; display: flex; flex-direction: column; justify-content: space-between; }
.info-title                 { font-size: 22px; font-weight: 700; color: #111; margin-bottom: 28px; }
.contact-blocks             { display: flex; flex-direction: column; }
.contact-block              { padding: 24px 0; border-bottom: 1px solid #e0dedb; }
.contact-block:last-child   { border-bottom: none; }
.contact-block-label        { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #bbb; margin-bottom: 8px; }
.contact-block-value        { font-size: 15px; font-weight: 700; color: #111; }
.contact-block-sub          { font-size: 12px; color: #888; margin-top: 3px; }
.contact-block a            { color: #111; text-decoration: none; }
.contact-block a:hover      { color: #ff0000; }
.contact-social             { display: flex; gap: 12px; margin-top: 8px; }
.social-btn                 { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #777; border: 1px solid #ccc; padding: 7px 14px; text-decoration: none; transition: all .15s; display: inline-block; }
.social-btn:hover           { background: #111; color: #fff; border-color: #111; }

.beschikbaar                { background: #111; display: grid; grid-template-columns: 1fr 1fr; padding: 40px 44px; gap: 44px; align-items: center; }
.beschikbaar-tekst .tag     { color: rgba(255,0,0,.8); }
.beschikbaar-tekst .h2      { color: #fff; font-size: 22px; margin-bottom: 8px; }
.beschikbaar-tekst p        { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.7; }
.beschikbaar-items          { display: flex; flex-direction: column; gap: 12px; }
.beschikbaar-item           { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: #1a1a1a; }
.beschikbaar-item-naam      { font-size: 12px; color: rgba(255,255,255,.55); }
.status-badge               { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; }
.status-ok                  { background: rgba(0,200,80,.12); color: #00c850; }
.status-bijna               { background: rgba(255,160,0,.12); color: #ffa000; }
.status-vol                 { background: rgba(255,0,0,.12); color: #ff4444; }

.faq                        { padding: 72px 44px; background: #fff; }
.faq-header                 { margin-bottom: 40px; }
.faq-items                  { display: flex; flex-direction: column; max-width: 760px; }
.faq-item                   { border-bottom: 1px solid #eee; }
.faq-vraag                  { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 15px; font-weight: 600; color: #111; }
.faq-vraag:hover            { color: #ff0000; }
.faq-icon                   { font-size: 20px; color: #ff0000; font-weight: 300; flex-shrink: 0; margin-left: 16px; transition: transform .2s; }
.faq-antwoord               { font-size: 13px; color: #777; line-height: 1.85; padding: 0 0 20px; display: none; }
.faq-item.open .faq-antwoord { display: block; }
.faq-item.open .faq-icon    { transform: rotate(45deg); }

/* ─── FOOTER ────────────────────────────────────────────── */
.site-footer        { background: #111; padding: 26px 44px; display: flex; align-items: center; justify-content: space-between; }
.footer-logo        { font-size: 16px; font-weight: 700; color: rgba(255,255,255,.45); white-space: nowrap; text-decoration: none; }
.footer-logo .x     { color: #ff0000; }
.footer-info        { font-size: 11px; color: rgba(255,255,255,.25); text-align: center; }
.footer-links       { display: flex; gap: 20px; }
.footer-links a     { font-size: 11px; color: rgba(255,255,255,.3); text-decoration: none; letter-spacing: .06em; }
.footer-links a:hover { color: rgba(255,255,255,.6); }

/* ─── WP CORE OVERRIDES ─────────────────────────────────── */
.wp-caption         { max-width: 100%; }
.wp-caption-text    { font-size: 11px; color: #999; margin-top: 6px; }
img.alignleft       { float: left; margin: 0 20px 12px 0; }
img.alignright      { float: right; margin: 0 0 12px 20px; }
img.aligncenter     { display: block; margin: 0 auto 12px; }
