/* Start custom CSS for html, class: .elementor-element-a7ae8b8 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap');

.dg-cultuur {
  --brand-yellow: #fab702;
  --brand-black: #111111;
  --ink: #111111;
  --container: 1220px;
  --gutter: clamp(16px, 3vw, 34px);
  --ring: 0 0 0 4px rgba(250, 183, 2, 0.35);
  --shadow-soft: 0 16px 38px rgba(17, 17, 17, 0.11);
  --shadow: 0 24px 56px rgba(17, 17, 17, 0.16);

  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: transparent;
  line-height: 1.55;
  direction: ltr;
  text-align: left;
}

.dg-cultuur,
.dg-cultuur * {
  box-sizing: border-box;
}

.dg-cultuur h1,
.dg-cultuur h2,
.dg-cultuur h3,
.dg-cultuur p {
  margin: 0;
}

.dg-cultuur img {
  max-width: 100%;
  display: block;
  height: auto;
}

.dg-cultuur a {
  color: inherit;
  text-decoration: none;
}

.dg-cultuur .container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.dg-cultuur .skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--brand-black);
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  z-index: 9999;
}

.dg-cultuur .skip-link:focus {
  left: 12px;
  outline: none;
  box-shadow: var(--ring);
}

.dg-cultuur .hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: radial-gradient(1300px 700px at 16% 10%, rgba(250, 183, 2, 0.22), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #f6f7f8 100%);
}

.dg-cultuur .hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(102deg, rgba(17, 17, 17, 0.84) 0%, rgba(17, 17, 17, 0.5) 55%, rgba(17, 17, 17, 0.18) 100%),
    url("https://degierbv.nl/wp-content/uploads/2021/09/20210503_152514-1024x768-1.jpg") center/cover no-repeat;
  transform: scale(1.03);
  filter: saturate(0.96) contrast(1.04);
}

.dg-cultuur .hero__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  color: #fff;
  padding-top: clamp(88px, 10vw, 148px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.dg-cultuur .kicker {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.dg-cultuur .kicker--dark {
  color: rgba(17, 17, 17, 0.72);
}

.dg-cultuur .hero__title {
  margin-top: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.95;
  font-size: clamp(38px, 5.4vw, 76px);
}

.dg-cultuur .hero__title-main {
  color: #fff;
}

.dg-cultuur .hero__title-accent {
  display: inline-block;
  color: var(--brand-yellow);
  text-shadow: 0 18px 44px rgba(250, 183, 2, 0.2);
}

.dg-cultuur .hero__lead {
  margin-top: 14px;
  max-width: 74ch;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  font-size: 16px;
}

.dg-cultuur .hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.dg-cultuur .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease,
    border-color 0.18s ease;
}

.dg-cultuur .btn:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.dg-cultuur .btn--primary {
  background: var(--brand-yellow);
  color: var(--brand-black);
  box-shadow: 0 18px 38px rgba(250, 183, 2, 0.26);
}

.dg-cultuur .btn--primary:hover {
  transform: translateY(-1px);
  filter: brightness(0.99);
}

.dg-cultuur .btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.dg-cultuur .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.dg-cultuur .btn--dark {
  background: var(--brand-black);
  color: #fff;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.18);
}

.dg-cultuur .btn--dark:hover {
  transform: translateY(-1px);
}

.dg-cultuur .btn--outline {
  background: transparent;
  border-color: rgba(17, 17, 17, 0.5);
  color: var(--brand-black);
}

.dg-cultuur .btn--outline:hover {
  background: rgba(17, 17, 17, 0.06);
  transform: translateY(-1px);
}

.dg-cultuur .hero__meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.dg-cultuur .meta {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  font-size: 12px;
}

.dg-cultuur .section {
  padding: 68px 0;
}

.dg-cultuur .section--intro {
  padding-bottom: 20px;
}

.dg-cultuur .intro {
  max-width: 980px;
}

.dg-cultuur .h2 {
  margin-top: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 1.01;
  font-size: clamp(30px, 3.2vw, 46px);
  color: var(--brand-black);
}

.dg-cultuur .h2--light {
  color: #fff;
}

.dg-cultuur .lead {
  margin-top: 12px;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 600;
  max-width: 72ch;
}

.dg-cultuur .services {
  display: grid;
  gap: 18px;
}

.dg-cultuur .services > :not(.service) {
  display: none;
}

.dg-cultuur .service {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.dg-cultuur .service:hover {
  box-shadow: var(--shadow);
  border-color: rgba(250, 183, 2, 0.38);
}

.dg-cultuur .service--grondverzet {
  border-left: 4px solid var(--brand-yellow);
}

.dg-cultuur .service--grondverzet:hover {
  transform: translateY(-4px) scale(1.005);
}

.dg-cultuur .service--kraanwerk {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
}

.dg-cultuur .service--kraanwerk:hover {
  transform: translateX(4px);
}

.dg-cultuur .service--bestrating {
  border-top: 4px solid var(--brand-yellow);
}

.dg-cultuur .service--bestrating:hover {
  transform: translateY(-2px) rotate(-0.2deg);
}

.dg-cultuur .service--reverse .service__copy {
  order: 2;
}

.dg-cultuur .service--reverse .service__media {
  order: 1;
}

.dg-cultuur .service__copy {
  padding: clamp(20px, 3.5vw, 34px);
  align-self: center;
}

.dg-cultuur .service__title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-size: clamp(25px, 2.4vw, 36px);
  color: var(--brand-black);
}

.dg-cultuur .service__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand-yellow);
}

.dg-cultuur .service__text {
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.68);
  font-weight: 600;
  font-size: 14px;
}

.dg-cultuur .service__chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.dg-cultuur .service__chips span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(250, 183, 2, 0.14);
  color: rgba(17, 17, 17, 0.84);
  border: 1px solid rgba(250, 183, 2, 0.34);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dg-cultuur .service__media {
  min-height: 320px;
}

.dg-cultuur .service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dg-cultuur .section--dark {
  background: radial-gradient(1200px 700px at 12% 0%, rgba(250, 183, 2, 0.16), transparent 55%),
    linear-gradient(180deg, #0f0f0f 0%, #151515 100%);
  color: #fff;
}

.dg-cultuur .section__head {
  margin-bottom: 18px;
}

.dg-cultuur .proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dg-cultuur .proof {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  padding: 16px;
}

.dg-cultuur .proof h3 {
  color: var(--brand-yellow);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.dg-cultuur .proof p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.dg-cultuur .section--cta {
  padding-top: 54px;
}

.dg-cultuur .cta {
  background: var(--brand-yellow);
  border-radius: 32px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 26px 60px rgba(17, 17, 17, 0.16);
}

.dg-cultuur .cta__title {
  margin-top: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 1.02;
  font-size: clamp(22px, 2.6vw, 36px);
  color: #000;
}

.dg-cultuur .cta__text {
  margin-top: 8px;
  color: rgba(17, 17, 17, 0.72);
  font-weight: 700;
}

.dg-cultuur .cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 1080px) {
  .dg-cultuur .service {
    grid-template-columns: 1fr;
  }

  .dg-cultuur .service__copy,
  .dg-cultuur .service--reverse .service__copy {
    order: 2;
  }

  .dg-cultuur .service__media,
  .dg-cultuur .service--reverse .service__media {
    order: 1;
  }

  .dg-cultuur .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .dg-cultuur .hero {
    min-height: 520px;
  }

  .dg-cultuur .hero__lead {
    font-size: 15px;
  }

  .dg-cultuur .section {
    padding: 54px 0;
  }

  .dg-cultuur .proof-grid {
    grid-template-columns: 1fr;
  }

  .dg-cultuur .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .dg-cultuur .service__media {
    min-height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dg-cultuur .btn,
  .dg-cultuur .service {
    transition: none;
  }

  .dg-cultuur .btn:hover,
  .dg-cultuur .service:hover {
    transform: none;
  }
}/* End custom CSS */