/*
Theme Name: Plantscount Zakelijk
Theme URI: https://zakelijk.plantscount.com
Author: Plantscount
Author URI: https://plantscount.com
Description: Custom theme voor zakelijk.plantscount.com - editorial portfolio-stijl voor zakelijke groenprojecten. Alle content beheerbaar via WordPress Customizer.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: plantscount-zakelijk
*/

:root {
  --bg: #f8f6f1;
  --bg-warm: #efe9dc;
  --paper: #faf8f3;
  --ink: #1a1a1a;
  --ink-700: #2a2a2a;
  --ink-500: #6b6b6b;
  --ink-400: #9a9a9a;
  --green: #2d5a3d;
  --green-dark: #1a3d2a;
  --line: rgba(26, 26, 26, 0.1);
  --accent: #c4b896;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.serif { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; letter-spacing: -0.01em; }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }

/* ===== TOP BAR + NAV ===== */
.topbar {
  background: var(--ink);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  padding: 8px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-left { display: flex; gap: 24px; }
.topbar a { color: white; text-decoration: none; opacity: 0.9; }
.topbar a:hover { opacity: 1; }

.main-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 246, 241, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo { display: flex; align-items: baseline; gap: 12px; text-decoration: none; color: var(--ink); }
.site-logo .name { font-family: 'Instrument Serif', serif; font-size: 28px; letter-spacing: -0.02em; }
.site-logo .tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-500); padding-left: 12px; border-left: 1px solid var(--line); }
.nav-menu { display: flex; gap: 36px; list-style: none; }
.nav-menu a { font-size: 13px; color: var(--ink-700); text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.nav-menu a:hover, .nav-menu .current-menu-item > a { color: var(--green); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  border: 1px solid var(--ink);
  border-radius: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: inherit;
}
.btn:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn .arrow { transition: transform 0.3s ease; font-style: italic; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: white; }
.btn-light { background: white; color: var(--ink); border-color: white; }
.btn-light:hover { background: var(--bg-warm); border-color: var(--bg-warm); }
.btn-sm { padding: 9px 18px; font-size: 12px; }
.btn-primary { background: var(--green); border-color: var(--green); }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); }

/* ===== HERO ===== */
.hero { padding: 60px 32px 100px; max-width: 1500px; margin: 0 auto; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: end; min-height: 75vh; }
.hero-text { padding-bottom: 32px; }
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--green); }
.hero h1 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 36px;
}
.hero h1 em { font-style: italic; color: var(--green); }
.hero-lead { font-size: 17px; line-height: 1.6; color: var(--ink-700); max-width: 460px; margin-bottom: 40px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-image-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-caption {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  display: flex; justify-content: space-between;
  color: white; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; z-index: 2;
}
.hero-caption .num {
  font-family: 'Instrument Serif', serif;
  font-style: italic; font-size: 24px;
  text-transform: none; letter-spacing: -0.02em; font-weight: 300; margin-top: -8px;
}
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4) 100%); z-index: 1; }

/* ===== STATEMENT ===== */
.statement { padding: 100px 32px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement-inner { max-width: 980px; margin: 0 auto; }
.statement-eyebrow { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 32px; }
.statement p { font-family: 'Instrument Serif', serif; font-size: clamp(28px, 3.5vw, 44px); line-height: 1.25; letter-spacing: -0.015em; color: var(--ink); }
.statement p em { font-style: italic; color: var(--green); }

/* ===== EYEBROW ===== */
.section-eyebrow {
  font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--green); margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--green); }

/* ===== SERVICES ===== */
.services-section { padding: 120px 32px; background: var(--paper); border-top: 1px solid var(--line); }
.services-inner { max-width: 1500px; margin: 0 auto; }
.services-head { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; margin-bottom: 80px; padding-bottom: 32px; border-bottom: 1px solid var(--line); align-items: end; }
.services-head h2 { font-family: 'Instrument Serif', serif; font-size: clamp(44px, 5.5vw, 72px); font-weight: 400; line-height: 0.95; letter-spacing: -0.025em; }
.services-head h2 em { font-style: italic; color: var(--green); }
.services-head .desc { font-size: 16px; line-height: 1.7; color: var(--ink-700); max-width: 480px; }
.service-list { list-style: none; }
.service-item {
  display: grid; grid-template-columns: 80px 1.5fr 2fr auto; gap: 48px;
  padding: 40px 0; border-bottom: 1px solid var(--line);
  align-items: start; text-decoration: none; color: inherit;
  transition: padding 0.4s ease;
}
.service-item:first-child { border-top: 1px solid var(--line); }
.service-item:hover { padding-left: 16px; }
.service-num { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 28px; font-weight: 300; color: var(--green); line-height: 1; }
.service-name { font-family: 'Instrument Serif', serif; font-size: 28px; line-height: 1.1; letter-spacing: -0.02em; }
.service-desc { font-size: 15px; color: var(--ink-500); line-height: 1.6; }
.service-arrow { font-family: 'Instrument Serif', serif; font-size: 24px; font-style: italic; color: var(--green); transition: transform 0.3s ease; }
.service-item:hover .service-arrow { transform: translate(8px, -4px); }

