/*
 * Pijnenburg Glas in Lood — site-specific overrides
 * Loaded after buildpress.css
 */

/* ── Self-hosted fonts ───────────────────────────────── */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/montserrat/montserrat-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/montserrat/montserrat-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3/source-sans-3-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3/source-sans-3-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Body & base ─────────────────────────────────────── */
body {
  font-family: 'Source Sans 3', 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navigation--main {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

/* ── Top bar links ───────────────────────────────────── */
.top__left {
  font-size: 13px;
}
.navigation--top a {
  font-size: 13px;
}

/* ── Header margin override ──────────────────────────── */
.header { margin-bottom: 0; }
@media (min-width: 992px) { .header { margin-bottom: 0; } }

/* ── Header icon-box widths ──────────────────────────── */
.header-widgets .widget-icon-box:first-child .icon-box {
  width: 260px;
}
.header-widgets .widget-icon-box:last-child .icon-box {
  border-right: 0;
}

/* ── Header icon-box link colour ─────────────────────── */
.icon-box__title a {
  color: #dddddd;
  text-decoration: none;
}
.icon-box__title a:hover { color: #f7c51e; }

/* ── Navbar toggle (mobile) ──────────────────────────── */
.navbar-toggle {
  background: #f7c51e;
  border: none;
  border-radius: 2px;
  padding: 8px 12px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .navbar-toggle { display: block; }
}
.navbar-toggle__text {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #454545;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #454545;
  margin: 3px 0;
}
.navbar-toggle__icon-bar { display: inline-block; vertical-align: middle; }

.navigation--main a:focus,
.navigation--main a:focus-visible {
  outline: none;
}

/* ── Navigation sub-menu ─────────────────────────────── */
.navigation--main .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 215;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 220px;
  background: #f7c51e;
}
.navigation--main > li:hover > .sub-menu,
.navigation--main > li.is-hover > .sub-menu {
  display: block;
}
.navigation--main .sub-menu > li > a {
  display: block;
  padding: 10px 20px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.navigation--main .sub-menu > li > a:hover {
  background: rgba(0,0,0,0.08);
  color: #333333;
}

/* Mobile nav */
@media (max-width: 991px) {
  .navigation--main .sub-menu {
    position: static;
    display: none;
    background: rgba(0,0,0,0.1);
    min-width: 100%;
  }
  .navigation--main > li.open > .sub-menu { display: block; }
}

/* ── Page content ────────────────────────────────────── */
.master-container { padding-top: 48px; padding-bottom: 24px; overflow: visible; }
.master-container .container { padding-top: 0; }
.master-container .container > *:first-child { margin-top: 0; }

/* ── Footer spacing override ─────────────────────────── */
@media (min-width: 992px) {
  .footer { padding-top: 40px; }
}

/* ── hentry (service cards) ──────────────────────────── */
.hentry img { margin-bottom: 12px; }
.hentry__title { margin-top: 0; }
.hentry__title::after { content: ''; display: block; width: 40px; height: 3px; background: #f7c51e; margin-top: 6px; }
.hentry__title a { color: #333333; text-decoration: none; }
.hentry__title a:hover { color: #f7c51e; }

/* ── alternative-heading ─────────────────────────────── */
.alternative-heading {
  position: relative;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 20px;
}
.alternative-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #f7c51e;
}
.text-center .alternative-heading::after { left: 50%; transform: translateX(-50%); }

/* ── Footer links ────────────────────────────────────── */
.footer a { color: #666666; }
.footer a:hover { color: #f7c51e; }
.footer .list-unstyled li { padding: 3px 0; }

/* ── Footer bottom ───────────────────────────────────── */
.footer-bottom a { color: #454545; }
.footer-bottom a:hover { color: #333333; }

/* ── Promo banner ────────────────────────────────────── */
.promo {
  background-color: #eeeeee;
}
.promo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 70px;
}
.promo .banner__text,
.promo .banner__buttons {
  float: none;
  padding: 0;
  text-align: left;
}
.promo .btn {
  padding: 10px 22px;
  font-size: 14px;
}

/* ── Push helpers (Bootstrap-like) ──────────────────── */
.push-down-15 { margin-bottom: 15px !important; }
.push-down-30 { margin-bottom: 30px !important; }

/* ── Jumbotron ───────────────────────────────────────── */
.jumbotron {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
}
.jumbotron .carousel-inner img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.jumbotron .carousel-control {
  width: 50px;
  background: rgba(51,51,51,0.85);
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.jumbotron .carousel-control.left  { left: 0; right: auto; }
.jumbotron .carousel-control.right { right: 0; left: auto; }
.jumbotron .carousel-control:hover { background: rgba(51,51,51,1); }

/* ── img-thumbnail tweak ─────────────────────────────── */
.img-thumbnail {
  padding: 2px;
  border: 1px solid #ddd;
}

/* ── Alert boxes ─────────────────────────────────────── */
.alert { border-radius: 2px; }
.alert-success { background: #dff0d8; border-color: #83be00; color: #3c763d; }
.alert-danger   { background: #f2dede; border-color: #cd1b2b; color: #a94442; }

/* ── Breadcrumbs ─────────────────────────────────────── */
.breadcrumb {
  background: transparent;
  padding: 8px 0;
  margin-bottom: 5px;
  font-size: 13px;
}
.breadcrumb > li + li::before { color: #999; }

/* ── Form controls ───────────────────────────────────── */
.form-control:focus {
  border-color: #f7c51e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(247,197,30,.5);
}

/* ── Buttons ─────────────────────────────────────────── */
.btn-primary {
  background-color: #f7c51e;
  border-color: #f7c51e;
  color: #454545;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #e5b419;
  border-color: #e5b419;
  color: #333333;
}

/* ── Page title (inner pages) ────────────────────────── */
.main-title {
  background-color: #f2f2f2;
  background-image: url('/assets/img/diamond_upholstery.png');
  padding: 30px 0 25px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-title { padding: 65px 0 30px; }
}
.main-title__primary {
  color: #333333;
  font-size: 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .main-title__primary { font-size: 38px; }
}
.main-title__secondary {
  margin-top: 18px;
  padding-top: 18px;
  font-size: 13px;
  letter-spacing: .08em;
}
.breadcrumbs { margin-bottom: 0; }

/* ── Testimonials ────────────────────────────────────── */
.testimonials-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}
.testimonials-intro p {
  font-size: 17px;
  color: #666;
  line-height: 1.75;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

.testimonial-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 36px 28px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 88px;
  line-height: 1;
  color: #f7c51e;
  position: absolute;
  top: 8px;
  left: 20px;
  opacity: 0.55;
  pointer-events: none;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  flex: 1;
  padding-top: 28px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}
.testimonial-name {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  display: block;
}
.testimonial-year { font-size: 12px; color: #999; }

.testimonials-cta {
  text-align: center;
  padding: 44px 24px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.testimonials-cta h3 {
  margin: 0 0 10px;
  font-size: 21px;
  color: #2c2c2c;
}
.testimonials-cta p {
  color: #666;
  margin-bottom: 22px;
  font-size: 15px;
}

/* ── Thank you card ──────────────────────────────────── */
.thank-you-card {
  max-width: 480px;
  margin: 40px auto;
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

/* ── HTML slider (yellow + glass medallions) ────────── */
.slider-html-slide {
  position: relative;
  height: 440px;
  background-image: url('/assets/img/slider-bg.png');
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.slider-glass-row {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.slider-glass-row img {
  width: 27%;
  max-width: 340px;
  height: auto;
  display: block;
  will-change: transform;
  transition: transform 0.15s ease-out;
  margin-left: -4%;
  position: relative;
}
.slider-glass-row img:first-child { margin-left: 0; }
.slider-glass-row img:nth-child(1) { z-index: 1; }
.slider-glass-row img:nth-child(2) { z-index: 3; }
.slider-glass-row img:nth-child(3) { z-index: 4; }
.slider-glass-row img:nth-child(4) { z-index: 2; }
.slider-html-slide:hover .slider-glass-row img {
  transition: none;
}
@media (max-width: 767px) {
  .slider-html-slide { height: 220px; }
  .slider-glass-row { bottom: -25px; }
  .slider-glass-row img { width: 25%; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-html-slide { height: 320px; }
  .slider-glass-row { bottom: -40px; }
}

/* ── Page-box overrides ──────────────────────────────── */
.read-more { color: #f7c51e; }
.read-more:hover { color: #d4a800; }
.page-box__title > a { color: #333333; text-decoration: none; }
.page-box__title > a:hover { color: #f7c51e; }

/* Fixed image height for large featured blocks */
.page-box--block .page-box__picture img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

/* Inline items: force flex layout + fixed thumbnail size */
.page-box--inline {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.page-box--inline .page-box__picture {
  flex: 0 0 100px;
  float: none;
  margin: 0;
}
.page-box--inline .page-box__picture img {
  width: 100px;
  height: 75px;
  object-fit: cover;
}
.page-box--inline .page-box__title {
  margin-top: 0;
  margin-bottom: 2px;
}
.page-box__desc {
  display: block;
  line-height: 1.5;
  color: #888;
  margin-top: 0;
}

/* ── Service page layout ─────────────────────────────── */
@media (min-width: 992px) {
  .service-row {
    display: flex;
  }
  .service-sidebar {
    width: 28.333%;
    float: none;
    order: -1;
    left: auto;
    right: auto;
    align-self: flex-start;
    transition: transform 0.12s ease-out;
  }
  .service-main {
    width: 71.667%;
    float: none;
    left: auto;
    right: auto;
  }
  .service-main > h2:first-child {
    margin-top: 8px;
  }
}

/* ── FAQ accordion ───────────────────────────────────── */
.faq-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-top: 10px;
  margin-bottom: 30px;
}

.faq-list {
  margin-bottom: 30px;
}

.faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 8px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item.is-open {
  border-color: #f7c51e;
  box-shadow: 0 2px 8px rgba(247,197,30,0.15);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  gap: 16px;
  transition: color 0.15s ease;
}

.faq-question:hover {
  color: #c8a000;
}

.faq-item.is-open .faq-question {
  color: #c8a000;
  border-bottom: 1px solid #f0f0f0;
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f7c51e;
  position: relative;
  transition: transform 0.25s ease, background 0.15s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #454545;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::before {
  width: 10px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  margin: 0;
  padding: 16px 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.faq-answer p:last-child { padding-bottom: 20px; }

.faq-list-signs {
  margin: 6px 0 0;
  padding: 0 20px 12px 52px;
}

.faq-list-signs li {
  margin: 0;
  padding: 2px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.faq-list-signs li::marker {
  color: #f7c51e;
}


/* ── Placeholder notice ──────────────────────────────── */
.placeholder-notice {
  max-width: 540px;
  margin: 40px auto;
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

/* ── Projects grid ───────────────────────────────────── */
.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .projects-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 0; }
}

/* ── Project card ────────────────────────────────────── */
.project-card {
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  z-index: 1;
}
.project-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-card__img-wrap {
  position: relative;
  overflow: hidden;
  background: #111;
  aspect-ratio: 3 / 2;
}
.project-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.project-card:hover .project-card__img {
  transform: scale(1.06);
}

/* Permanent gradient + caption at bottom */
.project-card__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 20px 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
  pointer-events: none;
  transition: padding-bottom 0.25s ease;
}
.project-card:hover .project-card__caption {
  padding-bottom: 50px;
}
.project-card__category {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f7c51e;
  margin-bottom: 5px;
}
.project-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.25;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.project-card__title::after { display: none; }

/* Hover CTA bar slides up from bottom */
.project-card__hover-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7c51e;
  padding: 11px 20px;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-card:hover .project-card__hover-cta {
  transform: translateY(0);
}
.project-card__hover-cta span {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ── Back link ───────────────────────────────────────── */
.back-link {
  font-size: 13px;
  color: #888;
  text-decoration: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.back-link:hover { color: #f7c51e; }

/* ── Bento grid — shared cell ────────────────────────── */
.bento-cell {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #111;
  padding: 0;
  border: none;
}
.bento-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
button.bento-cell { cursor: zoom-in; }
button.bento-cell:hover .bento-img { transform: scale(1.05); }
.bento-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
button.bento-cell:hover .bento-zoom { opacity: 1; }

/* ── Bento top section ───────────────────────────────── */
.bento-top {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto auto;
  gap: 10px;
  margin-bottom: 10px;
}
.bento-hero {
  grid-column: 2;
  grid-row: 1 / 3;
  aspect-ratio: 3 / 4;
  min-height: 280px;
}
.bento-info { grid-column: 1; grid-row: 1; }
.bento-desc { grid-column: 1; grid-row: 2; }
.bento-info,
.bento-desc {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bento-info__label {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #aaa;
  margin: 0 0 3px;
}
.bento-info__value {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.bento-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 14px 0;
}
.bento-desc__text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 16px;
  flex: 1;
}
.bento-desc__btn { align-self: flex-start; margin-bottom: 12px; }
.bento-desc__back { display: block; margin-top: 16px; }
@media (min-width: 768px) {
  .bento-top {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 230px 230px;
  }
  .bento-hero { grid-column: 2 / 5; grid-row: 1 / 3; aspect-ratio: auto; min-height: 0; }
  .bento-info { grid-column: 1; grid-row: 1; justify-content: flex-start; }
  .bento-desc { grid-column: 1; grid-row: 2; justify-content: space-between; }
}
@media (min-width: 992px) {
  .bento-top { grid-template-rows: 260px 260px; }
}

/* ── Bento gallery ───────────────────────────────────── */
.bento-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.bento-gallery-cell { aspect-ratio: 1; }
.bento-gallery-cell--wide { grid-column: span 2; aspect-ratio: 2 / 1; }
@media (min-width: 600px) {
  .bento-gallery { grid-template-columns: repeat(4, 1fr); }
}

/* ── Project pagination (prev/next strip) ────────────── */
.project-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid #f7c51e;
}
.project-pagination--single {
  grid-template-columns: 1fr;
}
.project-pagination__item {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: #333;
  background: #1c1c1c;
  overflow: hidden;
  transition: background 0.2s;
  min-height: 110px;
}
.project-pagination__item:hover { background: #272727; }
.project-pagination__prev { flex-direction: row; }
.project-pagination__next { flex-direction: row; border-left: 1px solid #2e2e2e; }
.project-pagination--single .project-pagination__next { border-left: none; }
.project-pagination__img-wrap {
  flex: 0 0 120px;
  overflow: hidden;
}
.project-pagination__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.35s;
}
.project-pagination__item:hover .project-pagination__img-wrap img {
  opacity: 1;
  transform: scale(1.05);
}
.project-pagination__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  gap: 5px;
}
.project-pagination__text--right { text-align: right; }
.project-pagination__label {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f7c51e;
}
.project-pagination__title {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .project-pagination__img-wrap { flex: 0 0 80px; }
  .project-pagination__text { padding: 12px 14px; }
  .project-pagination__title { font-size: 13px; }
}

/* ── About photo slider ──────────────────────────────── */
.about-slider {
  position: relative;
  overflow: hidden;
  height: 460px;
  background: #111;
}
.about-slider__track {
  position: relative;
  height: 100%;
}
.about-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.about-slider__slide.is-active {
  opacity: 1;
}
.about-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(51,51,51,0.8);
  border: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 0;
}
.about-slider__btn:hover { background: #f7c51e; color: #333; }
.about-slider__btn--prev { left: 0; }
.about-slider__btn--next { right: 0; }
.about-slider__dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.about-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.about-slider__dot:hover { background: rgba(255,255,255,0.75); }
.about-slider__dot.is-active {
  background: #f7c51e;
  transform: scale(1.25);
}
@media (max-width: 767px) {
  .about-slider { height: 220px; }
  .about-slider__btn { width: 38px; height: 38px; font-size: 26px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-slider { height: 320px; }
}

/* ── About timeline ──────────────────────────────────── */
.about-timeline {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 30px 46px;
  border-left: 2px solid #f7c51e;
}
.about-timeline__item {
  position: relative;
  padding-bottom: 26px;
}
.about-timeline__item:last-child { padding-bottom: 0; }
.about-timeline__item::before {
  content: '';
  position: absolute;
  left: -27px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f7c51e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f7c51e;
}
.about-timeline__badge {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f7c51e;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.about-timeline__body strong {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.about-timeline__body p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
@media (max-width: 575px) {
  .about-timeline { margin-left: 20px; }
}

/* ── About features (waarom Pijnenburg) ──────────────── */
.about-feature {
  text-align: center;
  padding: 28px 20px 24px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 2px;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.about-feature:hover {
  border-color: #f7c51e;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.about-feature__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f7c51e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 26px;
  color: #454545;
  transition: transform 0.2s;
}
.about-feature:hover .about-feature__icon { transform: scale(1.08); }
.about-feature__title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
}
.about-feature__text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* ── About bento grid ────────────────────────────────── */
.about-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 180px 200px;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 0;
}
.about-bento__cell {
  border-radius: 4px;
  overflow: hidden;
}
.about-bento__cell--photo {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.about-bento__cell--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-bento__cell--years {
  grid-column: 3;
  grid-row: 1;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.bento-number {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #f7c51e;
  line-height: 1;
}
.bento-number sup {
  font-size: 32px;
  vertical-align: super;
}
.bento-label {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.65);
  margin-top: 10px;
}
.about-bento__cell--cert {
  grid-column: 3;
  grid-row: 2;
  background: #f7c51e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  gap: 8px;
}
.about-bento__cell--cert img {
  max-width: 72px;
  height: auto;
}
.about-bento__cell--cert p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.about-bento__cell--quote {
  grid-column: 1;
  grid-row: 3;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
}
.about-bento__cell--quote blockquote {
  font-style: italic;
  font-size: 14px;
  color: #444;
  line-height: 1.65;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.about-bento__cell--quote cite {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
}
.about-bento__cell--location {
  grid-column: 2;
  grid-row: 3;
  background: #3a1f0a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  gap: 6px;
}
.about-bento__cell--location .fa {
  font-size: 28px;
  color: #f7c51e;
}
.about-bento__cell--location strong {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.about-bento__cell--location span {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.about-bento__cell--cta {
  grid-column: 3;
  grid-row: 3;
  background: #454545;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 20px;
  gap: 16px;
}
.about-bento__cell--cta p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 130px auto auto;
  }
  .about-bento__cell--photo    { grid-column: 1 / 3; grid-row: 1; }
  .about-bento__cell--years    { grid-column: 1;     grid-row: 2; }
  .about-bento__cell--cert     { grid-column: 2;     grid-row: 2; }
  .about-bento__cell--quote    { grid-column: 1 / 3; grid-row: 3; min-height: 120px; }
  .about-bento__cell--location { grid-column: 1;     grid-row: 4; min-height: 110px; }
  .about-bento__cell--cta      { grid-column: 2;     grid-row: 4; min-height: 110px; }
  .bento-number { font-size: 48px; }
  .bento-number sup { font-size: 22px; }
}

/* ── Lightbox ────────────────────────────────────────── */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.lightbox[hidden] { display: none; }
body.lightbox-open { overflow: hidden; }
.lightbox__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox__img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  border: 3px solid rgba(255,255,255,0.08);
}
.lightbox__caption {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  margin: 10px 0 0;
  text-align: center;
}
.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: fixed;
  background: rgba(247,197,30,0.9);
  border: none;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  z-index: 9001;
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover { background: #f7c51e; }
.lightbox__close {
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  font-size: 26px;
  border-radius: 50%;
}
.lightbox__prev {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.lightbox__next {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .lightbox__prev { left: 4px; }
  .lightbox__next { right: 4px; }
}

/* ── Service overview page ───────────────────────────── */
.service-overview-intro {
  max-width: 640px;
  margin: 0 auto 45px;
}
.service-overview-intro p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.service-overview-grid {
  display: flex;
  flex-wrap: wrap;
}

.service-overview-grid .page-box--block .page-box__picture img {
  height: 180px;
}

.service-overview-grid .page-box--block {
  display: flex;
  flex-direction: column;
}
.service-overview-grid .page-box--block .page-box__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card-readmore {
  margin-top: auto;
  padding-top: 12px;
  margin-bottom: 0;
}

.service-overview-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
  padding: 30px 36px;
  background: #f7c51e;
  border-radius: 2px;
}
.service-overview-cta h2 {
  font-size: 22px;
  color: #454545;
  margin: 0 0 6px;
}
.service-overview-cta p {
  color: #555;
  margin: 0;
  font-size: 15px;
}
.service-overview-cta .btn-primary {
  background: #454545;
  border-color: #454545;
  color: #fff;
  white-space: nowrap;
}
.service-overview-cta .btn-primary:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

@media (max-width: 767px) {
  .service-overview-cta {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
}

/* ── Homepage: over + contact sectie ── */
.home-about {
  background: #fff;
  padding: 60px 0;
}
.home-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 767px) {
  .home-about__inner { grid-template-columns: 1fr; gap: 40px; }
}
.home-about__contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.home-about__contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  color: #555;
}
.home-about__contact-list li:last-child {
  border-bottom: none;
}
.home-about__contact-list .fa {
  width: 18px;
  text-align: center;
  color: #f7c51e;
  font-size: 16px;
  flex-shrink: 0;
}
.home-about__contact-list a {
  color: #333;
  text-decoration: none;
}
.home-about__contact-list a:hover { color: #f7c51e; }

/* ── Portfolio filter bar (homepage + projectenpagina) ── */
#options { background: #333; text-align: center; margin-bottom: 30px; }
#filters { text-align: center; padding-left: 0; margin: 0; list-style: none; }
#filters a {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 6px 0 3px;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
#filters li {
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #999;
}
@media (min-width: 992px) {
  #filters li.active, #filters li:hover {
    background: #454545;
    border-left: solid 3px #454545;
    margin-left: -3px;
    color: #fff;
    transform: skewX(-30deg);
  }
  #filters li.active a, #filters li:hover a {
    display: inline-block;
    border-bottom: 3px solid #f7c51e;
    color: #fff;
    transform: skewX(30deg);
  }
  #filters li.active::after, #filters li:hover::after { display: none; }
  #filters li::after {
    position: absolute;
    content: "";
    height: 66px;
    width: 1px;
    background-color: #454545;
    right: 0;
    top: -4px;
    transform: rotate(30deg);
  }
}
@media (max-width: 991px) {
  #filters li { text-align: left; display: block; }
  #filters li.active, #filters li:hover {
    background: #454545;
    border-left: solid 3px #454545;
    color: #fff;
    margin-left: -3px;
  }
  #filters li.active a, #filters li:hover a {
    display: inline-block;
    border-bottom: 3px solid #f7c51e;
    color: #fff;
  }
}

/* ── Filter bar: licht thema (projectenpagina) ── */
#options.options--light { background: #ebebeb; }
#options.options--light #filters a { color: #555; }
#options.options--light #filters li { color: #555; }
@media (min-width: 992px) {
  #options.options--light #filters li::after { background-color: #ccc; }
  #options.options--light #filters li.active,
  #options.options--light #filters li:hover {
    background: #f7c51e;
    border-left: solid 3px #f7c51e;
    color: #333;
  }
  #options.options--light #filters li.active a,
  #options.options--light #filters li:hover a {
    color: #333;
    border-bottom: 3px solid #333;
  }
}
@media (max-width: 991px) {
  #options.options--light #filters li.active,
  #options.options--light #filters li:hover {
    background: #f7c51e;
    border-left: solid 3px #f7c51e;
    color: #333;
  }
  #options.options--light #filters li.active a,
  #options.options--light #filters li:hover a {
    color: #333;
    border-bottom: 3px solid #333;
  }
}

/* ── Contact page ────────────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 5fr 8fr;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  border: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .contact-layout { grid-template-columns: 1fr; }
}

/* ── Info panel (dark left side) ── */
.contact-info-panel {
  background: #1c1c1c;
  padding: 48px 36px;
  position: relative;
}

.contact-info-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #f7c51e;
}

.contact-info-panel__title {
  font-size: 20px;
  color: #fff;
  margin: 0 0 14px;
}

.contact-info-panel__intro {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  margin: 0 0 36px;
}

.contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.contact-detail-item:first-child { padding-top: 0; }
.contact-detail-item:last-child  { border-bottom: none; }

.contact-detail-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(247,197,30,0.10);
  border: 1px solid rgba(247,197,30,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7c51e;
  font-size: 15px;
}

.contact-detail-text {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.7;
  padding-top: 9px;
}

.contact-detail-text a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: color 0.15s;
}

.contact-detail-text a:hover { color: #f7c51e; }

.contact-info-panel__cert {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.contact-info-panel__cert .fa { color: #f7c51e; font-size: 14px; }

/* ── Form panel (right side) ── */
.contact-form-panel {
  background: #fff;
  padding: 48px 44px;
}

@media (max-width: 991px) {
  .contact-info-panel  { padding: 36px 28px; }
  .contact-form-panel  { padding: 36px 28px; }
}

@media (max-width: 767px) {
  .contact-info-panel  { padding: 28px 20px; }
  .contact-form-panel  { padding: 28px 20px; }
}

/* Two-column row for naam + email */
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 540px) {
  .contact-form__row { grid-template-columns: 1fr; }
}

.contact-form__group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 7px;
}

.contact-form__required { color: #f7c51e; }
.contact-form__optional {
  font-weight: 400;
  color: #aaa;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
}

.contact-form .form-control {
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 46px;
  font-size: 14px;
  padding: 10px 14px;
  color: #333;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.contact-form textarea.form-control {
  height: auto;
  resize: vertical;
  min-height: 140px;
}

.contact-form .form-control::placeholder { color: #bbb; }

.contact-form__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.contact-form__submit {
  padding: 13px 28px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

.contact-form__submit .fa { margin-right: 6px; }

.contact-form__note {
  font-size: 12px;
  color: #aaa;
}

/* ── Contact success state ── */
.contact-success {
  text-align: center;
  padding: 48px 20px;
}

.contact-success__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f7c51e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 26px;
  color: #454545;
}

.contact-success__title {
  font-size: 22px;
  color: #333;
  margin: 0 0 10px;
}

.contact-success__text {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}
