.hero,
.pageHero,
.contentCard,
.routeCard,
.projectCard,
.timelineItem,
.legalText,
.emptyState,
.contact-hero {
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid var(--kleurLijn);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(47, 41, 36, 0.09);
}

.splitHero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 30px;
  align-items: stretch;
  padding: 34px;
  min-height: 560px;
}

.heroText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 10px 36px 24px;
}

.eyebrow {
  color: var(--kleurAccentDonker);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero h1,
.pageHero h1 {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  letter-spacing: -0.055em;
  max-width: 820px;
}

.hero p,
.pageHero p,
.contentCard p,
.projectCard p,
.timelineItem p,
.legalText p,
.emptyState p {
  color: var(--kleurZacht);
}

.heroText > p:not(.eyebrow),
.pageHero > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 20px;
  font-size: 1.08rem;
}

.buttonRow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button,
.buttonGhost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.2s ease;
}

.button {
  background: var(--kleurAccentDonker);
  color: var(--wit);
  border: 1px solid var(--kleurAccentDonker);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(111, 82, 57, 0.22);
}

.buttonGhost {
  color: var(--kleurAccentDonker);
  border: 1px solid var(--kleurLijn);
  background: rgba(255, 255, 255, 0.36);
}

.buttonGhost:hover {
  border-color: var(--kleurAccentDonker);
}

.roomCard {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  align-self: center;
  justify-self: end;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(111, 123, 104, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 123, 104, 0.14) 1px, transparent 1px),
    linear-gradient(145deg, #ead9c7, #f8efe4 55%, #d9b7a8);
  background-size: 44px 44px, 44px 44px, auto;
}

.arch {
  position: absolute;
  right: 12%;
  top: 12%;
  width: 52%;
  height: 52%;
  border: clamp(10px, 3.1vw, 18px) solid rgba(111, 82, 57, 0.28);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.shelf {
  position: absolute;
  left: 11%;
  width: 54%;
  height: clamp(7px, 1.3vw, 12px);
  border-radius: 999px;
  background: rgba(47, 41, 36, 0.56);
}

.shelfOne { top: 34%; }
.shelfTwo { top: 44%; width: 42%; }

.chair {
  position: absolute;
  left: 19%;
  bottom: 13%;
  width: 44%;
  height: 28%;
  border-radius: 55% 55% 18px 18px;
  background: linear-gradient(145deg, var(--kleurGroen), #a6ad9a);
  box-shadow: inset 0 -18px 0 rgba(47, 41, 36, 0.12);
}

.introGrid,
.threeCards,
.portfolioGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.threeCards,
.portfolioGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contentCard,
.routeCard,
.projectCard,
.timelineItem,
.legalText,
.emptyState {
  padding: 28px;
}

.contentCard h2,
.routeCard h3,
.projectCard h2,
.timelineItem h2,
.legalText h2,
.emptyState h2 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  margin-bottom: 12px;
}

.accentCard {
  background: rgba(111, 123, 104, 0.13);
}

.routeCard {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease;
}

.routeCard:hover,
.projectCard:hover {
  transform: translateY(-4px);
}

.routeCard span,
.timelineItem span {
  color: var(--kleurAccentDonker);
  font-weight: 900;
}

.pageHero {
  padding: clamp(34px, 7vw, 72px);
  margin-bottom: 24px;
}

.portfolioGrid {
  margin-top: 0;
}

.projectVisual {
  height: 220px;
  border-radius: 24px;
  margin-bottom: 22px;
  border: 1px solid rgba(217, 200, 181, 0.8);
}

.projectVisual.warm {
  background: linear-gradient(135deg, #8e6c51, #ead2bc 55%, #f8efe4);
}

.projectVisual.light {
  background: linear-gradient(135deg, #fffaf3, #d9c8b5 55%, #9b7a5b);
}

.projectVisual.earthy {
  background: linear-gradient(135deg, #6f7b68, #cfc6b6 54%, #d9b7a8);
}

.wideCard {
  margin-top: 24px;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timelineItem {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: start;
}

.timelineItem span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(155, 122, 91, 0.14);
}

.legalText,
.emptyState {
  display: grid;
  gap: 10px;
}

.legalText h2:not(:first-child) {
  margin-top: 16px;
}

.errorHero {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.emptyState {
  text-align: center;
}

.projectImage {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 26px;
  display: block;
  margin-bottom: 22px;
}

.emptyState {
  padding: clamp(28px, 5vw, 48px);
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid var(--kleurLijn);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(47, 41, 36, 0.09);
}

.emptyState h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
}
