:root {
  --wk-yellow: #f8b914;
  --wk-ink: #101216;
  --wk-soft: #f4efe6;
  --wk-muted: #747474;
  --renovation-hero: url("renovatie-hero-v12.png");
  --renovation-wide: url("renovatie-wide-v12.jpg");
  --renovation-toilet: url("renovatie-toilet-detail-v12.jpg");
}

* {
  box-sizing: border-box;
}

body.renovation-page {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--wk-ink);
  background: #f5f1e9;
}

.renovation-container {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;
}

.renovation-hero {
  min-height: 100svh;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 11, 13, .88) 0%, rgba(10, 11, 13, .68) 42%, rgba(10, 11, 13, .28) 100%),
    var(--renovation-hero) center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.renovation-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(0deg, #f5f1e9 0%, rgba(245, 241, 233, 0) 100%);
  pointer-events: none;
}

.renovation-topbar {
  position: relative;
  z-index: 5;
  padding: 24px 0;
}

.renovation-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.renovation-logo {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  letter-spacing: .5px;
  font-size: 1.15rem;
}

.renovation-logo span {
  color: var(--wk-yellow);
}

.renovation-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(15, 16, 18, .42);
  backdrop-filter: blur(18px);
}

.renovation-menu a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-weight: 800;
  font-size: .82rem;
}

.renovation-menu a.active,
.renovation-menu a:hover {
  color: var(--wk-yellow);
}

.renovation-quote,
.renovation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-weight: 900;
  color: #111;
  background: var(--wk-yellow);
  box-shadow: 0 18px 40px rgba(248, 185, 20, .26);
}

.renovation-button.ghost {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.renovation-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  min-height: calc(100svh - 96px);
  padding: 42px 0 108px;
}

.renovation-eyebrow,
.renovation-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  backdrop-filter: blur(14px);
}

.renovation-eyebrow::before,
.renovation-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wk-yellow);
}

.renovation-copy h1 {
  margin: 0;
  max-width: 900px;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: clamp(4rem, 8.2vw, 7.6rem);
  line-height: .9;
  letter-spacing: 0;
}

.renovation-copy h1 span {
  color: var(--wk-yellow);
}

.renovation-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.7;
  font-weight: 700;
}

.renovation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.renovation-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 38px;
  max-width: 760px;
}

.renovation-proof span {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .88);
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.renovation-plan-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(20, 21, 23, .72);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .32);
  backdrop-filter: blur(22px);
}

.renovation-plan-card h2 {
  margin: 0 0 18px;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 2rem;
}

.renovation-day {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.renovation-day strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  color: #111;
  background: var(--wk-yellow);
  font-weight: 900;
}

.renovation-day h3 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.renovation-day p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.5;
  font-weight: 700;
}

.renovation-section {
  padding: clamp(70px, 9vw, 120px) 0;
}

.renovation-section.dark {
  color: #fff;
  background: #111316;
}

.renovation-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.renovation-head .renovation-kicker {
  color: #111;
  border-color: rgba(16, 18, 22, .13);
  background: rgba(255, 255, 255, .7);
}

.dark .renovation-head .renovation-kicker {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .1);
}

.renovation-head h2 {
  margin: 0;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .95;
}

.renovation-head h2 span {
  color: var(--wk-yellow);
}

.renovation-head p {
  margin: 0;
  color: var(--wk-muted);
  font-weight: 800;
  font-size: 1.08rem;
  line-height: 1.7;
}

.dark .renovation-head p {
  color: rgba(255, 255, 255, .7);
}

.renovation-feature-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}

.renovation-feature {
  min-height: 470px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #222;
  box-shadow: 0 24px 70px rgba(18, 16, 12, .18);
}

.renovation-feature.wide {
  background: var(--renovation-wide) left center/cover no-repeat;
}

.renovation-feature.toilet {
  background: var(--renovation-toilet) center/cover no-repeat;
}

.renovation-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 20%, rgba(0, 0, 0, .68) 100%);
}

.renovation-feature-copy {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
  color: #fff;
}

.renovation-feature-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(248, 185, 20, .95);
  color: #111;
  font-weight: 900;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.renovation-feature-copy h3 {
  margin: 0 0 8px;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1;
}

.renovation-feature-copy p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
  line-height: 1.55;
}

.renovation-detail-stack {
  display: grid;
  gap: 18px;
}

.renovation-detail {
  min-height: 226px;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 16, 12, .1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.renovation-detail.dark-card {
  color: #fff;
  background: linear-gradient(145deg, #17191d, #34302a);
}

.renovation-detail strong {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  border-radius: 50%;
  background: var(--wk-yellow);
  color: #111;
  font-weight: 900;
}

.renovation-detail h3 {
  margin: 22px 0 8px;
  font-size: 1.35rem;
}

.renovation-detail p {
  margin: 0;
  color: #696969;
  line-height: 1.55;
  font-weight: 750;
}

.renovation-detail.dark-card p {
  color: rgba(255, 255, 255, .68);
}

.renovation-upgrade-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.renovation-upgrade {
  min-height: 250px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.renovation-upgrade span {
  color: var(--wk-yellow);
  font-weight: 900;
}

.renovation-upgrade h3 {
  margin: 30px 0 8px;
  font-size: 1.35rem;
}

.renovation-upgrade p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.55;
  font-weight: 750;
}

.renovation-cta {
  padding: 0 0 clamp(70px, 9vw, 120px);
}

.renovation-cta-box {
  padding: clamp(34px, 5vw, 64px);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(17, 19, 22, .94), rgba(17, 19, 22, .7)),
    var(--renovation-wide) center/cover no-repeat;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  overflow: hidden;
}

.renovation-cta h2 {
  margin: 0 0 12px;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: .95;
}

.renovation-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .renovation-container {
    width: min(100% - 28px, 720px);
  }

  .renovation-quote {
    display: none;
  }

  .renovation-hero {
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(10, 11, 13, .75) 0%, rgba(10, 11, 13, .72) 58%, rgba(10, 11, 13, .36) 100%),
      var(--renovation-hero) center/cover no-repeat;
  }

  .renovation-hero-grid,
  .renovation-head,
  .renovation-feature-grid,
  .renovation-cta-box {
    grid-template-columns: 1fr;
  }

  .renovation-hero-grid {
    align-items: end;
    min-height: calc(100svh - 92px);
    padding: 30px 0 76px;
  }

  .renovation-copy h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .renovation-lead {
    font-size: 1rem;
    line-height: 1.6;
  }

  .renovation-plan-card {
    padding: 20px;
  }

  .renovation-proof,
  .renovation-upgrade-grid {
    grid-template-columns: 1fr;
  }

  .renovation-feature,
  .renovation-detail {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .renovation-topbar {
    padding: 16px 0;
  }

  .renovation-logo {
    font-size: 1rem;
  }

  .renovation-eyebrow,
  .renovation-kicker {
    font-size: .68rem;
    padding: 9px 14px;
  }

  .renovation-copy h1 {
    font-size: clamp(2.8rem, 17vw, 4rem);
  }

  .renovation-actions {
    flex-direction: column;
  }

  .renovation-button {
    width: 100%;
  }

  .renovation-day {
    grid-template-columns: 60px 1fr;
  }

  .renovation-section {
    padding: 58px 0;
  }

  .renovation-head h2 {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  .renovation-feature-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .renovation-cta {
    padding-bottom: 58px;
  }
}
