/* Woonexpert Leemans — compatibele serverlayout
   Bewust opgebouwd zonder CSS Grid, clamp() of CSS-variabelen zodat de layout
   ook correct blijft op omgevingen die moderne CSS niet volledig verwerken. */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfaf7;
  color: #19282d;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

em {
  color: #ed1b16;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

/* Header */
.header {
  min-height: 108px;
  padding: 12px 5vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d4ca;
  background: #fbfaf7;
  position: relative;
  z-index: 20;
}

.brand {
  width: 205px;
  margin-right: auto;
  flex: 0 0 205px;
}

.brand img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-left: 28px;
}

.nav > a,
.nav > details {
  margin-left: 26px;
}

.nav > a,
.nav summary {
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
}

.nav summary::-webkit-details-marker {
  display: none;
}

.nav details {
  position: relative;
}

.nav details summary:after {
  content: "⌄";
  margin-left: 7px;
  color: #ed1b16;
}

.submenu {
  position: absolute;
  top: 50px;
  left: -22px;
  width: 230px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #d9d4ca;
  box-shadow: 0 16px 34px rgba(24, 38, 46, 0.1);
}

.submenu a {
  display: block;
  padding: 11px 10px;
}

.submenu a:hover,
.nav > a:hover {
  color: #ed1b16;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  margin-left: 36px;
  border: 1px solid #19282d;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}

.header-cta span {
  color: #ed1b16;
  margin-left: 10px;
}

/* Algemene typografie */
.kicker {
  margin: 0 0 22px;
  color: #ed1b16;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-hero h1,
.page-hero h1,
.contact-page h1 {
  margin: 0;
  font-size: 88px;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.intro {
  max-width: 680px;
  margin: 30px 0;
  color: #6d7473;
  font-size: 18px;
  line-height: 1.72;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.actions > * {
  margin-right: 28px;
  margin-bottom: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid #19282d;
  font-size: 14px;
  font-weight: 900;
}

.filled {
  background: #ed1b16;
  border-color: #ed1b16;
  color: #ffffff;
}

.outline {
  background: transparent;
}

.light {
  border-color: #ffffff;
  color: #ffffff;
}

.text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid #19282d;
  padding-bottom: 5px;
}

.section {
  padding: 110px 6vw;
}

.section-label {
  color: #ed1b16;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.soft-section {
  background: #f5f0e7;
}

/* Home hero */
.home-hero {
  min-height: 760px;
  display: flex;
  align-items: stretch;
  background: #f5f0e7;
}

.home-copy,
.home-image {
  width: 50%;
}

.home-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 6vw;
}

.home-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.home-image > img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.image-note {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 28px;
  background: #19282d;
  color: #ffffff;
}

.image-note b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  color: #ff7a62;
}

.image-note span {
  font-size: 12px;
  margin-top: 4px;
}

/* Keuzeblokken */
.choice-grid {
  display: flex;
  align-items: flex-start;
}

.choice-grid > .section-label {
  width: 26%;
  padding-right: 40px;
}

.choice-grid article {
  width: 37%;
  padding: 0 35px 36px;
  border-left: 1px solid #d9d4ca;
}

.choice-grid article > span,
.timeline span,
.facts b,
.values b {
  color: #ed1b16;
  font-size: 12px;
  font-weight: 900;
}

.choice-grid h2 {
  font-size: 40px;
  line-height: 1.05;
  margin: 45px 0 18px;
}

.choice-grid p,
.choice-grid a,
.story p,
.timeline p,
.facts p,
.values p {
  color: #6d7473;
  line-height: 1.72;
}

.choice-grid p {
  font-size: 16px;
}

.choice-grid a {
  display: inline-block;
  margin-top: 18px;
  color: #19282d;
  font-weight: 800;
  border-bottom: 1px solid #19282d;
}

.statement {
  padding: 105px 10vw;
  background: #c66c53;
  color: #ffffff;
  text-align: center;
}

.statement p {
  max-width: 1000px;
  margin: 0 auto 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.2;
}

.statement span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.split-feature {
  display: flex;
  align-items: center;
}

.split-feature > img {
  width: 52%;
  height: 640px;
  object-fit: cover;
}

.split-feature > div {
  width: 48%;
  padding-left: 7vw;
}

.split-feature h2,
.story h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.split-feature p:not(.kicker) {
  color: #6d7473;
  font-size: 18px;
  line-height: 1.72;
  margin: 24px 0;
}

.split-feature p + p {
  margin-top: -8px;
}

.home-facts {
  border-top: 1px solid #d9d4ca;
}

/* Algemene pagina hero */
.page-hero {
  min-height: 700px;
  display: flex;
  align-items: stretch;
}

.page-hero > div {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 6vw;
}

.page-hero > img {
  width: 46%;
  height: 700px;
  object-fit: cover;
}

.page-hero.dark {
  background: #19282d;
  color: #ffffff;
}

.page-hero.dark .intro {
  color: #c5cbca;
}

.page-hero.cream {
  background: #f5f0e7;
}

.page-hero.clay {
  background: #d88469;
  color: #ffffff;
}

.page-hero.clay .kicker,
.page-hero.clay em {
  color: #ffffff;
}

.page-hero.clay .intro {
  color: #ffffff;
}

/* Story */
.story {
  display: flex;
  align-items: flex-start;
}

.story > .section-label {
  width: 28%;
  padding-right: 40px;
}

.story > div:last-child {
  width: 72%;
  max-width: 920px;
}

.story p {
  font-size: 18px;
  margin: 26px 0 0;
}

.story p + p {
  margin-top: 18px;
}

/* Waarden / facts / stappen */
.values,
.facts,
.timeline {
  display: flex;
  align-items: stretch;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #d9d4ca;
}

.values article,
.facts > div,
.timeline > div {
  background: #fbfaf7;
  border-right: 1px solid #d9d4ca;
}

.values article:last-child,
.facts > div:last-child,
.timeline > div:last-child {
  border-right: 0;
}

.values article,
.facts > div {
  width: 33.333%;
  padding: 55px 45px;
}

.values h3,
.facts h3 {
  font-size: 30px;
  margin: 45px 0 12px;
}

.timeline > div {
  width: 25%;
  padding: 45px 30px;
}

.timeline h3 {
  font-size: 22px;
  margin: 38px 0 12px;
}

.timeline p {
  font-size: 15px;
}

/* CTA-band */
.cta-band {
  padding: 75px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ed1b16;
  color: #ffffff;
}

.cta-band > div {
  max-width: 930px;
  padding-right: 45px;
}

.cta-band .kicker {
  color: #ffffff;
}

.cta-band h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.05;
}

