/* ── Let's Produce — Profielpagina (subtiele Spaener stijl) ──────────────── */

.lp-profile-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 20px 60px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1E2228;
}

.lp-breadcrumb { font-size: 13px; color: #9AA0A8; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lp-breadcrumb a { color: #1C3D54; text-decoration: none; }
.lp-breadcrumb a:hover { text-decoration: underline; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.lp-hero { background: #fff; border: 1px solid #E4E6E8; border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.lp-hero-inner { display: flex; gap: 22px; padding: 26px 26px 22px; align-items: flex-start; }
@media (max-width: 600px) { .lp-hero-inner { flex-direction: column; gap: 16px; } }

.lp-hero-logo {
    width: 125px; height: 125px;
    border-radius: 8px;
    border: 1px solid #E4E6E8;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; overflow: hidden;
    background: #EDF2F5;
}
.lp-logo-initials { font-size: 32px; font-weight: 700; color: #1C3D54; }
.lp-logo-img { width: 125px; height: 125px; object-fit: contain; }
.lp-machine-icon-box { background: #EDF2F5; color: #1C3D54; }

.lp-hero-info { flex: 1; min-width: 0; }
.lp-hero-top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 5px; }
.lp-hero-name { font-size: 24px; font-weight: 700; color: #1C3D54; margin: 0; line-height: 1.2; }
.lp-cap-badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; font-size: 12px; font-weight: 500; background: #F6F7F8; color: #5C6370; border: 1px solid #E4E6E8; border-radius: 20px; white-space: nowrap; }
.lp-cap-badge--sm { padding: 2px 8px; font-size: 11px; }
.lp-cap-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

.lp-hero-location { font-size: 13px; color: #9AA0A8; display: flex; align-items: center; gap: 5px; margin-bottom: 10px; }
.lp-hero-location a { color: #1C3D54; text-decoration: none; }
.lp-hero-location a:hover { text-decoration: underline; }
.lp-hero-desc { font-size: 14px; color: #5C6370; line-height: 1.6; margin: 0 0 16px; max-width: 640px; }

.lp-hero-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.lp-btn-primary {
    display: inline-flex; align-items: center; gap: 7px;
    height: 36px; padding: 0 18px;
    background: #1C3D54; color: #fff;
    border-radius: 4px;
    font-size: 13px; font-weight: 600;
    text-decoration: none; border: none; cursor: pointer;
    transition: background .15s;
}
.lp-btn-primary:hover { background: #152D3E; color: #fff; }
.lp-btn-secondary {
    display: inline-flex; align-items: center; gap: 7px;
    height: 36px; padding: 0 14px;
    background: #fff; color: #5C6370;
    border: 1px solid #CDD0D3; border-radius: 4px;
    font-size: 13px; text-decoration: none;
    transition: border-color .15s, color .15s;
}
.lp-btn-secondary:hover { border-color: #1C3D54; color: #1C3D54; }

.lp-quickfacts { display: flex; border-top: 1px solid #E4E6E8; background: #F6F7F8; flex-wrap: wrap; }
.lp-qf-item { flex: 1; padding: 14px 20px; border-right: 1px solid #E4E6E8; display: flex; flex-direction: column; gap: 2px; min-width: 110px; }
.lp-qf-item:last-child { border-right: none; }
.lp-qf-item--wide { flex: 2; }
.lp-qf-label { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: #9AA0A8; font-weight: 600; }
.lp-qf-val { font-size: 15px; font-weight: 700; color: #1C3D54; }

/* ── Intro + foto ─────────────────────────────────────────────────────────── */
.lp-intro-section { padding: 0; overflow: hidden; }
.lp-intro-grid { display: grid; grid-template-columns: 1.3fr 1fr; }
@media (max-width: 760px) { .lp-intro-grid { grid-template-columns: 1fr; } }
.lp-intro-text { padding: 26px; }
.lp-intro-photo { min-height: 220px; background: #E4E6E8; overflow: hidden; border-radius: 0 8px 8px 0; }
.lp-intro-photo img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 220px; }
.lp-rich-text { font-size: 14px; line-height: 1.75; color: #3A3F47; }
.lp-rich-text p { margin: 0 0 12px; }
.lp-rich-text p:last-child { margin: 0; }

/* ── Body layout ──────────────────────────────────────────────────────────── */
.lp-profile-body { display: grid; grid-template-columns: 1fr 270px; gap: 18px; align-items: start; }
@media (max-width: 860px) { .lp-profile-body { grid-template-columns: 1fr; } .lp-profile-sidebar { order: -1; } }

.lp-section { background: #fff; border: 1px solid #E4E6E8; border-radius: 8px; padding: 22px; margin-bottom: 14px; }
.lp-section-title { font-size: 13px; font-weight: 700; color: #1C3D54; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid #E4E6E8; text-transform: uppercase; letter-spacing: .05em; }

/* ── Machine kaarten ──────────────────────────────────────────────────────── */
.lp-machine-cards { display: flex; flex-direction: column; gap: 8px; }
.lp-machine-card {
    display: flex; align-items: center; gap: 14px;
    border: 1px solid #E4E6E8; border-radius: 6px;
    padding: 13px 14px;
    text-decoration: none; color: inherit;
    transition: border-color .15s;
}
.lp-machine-card:hover { border-color: #1C3D54; color: inherit; }
.lp-machine-card:hover .lp-machine-card-top strong { color: #1C3D54; }
.lp-machine-card-icon {
    width: 44px; height: 44px; border-radius: 6px;
    border: 1px solid #E4E6E8;
    background: #EDF2F5; color: #1C3D54;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden;
}
.lp-machine-card-icon img { width: 100%; height: 100%; object-fit: cover; }
.lp-machine-card-body { flex: 1; min-width: 0; }
.lp-machine-card-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 4px; }
.lp-machine-card-top strong { font-size: 14px; font-weight: 600; color: #1E2228; transition: color .12s; }
.lp-machine-card-cat { font-size: 12px; color: #9AA0A8; margin-bottom: 5px; }
.lp-machine-card-specs { display: flex; gap: 5px; flex-wrap: wrap; }
.lp-machine-card-arrow { color: #CDD0D3; flex-shrink: 0; transition: color .15s; }
.lp-machine-card:hover .lp-machine-card-arrow { color: #1C3D54; }

/* Spec pills — subtiel */
.lp-spec-pill { padding: 2px 8px; font-size: 11px; font-weight: 500; background: #EDF2F5; color: #1C3D54; border-radius: 3px; }
.lp-spec-pill--auto { background: #E8F7F2; color: #0D6B50; }

/* ── Machine media ────────────────────────────────────────────────────────── */
.lp-machine-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); gap: 8px; margin-bottom: 14px; }
.lp-machine-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; display: block; transition: opacity .15s; }
.lp-gallery-link:hover img { opacity: .85; }
.lp-machine-video { position: relative; overflow: hidden; background: #000; border-radius: 4px; }
.lp-machine-video iframe { width: 100%; aspect-ratio: 16/9; display: block; border: none; }

/* ── Specificaties ────────────────────────────────────────────────────────── */
.lp-machine-specs { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 6px 20px; }
.lp-machine-specs--lg { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0; }
.lp-machine-specs--lg .lp-spec-item { padding: 11px 0; border-bottom: 1px solid #E4E6E8; }
.lp-spec-item { display: flex; flex-direction: column; gap: 2px; }
.lp-spec-label { font-size: 10px; color: #9AA0A8; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.lp-spec-val { font-size: 14px; font-weight: 600; color: #1C3D54; }

/* Tags op profielpagina — zelfde subtiele stijl */
.lp-tag-row { display: flex; flex-wrap: wrap; gap: 5px; }
.lp-tag { font-size: 11px; font-weight: 500; padding: 2px 9px; border-radius: 3px; white-space: nowrap; background: #F6F7F8; color: #5C6370; border: 1px solid #E4E6E8; }
.lp-tag--proc { background: #EDF2F5; color: #1C3D54; border-color: #C8D8E3; }
.lp-tag--cert { background: #EAF1F9; color: #1A5C9A; border-color: #C0D6EA; }
.lp-tag--mat  { background: #E8F7F2; color: #0D6B50; border-color: #B8E0D3; }

/* ── Materialen ───────────────────────────────────────────────────────────── */
.lp-materialen-grid { display: flex; flex-wrap: wrap; gap: 5px; }
.lp-mat-chip { padding: 3px 9px; font-size: 11px; font-weight: 500; background: #EDF2F5; color: #1C3D54; border-radius: 3px; border: 1px solid #C8D8E3; }

/* ── Contactformulier ─────────────────────────────────────────────────────── */
.lp-contact-intro { font-size: 14px; color: #5C6370; margin: 0 0 18px; }
.lp-contact-form { display: flex; flex-direction: column; gap: 13px; }
.lp-form-row { display: flex; gap: 12px; }
.lp-form-row--2 > * { flex: 1; min-width: 0; }
@media (max-width: 560px) { .lp-form-row { flex-direction: column; } }

.lp-form-field { display: flex; flex-direction: column; gap: 5px; }
.lp-form-field label { font-size: 12px; font-weight: 600; color: #3A3F47; }
.lp-form-field label span { color: #C93A3A; margin-left: 2px; }
.lp-form-field input[type=text],
.lp-form-field input[type=email],
.lp-form-field input[type=tel],
.lp-form-field select,
.lp-form-field textarea {
    border: 1px solid #CDD0D3; border-radius: 4px;
    padding: 9px 12px; font-size: 14px; font-family: inherit;
    color: #1E2228; background: #fff; outline: none;
    transition: border-color .15s; width: 100%; box-sizing: border-box;
}
.lp-form-field input:focus,
.lp-form-field select:focus,
.lp-form-field textarea:focus { border-color: #1C3D54; }
.lp-form-field textarea { resize: vertical; min-height: 110px; }

.lp-form-field--check { flex-direction: row; align-items: flex-start; }
.lp-check-label { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: #5C6370; cursor: pointer; font-weight: 400 !important; }
.lp-check-label input { margin-top: 2px; accent-color: #1C3D54; flex-shrink: 0; }
.lp-check-label a { color: #1C3D54; }
.lp-btn-submit { margin-top: 4px; width: fit-content; }

.lp-form-success { display: flex; align-items: center; gap: 10px; background: #E8F7F2; color: #0D6B50; border-radius: 4px; padding: 13px 16px; font-size: 14px; margin-bottom: 14px; }
.lp-form-error { background: #FDECEA; color: #7A1111; border-radius: 4px; padding: 13px 16px; font-size: 14px; margin-bottom: 14px; }

/* ── Profielpagina sidebar ────────────────────────────────────────────────── */
.lp-profile-sidebar { display: flex; flex-direction: column; gap: 12px; }
.lp-sidebar-card { background: #fff; border: 1px solid #E4E6E8; border-radius: 8px; padding: 18px; }
.lp-sidebar-title { font-size: 10px; font-weight: 700; color: #9AA0A8; margin: 0 0 12px; text-transform: uppercase; letter-spacing: .07em; padding-bottom: 10px; border-bottom: 1px solid #E4E6E8; }

.lp-cert-list { display: flex; flex-direction: column; gap: 7px; }
.lp-cert-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #3A3F47; line-height: 1.4; }

.lp-industrie-list { display: flex; flex-wrap: wrap; gap: 5px; }
.lp-industrie-tag { padding: 3px 9px; font-size: 11px; font-weight: 500; background: #EAF1F9; color: #1A5C9A; border-radius: 3px; border: 1px solid #C0D6EA; }

.lp-contact-list { display: flex; flex-direction: column; gap: 9px; }
.lp-contact-item { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: #5C6370; }
.lp-contact-item svg { margin-top: 1px; flex-shrink: 0; color: #9AA0A8; }
.lp-contact-item a { color: #1C3D54; text-decoration: none; word-break: break-all; }
.lp-contact-item a:hover { text-decoration: underline; }

.lp-sidebar-company-link { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #1E2228; font-weight: 600; font-size: 14px; }
.lp-sidebar-company-link img { width: 36px; height: 36px; border-radius: 6px; object-fit: contain; border: 1px solid #E4E6E8; flex-shrink: 0; }
.lp-sidebar-company-link:hover { color: #1C3D54; }

.lp-back-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 9px 14px; border: 1px solid #CDD0D3; border-radius: 4px;
    font-size: 13px; color: #5C6370; text-decoration: none; background: #fff;
    transition: border-color .15s, color .15s;
}
.lp-back-btn:hover { border-color: #1C3D54; color: #1C3D54; }
