/* =========================================================================
   Verbouwing & renovatie - service detail page
   Ported from the Claude Design "Verbouwing & renovatie" template. Chrome
   (.hdr/.brand/.ftr/.btn*) is global (style.css); everything else is scoped
   under the .at-verbouwing-renovatie body class (same pattern as front-page.css
   and page-diensten.css).
   ========================================================================= */

body.at-verbouwing-renovatie {
    background: var(--paper);
    color: var(--ink);
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
}

/* -------------------------------------------------------------------------
   Typography (overrides the generic global .h1/.h2/.h3/.eyebrow)
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .h1 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 0.98;
    font-size: clamp(40px, 5vw, 60px);
    margin: 0;
}
.at-verbouwing-renovatie .h2 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(26px, 2.4vw, 34px);
    color: var(--ink);
    margin: 0;
}
.at-verbouwing-renovatie .h3 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 22px;
    line-height: 1.12;
    color: var(--ink);
    margin: 0;
}
.at-verbouwing-renovatie .lead   { font-size: 18px; line-height: 1.6; color: var(--ink-soft); }
.at-verbouwing-renovatie .mono   { font-family: 'IBM Plex Mono', monospace; }
.at-verbouwing-renovatie .accent { color: var(--accent); }
.at-verbouwing-renovatie .muted  { color: var(--ink-soft); }

.at-verbouwing-renovatie .eyebrow {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
}
.at-verbouwing-renovatie .eyebrow-light {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

/* -------------------------------------------------------------------------
   Sections + utilities + page-only buttons
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .sec  { padding: 112px 0; }
.at-verbouwing-renovatie .wrap { flex-wrap: wrap; }

.at-verbouwing-renovatie .btn-light {
    background: #fff;
    color: var(--ink) !important;
    border-color: #fff;
}
.at-verbouwing-renovatie .btn-light:hover {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.88);
}
.at-verbouwing-renovatie .btn-outline {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}
.at-verbouwing-renovatie .btn-outline:hover { background: rgba(255, 255, 255, 0.08); }

/* -------------------------------------------------------------------------
   Page head band
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .head-band { background: var(--accent); color: #fff; }
.at-verbouwing-renovatie .head-band .h1 { color: #fff; }
.at-verbouwing-renovatie .head-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: end;
}
.at-verbouwing-renovatie .crumbs {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.at-verbouwing-renovatie .crumbs a { text-decoration: none; color: rgba(255, 255, 255, 0.7); }
.at-verbouwing-renovatie .crumbs a:hover { color: #fff; }

.at-verbouwing-renovatie .head-jump {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.at-verbouwing-renovatie .head-jump a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 2px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    font-size: 17px;
    transition: 0.15s;
}
.at-verbouwing-renovatie .head-jump a:hover { padding-left: 10px; }
.at-verbouwing-renovatie .head-jump .jn {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

/* -------------------------------------------------------------------------
   Photo placeholders
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .ph {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background: repeating-linear-gradient(135deg, #E7E1D4 0 16px, #DDD6C6 16px 32px);
    border: 1px solid var(--line);
    overflow: hidden;
}
.at-verbouwing-renovatie .ph-tag {
    margin: 14px;
    padding: 6px 11px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.13em;
    color: #7C7565;
    text-transform: uppercase;
}
.at-verbouwing-renovatie .ph-dark {
    background: repeating-linear-gradient(135deg, #2A2D31 0 16px, #23262A 16px 32px);
    border-color: #33363A;
}
.at-verbouwing-renovatie .ph-dark .ph-tag {
    background: rgba(0, 0, 0, 0.45);
    border-color: #3A3D41;
    color: #9A948A;
}
.at-verbouwing-renovatie .ph-card { height: 200px; align-self: stretch; }

/* -------------------------------------------------------------------------
   Intro (text + stat line + photo)
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}
.at-verbouwing-renovatie .statline {
    display: flex;
    border: 1px solid var(--line);
    background: #fff;
    margin-top: 8px;
}
.at-verbouwing-renovatie .statline .si { flex: 1; padding: 24px 26px; border-left: 1px solid var(--line); }
.at-verbouwing-renovatie .statline .si:first-child { border-left: none; }
.at-verbouwing-renovatie .si-n {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.at-verbouwing-renovatie .si-l {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-top: 8px;
}

/* -------------------------------------------------------------------------
   Scope - four kinds of renovation
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .scope {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}
.at-verbouwing-renovatie .scard {
    background: var(--paper);
    padding: 44px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: 0.15s;
}
.at-verbouwing-renovatie .scard:hover { background: #fff; }
.at-verbouwing-renovatie .scard-h { display: flex; align-items: baseline; gap: 16px; }
.at-verbouwing-renovatie .scard-n {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: -0.03em;
    color: var(--accent);
}
.at-verbouwing-renovatie .scard-t {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.02em;
}
.at-verbouwing-renovatie .scard-d { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }

.at-verbouwing-renovatie .miniticks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.at-verbouwing-renovatie .miniticks li { padding-left: 22px; position: relative; font-size: 14.5px; color: var(--ink-soft); }
.at-verbouwing-renovatie .miniticks li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }

/* -------------------------------------------------------------------------
   Dark bands (timeline + included)
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .band-dark { background: var(--ink); color: var(--paper); }
.at-verbouwing-renovatie .band-dark .h2 { color: #fff; }

.at-verbouwing-renovatie .incl-stmt {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-size: clamp(26px, 2.4vw, 34px);
}

.at-verbouwing-renovatie .timeline { display: flex; flex-direction: column; }
.at-verbouwing-renovatie .tl-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    align-items: start;
}
.at-verbouwing-renovatie .tl-row:first-child { border-top: none; }
.at-verbouwing-renovatie .tl-n {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 0.85;
    letter-spacing: -0.03em;
    color: var(--accent);
}
.at-verbouwing-renovatie .tl-t { font-family: 'Archivo', system-ui, sans-serif; font-weight: 700; font-size: 21px; letter-spacing: -0.01em; }
.at-verbouwing-renovatie .tl-d { color: #C2BCAF; font-size: 15px; line-height: 1.6; margin-top: 8px; max-width: 560px; }
.at-verbouwing-renovatie .tl-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

.at-verbouwing-renovatie .seal {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 14px 18px;
    width: fit-content;
}
.at-verbouwing-renovatie .seal-n {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: var(--accent);
    line-height: 1;
}
.at-verbouwing-renovatie .seal-t {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.at-verbouwing-renovatie .icg { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 72px; }
.at-verbouwing-renovatie .ic-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    align-items: start;
}
.at-verbouwing-renovatie .ic-check {
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--accent);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    flex-shrink: 0;
}
.at-verbouwing-renovatie .ic-t { font-family: 'Archivo', system-ui, sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.at-verbouwing-renovatie .ic-d { color: #C2BCAF; font-size: 15px; line-height: 1.55; margin-top: 6px; }

/* -------------------------------------------------------------------------
   Projects grid
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.at-verbouwing-renovatie .proj { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); }
.at-verbouwing-renovatie .proj-body { padding: 20px 22px; }
.at-verbouwing-renovatie .proj-t { font-family: 'Archivo', system-ui, sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -0.01em; }
.at-verbouwing-renovatie .proj-m {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-top: 7px;
}

/* -------------------------------------------------------------------------
   FAQ accordion
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .faq-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 64px; align-items: start; }
.at-verbouwing-renovatie .faq-list { border-top: 2px solid var(--ink); }
.at-verbouwing-renovatie .faq { border-bottom: 1px solid var(--line); }
.at-verbouwing-renovatie .faq-q {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    padding: 26px 2px;
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.01em;
    color: var(--ink);
}
.at-verbouwing-renovatie .faq-sign {
    margin-left: auto;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border: 1.5px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 600;
    color: var(--accent);
    transition: 0.18s;
}
.at-verbouwing-renovatie .faq.open .faq-sign { background: var(--accent); color: #fff; border-color: var(--accent); transform: rotate(45deg); }
.at-verbouwing-renovatie .faq-idx { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--accent); font-weight: 500; }
.at-verbouwing-renovatie .faq-a {
    display: none;
    padding: 0 2px 28px 50px;
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 640px;
}
.at-verbouwing-renovatie .faq.open .faq-a { display: block; }

/* -------------------------------------------------------------------------
   Contact / offer band + form
   ------------------------------------------------------------------------- */