/* ===== HYDRO TEASER ===== */
.hydro-teaser { padding: 120px 32px; background: var(--green-dark); color: white; }
.hydro-teaser-inner { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hydro-teaser-text .section-eyebrow { color: var(--accent); }
.hydro-teaser-text .section-eyebrow::before { background: var(--accent); }
.hydro-teaser h2 { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4.5vw, 60px); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 28px; }
.hydro-teaser h2 em { font-style: italic; color: var(--accent); }
.hydro-teaser p { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.8); margin-bottom: 36px; max-width: 520px; }
.hydro-benefits { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.hydro-benefits li { padding: 20px; background: rgba(255,255,255,0.05); border-left: 2px solid var(--accent); }
.hydro-benefits li .num {
  font-family: 'Instrument Serif', serif; font-style: italic; font-size: 32px; font-weight: 300; color: var(--accent);
  line-height: 1; margin-bottom: 8px; display: block;
}
.hydro-benefits li .label { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.5; }
.hydro-image { aspect-ratio: 4/5; overflow: hidden; }
.hydro-image img { width: 100%; height: 100%; object-fit: cover; }

/* ===== CASE TEASER ===== */
.case-teaser { padding: 120px 32px; max-width: 1500px; margin: 0 auto; }
.case-teaser-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 56px; gap: 40px; flex-wrap: wrap; }
.case-teaser-head h2 { font-family: 'Instrument Serif', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1; letter-spacing: -0.025em; }
.case-teaser-head h2 em { font-style: italic; color: var(--green); }
.case-teaser-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; }
.case-card { position: relative; overflow: hidden; aspect-ratio: 4/3; display: block; text-decoration: none; color: inherit; }
.case-card.tall { aspect-ratio: 3/4; }
.case-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.case-card:hover img { transform: scale(1.04); }
.case-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.75) 100%); z-index: 1; }
.case-card-meta { position: absolute; bottom: 24px; left: 24px; right: 24px; color: white; z-index: 2; }
.case-card-meta .tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 8px; }
.case-card-meta h3 { font-family: 'Instrument Serif', serif; font-size: 26px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.1; }
.case-card-meta .location { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 4px; }

/* ===== SECTORS ===== */
.sectors { padding: 120px 32px; max-width: 1500px; margin: 0 auto; }
.sectors-head { margin-bottom: 64px; max-width: 720px; }
.sectors-head h2 { font-family: 'Instrument Serif', serif; font-size: clamp(40px, 5vw, 60px); font-weight: 400; line-height: 1; letter-spacing: -0.025em; margin-bottom: 24px; }
.sectors-head h2 em { font-style: italic; color: var(--green); }
.sectors-head .lead { font-size: 16px; color: var(--ink-700); line-height: 1.7; }
.sector-list { list-style: none; }
.sector-row { display: grid; grid-template-columns: 60px 1.5fr 2fr; gap: 48px; padding: 36px 0; border-top: 1px solid var(--line); align-items: center; }
.sector-row:last-child { border-bottom: 1px solid var(--line); }
.sector-num { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 20px; color: var(--green); font-weight: 300; }
.sector-row h4 { font-family: 'Instrument Serif', serif; font-size: 28px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.1; }
.sector-row p { font-size: 15px; color: var(--ink-500); line-height: 1.6; }

/* ===== PILOT ===== */
.pilot-section { padding: 120px 32px; background: var(--ink); color: white; }
.pilot-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pilot-section .section-eyebrow { color: var(--accent); }
.pilot-section .section-eyebrow::before { background: var(--accent); }
.pilot-section h2 { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 28px; }
.pilot-section h2 em { font-style: italic; color: var(--accent); }
.pilot-section p { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.75); margin-bottom: 36px; }
.pilot-list { list-style: none; }
.pilot-list li {
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 15px; color: rgba(255,255,255,0.85);
  display: flex; align-items: center; gap: 16px;
}
.pilot-list li:first-child { border-top: 1px solid rgba(255,255,255,0.1); }
.pilot-list li .num { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 18px; color: var(--accent); width: 24px; }

