/* Loopwerk — subpagina's (page.html) */
@import url('/loopwerk-tokens.css');

.section-alt { background: var(--lw-cream); }
.section-center { text-align: center; }
.section-center .section-sub { margin-left: auto; margin-right: auto; }

.content-card {
  background: #fff;
  border: 1px solid var(--lw-border);
  border-radius: 16px;
  padding: 32px;
}

.text-content { max-width: 760px; }
.text-content h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: var(--lw-ink);
}
.text-content p, .text-content .body-text {
  font-size: 17px;
  color: var(--lw-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.text-content.center { margin: 0 auto; text-align: center; }

.page-intro--brand {
  background: linear-gradient(165deg, var(--lw-forest, #1E3B2E) 0%, #162e24 55%, #11120f 100%);
  border-bottom: none;
  padding: 48px 0 56px;
  color: #fff;
}
.page-intro--brand .page-intro-panel { margin-top: 0; padding: 0; }
.page-intro--brand .page-intro-body {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  max-width: 760px;
}
.page-intro--brand .page-intro-label {
  background: rgba(107, 127, 74, 0.22);
  border: 1px solid rgba(107, 127, 74, 0.35);
  color: #E8DFD0;
}
.page-intro--brand h1 { color: #fff; }
.page-intro--brand .page-intro-sub { color: rgba(255,255,255,0.68); }
.page-intro--brand .page-crumbs a { color: rgba(255,255,255,0.5); }
.page-intro--brand .page-crumbs a:hover { color: #fff; }
.page-intro--brand .page-crumbs { color: rgba(255,255,255,0.35); }
.page-intro--brand .hero-chip {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8);
}
.page-intro--brand .page-intro-stat { color: rgba(255,255,255,0.55); }
.page-intro--brand .page-intro-stat strong { color: #fff; }
.page-intro--brand .page-intro-link { color: var(--lw-terra, #D97F63); }

.img-text-img { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: var(--lw-cream); }
.img-text-img img { width: 100%; height: 100%; object-fit: cover; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.img-text { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.img-text.flip { direction: rtl; }
.img-text.flip > * { direction: ltr; }
.img-text-visual {
  aspect-ratio: 4/3;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--lw-cream-muted) 0%, #fff 100%);
  border: 1px solid var(--lw-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 16px 40px rgba(30, 59, 46, 0.06);
}
.img-text-visual-icon {
  width: 72px; height: 72px; border-radius: 16px;
  background: var(--lw-forest);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 32px;
}
.img-text-visual-label {
  font-size: 13px; font-weight: 600; color: var(--lw-muted);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.img-text-visual--step .img-text-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 700; color: var(--lw-terra); line-height: 1;
}
.img-text-cta {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 20px; font-weight: 600; color: var(--lw-terra); font-size: 15px;
}
.img-text-cta:hover { color: var(--lw-terra-dark); }

/* Cases */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.case-card {
  border: 1px solid var(--lw-border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.case-card-body { padding: 20px; }
.case-card-visual {
  aspect-ratio: 16/10;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--lw-forest) 0%, #162e24 100%);
  color: rgba(255,255,255,0.9);
  font-size: 2.5rem;
}
.case-card-visual--concept {
  background: linear-gradient(160deg, var(--lw-cream-muted) 0%, #fff 100%);
  color: var(--lw-moss);
}
.case-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.case-tag {
  background: var(--lw-cream); border: 1px solid var(--lw-border);
  font-size: 11px; font-weight: 500; color: var(--lw-muted);
  padding: 2px 9px; border-radius: 20px;
}
.case-card-client {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--lw-moss); margin-bottom: 5px;
}
.case-card-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: var(--lw-ink); }
.case-card-desc { font-size: 14px; color: var(--lw-muted); line-height: 1.65; }
.case-card-link {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--lw-terra);
}

/* Articles */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card {
  background: #fff; border: 1px solid var(--lw-border); border-radius: 16px;
  padding: 24px; display: flex; flex-direction: column; min-height: 100%;
}
.article-card.is-link { cursor: pointer; }
.article-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.article-type {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--lw-terra-dark); background: var(--lw-terra-tint);
  border-radius: 999px; padding: 4px 10px;
}
.article-status {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--lw-muted); background: var(--lw-cream); border-radius: 999px; padding: 4px 10px;
}
.article-title { font-size: 1.05rem; font-weight: 700; line-height: 1.35; margin-bottom: 10px; }
.article-excerpt { font-size: 14px; color: var(--lw-muted); line-height: 1.7; flex: 1; margin-bottom: 16px; }
.article-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--lw-muted); }
.article-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.article-tag { background: var(--lw-cream); border-radius: 999px; padding: 3px 9px; font-size: 11px; color: var(--lw-muted); }

/* About (subpagina) */
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-visual {
  border-radius: 16px; min-height: 380px;
  background: linear-gradient(145deg, var(--lw-forest) 0%, #162e24 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; padding: 32px; color: #fff; text-align: center;
}
.about-visual-mark { width: 80px; height: 80px; }
.about-visual-mark img { width: 100%; height: 100%; }
.about-visual-tag {
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px; padding: 12px 16px;
}
.apt-name { font-size: 15px; font-weight: 700; }
.apt-role { font-size: 12px; opacity: 0.7; margin-top: 2px; }
.about-content p { font-size: 16px; color: var(--lw-muted); line-height: 1.8; margin-bottom: 16px; }
.team-intro { max-width: 720px; margin-bottom: 48px; }
.team-intro p { font-size: 16px; color: var(--lw-muted); line-height: 1.8; margin-bottom: 14px; }

/* CTA stats op subpagina's */
.cta-stats-row { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.cs-stat2 { text-align: center; }
.cs-stat2-v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem; font-weight: 700; color: #fff;
}
.cs-stat2-l { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 3px; }

.btn-outline-white {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1.5px solid rgba(255,255,255,0.22);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.modal-box { position: relative; }
.modal-header { padding: 0 0 8px; }
.modal-header h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; }
.modal-body { padding-top: 8px; }

.block-spacer { display: block; }

@media (max-width: 768px) {
  .img-text, .about-inner { grid-template-columns: 1fr; gap: 28px; }
  .img-text.flip { direction: ltr; }
  .articles-grid, .team-grid { grid-template-columns: 1fr; }
  .content-card { padding: 24px; }
}