.band-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: #ffffff;
  line-height: 1.65;
  font-size: 16px;
  opacity: 0.92;
}

/* Dienstenlinks */
.service-links a {
  display: flex;
  align-items: center;
  padding: 55px 0;
  border-top: 1px solid #d9d4ca;
}

.service-links a:last-child {
  border-bottom: 1px solid #d9d4ca;
}

.service-links a > span {
  width: 80px;
  flex: 0 0 80px;
  color: #ed1b16;
  font-weight: 900;
  font-size: 12px;
}

.service-links a > div {
  flex: 1 1 auto;
  padding-right: 20px;
}

.service-links h2 {
  margin: 0;
  font-size: 52px;
}

.service-links p {
  max-width: 900px;
  color: #6d7473;
  font-size: 17px;
  line-height: 1.7;
}

.service-links b {
  width: 40px;
  flex: 0 0 40px;
  font-size: 26px;
  color: #ed1b16;
  text-align: right;
}

/* Nalatenschap reassurance */
.reassurance {
  display: flex;
  align-items: center;
  background: #f5f0e7;
}

.reassurance > div {
  width: 28%;
  display: flex;
  flex-direction: column;
}

.reassurance > p {
  width: 44%;
  padding: 0 5vw;
}

.reassurance > .button {
  width: auto;
}