/* ===== CONTACT ===== */
.contact-section { padding: 120px 32px; max-width: 1500px; margin: 0 auto; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; }
.contact-section h2 { font-family: 'Instrument Serif', serif; font-size: clamp(48px, 6vw, 80px); font-weight: 400; line-height: 0.98; letter-spacing: -0.025em; margin-bottom: 36px; }
.contact-section h2 em { font-style: italic; color: var(--green); }
.contact-section .lead { font-size: 17px; line-height: 1.65; color: var(--ink-700); margin-bottom: 36px; max-width: 520px; }
.contact-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-details { display: grid; gap: 0; }
.contact-row { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.contact-row:first-child { border-top: 1px solid var(--line); }
.contact-row .label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-500); }
.contact-row .value { font-family: 'Instrument Serif', serif; font-size: 20px; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; }
.contact-row a.value:hover { color: var(--green); }

/* Contact form */
.contact-form { display: grid; gap: 20px; max-width: 600px; margin-top: 40px; }
.contact-form label { display: block; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 8px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); background: white;
  font-family: inherit; font-size: 15px; color: var(--ink); border-radius: 0;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--green); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ===== PROJECTS OVERVIEW ===== */
.projects-overview { padding: 0 32px 120px; max-width: 1500px; margin: 0 auto; }
.projects-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 48px; }
.projects-filter button {
  padding: 8px 16px; border: 1px solid var(--line); background: transparent;
  font-family: inherit; font-size: 13px; color: var(--ink-700); cursor: pointer;
  border-radius: 100px; transition: all 0.2s;
}
.projects-filter button:hover, .projects-filter button.active { background: var(--ink); color: white; border-color: var(--ink); }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { display: block; text-decoration: none; color: inherit; }
.project-card-image { aspect-ratio: 4/5; overflow: hidden; margin-bottom: 16px; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-card .tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.project-card h3 { font-family: 'Instrument Serif', serif; font-size: 22px; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 6px; line-height: 1.2; }
.project-card .meta { font-size: 13px; color: var(--ink-500); }

/* ===== PROJECT DETAIL ===== */
.case-meta-row { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 32px; align-items: end; padding: 80px 32px 32px; border-bottom: 1px solid var(--line); max-width: 1500px; margin: 0 auto; }
.case-meta-row .eyebrow { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--green); }
.case-title { font-family: 'Instrument Serif', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1; letter-spacing: -0.025em; }
.case-title em { font-style: italic; color: var(--green); }
.case-meta-info { text-align: right; font-size: 13px; color: var(--ink-500); line-height: 1.7; }
.case-meta-info strong { display: block; color: var(--ink); font-weight: 500; font-size: 14px; margin-bottom: 2px; }
.case-content-wrap { max-width: 1500px; margin: 0 auto; padding: 56px 32px 100px; }
.case-hero-image { aspect-ratio: 16/10; overflow: hidden; margin-bottom: 16px; }
.case-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.case-hero-caption { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 15px; color: var(--ink-500); margin-bottom: 64px; padding-left: 16px; border-left: 1px solid var(--line); }
.case-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 80px; }
.case-intro h3 { font-family: 'Instrument Serif', serif; font-size: clamp(28px, 3vw, 40px); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 24px; }
.case-intro h3 em { font-style: italic; }
.case-intro-body p { font-size: 16px; line-height: 1.7; color: var(--ink-700); margin-bottom: 18px; }
.image-grid { display: grid; gap: 16px; margin-bottom: 64px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.image-tile { aspect-ratio: 4/5; overflow: hidden; position: relative; }
.image-tile.wide { aspect-ratio: 16/10; }
.image-tile.square { aspect-ratio: 1/1; }
.image-tile.tall { aspect-ratio: 3/4; }
.image-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.image-tile:hover img { transform: scale(1.03); }
.image-caption { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 14px; color: var(--ink-500); margin-top: 12px; padding-left: 16px; border-left: 1px solid var(--line); }
.case-details { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 64px; padding: 64px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 80px; }
.case-detail .label { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.case-detail .value { font-family: 'Instrument Serif', serif; font-size: 22px; letter-spacing: -0.02em; line-height: 1.3; color: var(--ink); margin-bottom: 8px; }
.case-detail p { font-size: 14px; color: var(--ink-500); line-height: 1.55; }

/* ===== HYDROCULTUUR PAGE ===== */
.hydro-page-hero { padding: 60px 32px 100px; max-width: 1500px; margin: 0 auto; }
.hydro-page-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.hydro-page-hero h1 { font-family: 'Instrument Serif', serif; font-size: clamp(40px, 5.5vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -0.025em; margin-bottom: 32px; }
.hydro-page-hero h1 em { font-style: italic; color: var(--green); }
.hydro-page-hero .lead { font-size: 18px; line-height: 1.6; color: var(--ink-700); margin-bottom: 36px; max-width: 500px; }
.hydro-page-image { aspect-ratio: 4/5; overflow: hidden; }
.hydro-page-image img { width: 100%; height: 100%; object-fit: cover; }

.hydro-benefits-section { padding: 100px 32px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hydro-benefits-inner { max-width: 1500px; margin: 0 auto; }
.hydro-benefits-head { margin-bottom: 64px; max-width: 720px; }
.hydro-benefits-head h2 { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; }
.hydro-benefits-head h2 em { font-style: italic; color: var(--green); }
.hydro-benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hydro-benefit { padding: 48px 32px; border-right: 1px solid var(--line); }
.hydro-benefit:last-child { border-right: none; }
.hydro-benefit .num { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 48px; font-weight: 300; color: var(--green); line-height: 1; margin-bottom: 24px; }
.hydro-benefit h4 { font-family: 'Instrument Serif', serif; font-size: 22px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 12px; }
.hydro-benefit p { font-size: 14px; color: var(--ink-700); line-height: 1.6; }

.hydro-explanation { padding: 100px 32px; max-width: 1200px; margin: 0 auto; }
.hydro-explanation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hydro-explanation h2 { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 28px; }
.hydro-explanation h2 em { font-style: italic; color: var(--green); }
.hydro-explanation p { font-size: 16px; line-height: 1.75; color: var(--ink-700); margin-bottom: 20px; }
.hydro-how-image { aspect-ratio: 1/1; overflow: hidden; }
.hydro-how-image img { width: 100%; height: 100%; object-fit: cover; }

.hydro-plants { padding: 100px 32px; background: var(--bg-warm); }
.hydro-plants-inner { max-width: 1500px; margin: 0 auto; }
.hydro-plants-head { margin-bottom: 56px; max-width: 720px; }
.hydro-plants-head h2 { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; }
.hydro-plants-head h2 em { font-style: italic; color: var(--green); }
.hydro-plants-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hydro-plant-card { background: white; padding: 24px; transition: transform 0.3s; }
.hydro-plant-card:hover { transform: translateY(-4px); }
.hydro-plant-card .img-wrap { aspect-ratio: 1/1; overflow: hidden; margin-bottom: 16px; background: var(--bg-warm); }
.hydro-plant-card img { width: 100%; height: 100%; object-fit: cover; }
.hydro-plant-card h4 { font-family: 'Instrument Serif', serif; font-size: 18px; font-weight: 400; letter-spacing: -0.01em; margin-bottom: 4px; }
.hydro-plant-card .light { font-size: 12px; color: var(--ink-500); letter-spacing: 0.05em; }

.hydro-pricing { padding: 100px 32px; max-width: 1200px; margin: 0 auto; }
.hydro-pricing-head { text-align: center; margin-bottom: 64px; }
.hydro-pricing h2 { font-family: 'Instrument Serif', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 24px; }
.hydro-pricing h2 em { font-style: italic; color: var(--green); }
.hydro-pricing .lead { font-size: 17px; color: var(--ink-700); line-height: 1.65; max-width: 640px; margin: 0 auto; }
.hydro-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hydro-pricing-card { padding: 40px 32px; border: 1px solid var(--line); background: white; }
.hydro-pricing-card.featured { background: var(--ink); color: white; border-color: var(--ink); }
.hydro-pricing-card .label { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--green); margin-bottom: 16px; }
.hydro-pricing-card.featured .label { color: var(--accent); }
.hydro-pricing-card .price { font-family: 'Instrument Serif', serif; font-size: 36px; letter-spacing: -0.025em; margin-bottom: 12px; }
.hydro-pricing-card h4 { font-family: 'Instrument Serif', serif; font-size: 22px; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 16px; }
.hydro-pricing-card p { font-size: 14px; line-height: 1.6; color: var(--ink-500); margin-bottom: 24px; }
.hydro-pricing-card.featured p { color: rgba(255,255,255,0.7); }
.hydro-pricing-card ul { list-style: none; }
.hydro-pricing-card li { padding: 10px 0; font-size: 14px; border-bottom: 1px solid var(--line); }
.hydro-pricing-card.featured li { border-color: rgba(255,255,255,0.1); }

/* ===== DIENSTEN PAGE ===== */
.dienst-block { padding: 80px 32px; border-bottom: 1px solid var(--line); max-width: 1500px; margin: 0 auto; }
.dienst-block:nth-child(even) { background: var(--paper); margin: 0; max-width: none; padding-left: 0; padding-right: 0; }
.dienst-block:nth-child(even) .dienst-inner { max-width: 1500px; margin: 0 auto; padding: 0 32px; }
.dienst-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.dienst-inner.reverse > .dienst-image { order: -1; }
.dienst-block h2 { font-family: 'Instrument Serif', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 24px; }
.dienst-block h2 em { font-style: italic; color: var(--green); }
.dienst-block p { font-size: 16px; line-height: 1.7; color: var(--ink-700); margin-bottom: 24px; }
.dienst-image { aspect-ratio: 4/3; overflow: hidden; }
.dienst-image img { width: 100%; height: 100%; object-fit: cover; }

/* ===== PAGE HEADER ===== */
.page-header { padding: 80px 32px 0; max-width: 1500px; margin: 0 auto; }
.page-header .eyebrow { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--green); margin-bottom: 24px; }
.page-header h1 { font-family: 'Instrument Serif', serif; font-size: clamp(48px, 6vw, 80px); font-weight: 400; line-height: 0.98; letter-spacing: -0.025em; margin-bottom: 24px; }
.page-header h1 em { font-style: italic; color: var(--green); }
.page-header .lead { font-size: 18px; color: var(--ink-700); line-height: 1.6; max-width: 640px; margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }

/* ===== FOOTER ===== */
.site-footer { background: var(--bg-warm); border-top: 1px solid var(--line); padding: 64px 32px 32px; }
.footer-inner { max-width: 1500px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.footer-brand .site-logo { display: inline-flex; margin-bottom: 18px; }
.footer-brand p { font-size: 14px; color: var(--ink-500); line-height: 1.65; max-width: 340px; }
.footer-col h5 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 24px; font-weight: 500; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { font-family: 'Instrument Serif', serif; font-size: 17px; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; }
.footer-col a:hover { color: var(--green); font-style: italic; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-500); }
.footer-bottom a { color: var(--ink-500); text-decoration: none; }

/* ===== 404 ===== */
.error-404 { padding: 200px 32px; text-align: center; max-width: 800px; margin: 0 auto; }
.error-404 h1 { font-family: 'Instrument Serif', serif; font-size: clamp(80px, 12vw, 160px); font-weight: 400; line-height: 1; letter-spacing: -0.04em; color: var(--green); margin-bottom: 24px; font-style: italic; }
.error-404 p { font-size: 20px; color: var(--ink-700); margin-bottom: 32px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-grid, .hydro-teaser-inner, .hydro-page-hero-grid, .hydro-explanation-grid, .case-intro, .pilot-inner, .contact-grid, .services-head, .dienst-inner { grid-template-columns: 1fr; gap: 48px; }
  .case-teaser-grid { grid-template-columns: 1fr; }
  .case-meta-row { grid-template-columns: 1fr; gap: 16px; }
  .case-meta-info { text-align: left; }
  .case-details { grid-template-columns: 1fr; gap: 32px; }
  .grid-2 { grid-template-columns: 1fr; }
  .hydro-benefits-grid { grid-template-columns: 1fr; }
  .hydro-benefit { border-right: none; border-bottom: 1px solid var(--line); }
  .hydro-benefit:last-child { border-bottom: none; }
  .hydro-plants-grid { grid-template-columns: 1fr 1fr; }
  .hydro-pricing-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .service-item { grid-template-columns: 40px 1fr auto; gap: 16px; }
  .service-desc { display: none; }
  .sector-row { grid-template-columns: 30px 1fr; }
  .sector-row p { grid-column: 2; }
  .hydro-benefits { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .topbar-left { display: none; }
  .dienst-inner.reverse > .dienst-image { order: 0; }
}
@media (max-width: 600px) {
  .projects-grid { grid-template-columns: 1fr; }
  .hydro-plants-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .contact-form .form-row { grid-template-columns: 1fr; }
}