.at-verbouwing-renovatie .cta-band { background: var(--accent); color: #fff; }
.at-verbouwing-renovatie .cta-band .h2 { color: #fff; }
.at-verbouwing-renovatie .cta-lbl {
    font-family: 'IBM Plex Mono', monospace;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    letter-spacing: 0.06em;
}

.at-verbouwing-renovatie .g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.at-verbouwing-renovatie .form-card { background: #fff; border: 1px solid var(--line); padding: 40px; }
.at-verbouwing-renovatie .field { display: flex; flex-direction: column; gap: 10px; }
.at-verbouwing-renovatie .label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
}
.at-verbouwing-renovatie .inp {
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
    font-size: 15px;
    padding: 14px 16px;
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--ink);
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.at-verbouwing-renovatie .inp:focus { outline: none; border-color: var(--accent); }

.at-verbouwing-renovatie .sent {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--accent);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.at-verbouwing-renovatie .sent .eyebrow { color: var(--accent); }
.at-verbouwing-renovatie .note { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #7C7669; letter-spacing: 0.03em; }

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (max-width: 900px) {
    .at-verbouwing-renovatie .sec { padding: 72px 0; }
    .at-verbouwing-renovatie .head-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
    .at-verbouwing-renovatie .intro,
    .at-verbouwing-renovatie .scope,
    .at-verbouwing-renovatie .icg,
    .at-verbouwing-renovatie .g4,
    .at-verbouwing-renovatie .g2,
    .at-verbouwing-renovatie .faq-grid { grid-template-columns: 1fr; }
    .at-verbouwing-renovatie .intro { gap: 36px; }
    .at-verbouwing-renovatie .faq-grid { gap: 32px; }
    .at-verbouwing-renovatie .tl-row { grid-template-columns: 60px 1fr; gap: 20px; }
}

@media (max-width: 540px) {
    .at-verbouwing-renovatie .sec { padding: 56px 0; }
    .at-verbouwing-renovatie .scard { padding: 30px; }
    .at-verbouwing-renovatie .form-card { padding: 28px; }
    .at-verbouwing-renovatie .form-card .g2 { grid-template-columns: 1fr; }
    .at-verbouwing-renovatie .statline { flex-direction: column; }
    .at-verbouwing-renovatie .statline .si { border-left: none; border-top: 1px solid var(--line); }
    .at-verbouwing-renovatie .statline .si:first-child { border-top: none; }
    .at-verbouwing-renovatie .faq-a { padding-left: 2px; }
    .at-verbouwing-renovatie .faq-q { font-size: 17px; gap: 14px; }
}

/* Project cards link through to the project single */
.at-verbouwing-renovatie a.proj { text-decoration: none; color: inherit; transition: transform .18s ease, box-shadow .18s ease; }
.at-verbouwing-renovatie a.proj:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0, 0, 0, .12); }
.at-verbouwing-renovatie a.proj:focus-visible { outline: 2px solid var(--accent, #C2410C); outline-offset: 3px; }