.reassurance strong {
  font-family: Georgia, "Times New Roman", serif;
  color: #ed1b16;
  font-size: 56px;
}

.reassurance p {
  color: #6d7473;
  font-size: 17px;
  line-height: 1.72;
}

/* Contact */
.contact-page {
  min-height: 900px;
  display: flex;
  align-items: stretch;
}

.contact-intro {
  width: 46%;
  padding: 90px 6vw;
  background: #f5f0e7;
}

.contact-intro .intro {
  max-width: 620px;
}

.contact-intro img {
  width: 100%;
  max-width: 520px;
  height: 330px;
  object-fit: cover;
  margin-top: 42px;
}

.contact-points {
  max-width: 620px;
  margin-top: 38px;
  padding-top: 32px;
  border-top: 1px solid #d9d4ca;
}

.contact-points h2 {
  font-size: 28px;
  margin: 0 0 16px;
}

.contact-points ul {
  margin: 0;
  padding-left: 20px;
  color: #6d7473;
  line-height: 1.8;
}

.contact-points p {
  margin: 18px 0 0;
  color: #6d7473;
  line-height: 1.7;
}

.contact-form {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 6vw;
  background: #ffffff;
}

.contact-form > * {
  margin-bottom: 22px;
}

.form-heading {
  margin-bottom: 30px;
}

.form-heading h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.form-heading p:not(.kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #6d7473;
  line-height: 1.65;
}

.form-row {
  display: flex;
}

.form-row label {
  width: 50%;
}

.form-row label:first-child {
  padding-right: 10px;
}

.form-row label:last-child {
  padding-left: 10px;
}

.contact-form label {
  display: block;
  color: #19282d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 13px 0;
  margin-top: 8px;
  border: 0;
  border-bottom: 1px solid #aeb4b2;
  background: transparent;
  font: 16px Arial, Helvetica, sans-serif;
  outline: 0;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #ed1b16;
}

.contact-form button {
  align-self: flex-start;
  cursor: pointer;
}

.form-status {
  max-width: 620px;
  margin: 0;
  color: #6d7473;
  font-size: 12px;
  line-height: 1.6;
}

/* Footer */
footer {
  padding: 65px 6vw 30px;
  background: #19282d;
  color: #ffffff;
}

.footer-main {
  display: flex;
  align-items: flex-start;
}

.footer-brand {
  width: 230px;
  flex: 0 0 230px;
  margin-right: 60px;
}

.footer-brand img {
  width: 100%;
  height: 95px;
  object-fit: contain;
  background: #ffffff;
}

