/* ══════════════════════════════════════════
   OVER ONS — VLOEIENDE STIJL
   ══════════════════════════════════════════ */
 
/* HERO VOLLEDIGE BREEDTE */
.oo-hero-full {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 80px;
}
.oo-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.oo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42,36,32,0.75) 0%, rgba(42,36,32,0.15) 60%, transparent 100%);
}
.oo-hero-text {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.oo-label-light {
  color: rgba(248,243,236,0.7) !important;
}
.oo-label-light::before {
  background: rgba(248,243,236,0.7) !important;
}
.oo-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 300;
  line-height: 1.05;
  color: var(--cream);
  margin-top: 16px;
}
.oo-hero-title em { font-style: italic; color: var(--stone); }
.oo-hero-scroll {
  position: absolute;
  bottom: 40px; right: 48px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(248,243,236,0.6);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.oo-scroll-line {
  width: 1px;
  height: 48px;
  background: rgba(248,243,236,0.4);
  animation: scrollDown 1.8s ease-in-out infinite;
}
@keyframes scrollDown {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
 
/* INTRO TEKST GECENTREERD */
.oo-intro {
  background: var(--warm-white);
  padding: 120px 80px;
  text-align: center;
}
.oo-intro-inner {
  max-width: 720px;
  margin: 0 auto;
}
.oo-intro .gl-section-label {
  justify-content: center;
  margin-bottom: 40px;
}
.oo-intro-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  line-height: 1.5;
  color: var(--charcoal);
  margin-bottom: 32px;
}
.oo-intro-body {
  font-size: 16px;
  line-height: 1.9;
  color: var(--bark);
}
 
/* GROTE QUOTE */
.oo-quote {
  background: var(--cream);
  padding: 100px 80px;
  text-align: center;
}
.oo-quote-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.oo-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  line-height: 0.6;
  color: var(--sand);
  margin-bottom: 24px;
  display: block;
}
.oo-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: var(--deep);
  border: none;
  padding: 0;
  margin: 0;
}
 
/* VOLLEDIGE BREEDTE FOTO */
.oo-fullwidth-img {
  width: 100%;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
}
.oo-fullwidth-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
 
/* STATISTIEKEN SECTIE */
.oo-stats-section {
  background: var(--warm-white);
  padding: 100px 80px;
}
.oo-stats-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.oo-stats-text .gl-section-label { margin-bottom: 20px; }
.oo-stats-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 28px;
}
.oo-stats-title em { font-style: italic; color: var(--accent); }
.oo-stats-text p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--bark);
  margin-bottom: 32px;
}
.oo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--deep);
  text-decoration: none;
  border-bottom: 1px solid var(--deep);
  padding-bottom: 5px;
  transition: all 0.3s;
}
.oo-text-link:hover { color: var(--accent); border-color: var(--accent); gap: 20px; }
.oo-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--sand);
}
.oo-stat {
  background: var(--cream);
  padding: 48px 32px;
  text-align: center;
}
.oo-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  color: var(--deep);
  margin-bottom: 10px;
  line-height: 1;
}
.oo-stat-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bark);
}
 
/* DUURZAAMHEID SPLIT */
.oo-duurzaam-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.oo-duurzaam-img {
  position: relative;
  overflow: hidden;
}
.oo-duurzaam-img img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.oo-duurzaam-content {
  background: var(--deep);
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oo-duurzaam-content .gl-section-label {
  color: var(--gold);
}
.oo-duurzaam-content .gl-section-label::before {
  background: var(--gold);
}
.oo-duurzaam-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 28px;
}
.oo-duurzaam-title em { font-style: italic; color: var(--gold); }
.oo-duurzaam-content p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--stone);
  margin-bottom: 20px;
}
.oo-duurzaam-content .oo-text-link {
  color: var(--cream);
  border-color: var(--stone);
  margin-top: 12px;
}
.oo-duurzaam-content .oo-text-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}
 
/* CONTACT VOLLEDIGE BREEDTE */
.oo-contact-full {
  background: var(--sand);
  padding: 120px 80px;
  text-align: center;
}
.oo-contact-inner {
  max-width: 640px;
  margin: 0 auto;
}
.oo-contact-full .gl-section-label {
  justify-content: center;
  margin-bottom: 24px;
}
.oo-contact-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4.5vw, 60px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--deep);
  margin-bottom: 24px;
}
.oo-contact-title em { font-style: italic; color: var(--accent); }
.oo-contact-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--bark);
  margin-bottom: 48px;
}
.oo-contact-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.oo-btn-primary {
  background: var(--deep);
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 36px;
  transition: background 0.3s;
}
.oo-btn-primary:hover { background: var(--accent); }
.oo-btn-secondary {
  background: transparent;
  color: var(--deep);
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 36px;
  border: 1px solid var(--deep);
  transition: all 0.3s;
}
.oo-btn-secondary:hover { background: var(--deep); color: var(--cream); }
 
/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .oo-hero-full { padding: 60px 40px; }
  .oo-intro { padding: 80px 40px; }
  .oo-quote { padding: 72px 40px; }
  .oo-stats-section { padding: 72px 40px; }
  .oo-stats-inner { gap: 48px; }
  .oo-duurzaam-content { padding: 60px 48px; }
  .oo-contact-full { padding: 80px 40px; }
}
 
@media (max-width: 768px) {
  .oo-hero-full { padding: 40px 24px; height: 90vh; }
  .oo-hero-scroll { display: none; }
  .oo-intro { padding: 60px 24px; }
  .oo-quote { padding: 56px 24px; }
  .oo-quote-mark { font-size: 80px; }
  .oo-fullwidth-img { height: 50vw; min-height: 280px; }
  .oo-stats-section { padding: 56px 24px; }
  .oo-stats-inner { grid-template-columns: 1fr; gap: 40px; }
  .oo-duurzaam-split { grid-template-columns: 1fr; }
  .oo-duurzaam-img { min-height: 60vw; }
  .oo-duurzaam-content { padding: 48px 24px; }
  .oo-contact-full { padding: 60px 24px; }
  .oo-contact-btns { flex-direction: column; align-items: center; }
  .oo-btn-primary, .oo-btn-secondary { width: 100%; text-align: center; }
}
 
@media (max-width: 480px) {
  .oo-hero-full { padding: 32px 20px; }
  .oo-intro { padding: 48px 20px; }
  .oo-quote { padding: 48px 20px; }
  .oo-stats-section { padding: 48px 20px; }
  .oo-stat { padding: 32px 20px; }
  .oo-duurzaam-content { padding: 40px 20px; }
  .oo-contact-full { padding: 48px 20px; }
}