.footer-main > p {
  flex: 1 1 auto;
  margin: 0 60px 0 0;
  color: #c6cccb;
  line-height: 1.7;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.footer-main > div {
  min-width: 150px;
  margin-left: 45px;
  font-size: 13px;
}

.footer-main > div a,
.footer-main > div strong {
  display: block;
  margin-bottom: 11px;
}

.footer-main strong {
  color: #ff6a54;
  margin-bottom: 19px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #38464a;
  color: #9ba6a6;
  font-size: 11px;
}

/* Grote schermen */
@media (min-width: 1600px) {
  .header {
    padding-left: 5.5vw;
    padding-right: 3.3vw;
  }

  .home-copy,
  .page-hero > div {
    padding-left: 6.2vw;
    padding-right: 6.2vw;
  }

  .home-hero h1,
  .page-hero h1,
  .contact-page h1 {
    font-size: 102px;
  }

  .statement p {
    font-size: 60px;
  }
}

/* Tablet / kleine desktop */
@media (max-width: 1100px) {
  .nav {
    display: none;
  }

  .header-cta {
    margin-left: 24px;
  }

  .home-hero h1,
  .page-hero h1,
  .contact-page h1 {
    font-size: 68px;
  }

  .home-copy,
  .page-hero > div,
  .contact-intro,
  .contact-form {
    padding-left: 45px;
    padding-right: 45px;
  }

  .choice-grid {
    flex-wrap: wrap;
  }

  .choice-grid > .section-label {
    width: 100%;
    margin-bottom: 45px;
  }

  .choice-grid article {
    width: 50%;
  }

  .split-feature h2,
  .story h2 {
    font-size: 52px;
  }

  .timeline {
    flex-wrap: wrap;
  }

  .timeline > div {
    width: 50%;
    border-bottom: 1px solid #d9d4ca;
  }

  .footer-main {
    flex-wrap: wrap;
  }

  .footer-brand {
    width: 200px;
    flex-basis: 200px;
  }

  .footer-main > p {
    min-width: 260px;
  }
}

/* Mobiel */
@media (max-width: 760px) {
  .header {
    min-height: 84px;
    padding: 7px 18px;
  }

  .brand {
    width: 160px;
    flex-basis: 160px;
  }

  .brand img {
    height: 66px;
  }

  .header-cta {
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    margin-left: auto;
    font-size: 0;
  }

  .header-cta span {
    font-size: 20px;
    margin: 0;
  }

  .home-hero,
  .page-hero,
  .split-feature,
  .story,
  .contact-page,
  .reassurance {
    display: block;
  }

  .home-copy,
  .home-image,
  .page-hero > div,
  .page-hero > img,
  .split-feature > img,
  .split-feature > div,
  .story > .section-label,
  .story > div:last-child,
  .contact-intro,
  .contact-form,
  .reassurance > div,
  .reassurance > p {
    width: 100%;
  }

  .home-copy,
  .page-hero > div,
  .contact-intro,
  .contact-form {
    padding: 65px 24px;
  }

  .home-hero h1,
  .page-hero h1,
  .contact-page h1 {
    font-size: 54px;
    line-height: 0.96;
  }

  .home-image,
  .home-image > img,
  .page-hero > img {
    height: 500px;
    min-height: 500px;
  }

  .section {
    padding: 75px 24px;
  }

  .choice-grid,
  .values,
  .facts,
  .timeline {
    display: block;
  }

  .choice-grid article,
  .values article,
  .facts > div,
  .timeline > div {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #d9d4ca;
  }

  .choice-grid article {
    padding: 38px 0;
  }

  .choice-grid article:last-child,
  .values article:last-child,
  .facts > div:last-child,
  .timeline > div:last-child {
    border-bottom: 0;
  }

  .statement {
    padding: 75px 24px;
  }

  .statement p {
    font-size: 36px;
  }

  .split-feature > img {
    height: 480px;
  }

  .split-feature > div {
    padding: 55px 0 0;
  }

  .split-feature h2,
  .story h2 {
    font-size: 44px;
  }

  .story > .section-label {
    margin-bottom: 35px;
  }

  .cta-band {
    display: block;
  }

  .cta-band > div {
    padding-right: 0;
  }

  .cta-band h2 {
    font-size: 40px;
  }

  .cta-band .button {
    margin-top: 32px;
  }

  .service-links a > span {
    width: 45px;
    flex-basis: 45px;
  }

  .service-links h2 {
    font-size: 36px;
  }

  .service-links b {
    width: 25px;
    flex-basis: 25px;
  }

  .reassurance > p {
    padding: 0;
    margin: 24px 0 30px;
  }

  .contact-intro img {
    height: 270px;
  }

  .form-row {
    display: block;
  }

  .form-row label {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 22px;
  }

  .footer-main {
    display: block;
  }

  .footer-brand {
    display: block;
    width: 210px;
    margin: 0 0 35px;
  }

  .footer-main > p,
  .footer-main > div {
    margin: 0 0 35px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin-top: 10px;
  }
}
