:root {
  --navy: #062c50;
  --blue: #0a477c;
  --sand: #f4f0e8;
  --ink: #13222f;
  --muted: #5d6972
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: #fbfaf7;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif
}
a, a:hover {
  text-decoration: none;
  color: inherit
}
.topbar {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 82px);
  background: #fff;
  border-bottom: 1px solid #e7eaec;
  position: relative;
  z-index: 10
}
.brand img {
  width: 205px;
  height: auto
}
.topbar nav {
  display: flex;
  gap: 38px;
  font-size: 1rem;
  font-weight: 700;
  color: #334452
}
.topbar nav a:hover {
  color: var(--blue)
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px
}
.language, .menu {
  border: 0;
  background: none;
  font-weight: 700;
  color: var(--navy)
}
.language span {
  margin-left: 5px
}
.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--navy);
  color: #fff;
  padding: 16px 21px;
  font-size: 1rem;
  font-weight: 700
}
.contact-link:hover{
    text-decoration: none;
    color: white;
}
.menu {
  display: none
}
.hero, .hero >* {
  min-height: 690px;
  display: grid;
  grid-template-columns: 54% 46%;
  background: #f8f6f0
}
.hero-copy {
  padding: 104px clamp(34px, 7vw, 118px) 70px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  color: #59809b;
  margin: 0 0 24px
}
.hero h1, .statement h2, .section-head h2, .cta h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: var(--navy);
  letter-spacing: -.035em
}
.hero h1 {
  font-size: clamp(54px, 5.4vw, 84px);
  line-height: .98;
  margin: 0;
  max-width: 780px
}
.hero h1 em, .statement h2 em, .section-head h2 em {
  font-weight: 400;
  color: #6d98a9
}
.intro {
  font-size: 20px;
  line-height: 1.6;
  color: #44545e;
  max-width: 610px;
  margin: 30px 0 34px
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 32px
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 24px;
  font-weight: 800;
  font-size: 1rem
}
.primary {
  background: var(--navy);
  color: white
}
.primary:hover {
  background: var(--blue);
    color: white;
}
.text-button {
  font-weight: 800;
  font-size: 1rem;
  border-bottom: 1px solid #aeb9bf;
  padding: 15px 0
}
.text-button span {
  margin-left: 12px
}
.trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 58px;
  color: var(--navy)
}
.trust svg {
  color: #6d98a9
}
.trust span {
  display: flex;
  flex-direction: column
}
.trust strong {
  font-family: Georgia, serif;
  font-size: 16px
}
.trust small {
  color: #76828a;
  margin-top: 4px
}
.trust .rule {
  height: 37px;
  width: 1px;
  background: #ccd2d5;
  margin: 0 8px
}
.hero-visual {
  position: relative;
  min-height: 690px;
  overflow: hidden
}
.hero-visual > img {
  object-fit: cover;
  filter: saturate(.76) contrast(.96)
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4, 37, 65, .26))
}
.location-card {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 42px;
  background: #fff;
  padding: 19px 28px 19px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 40px #082a4520
}
.location-card .dot {
  width: 10px;
  height: 10px;
  border: 2px solid #6d98a9;
  border-radius: 50%
}
.location-card div {
  display: flex;
  flex-direction: column;
  gap: 5px
}
.location-card small {
  font-size: 1.125rem;
  letter-spacing: .18em;
  color: #70818e
}
.location-card strong {
  font-family: Georgia, serif;
  color: var(--navy)
}
.sun-mark {
  position: absolute;
  z-index: 2;
  right: 32px;
  top: 32px;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff90;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 19px;
  letter-spacing: .1em;
  backdrop-filter: blur(5px)
}
.statement {
  text-align: center;
  padding: 126px 24px 118px;
  max-width: 1000px;
  margin: auto
}
.statement h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  margin: 0
}
.statement > p:last-child {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 690px;
  margin: 30px auto 0
}
.services {
  padding: 110px clamp(24px, 6vw, 90px);
  background: var(--navy);
  color: #fff
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 410px;
  align-items: end;
  gap: 60px;
  margin-bottom: 64px
}
.section-head h2 {
  color: #fff;
  font-size: clamp(44px, 5vw, 67px);
  line-height: 1.05;
  margin: 0
}
.section-head .eyebrow {
  color: #9cc0ce
}
.section-head > p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #bdd0dc;
  margin: 0 0 8px
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ffffff30
}
.service-card {
  padding: 38px 27px 28px;
  border-right: 1px solid #ffffff30;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  transition: .25s
}
.service-card:last-child {
  border-right: 0
}
.service-card:hover {
  background: #ffffff0b;
  transform: translateY(-5px)
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #82aabc
}
.card-top span {
  font-size: 1rem;
  letter-spacing: .15em
}
.service-card h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.2;
  margin: 47px 0 18px
}
.service-card p {
  color: #b9ccd7;
  line-height: 1.65;
  margin: 0
}
.service-card a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
  font-weight: 700;
  font-size: 1rem
}
.proof, .proof > * {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 460px;
  background: var(--sand)
}
.proof > *
.proof-quote {
  padding: 90px clamp(28px, 7vw, 110px);
  position: relative
}
.quote-mark {
  font-family: Georgia, serif;
  font-size: 100px;
  line-height: .7;
  color: #9dbac2
}
.proof blockquote {
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
  color: var(--navy);
  margin: 20px 0
}
.proof-quote p {
  color: var(--muted);
  line-height: 1.65;
  max-width: 560px
}
.numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #dbe9ed;
  align-items: center;
  padding: 50px
}
.numbers div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #adc3ca
}
.numbers div:last-child {
  border: 0
}
.numbers strong {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: 52px;
  font-weight: 400
}
.numbers span {
  color: #586b74;
  line-height: 1.5;
  margin-top: 9px
}
.cta {
  background: #0b4777;
  color: white;
  padding: 72px clamp(26px, 7vw, 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}
.cta .eyebrow {
  color: #b7d2de;
  margin-bottom: 14px
}
.cta h2 {
  font-size: clamp(39px, 4vw, 58px);
  color: #fff;
  margin: 0 0 15px
}
.cta p:last-child {
  color: #c9dce4;
  margin: 0;
  font-size: 1.125rem
}
.light {
  background: white;
  color: var(--navy);
  min-width: 210px
}
.light:hover {
  background: var(--sand)
}
footer > * {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 45px clamp(24px, 6vw, 90px);
  background: #fff;
  color: #67737b;
  font-size: 1rem
}
footer img {
  height: auto
}
footer p:last-child {
  margin-left: auto
}
@media(max-width:1000px) {
  .topbar nav {
    display: none
  }
  .menu {
    display: block
  }
  .contact-link {
    display: none
  }
  .hero {
    grid-template-columns: 1fr
  }
  .hero-copy {
    padding-top: 70px
  }
  .hero-visual {
    min-height: 500px
  }
  .section-head {
    grid-template-columns: 1fr
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .service-card:nth-child(2) {
    border-right: 0
  }
  .proof {
    grid-template-columns: 1fr
  }
  .numbers {
    min-height: 280px
  }
}
@media(max-width:650px) {
  .topbar {
    height: 84px;
    padding: 0 20px
  }
  .brand img {
    width: 165px
  }
  .language {
    display: none
  }
  .hero-copy {
    padding: 62px 24px 54px
  }
  .hero h1 {
    font-size: 50px
  }
  .intro {
    font-size: 18px
  }
  .hero-buttons {
    align-items: stretch;
    flex-direction: column;
    gap: 8px
  }
  .text-button {
    text-align: center
  }
  .trust {
    margin-top: 42px;
    flex-wrap: wrap
  }
  .trust .rule {
    display: none
  }
  .hero-visual {
    min-height: 420px
  }
  .statement {
    padding: 88px 24px
  }
  .statement h2 {
    font-size: 43px
  }
  .services {
    padding: 80px 24px
  }
  .section-head {
    gap: 22px;
    margin-bottom: 40px
  }
  .service-grid {
    grid-template-columns: 1fr
  }
  .service-card, .service-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #ffffff30;
    min-height: 300px
  }
  .proof-quote {
    padding: 70px 24px
  }
  .numbers {
    padding: 38px 12px
  }
  .numbers strong {
    font-size: 38px
  }
  .numbers span {
    font-size: 1rem
  }
  .cta {
    padding: 64px 24px;
    align-items: flex-start;
    flex-direction: column
  }
  .cta .light {
    width: 100%
  }
  footer > * {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px
  }
  footer p {
    margin: 0
  }
  footer p:last-child {
    margin-left: 0
  }
  .sun-mark {
    display: none
  }
}
/* Het originele woordmerk krijgt bewust meer visuele aanwezigheid. */
.topbar {
  height: 118px
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto
}
.brand img {
  width: 265px
}
@media(max-width:650px) {
  .topbar {
    height: 92px
  }
  .brand img {
    width: 205px
  }
}
.brand-logo {
  display: block;
  width: 285px !important;
  height: auto
}
.footer-logo {
  display: block;
  width: 190px;
  height: auto
}
@media(max-width:650px) {
  .brand-logo {
    width: 220px !important
  }
}
/* Nieuw woordmerk: rustiger, scherper en passend bij de redactionele stijl. */
.wordmark {
  display: inline-flex;
  flex-direction: column;
  color: var(--navy);
  line-height: 1
}
.wordmark strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -.045em
}
.wordmark small {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .42em;
  padding-left: 3px
}
.wordmark i {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #7699a8
}
.footer-wordmark strong {
  font-size: 31px
}
.footer-wordmark small {
  font-size: 8px;
  margin-top: 5px
}
.photo-facts {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(5, 40, 69, .88);
  color: #fff;
  backdrop-filter: blur(7px)
}
.photo-facts div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 24px 28px;
  border-right: 1px solid #ffffff38
}
.photo-facts div:last-child {
  border-right: 0
}
.photo-facts strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 37px;
  font-weight: 400
}
.photo-facts span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.35
}
.hero-visual:after {
  bottom: 76px
}
@media(max-width:650px) {
  .wordmark strong {
    font-size: 34px
  }
  .wordmark small {
    font-size: 8px
  }
  .photo-facts div {
    padding: 18px 16px;
    gap: 9px
  }
  .photo-facts strong {
    font-size: 29px
  }
  .photo-facts span {
    font-size: 1rem
  }
  .hero-visual:after {
    bottom: 65px
  }
}
/* Groter woordmerk met een onderschrift over exact dezelfde breedte. */
.wordmark {
  width: 325px
}
.wordmark strong {
  font-size: 51px
}
.wordmark small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 4px;
  margin-top: 8px;
  letter-spacing: .24em
}
.footer-wordmark {
  width: 205px
}
.footer-wordmark strong {
  font-size: 32px
}
.footer-wordmark small {
  font-size: 7px;
  margin-top: 5px
}
.photo-facts {
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: rgba(251, 249, 244, .94);
  color: var(--navy);
  box-shadow: 0 12px 34px rgba(3, 31, 53, .18)
}
.photo-facts div {
  padding: 20px 25px;
  border-right: 1px solid #9fb0b9
}
.hero-visual:after {
  bottom: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(4, 37, 65, .13))
}
.service-card .card-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: var(--navy);
  padding: 14px 15px;
  margin-top: auto;
  font-size: 1rem;
  transition: .2s
}
.service-card .card-cta:hover {
  background: #cfe0e6;
  transform: translateX(3px)
}
.blog-link {
  padding: 65px clamp(26px, 7vw, 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background: #f5f1e9
}
.blog-link .eyebrow {
  margin-bottom: 12px
}
.blog-link h2 {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  margin: 0
}
.blog-link > a {
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #9ba9af;
  padding: 15px 0;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap
}
@media(max-width:650px) {
  .wordmark {
    width: 250px
  }
  .wordmark strong {
    font-size: 40px
  }
  .wordmark small {
    font-size: 7px
  }
  .photo-facts {
    left: 15px;
    right: 15px;
    bottom: 15px
  }
  .photo-facts div {
    padding: 16px 13px
  }
  .blog-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px
  }
  .footer-wordmark {
    width: 205px
  }
  .footer-wordmark strong {
    font-size: 32px
  }
}
/* Definitief logo-lockup: compact monogram, heldere naam en perfect uitgelijnde descriptor. */
.logo-lockup {
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--navy)
}
.logo-monogram {
  width: 54px;
  height: 54px;
  border: 1px solid #83a4b1;
  display: grid;
  place-items: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  letter-spacing: -.08em;
  transform: rotate(45deg)
}
.logo-monogram::first-line {
  transform: rotate(-45deg)
}
.logo-lockup .wordmark {
  width: 245px
}
.logo-lockup .wordmark strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 37px;
  letter-spacing: .015em
}
.logo-lockup .wordmark small {
  font-size: 8px;
  margin-top: 7px;
  padding: 0 2px;
  letter-spacing: .18em
}
.footer-lockup {
  gap: 11px
}
.footer-lockup .logo-monogram {
  width: 39px;
  height: 39px;
  font-size: 14px
}
.footer-lockup .wordmark {
  width: 165px
}
.footer-lockup .wordmark strong {
  font-size: 25px
}
.footer-lockup .wordmark small {
  font-size: 6px;
  margin-top: 4px
}
.blog-section {
  padding: 105px clamp(24px, 6vw, 90px);
  background: #f5f1e9
}
.blog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px
}
.blog-heading h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--navy);
  margin: 0
}
.blog-heading h2 em {
  color: #7397a6;
  font-weight: 400
}
.blog-heading > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--navy);
  padding: 14px 0;
  border-bottom: 1px solid #9da9ad;
  white-space: nowrap
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cdd2d2
}
.blog-card {
  padding: 32px 30px 28px;
  border-right: 1px solid #cdd2d2;
  background: rgba(255, 255, 255, .4);
  display: flex;
  flex-direction: column;
  min-height: 310px;
  transition: .25s
}
.blog-card:last-child {
  border-right: 0
}
.blog-card:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(14, 45, 65, .08)
}
.blog-card > span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .2em;
  color: #6e929f
}
.blog-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 400;
  color: var(--navy);
  margin: 25px 0 15px
}
.blog-card p {
  line-height: 1.65;
  color: #64717a;
  margin: 0
}
.blog-card strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
  font-size: 1rem;
  color: var(--navy)
}
@media(max-width:900px) {
  .logo-lockup .wordmark {
    width: 210px
  }
  .logo-lockup .wordmark strong {
    font-size: 32px
  }
  .blog-grid {
    grid-template-columns: 1fr
  }
  .blog-card {
    border-right: 0;
    border-bottom: 1px solid #cdd2d2;
    min-height: 260px
  }
  .blog-heading {
    align-items: flex-start;
    flex-direction: column
  }
}
@media(max-width:650px) {
  .logo-lockup {
    gap: 11px
  }
  .logo-monogram {
    width: 43px;
    height: 43px;
    font-size: 15px
  }
  .logo-lockup .wordmark {
    width: 185px
  }
  .logo-lockup .wordmark strong {
    font-size: 28px
  }
  .logo-lockup .wordmark small {
    font-size: 6px
  }
  .blog-section {
    padding: 80px 24px
  }
  .footer-lockup .wordmark {
    width: 165px
  }
}
.logo-monogram {
  transform: none;
  border-radius: 50%
}
/* Zuiver woordmerk zonder symbool: naam en descriptor als één geheel. */
.clean-wordmark {
  width: 286px !important;
  align-items: stretch
}
.clean-wordmark strong {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  letter-spacing: .018em !important;
  line-height: .9
}
.clean-wordmark small {
  display: block !important;
  width: 100% !important;
  margin-top: 11px !important;
  padding: 0 !important;
  text-align: center !important;
  color: var(--navy) !important;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: .58em !important;
  line-height: 1;
  white-space: nowrap;
  text-indent: .58em
}
.footer-wordmark.clean-wordmark {
  width: 196px !important
}
.footer-wordmark.clean-wordmark strong {
  font-size: 29px !important
}
.footer-wordmark.clean-wordmark small {
  font-size: 6px !important;
  margin-top: 7px !important
}
@media(max-width:650px) {
  .clean-wordmark {
    width: 235px !important
  }
  .clean-wordmark strong {
    font-size: 35px !important
  }
  .clean-wordmark small {
    font-size: 7px !important;
    margin-top: 8px !important
  }
}
/* Eigentijds boutique-woordmerk: title case, verfijnd contrast en rustige lijnvoering. */
.modern-wordmark {
  width: 275px !important
}
.modern-wordmark strong {
  font-family: Baskerville, 'Iowan Old Style', 'Palatino Linotype', Georgia, serif !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  letter-spacing: -.055em !important;
  line-height: .9;
  color: var(--navy)
}
.modern-wordmark small {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  margin-top: 12px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 8px !important;
  letter-spacing: .26em !important;
  text-indent: .26em !important;
  white-space: nowrap;
  color: #547889 !important
}
.modern-wordmark small:before, .modern-wordmark small:after {
  content: "";
  height: 1px;
  flex: 1;
  background: #8eb0bc
}
.footer-wordmark.modern-wordmark {
  width: 195px !important
}
.footer-wordmark.modern-wordmark strong {
  font-size: 34px !important
}
.footer-wordmark.modern-wordmark small {
  font-size: 6px !important;
  gap: 7px !important;
  margin-top: 8px !important
}
@media(max-width:650px) {
  .modern-wordmark {
    width: 228px !important
  }
  .modern-wordmark strong {
    font-size: 40px !important
  }
  .modern-wordmark small {
    font-size: 7px !important;
    gap: 8px !important;
    margin-top: 9px !important
  }
}
/* Groter headerwoordmerk; descriptor blijft gecentreerd, zonder rechterlijn. */
.topbar .modern-wordmark {
  width: 350px !important
}
.topbar .modern-wordmark strong {
  font-size: 64px !important
}
.modern-wordmark small {
  display: block !important;
  position: relative;
  text-align: center !important
}
.topbar .modern-wordmark small {
  font-size: 10.5px !important;
  margin-top: 15px !important
}
.modern-wordmark small:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 52px;
  transform: translateY(-50%);
  flex: none
}
.topbar .modern-wordmark small:before {
  width: 74px
}
.modern-wordmark small:after {
  display: none !important
}
@media(max-width:900px) {
  .topbar .modern-wordmark {
    width: 305px !important
  }
  .topbar .modern-wordmark strong {
    font-size: 55px !important
  }
  .topbar .modern-wordmark small {
    font-size: 9.5px !important
  }
  .topbar .modern-wordmark small:before {
    width: 62px
  }
}
@media(max-width:650px) {
  .topbar .modern-wordmark {
    width: 235px !important
  }
  .topbar .modern-wordmark strong {
    font-size: 42px !important
  }
  .topbar .modern-wordmark small {
    font-size: 8px !important;
    margin-top: 10px !important
  }
  .topbar .modern-wordmark small:before {
    width: 45px
  }
}
/* Fijnafstelling descriptor: 10% groter en optisch links uitgelijnd met de naam. */
.topbar .modern-wordmark small {
  font-size: 11.55px !important;
  transform: translateX(-12px)
}
@media(max-width:900px) {
  .topbar .modern-wordmark small {
    font-size: 10.45px !important;
    transform: translateX(-10px)
  }
}
@media(max-width:650px) {
  .topbar .modern-wordmark small {
    font-size: 8.8px !important;
    transform: translateX(-7px)
  }
}
/* Editorial wordmark: modern sans-serif contrast, aligned with the page's typography and colour system. */
.editorial-wordmark strong {
  display: flex !important;
  align-items: baseline;
  font-family: "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 58px !important;
  font-weight: 300 !important;
  letter-spacing: -.065em !important;
  line-height: .82 !important;
  color: var(--navy) !important;
}
.editorial-wordmark strong span:first-child {
  font-weight: 500
}
.editorial-wordmark strong span:last-child {
  font-weight: 300
}
.editorial-wordmark small {
  display: grid !important;
  grid-template-columns: 72px max-content;
  align-items: center !important;
  justify-content: space-between;
  width: 100% !important;
  margin-top: 16px !important;
  color: #6d98a9 !important;
  font-family: "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .3em !important;
  line-height: 1 !important;
  text-align: right !important;
  text-indent: 0 !important;
  transform: none !important;
}
.editorial-wordmark small:before {
  position: static !important;
  display: block !important;
  width: 72px !important;
  height: 2px !important;
  transform: none !important;
  background: #8eb0bc !important;
}
.editorial-wordmark small:after {
  display: none !important
}
.footer-wordmark.editorial-wordmark {
  width: 205px !important
}
.footer-wordmark.editorial-wordmark strong {
  font-size: 34px !important
}
.footer-wordmark.editorial-wordmark small {
  grid-template-columns: 42px max-content;
  font-size: 6.5px !important;
  margin-top: 9px !important
}
.footer-wordmark.editorial-wordmark small:before {
  width: 42px !important;
  height: 1px !important
}
@media(max-width:900px) {
  .topbar .editorial-wordmark strong {
    font-size: 51px !important
  }
  .topbar .editorial-wordmark small {
    grid-template-columns: 60px max-content;
    font-size: 9.5px !important;
    margin-top: 13px !important
  }
  .topbar .editorial-wordmark small:before {
    width: 60px !important
  }
}
@media(max-width:650px) {
  .topbar .editorial-wordmark strong {
    font-size: 39px !important
  }
  .topbar .editorial-wordmark small {
    grid-template-columns: 42px max-content;
    font-size: 7.5px !important;
    margin-top: 10px !important
  }
  .topbar .editorial-wordmark small:before {
    width: 42px !important;
    height: 1px !important
  }
}
/* Correctie: Sirejacob blijft één rustige naam en volgt dezelfde serif als de paginatitels. */
.editorial-wordmark strong {
  display: block !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  letter-spacing: -.04em !important;
  line-height: .86 !important;
}
.editorial-wordmark small {
  grid-template-columns: 64px max-content !important;
  margin-top: 14px !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: .25em !important;
  color: #6d98a9 !important;
}
.editorial-wordmark small:before {
  width: 64px !important;
  height: 1px !important
}
.footer-wordmark.editorial-wordmark strong {
  font-size: 34px !important
}
.footer-wordmark.editorial-wordmark small {
  grid-template-columns: 38px max-content !important;
  font-size: 6.5px !important;
  margin-top: 8px !important
}
.footer-wordmark.editorial-wordmark small:before {
  width: 38px !important
}
@media(max-width:900px) {
  .topbar .editorial-wordmark strong {
    font-size: 49px !important
  }
  .topbar .editorial-wordmark small {
    grid-template-columns: 54px max-content !important;
    font-size: 9px !important;
    margin-top: 12px !important
  }
  .topbar .editorial-wordmark small:before {
    width: 54px !important
  }
}
@media(max-width:650px) {
  .topbar .editorial-wordmark strong {
    font-size: 39px !important
  }
  .topbar .editorial-wordmark small {
    grid-template-columns: 40px max-content !important;
    font-size: 7.5px !important;
    margin-top: 9px !important
  }
  .topbar .editorial-wordmark small:before {
    width: 40px !important
  }
}
/* Zelfstandig rechthoekig logo-lockup voor website, beursstand en sponsoring. */
.editorial-wordmark {
  width: 350px !important;
  padding: 10px 16px 9px !important;
  border: 1px solid #a9c0c9;
  align-items: stretch !important;
  background: #fff;
}
.editorial-wordmark strong {
  font-size: 53px !important;
  letter-spacing: -.04em !important;
  line-height: .84 !important;
  text-align: center !important;
  white-space: nowrap;
}
.editorial-wordmark small {
  display: block !important;
  width: 100% !important;
  margin-top: 10px !important;
  font-size: 10.5px !important;
  letter-spacing: .36em !important;
  text-align: center !important;
  text-indent: .36em !important;
}
.editorial-wordmark small:before, .editorial-wordmark small:after {
  display: none !important
}
.footer-wordmark.editorial-wordmark {
  width: 205px !important;
  padding: 7px 10px 6px !important
}
.footer-wordmark.editorial-wordmark strong {
  font-size: 30px !important
}
.footer-wordmark.editorial-wordmark small {
  font-size: 6px !important;
  margin-top: 6px !important
}
@media(max-width:900px) {
  .topbar .editorial-wordmark {
    width: 300px !important;
    padding: 9px 14px 8px !important
  }
  .topbar .editorial-wordmark strong {
    font-size: 45px !important
  }
  .topbar .editorial-wordmark small {
    font-size: 9px !important;
    margin-top: 8px !important
  }
}
@media(max-width:650px) {
  .topbar .editorial-wordmark {
    width: 220px !important;
    padding: 7px 10px 6px !important
  }
  .topbar .editorial-wordmark strong {
    font-size: 33px !important
  }
  .topbar .editorial-wordmark small {
    font-size: 6.8px !important;
    margin-top: 6px !important
  }
}
/* Rustige definitieve versie: geen kader, één grote naam, onderschrift centraal eronder. */
.editorial-wordmark {
  width: 365px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.editorial-wordmark strong {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
  line-height: .82 !important;
  text-align: center !important;
}
.editorial-wordmark small {
  display: block !important;
  margin-top: 14px !important;
  color: #6d98a9 !important;
  font-size: 11.5px !important;
  letter-spacing: .34em !important;
  text-align: center !important;
  text-indent: .34em !important;
}
.editorial-wordmark small:before, .editorial-wordmark small:after {
  display: none !important
}
.footer-wordmark.editorial-wordmark {
  width: 205px !important;
  padding: 0 !important
}
.footer-wordmark.editorial-wordmark strong {
  font-size: 36px !important
}
.footer-wordmark.editorial-wordmark small {
  font-size: 6.5px !important;
  margin-top: 8px !important
}
@media(max-width:900px) {
  .topbar .editorial-wordmark {
    width: 310px !important;
    padding: 0 !important
  }
  .topbar .editorial-wordmark strong {
    font-size: 56px !important
  }
  .topbar .editorial-wordmark small {
    font-size: 9.5px !important;
    margin-top: 11px !important
  }
}
@media(max-width:650px) {
  .topbar .editorial-wordmark {
    width: 230px !important;
    padding: 0 !important
  }
  .topbar .editorial-wordmark strong {
    font-size: 42px !important
  }
  .topbar .editorial-wordmark small {
    font-size: 7.5px !important;
    margin-top: 8px !important
  }
}
/* Nieuw van nul ontworpen signatuurwoordmerk: één naam, rustig en herkenbaar. */
.signature-wordmark {
  display: inline-flex;
  width: 385px;
  padding: 0;
  border: 0;
  background: transparent;
  flex-direction: column;
  align-items: center;
  color: var(--navy);
  line-height: 1;
}
.signature-wordmark strong {
  display: block;
  width: 100%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: .8;
  text-align: center;
  white-space: nowrap;
}
.signature-wordmark small {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1;
  text-align: center;
  color: #5f8799;
  text-indent: .06em;
  white-space: nowrap;
}
.signature-wordmark small:before, .signature-wordmark small:after {
  display: none
}
.footer-wordmark.signature-wordmark {
  width: 220px
}
.footer-wordmark.signature-wordmark strong {
  font-size: 38px
}
.footer-wordmark.signature-wordmark small {
  font-size: 16px;
  margin-top: 8px
}
@media(max-width:900px) {
  .topbar .signature-wordmark {
    width: 330px
  }
  .topbar .signature-wordmark strong {
    font-size: 57px
  }
  .topbar .signature-wordmark small {
    font-size: 24px;
    margin-top: 11px
  }
}
@media(max-width:650px) {
  .topbar .signature-wordmark {
    width: 240px
  }
  .topbar .signature-wordmark strong {
    font-size: 42px
  }
  .topbar .signature-wordmark small {
    font-size: 18px;
    margin-top: 8px
  }
}
/* Iets donkerder, beter leesbare lichtblauwe accenten. */
.eyebrow {
  color: #4f738e
}
.hero h1 em, .statement h2 em, .blog-heading h2 em {
  color: #557f91
}
.trust svg, .quote-mark {
  color: #668e9d
}
.blog-card > span {
  color: #557f91
}
.section-head .eyebrow {
  color: #89afbf
}
.card-top {
  color: #769cad
}
.signature-wordmark small {
  color: #557f91;
  font-style: normal;
}
/* Het volledige logo 20% groter; mobiel exact gecentreerd. */
.topbar {
  height: 132px
}
.topbar .signature-wordmark {
  width: 462px
}
.topbar .signature-wordmark strong {
  font-size: 82px
}
.topbar .signature-wordmark small {
  font-size: 35px;
  margin-top: 17px
}
.footer-wordmark.signature-wordmark {
  width: 264px
}
.footer-wordmark.signature-wordmark strong {
  font-size: 46px
}
.footer-wordmark.signature-wordmark small {
  font-size: 19px;
  margin-top: 10px
}
@media(max-width:1200px) {
  .topbar nav {
    display: none
  }
  .menu {
    display: block
  }
  .contact-link {
    display: none
  }
}
@media(max-width:900px) {
  .topbar .signature-wordmark {
    width: 396px
  }
  .topbar .signature-wordmark strong {
    font-size: 68px
  }
  .topbar .signature-wordmark small {
    font-size: 29px;
    margin-top: 13px
  }
}
@media(max-width:650px) {
  .topbar {
    height: 106px;
    justify-content: center;
    padding: 0 20px
  }
  .topbar .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
  }
  .topbar .header-actions {
    position: absolute;
    right: 20px
  }
  .topbar .signature-wordmark {
    width: 288px
  }
  .topbar .signature-wordmark strong {
    font-size: 50px
  }
  .topbar .signature-wordmark small {
    font-size: 22px;
    margin-top: 10px
  }
  footer .footer-wordmark {
    align-self: center
  }
}
/* Logo 10% kleiner; mobiel links op dezelfde lijn als de hero-inhoud. */
.topbar {
  height: 124px
}
.topbar .signature-wordmark {
  width: 416px
}
.topbar .signature-wordmark strong {
  font-size: 74px
}
.topbar .signature-wordmark small {
  font-size: 32px;
  margin-top: 15px
}
.footer-wordmark.signature-wordmark {
  width: 238px
}
.footer-wordmark.signature-wordmark strong {
  font-size: 41px
}
.footer-wordmark.signature-wordmark small {
  font-size: 17px;
  margin-top: 9px
}
@media(max-width:900px) {
  .topbar .signature-wordmark {
    width: 356px
  }
  .topbar .signature-wordmark strong {
    font-size: 61px
  }
  .topbar .signature-wordmark small {
    font-size: 26px;
    margin-top: 12px
  }
}
@media(max-width:650px) {
  .topbar {
    height: 98px;
    justify-content: space-between;
    padding: 0 24px
  }
  .topbar .brand {
    position: absolute;
    left: 24px;
    transform: none
  }
  .topbar .header-actions {
    right: 24px
  }
  .topbar .signature-wordmark {
    width: 259px
  }
  .topbar .signature-wordmark strong {
    font-size: 45px;
    text-align: left
  }
  .topbar .signature-wordmark small {
    font-size: 20px;
    margin-top: 9px;
    text-align: center
  }
  footer .footer-wordmark {
    align-self: flex-start
  }
}
/* Descriptor rechts onder de naam; hetzelfde volledige woordmerk in de footer. */
.signature-wordmark small {
  width: auto;
  align-self: flex-end;
  margin-right: 2.6em;
  text-align: left;
  text-indent: 0;
}
footer .signature-wordmark {
  flex: 0 0 auto;
  width: 416px;
}
footer .signature-wordmark strong {
  font-size: 74px
}
footer .signature-wordmark small {
  font-size: 32px;
  margin-top: 15px
}
@media(max-width:900px) {
  footer .signature-wordmark {
    width: 356px
  }
  footer .signature-wordmark strong {
    font-size: 61px
  }
  footer .signature-wordmark small {
    font-size: 26px;
    margin-top: 12px
  }
}
@media(max-width:650px) {
  footer .signature-wordmark {
    width: 259px
  }
  footer .signature-wordmark strong {
    font-size: 45px;
    text-align: left
  }
  footer .signature-wordmark small {
    font-size: 20px;
    margin-top: 9px
  }
}
/* Contactpagina: dezelfde rustige mediterrane stijl, met de kantoren als hoofdinhoud. */
.contact-hero {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 70px;
  padding: 105px clamp(28px, 7vw, 112px) 90px;
  background: #f7f4ed
}
.contact-hero h1, .contact-main h2, .offices-heading h2, .contact-bottom-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--navy);
  letter-spacing: -.035em
}
.contact-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(52px, 5.5vw, 82px);
  line-height: 1.02
}
.contact-hero h1 em, .contact-main h2 em, .offices-heading h2 em {
  color: #557f91;
  font-weight: 400
}
.contact-hero > p {
  max-width: 530px;
  margin: 0 0 8px;
  color: #50616b;
  font-size: 18px;
  line-height: 1.7
}
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 95px clamp(28px, 7vw, 112px);
  background: #fff
}
.contact-intro h2 {
  margin: 0;
  font-size: clamp(42px, 4.3vw, 62px);
  line-height: 1.05
}
.contact-intro > p:last-child {
  max-width: 590px;
  margin: 28px 0 0;
  color: #5c6971;
  font-size: 1.125rem;
  line-height: 1.75
}
.contact-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #c7d1d4
}
.contact-options > a {
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  align-items: center;
  gap: 20px;
  padding: 28px 5px;
  border-bottom: 1px solid #c7d1d4;
  color: var(--navy)
}
.contact-options > a > svg:first-child {
  color: #557f91
}
.contact-options span {
  display: flex;
  flex-direction: column;
  gap: 7px
}
.contact-options small {
  color: #66818f;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: .17em
}
.contact-options strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400
}
.contact-options > a:hover {
  background: #f7f4ed;
  padding-left: 15px
}
.offices-section {
  padding: 105px clamp(24px, 6vw, 90px);
  background: var(--navy);
  color: #fff
}
.offices-heading {
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: end;
  gap: 70px;
  margin-bottom: 58px
}
.offices-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 1.06
}
.offices-heading .eyebrow {
  color: #89afbf
}
.offices-heading > p {
  margin: 0 0 8px;
  color: #bfd0da;
  font-size: 1.125rem;
  line-height: 1.7
}
.office-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #ffffff35
}
.office-card {
  min-height: 315px;
  padding: 31px 24px 28px;
  border-right: 1px solid #ffffff35;
  display: flex;
  flex-direction: column
}
.office-card:last-child {
  border-right: 0
}
.office-card > p {
  margin: 0 0 10px;
  color: #9db9c5;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase
}
.office-card h3 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400
}
.office-card address {
  color: #c1d0d8;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.7
}
.office-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800
}
.office-card:hover {
  background: #ffffff0b
}
.contact-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 72px clamp(26px, 7vw, 110px);
  background: #0b4777;
  color: #fff
}
.contact-bottom-cta .eyebrow {
  color: #b7d2de;
  margin-bottom: 14px
}
.contact-bottom-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(39px, 4vw, 58px)
}
.contact-bottom-cta p:last-child {
  margin: 0;
  color: #c9dce4;
  font-size: 1.125rem
}
.contact-bottom-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px
}
.contact-bottom-actions > span {
  color: #c9dce4;
  font-size: 1rem;
  letter-spacing: .02em
}
@media(max-width:1100px) {
  .office-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .office-card {
    border-bottom: 1px solid #ffffff35
  }
  .office-card:nth-child(2n) {
    border-right: 0
  }
  .office-card:last-child {
    border-right: 1px solid #ffffff35
  }
  .contact-hero, .contact-main, .offices-heading {
    grid-template-columns: 1fr;
    gap: 35px
  }
}
@media(max-width:650px) {
  .contact-hero {
    padding: 72px 24px 65px;
    background: #f7f4ed
  }
  .contact-hero h1 {
    font-size: 48px
  }
  .contact-hero > p {
    font-size: 1.125rem
  }
  .contact-main {
    padding: 75px 24px;
    gap: 48px
  }
  .contact-options strong {
    font-size: 21px
  }
  .offices-section {
    padding: 78px 24px
  }
  .offices-heading {
    margin-bottom: 38px
  }
  .office-grid {
    grid-template-columns: 1fr
  }
  .office-card, .office-card:nth-child(2n), .office-card:last-child {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid #ffffff35
  }
  .contact-bottom-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 64px 24px
  }
  .contact-bottom-actions {
    width: 100%
  }
  .contact-bottom-cta .button {
    width: 100%
  }
}
/* Ruim en leesbaar uitklapmenu voor tablet en gsm. */
.mobile-menu-panel {
  width: min(88vw, 430px) !important;
  max-width: none !important;
  gap: 0 !important;
  padding: 0 !important;
  border-left: 1px solid #d8e1e5 !important;
  background: #fbfaf7 !important;
  color: var(--navy) !important;
}
.mobile-menu-panel > button {
  top: 28px !important;
  right: 26px !important;
  padding: 10px !important;
  color: var(--navy) !important;
  opacity: 1 !important;
}
.mobile-menu-panel > button svg {
  width: 24px;
  height: 24px
}
.mobile-menu-heading {
  padding: 52px 34px 31px !important;
  border-bottom: 1px solid #d8e1e5
}
.mobile-menu-title {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  letter-spacing: -.025em !important;
}
.mobile-menu-subtitle {
  max-width: 285px;
  color: #536976 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important
}
.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 10px 34px
}
.mobile-menu-nav a {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid #d8e1e5;
  color: var(--navy);
}
.mobile-menu-nav a span {
  color: #557f91;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .12em
}
.mobile-menu-nav a strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400
}
.mobile-menu-nav a svg {
  width: 20px;
  color: #557f91
}
.mobile-menu-footer {
  padding: 27px 34px 34px !important;
  gap: 19px !important
}
.mobile-menu-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #526570;
  font-size: 1rem
}
.mobile-menu-language strong {
  color: var(--navy);
  font-size: 1rem
}
.mobile-menu-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}
.mobile-menu-footer p {
  margin: 0;
  color: #687780;
  font-size: 1.125rem;
  line-height: 1.65
}
@media(max-width:650px) {
  .menu {
    padding: 10px;
    margin-right: -10px
  }
  .menu svg {
    width: 28px;
    height: 28px
  }
  .mobile-menu-panel {
    width: 92vw !important
  }
  .mobile-menu-heading {
    padding: 45px 27px 27px !important
  }
  .mobile-menu-nav {
    padding: 8px 27px
  }
  .mobile-menu-footer {
    padding: 25px 27px 31px !important
  }
}
/* Themakaarten zonder cijfers of icoontjes. */
.service-card h3 {
  margin-top: 0
}
/* Gelijke verticale opbouw en CTA-afstand in alle vier expertisekaarten. */
.service-card h3 {
  min-height: 66px
}
.service-card > p {
  display: flex;
  align-items: flex-end;
  min-height: 132px;
}
.service-card .card-cta {
  margin-top: 36px
}
@media(max-width:650px) {
  .service-card h3, .service-card > p {
    min-height: 0
  }
  .service-card .card-cta {
    margin-top: 28px
  }
}
/* Volwaardige Over ons-sectie: historiek, schaal en twee complementaire teams. */
.about-section {
  padding: 116px clamp(24px, 6vw, 90px) 1px;
  background: #f5f1e9;
  scroll-margin-top: 124px;
}
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(55px, 8vw, 130px);
  align-items: start;
}
.about-intro h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}
.about-intro h2 em {
  color: #557f91;
  font-weight: 400
}
.about-copy {
  padding-top: 37px
}
.about-copy p {
  margin: 0;
  color: #4e5e67;
  font-size: 1.125rem;
  line-height: 1.75
}
.about-copy p + p {
  margin-top: 20px
}
.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid #bdc9cd;
  border-bottom: 1px solid #bdc9cd;
}
.about-facts div {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 126px;
  padding: 25px clamp(18px, 3vw, 40px);
  border-right: 1px solid #bdc9cd;
}
.about-facts div:last-child {
  border-right: 0
}
.about-facts strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400
}
.about-facts span {
  color: #536a76;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase
}
.team-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin: 72px 0 30px;
}
.team-heading .eyebrow {
  margin: 0
}
.team-heading > p:last-child {
  max-width: 480px;
  margin: 0;
  color: #5a6971;
  font-size: 1.125rem;
  line-height: 1.65
}
.team-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #c3cfd2
}
.team-group {
  display: flex;
  flex-direction: column;
  min-width: 0
}
.team-group-legal {
  background: #e4edef
}
.team-group-admin {
  background: #eee9df
}
.team-collage {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 145px;
  gap: 2px;
  padding: 2px;
  overflow: hidden;
  background: #c3cfd2;
}
.team-collage-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #dbe4e5;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
.team-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(.66) contrast(.94) sepia(.05);
  transition: filter .25s ease, transform .25s ease;
}
.team-collage img:hover {
  filter: saturate(.9) contrast(.98);
  transform: scale(1.025)
}
.team-collage-card:hover img, .team-collage-card:focus-visible img {
  filter: saturate(.9) contrast(.98);
  transform: scale(1.025)
}
.team-collage-card span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 10px 9px;
  background: linear-gradient(transparent, rgba(3, 34, 59, .82));
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.team-collage-card:focus-visible {
  z-index: 2;
  outline: 3px solid #fff;
  outline-offset: -3px
}
.team-group-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 330px;
  padding: 40px clamp(28px, 4vw, 58px) 36px
}
.team-label {
  color: #557f91;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .19em
}
.team-group h3 {
  margin: 48px 0 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.5vw, 49px);
  font-weight: 400;
  letter-spacing: -.025em
}
.team-group p {
  max-width: 500px;
  margin: 0;
  color: #52636c;
  font-size: 1.125rem;
  line-height: 1.7
}
.team-group small {
  margin-top: auto;
  padding-top: 34px;
  color: #466a7b;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}
@media(max-width:900px) {
  .about-intro {
    grid-template-columns: 1fr;
    gap: 15px
  }
  .about-copy {
    padding-top: 12px
  }
  .about-facts div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px
  }
}
@media(max-width:650px) {
  .about-section {
    padding: 82px 24px 78px;
    scroll-margin-top: 98px
  }
  .about-intro h2 {
    font-size: 43px
  }
  .about-copy p {
    font-size: 1.125rem
  }
  .about-facts {
    grid-template-columns: 1fr;
    margin-top: 48px
  }
  .about-facts div {
    min-height: 0;
    padding: 24px 3px;
    border-right: 0;
    border-bottom: 1px solid #bdc9cd;
    flex-direction: row;
    align-items: center;
    gap: 20px
  }
  .about-facts div:last-child {
    border-bottom: 0
  }
  .about-facts strong {
    width: 80px;
    font-size: 42px
  }
  .team-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin: 54px 0 25px
  }
  .team-groups {
    grid-template-columns: 1fr
  }
  .team-collage {
    display: none
  }
  .team-group-copy {
    min-height: 300px;
    padding: 34px 27px 30px
  }
  .team-group h3 {
    margin-top: 42px;
    font-size: 37px
  }
}
/* Desktop: de teams staan volledig los van elkaar en zijn rustig leesbaar. */
.team-groups {
  grid-template-columns: 1fr;
  gap: 22px;
  background: transparent
}
.team-group {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr)
}
.team-group-admin {
  grid-template-columns: minmax(340px, .55fr) minmax(0, 1.45fr)
}
.team-group-admin .team-collage {
  order: 2
}
.team-group-admin .team-group-copy {
  order: 1
}
.team-collage {
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 154px
}
.team-group-copy {
  min-height: auto;
  padding: 44px clamp(30px, 4vw, 64px) 40px
}
.team-group h3 {
  margin-top: 36px
}

@media(max-width:900px) and (min-width:651px) {
  .team-group, .team-group-admin {
    grid-template-columns: 1fr
  }
  .team-group-admin .team-collage, .team-group-admin .team-group-copy {
    order: initial
  }
}
@media(max-width:650px) {
  .team-group, .team-group-admin {
    display: flex;
    grid-template-columns: none
  }
  .team-group-admin .team-collage, .team-group-admin .team-group-copy {
    order: initial
  }
  .team-carousel {
    display: block;
    order: 1;
    background: #d7e2e4
  }
  .team-group-copy {
    order: 2
  }
  .team-group h3 {
    margin-top: 19px
  }
  .team-carousel-track {
    display: flex;
    gap: 12px;
    padding: 16px 16px 9px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .team-carousel-track::-webkit-scrollbar {
    display: none
  }
  .team-carousel-card {
    flex: 0 0 66%;
    min-width: min(260px, 100%);
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: 0;
    scroll-snap-align: center;
    background: #f8f6f0;
    cursor: pointer;
    text-align: left;
  }
  .team-carousel-card img {
    display: block;
    width: 100%;
    height: 306px;
    object-fit: contain;
    object-position: center bottom;
    background: #e8eef0;
    filter: saturate(.7) contrast(.95) sepia(.04);
  }
  .team-carousel-card > span {
    display: block;
    padding: 14px 10px 15px;
    min-height: 55px;
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
  }
  .team-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px 16px;
    color: #54707d
  }
  .team-carousel-controls > span {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .04em
  }
  .team-carousel-controls > div {
    display: flex;
    gap: 8px
  }
  .team-carousel-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid #9fb3bb;
    background: #f8f6f0;
    color: var(--navy);
    display: grid;
    place-items: center
  }
  .team-carousel-controls button svg {
    width: 20px
  }
}
/* Aanklikbare, rustige teamprofielen op desktop en gsm. */
.team-profile-dialog {
  width: min(920px, calc(100vw - 40px)) !important;
  max-width: none !important;
  max-height: 88vh;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f1e9 !important;
}
.team-profile-photo {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #d7e2e4
}
.team-profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  padding: 24px 18px;
  object-fit: contain;
  object-position: center;
  filter: saturate(.72) contrast(.96) sepia(.04)
}
.team-profile-copy {
  display: block !important;
  max-height: 88vh;
  overflow-y: auto;
  padding: 62px 64px 54px;
  text-align: left !important
}
.team-profile-kicker {
  margin: 0 0 18px !important;
  color: #557f91 !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase
}
.team-profile-dialog [data-slot="dialog-title"] {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.02
}
.team-profile-role {
  margin: 20px 0 25px !important;
  padding-bottom: 22px;
  border-bottom: 1px solid #bdc9cd;
  color: #4e7384 !important;
  font-size: 1rem !important;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.55;
  text-transform: uppercase
}
.team-profile-dialog [data-slot="dialog-description"] {
  color: #465862;
  font-size: 1.125rem;
  line-height: 1.75;
  white-space: pre-line
}
.team-profile-dialog [data-slot="dialog-close"] {
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #b9c7cb;
  border-radius: 50%;
  background: #fbfaf7;
  color: var(--navy);
  opacity: 1
}
@media(max-width:650px) {
  .team-profile-dialog {
    width: calc(100vw - 24px) !important;
    max-height: 92dvh;
    grid-template-columns: 1fr;
    overflow-y: auto
  }
  .team-profile-photo {
    min-height: 300px;
    height: 300px
  }
  .team-profile-photo img {
    padding: 18px 14px
  }
  .team-profile-copy {
    max-height: none;
    overflow: visible;
    padding: 30px 27px 36px
  }
  .team-profile-dialog [data-slot="dialog-title"] {
    font-size: 37px
  }
  .team-profile-dialog [data-slot="dialog-description"] {
    font-size: 1.125rem;
    line-height: 1.65
  }
}
/* Eén identiek woordmerk op desktop en gsm; alleen de schaal verandert. */
.topbar .signature-wordmark {
  width: 360px
}
.topbar .signature-wordmark strong {
  font-size: 62px;
  text-align: left
}
.topbar .signature-wordmark small {
  font-size: 27px;
  margin-top: 13px;
  text-align: center
}
@media(max-width:900px) {
  .topbar .signature-wordmark {
    width: 315px
  }
  .topbar .signature-wordmark strong {
    font-size: 54px;
    text-align: left
  }
  .topbar .signature-wordmark small {
    font-size: 24px;
    margin-top: 11px;
    text-align: center
  }
}
@media(max-width:650px) {
  .topbar .signature-wordmark {
    width: 259px
  }
  .topbar .signature-wordmark strong {
    font-size: 45px;
    text-align: left
  }
  .topbar .signature-wordmark small {
    font-size: 20px;
    margin-top: 9px;
    text-align: center
  }
}
/* Beide teamblokken volgen dezelfde volgorde: eerst uitleg, daarna de mensen. */
.team-group, .team-group-admin {
  grid-template-columns: minmax(340px, .55fr) minmax(0, 1.45fr)
}
.team-group .team-group-copy {
  order: 1
}
.team-group .team-collage {
  order: 2
}
@media(max-width:900px) and (min-width:651px) {
  .team-group, .team-group-admin {
    grid-template-columns: 1fr
  }
  .team-group .team-group-copy {
    order: 1
  }
  .team-group .team-collage {
    order: 2
  }
}
@media(max-width:650px) {
  .team-group .team-group-copy {
    order: 1
  }
  .team-group .team-carousel {
    order: 2
  }
}
/* België- en Nederlandkeuze: inhoudelijk onderscheid zonder extra pagina's. */
.country-section {
  padding: 112px clamp(24px, 6vw, 90px) 72px;
  background: #fbfaf7;
  scroll-margin-top: 120px
}
.country-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: end;
  gap: 70px;
  max-width: 1380px;
  margin: 0 auto 54px
}
.country-heading h2, .client-story h2, .contact-intake-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 4.6vw, 65px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05
}
.country-heading h2 em, .client-story h2 em {
  color: #557f91;
  font-weight: 400
}
.country-heading > p {
  margin: 0;
  color: #52636c;
  font-size: 1.125rem;
  line-height: 1.7
}
.country-tabs {
  max-width: 1380px;
  margin: auto;
  gap: 0 !important
}
.country-tabs-list {
  display: grid !important;
  width: 100% !important;
  height: auto !important;
  grid-template-columns: 1fr 1fr;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #d6e0e2 !important
}
.country-tabs-list [data-slot="tabs-trigger"], .country-tabs-list > * {
  min-height: 78px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #e6edef !important;
  color: #46606c !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  box-shadow: none !important
}
.country-tabs-list [data-slot="tabs-trigger"][data-state="active"], .country-tabs-list > .is-active {
  background: var(--navy) !important;
  color: #fff !important
}
.country-tabs-list [data-slot="tabs-trigger"]:focus-visible {
  z-index: 2;
  outline: 3px solid #7fa0ae !important;
  outline-offset: -3px
}
.country-desk-panel {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  min-height: 520px;
  background: #eef3f3
}
.country-desk-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 58px clamp(32px, 5vw, 72px);
  background: #dbe7e9
}
.country-kicker {
  margin: 0 0 18px;
  color: #557f91;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em
}
.country-desk-intro h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 3.4vw, 49px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08
}
.country-desk-intro > p:not(.country-kicker) {
  margin: 24px 0 30px;
  color: #48606b;
  font-size: 16px;
  line-height: 1.75
}
.country-desk-cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding: 17px 21px;
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35
}
.country-desk-cta:hover {
  background: var(--blue);
    color: white;
}
.country-topic-list {
  align-self: center;
  padding: 24px clamp(30px, 5vw, 70px)
}
.country-topic {
  border-color: #bdcdd0 !important
}
.country-topic-trigger {
  padding: 24px 0 !important;
  color: var(--navy) !important;
  text-decoration: none !important
}
.country-topic-trigger > span {
  display: grid;
  gap: 7px;
  padding-right: 14px
}
.country-topic-trigger strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2
}
.country-topic-trigger small {
  color: #607078;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5
}
.country-topic-trigger svg {
  width: 21px;
  height: 21px;
  color: #557f91
}
.country-topic-content {
  padding: 0 42px 25px 0 !important
}
.country-topic-content p {
  margin: 0;
  color: #52636c;
  font-size: 1.125rem;
  line-height: 1.68
}
.country-topic-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 17px;
  border: 0;
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35
}
.country-topic-content a:hover {
  background: var(--blue);
  color: #fff
}
.country-topic-content a:focus-visible {
  outline: 3px solid #7fa7b7;
  outline-offset: 3px
}
.country-section + .statement {
  padding-top: 72px
}
.country-topic-list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.country-topic-list .country-topic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 23px 0;
  border-bottom: 1px solid #bdcdd0
}
.country-topic-list .country-topic:first-child {
  border-top: 1px solid #bdcdd0
}
.country-topic h4 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2
}
.country-topic > div p {
  margin: 7px 0 0;
  color: #607078;
  font-size: 1.125rem;
  line-height: 1.5
}
.country-topic > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 190px;
  padding: 14px 16px;
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 800
}
.country-topic > a:hover, .country-desk-cta a {
  background: var(--blue);
    color: white;
}
/* De bestaande getrainde chatbot, als rustige selfservice-route voor algemene vragen. */
.ai-assistant-section > * {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 32px clamp(24px, 7vw, 110px);
  background: var(--navy);
  color: #fff
}
.ai-assistant-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid #7394a7;
  border-radius: 50%;
  color: #b8d0da
}
.ai-assistant-icon svg {
  width: 26px;
  height: 26px
}
.ai-assistant-copy {
  max-width: 760px
}
.ai-assistant-copy .eyebrow {
  margin: 0 0 10px;
  color: #9fc0cd
}
.ai-assistant-copy h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 2.7vw, 38px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08
}
.ai-assistant-copy > p:not(.eyebrow) {
  margin: 10px 0 7px;
  color: #d4e1e7;
  font-size: 15px;
  line-height: 1.55
}
.ai-assistant-copy small {
  display: block;
  color: #9fb5c0;
  font-size: 1.125rem;
  line-height: 1.55
}
.ai-assistant-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  padding: 15px 19px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer
}
.ai-assistant-button:hover {
  background: #dce9eb;
  border-color: #dce9eb
}
.ai-assistant-button:focus-visible {
  outline: 3px solid #91b8c8;
  outline-offset: 4px
}
.ai-chat-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 16px;
  background: #11182780
}
.ai-chat-panel {
  position: relative;
  display: grid;
  width: min(760px, 100%);
  height: min(820px, calc(100dvh - 32px));
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 0;
  background: #f8f6f0
}
.ai-assistant-dialog-head {
  padding: 28px 34px 23px;
  border-bottom: 1px solid #c7d2d6;
  text-align: left !important
}
.ai-assistant-dialog-head .eyebrow {
  margin: 0 0 10px
}
.ai-assistant-dialog-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400
}
.ai-assistant-dialog-head > p:last-child {
  margin: 5px 0 0;
  color: #5a6870;
  font-size: 1.125rem
}
.ai-assistant-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff
}
.ai-assistant-contact-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 20px 34px;
  border-top: 1px solid #b8cbd2;
  background: #e8f0f2
}
.ai-assistant-contact-choice strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400
}
.ai-assistant-contact-choice small {
  display: block;
  max-width: 480px;
  color: #405963;
  font-size: 1.125rem;
  line-height: 1.45
}
.ai-assistant-contact-choice a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 18px;
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 7px 18px #062c5026
}
.ai-assistant-contact-choice a:hover {
  background: var(--blue)
}
.ai-chat-close {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #b9c7cb;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  cursor: pointer
}
.ai-chat-close svg {
  width: 18px;
  height: 18px
}
.ai-chat-close:focus-visible {
  outline: 3px solid #91b8c8;
  outline-offset: 3px
}
/* Een vaste terugweg naar het begin van de lange landingspagina. */
.back-to-top {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: max(24px, env(safe-area-inset-bottom));
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 10px 28px #062c5040;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
.back-to-top:hover {
  background: var(--blue)
}
.back-to-top:focus-visible {
  outline: 3px solid #8eb1c0;
  outline-offset: 3px
}
.back-to-top svg {
  width: 23px;
  height: 23px
}
/* Eén verifieerbare cliëntstem; uitbreidbaar zodra meer goedgekeurde citaten beschikbaar zijn. */
.client-story > * {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(55px, 8vw, 120px);
  padding: 105px clamp(24px, 7vw, 110px);
  background: #dce9eb
}
.client-story-heading {
  align-self: center
}
.client-story figure {
  margin: 0;
  padding: 48px clamp(32px, 5vw, 66px);
  border-left: 1px solid #91aeb8;
  background: #f8f6f0
}
.client-story blockquote {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 1.34
}
.client-story figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 30px;
  color: #516771
}
.client-story figcaption strong {
  color: var(--navy);
  font-size: 1rem
}
.client-story figcaption span {
  font-size: 1rem
}
.client-story figure > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9eb1b8;
  color: #234a65;
  font-size: 1rem;
  font-weight: 800
}
/* Kort intakeformulier met gerichte land- en onderwerpkeuze. */
.contact-intake-section > * {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(55px, 8vw, 120px);
  padding: 92px clamp(24px, 7vw, 110px);
  background: #0b4777;
  color: #fff
}
.contact-intake-copy {
  align-self: center
}
.contact-intake-copy .eyebrow {
  color: #b7d2de;
  margin-bottom: 15px
}
.contact-intake-copy h2 {
  color: #fff
}
.contact-intake-copy > p:last-of-type {
  max-width: 530px;
  margin: 24px 0 27px;
  color: #c9dce4;
  font-size: 1.125rem;
  line-height: 1.7
}
.contact-intake-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #7fa2b8;
  color: #fff;
  font-size: 1rem;
  font-weight: 800
}
.contact-intake-form {
  display: grid;
  gap: 20px;
  padding: 38px clamp(25px, 4vw, 50px);
  background: #f8f6f0;
  color: var(--ink)
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}
.contact-intake-form label {
  display: grid;
  gap: 8px;
  color: #274759;
  font-size: 1rem;
  font-weight: 800
}
.contact-intake-form input, .contact-intake-form select, .contact-intake-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #b8c7cb;
  border-radius: 0;
  background: #fff;
  color: #20333e;
  font: inherit;
  font-size: 16px;
  outline: none
}
.contact-intake-form textarea {
  min-height: 112px;
  resize: vertical
}
.contact-intake-form input:focus, .contact-intake-form select:focus, .contact-intake-form textarea:focus {
  border-color: #416f87;
  box-shadow: 0 0 0 3px #7fa7b733
}
.contact-intake-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer
}
.contact-intake-form .button:disabled {
  cursor: wait;
  opacity: .72
}
.contact-intake-form > small {
  padding: 0;
  color: #65747b;
  font-size: 1.125rem;
  letter-spacing: 0;
  text-transform: none
}
.contact-intake-form .contact-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 11px;
  color: #53646c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}
.contact-intake-form .contact-consent input {
  width: 19px;
  min-height: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--navy)
}
.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important
}
.contact-form-error {
  margin: 0;
  padding: 13px 15px;
  border-left: 3px solid #9b3e36;
  background: #fff0ee;
  color: #762b25;
  font-size: 1rem;
  line-height: 1.5
}
@media(max-width:900px) {
  .country-heading, .client-story, .contact-intake-section {
    grid-template-columns: 1fr;
    gap: 34px
  }
  .country-desk-panel {
    grid-template-columns: 1fr
  }
  .country-desk-intro {
    min-height: 360px
  }
  .ai-assistant-section {
    grid-template-columns: 52px 1fr
  }
  .ai-assistant-icon {
    width: 52px;
    height: 52px
  }
  .ai-assistant-button {
    grid-column: 2;
    justify-self: start
  }
}
@media(max-width:650px) {
  .country-section {
    padding: 82px 24px 38px
  }
  .country-section + .statement {
    padding-top: 54px
  }
  .country-heading {
    margin-bottom: 36px
  }
  .country-heading h2, .client-story h2, .contact-intake-copy h2 {
    font-size: 42px
  }
  .country-tabs-list [data-slot="tabs-trigger"] {
    min-height: 68px;
    padding: 10px 8px !important;
    font-size: 17px;
    white-space: normal !important;
    line-height: 1.25
  }
  .country-desk-intro {
    min-height: 0;
    padding: 38px 25px 34px
  }
  .country-desk-intro h3 {
    font-size: 36px
  }
  .country-desk-cta {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
    text-align: center
  }
  .country-topic-list {
    padding: 12px 25px 20px
  }
  .country-topic-trigger {
    padding: 21px 0 !important
  }
  .country-topic-trigger strong {
    font-size: 21px
  }
  .country-topic-trigger small {
    font-size: 1.125rem
  }
  .country-topic-content {
    padding-right: 14px !important
  }
  .country-topic-content a {
    width: 100%;
    padding: 15px 14px;
    text-align: center
  }
  .country-topic-list .country-topic {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 23px 0
  }
  .country-topic > a {
    width: 100%;
    min-width: 0
  }
  .ai-assistant-section {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 32px 24px
  }
  .ai-assistant-icon {
    width: 48px;
    height: 48px
  }
  .ai-assistant-copy h2 {
    font-size: 32px
  }
  .ai-assistant-copy > p:not(.eyebrow) {
    font-size: 16px
  }
  .ai-assistant-copy small {
    font-size: 1.125rem
  }
  .ai-assistant-button {
    width: 100%;
    min-width: 0
  }
  .ai-chat-overlay {
    display: block;
    padding: 0
  }
  .ai-chat-panel {
    position: fixed;
    inset: auto 0 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: min(82dvh, 720px);
    min-height: 0;
    max-height: calc(100dvh - 72px);
    padding-bottom: env(safe-area-inset-bottom)
  }
  .ai-assistant-dialog-head {
    padding: 18px 54px 15px 20px
  }
  .ai-assistant-dialog-head .eyebrow {
    display: none
  }
  .ai-assistant-dialog-head h2 {
    font-size: 27px;
    line-height: 1.05
  }
  .ai-assistant-dialog-head > p:last-child {
    margin-top: 3px;
    font-size: 1.125rem;
    line-height: 1.4
  }
  .ai-chat-close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px
  }
  .ai-chat-panel > * {
    min-width: 0;
    max-width: 100%
  }
  .ai-assistant-frame {
    display: block;
    min-height: 0
  }
  .ai-assistant-contact-choice {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 15px 18px 17px
  }
  .ai-assistant-contact-choice strong {
    font-size: 19px
  }
  .ai-assistant-contact-choice a {
    width: 100%;
    padding: 14px 18px;
    white-space: normal;
    text-align: center;
    font-size: 1rem
  }
  .client-story {
    padding: 78px 24px
  }
  .client-story figure {
    padding: 34px 26px;
    border-left: 0;
    border-top: 1px solid #91aeb8
  }
  .contact-intake-section {
    padding: 72px 24px
  }
  .contact-intake-form {
    padding: 28px 22px
  }
  .form-row {
    grid-template-columns: 1fr
  }
  .contact-intake-form .button {
    width: 100%
  }
  .back-to-top {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 50px;
    height: 50px
  }
}
/* Rustige hero-carrousel: drie Spaanse beelden, zonder herhaalde cijferkaders. */
.hero-visual:after {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 37, 65, .22))
}
.hero-gallery {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none
}
.hero-slide {
  object-fit: cover;
  filter: saturate(.76) contrast(.96);
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 1.25s ease, transform 8s ease
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1)
}
.hero-gallery-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 25px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%)
}
.hero-gallery-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ffffff55;
  box-shadow: 0 2px 8px #062c5060;
  cursor: pointer
}
.hero-gallery-dots button.is-active {
  background: #fff
}
.hero-gallery-dots button:focus-visible {
  outline: 3px solid #b4d0da;
  outline-offset: 3px
}
@media(prefers-reduced-motion:reduce) {
  .hero-slide {
    transition: none
  }
}
/* Inhoudelijke expertisepagina's: leesbaar, rustig en per cliëntsituatie navigeerbaar. */
.service-detail-page {
  background: #fbfaf7
}
.service-topbar {
  position: relative
}
.service-detail-hero {
  padding: 82px clamp(24px, 9vw, 145px) 72px;
  background: #f5f1e9
}
.service-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 56px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a6b5ba;
  color: #3c5968;
  font-size: 1rem;
  font-weight: 800
}
.service-detail-hero .eyebrow {
  margin-bottom: 19px
}
.service-detail-hero h1 {
  max-width: 990px;
  margin: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.7vw, 78px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.01
}
.service-lead {
  max-width: 830px;
  margin: 30px 0 36px;
  color: #465c68;
  font-size: 19px;
  line-height: 1.75
}
.service-country-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 830px;
  padding: 20px 23px;
  border-left: 4px solid var(--blue);
  background: #fff;
  color: #53646d;
  font-size: 1rem
}
.service-country-switch strong {
  color: var(--navy)
}
.service-country-switch a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-weight: 800;
  white-space: nowrap
}
.service-theme-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 6vw, 90px);
  background: var(--navy)
}
.service-theme-nav a {
  padding: 22px 15px;
  border-right: 1px solid #ffffff2e;
  color: #b8ced8;
  text-align: center;
  font-size: 1rem;
  font-weight: 800
}
.service-theme-nav a:last-child {
  border-right: 0
}
.service-theme-nav a:hover, .service-theme-nav a.is-active {
  background: #0d4e82;
  color: #fff
}
.service-theme-nav a.is-active {
  box-shadow: inset 0 -4px 0 #aec9d3
}
.service-promise {
  padding: 82px clamp(24px, 12vw, 190px);
  background: #dce9eb;
  text-align: center
}
.service-promise .eyebrow {
  margin-bottom: 20px
}
.service-promise blockquote {
  max-width: 1000px;
  margin: auto;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.3vw, 56px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.15
}
.service-search-intents {
  padding: 96px clamp(24px, 8vw, 125px);
  background: #fff
}
.service-search-intents-heading {
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr);
  column-gap: clamp(50px, 8vw, 120px);
  align-items: end;
  margin-bottom: 48px
}
.service-search-intents-heading .eyebrow {
  grid-column: 1/-1
}
.service-search-intents h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08
}
.service-search-intents-heading > p:last-child {
  margin: 0;
  color: #586971;
  font-size: 1.125rem;
  line-height: 1.7
}
.service-search-intents-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #b8c6c9;
  border-left: 1px solid #b8c6c9
}
.service-search-intents-grid article {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 36px clamp(25px, 4vw, 50px);
  border-right: 1px solid #b8c6c9;
  border-bottom: 1px solid #b8c6c9;
  background: #f8f6f0
}
.service-search-intents-grid small {
  color: #5d8394;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.45
}
.service-search-intents-grid h3 {
  margin: 25px 0 15px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2
}
.service-search-intents-grid p {
  margin: 0;
  color: #52646d;
  font-size: 1.125rem;
  line-height: 1.7
}
.service-search-intents-grid a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 25px;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800
}
.service-search-intents-grid a:hover {
  color: var(--blue)
}
.service-process {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 8vw, 125px);
  padding: 105px clamp(24px, 8vw, 125px)
}
.service-process aside {
  position: sticky;
  top: 45px;
  align-self: start
}
.service-process h2, .service-country-focus h2, .service-faq h2, .service-contact h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08
}
.service-process aside > p:last-child {
  margin: 25px 0 0;
  color: #5a6a72;
  font-size: 1.125rem;
  line-height: 1.7
}
.service-process-list {
  border-top: 1px solid #b9c7ca
}
.service-process-list article {
  padding: 38px 0 42px;
  border-bottom: 1px solid #b9c7ca
}
.service-process-list h3 {
  margin: 0 0 20px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25
}
.service-process-list p {
  margin: 0 0 15px;
  color: #50636d;
  font-size: 1.125rem;
  line-height: 1.75
}
.service-process-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 25px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none
}
.service-process-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #345467;
  font-size: 1.125rem;
  line-height: 1.5
}
.service-process-list li svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #638c9d
}
.service-country-focus {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 120px);
  padding: 92px clamp(24px, 8vw, 125px);
  background: var(--navy);
  color: #fff
}
.service-country-focus h2 {
  color: #fff
}
.service-country-focus > div > p:last-child {
  max-width: 600px;
  margin: 25px 0 0;
  color: #c4d7df;
  font-size: 1.125rem;
  line-height: 1.7
}
.service-country-focus ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ffffff3b
}
.service-country-focus li {
  position: relative;
  padding: 21px 12px 21px 37px;
  border-bottom: 1px solid #ffffff3b;
  color: #e2ebef;
  line-height: 1.55
}
.service-country-focus li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 27px;
  width: 10px;
  height: 10px;
  border: 2px solid #89adba;
  border-radius: 50%
}
.service-faq {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(55px, 8vw, 120px);
  padding: 100px clamp(24px, 8vw, 125px);
  background: #f5f1e9
}
.service-faq h2 em {
  color: #658c9d;
  font-weight: 400
}
.service-faq details {
  border-top: 1px solid #b8c6c9
}
.service-faq details:last-child {
  border-bottom: 1px solid #b8c6c9
}
.service-faq summary {
  position: relative;
  padding: 25px 42px 25px 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.35;
  cursor: pointer;
  list-style: none
}
.service-faq summary::-webkit-details-marker {
  display: none
}
.service-faq summary:after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 23px;
  color: #5e8494;
  font-family: Arial, sans-serif;
  font-size: 25px
}
.service-faq details[open] summary:after {
  content: "–"
}
.service-faq details p {
  margin: 0;
  padding: 0 45px 25px 0;
  color: #54666f;
  font-size: 1.125rem;
  line-height: 1.7
}
.service-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 55px;
  padding: 76px clamp(24px, 8vw, 125px);
  background: #0b4777;
  color: #fff
}
.service-contact .eyebrow {
  color: #afcbd6
}
.service-contact h2 {
  max-width: 800px;
  color: #fff
}
.service-contact > div > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: #cadce4;
  font-size: 1.125rem;
  line-height: 1.65
}
.service-contact-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 15px;
  min-width: 290px
}
.service-contact-actions > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.service-contact-actions > a:last-child {
  padding: 12px 4px;
  border-bottom: 1px solid #7da1b5;
  font-size: 1rem;
  font-weight: 800
}
.service-contact-with-form {
  grid-template-columns: minmax(280px, .72fr) minmax(430px, 1.28fr);
  align-items: start
}
.service-contact-with-form .contact-intake-form {
  width: 100%;
  max-width: 720px
}
.service-contact-with-form .contact-intake-form .primary {
  background: var(--navy)
}
.service-disclaimer {
  padding: 30px clamp(24px, 8vw, 125px);
  background: #eef2f1
}
.service-disclaimer p {
  max-width: 1100px;
  margin: auto;
  color: #68777e;
  font-size: 1.125rem;
  line-height: 1.65;
  text-align: center
}
.service-return {
  display: flex;
  justify-content: center;
  padding: 32px 24px 38px;
  background: #eef2f1
}
.service-return a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 2px 8px;
  border-bottom: 1px solid #8fa5ae;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800
}
.service-return a:hover {
  color: var(--blue)
}
.service-return a:focus-visible {
  outline: 3px solid #8eb1c0;
  outline-offset: 5px
}
@media(max-width:900px) {
  .service-process, .service-country-focus, .service-faq, .service-search-intents-heading {
    grid-template-columns: 1fr
  }
  .service-search-intents-heading {
    gap: 22px
  }
  .service-process aside {
    position: static
  }
  .service-contact, .service-contact-with-form {
    grid-template-columns: 1fr
  }
  .service-contact-actions {
    min-width: 0;
    max-width: 440px
  }
  .service-detail-hero {
    background: #f5f1e9
  }
}
@media(max-width:650px) {
  .service-detail-hero {
    padding: 55px 24px 48px
  }
  .service-back {
    margin-bottom: 40px
  }
  .service-detail-hero h1 {
    font-size: clamp(39px, 12vw, 47px)
  }
  .service-lead {
    font-size: 17px;
    line-height: 1.68
  }
  .service-country-switch {
    align-items: flex-start;
    flex-direction: column
  }
  .service-theme-nav {
    grid-template-columns: 1fr 1fr;
    padding: 0
  }
  .service-theme-nav a {
    border-bottom: 1px solid #ffffff2e
  }
  .service-promise {
    padding: 62px 24px
  }
  .service-promise blockquote {
    font-size: 35px
  }
  .service-search-intents {
    padding: 72px 24px
  }
  .service-search-intents-grid {
    grid-template-columns: 1fr
  }
  .service-search-intents-grid article {
    min-height: 0;
    padding: 31px 25px 34px
  }
  .service-process, .service-country-focus, .service-faq {
    gap: 40px;
    padding: 72px 24px
  }
  .service-process h2, .service-country-focus h2, .service-faq h2, .service-contact h2, .service-search-intents h2 {
    font-size: 40px
  }
  .service-process-list article {
    padding: 31px 0 35px
  }
  .service-process-list h3 {
    font-size: 26px
  }
  .service-process-list ul {
    grid-template-columns: 1fr
  }
  .service-contact {
    padding: 64px 24px
  }
  .service-contact-actions .button {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center
  }
}
.contact-page-form {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start
}
.contact-page-form .contact-intake-form {
  width: min(720px, 100%)
}
.contact-page-form .contact-intake-form .primary {
  background: var(--navy)
}
@media(max-width:900px) {
  .contact-page-form {
    grid-template-columns: 1fr
  }
  .contact-page-form .contact-intake-form {
    max-width: 720px
  }
}
.thank-you-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 40px 24px;
  background: #f4f0e8
}
.thank-you-card {
  width: min(820px, 100%);
  padding: clamp(38px, 7vw, 82px);
  background: #fff;
  box-shadow: 0 24px 70px #062c5020
}
.thank-you-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #dce9eb;
  color: var(--navy)
}
.thank-you-card h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 6vw, 72px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.02
}
.thank-you-card h1 em {
  color: #628798;
  font-weight: 400
}
.thank-you-card > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 34px;
  color: #53646d;
  font-size: 17px;
  line-height: 1.7
}
.thank-you-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 25px
}
.thank-you-actions > a:not(.button) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aebdc2;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800
}
@media(max-width:650px) {
  .thank-you-page {
    background: #f4f0e8
  }
  .thank-you-card {
    padding: 38px 25px
  }
  .thank-you-actions {
    align-items: stretch;
    flex-direction: column
  }
  .thank-you-actions .button {
    width: 100%
  }
  .thank-you-actions > a:not(.button) {
    justify-content: center;
    padding: 12px 0
  }
}
/* Compactere fotozone: alle drie carrouselbeelden exact 25% minder hoog. */
.hero {
  min-height: 518px
}
.hero-copy {
  padding-top: 64px;
  padding-bottom: 52px
}
.hero-visual {
  min-height: 518px
}
@media(max-width:1000px) {
  .hero {
    min-height: 0
  }
  .hero-visual {
    min-height: 375px
  }
}
@media(max-width:650px) {
  .hero-visual {
    min-height: 315px
  }
}
/* De menselijke contactroute staat duidelijk onder de chatbot. */
.ai-assistant-contact-choice > a:hover {
  background: var(--blue)
}
.ai-assistant-contact-choice > a > svg {
  flex: 0 0 auto
}
/* Contactmogelijkheden bovenaan, halverwege en onderaan iedere inhoudspagina. */
.service-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 30px
}
.service-hero-actions > a:last-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 0;
  border-bottom: 1px solid #9aaeb6;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800
}
.service-country-switch {
  margin-top: 0
}
.service-inline-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px clamp(24px, 8vw, 125px);
  background: #0a477c;
  color: #fff
}
.service-inline-contact > div {
  display: flex;
  flex-direction: column;
  gap: 7px
}
.service-inline-contact strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400
}
.service-inline-contact span {
  color: #e4eef5;
  font-size: 1rem;
  line-height: 1.5
}
.service-inline-contact > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 185px;
  padding: 15px 18px;
  border: 1px solid #c8dce9;
  color: #fff;
  font-size: 1rem;
  font-weight: 800
}
.service-inline-contact > a:hover {
  background: #fff;
  color: #0a477c
}
@media(max-width:650px) {
  .ai-assistant-contact-choice > a {
    min-height: 0;
    padding: 14px 18px
  }
  .ai-assistant-contact-choice strong {
    font-size: 18px;
    line-height: 1.25
  }
  .ai-assistant-contact-choice small {
    font-size: 1.125rem;
    line-height: 1.35
  }
  .service-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px
  }
  .service-hero-actions .button {
    width: 100%
  }
  .service-hero-actions > a:last-child {
    justify-content: center
  }
  .service-inline-contact {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px
  }
  .service-inline-contact > a {
    width: 100%
  }
}
/* Ervaringscijfers en cliëntbeoordeling zijn visueel twee afzonderlijke onderdelen. */
.proof, .numbers {
  background: #f4f0e8
}
.numbers {
  border-left: 1px solid #cbd6dc
}
.client-story {
  border-top: 1px solid #c2d5da;
  background: #dce9eb
}
@media(max-width:1000px) {
  .numbers {
    border-top: 1px solid #cbd6dc;
    border-left: 0
  }
}
/* Private Office: een rustige verdieping van de gewone juridische dienstverlening. */
.private-office-feature > *{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: clamp(55px, 8vw, 120px);
  padding: 92px clamp(24px, 8vw, 125px);
  background: #e9e2d8;
  color: var(--ink)
}
.private-office-feature-copy h2, .private-office-intro h2, .private-office-services h2, .private-office-expertise h2, .private-office-fit h2, .private-office-contact h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.6vw, 65px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05
}
.private-office-feature-copy h2 em, .private-office-hero h1 em, .private-office-intro h2 em, .private-office-services h2 em, .private-office-expertise h2 em {
  color: #6e8790;
  font-weight: 400
}
.private-office-feature-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 27px 0 30px;
  color: #53636b;
  font-size: 17px;
  line-height: 1.72
}
.private-office-feature-points {
  align-self: center;
  border-top: 1px solid #afc0ca
}
.private-office-feature-points > div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  padding: 22px 4px;
  border-bottom: 1px solid #afc0ca;
  color: var(--navy)
}
.private-office-feature-points svg {
  margin-top: 3px;
  color: #58788a
}
.private-office-feature-points span {
  display: flex;
  flex-direction: column;
  gap: 6px
}
.private-office-feature-points strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400
}
.private-office-feature-points small {
  color: #5a696f;
  font-size: 1.125rem;
  line-height: 1.55
}
.private-office-page {
  background: #fbfaf7
}
.private-office-hero {
  padding: 82px clamp(24px, 9vw, 145px) 86px;
  background: #f4f0e8
}
.private-office-hero h1 {
  max-width: 1000px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.8vw, 80px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.01
}
.private-office-hero > p:not(.eyebrow) {
  max-width: 860px;
  margin: 30px 0 34px;
  color: #4e606a;
  font-size: 19px;
  line-height: 1.72
}
.private-office-hero-actions {
  display: flex;
  align-items: center;
  gap: 25px
}
.private-office-hero-actions > a:last-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 0;
  border-bottom: 1px solid #9aaeb6;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800
}
.private-office-intro {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(55px, 8vw, 125px);
  padding: 102px clamp(24px, 8vw, 125px);
  background: #fff
}
.private-office-intro > div:last-child {
  border-top: 1px solid #bdc7c9
}
.private-office-intro > div:last-child p {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #bdc7c9;
  color: #52636c;
  font-size: 1.125rem;
  line-height: 1.75
}
.private-office-services {
  padding: 96px clamp(24px, 8vw, 125px);
  background: var(--navy);
  color: #fff
}
.private-office-services-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 58px
}
.private-office-services-heading > p {
  max-width: 360px;
  margin: 0 0 7px;
  color: #c4d5dc;
  font-size: 1.125rem;
  line-height: 1.65
}
.private-office-services h2 {
  color: #fff
}
.private-office-services .eyebrow {
  color: #a9c4cf
}
.private-office-promises {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #ffffff42;
  border-left: 1px solid #ffffff42
}
.private-office-promises article {
  min-height: 250px;
  padding: 34px;
  border-right: 1px solid #ffffff42;
  border-bottom: 1px solid #ffffff42
}
.private-office-promises h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400
}
.private-office-promises p {
  max-width: 520px;
  margin: 0;
  color: #dbe6ea;
  font-size: 1.125rem;
  line-height: 1.7
}
.private-office-promises small {
  display: block;
  max-width: 520px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ffffff2b;
  color: #a9c4cf;
  font-size: 1.125rem;
  line-height: 1.55
}
.private-office-mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 42px;
  padding: 28px 30px;
  border: 1px solid #ffffff42;
  background: #ffffff0b
}
.private-office-mid-cta strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400
}
.private-office-mid-cta p {
  margin: 8px 0 0;
  color: #c4d5dc;
  font-size: 1.125rem;
  line-height: 1.55
}
.private-office-mid-cta .button {
  flex: 0 0 auto
}
.private-office-expertise {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(55px, 8vw, 125px);
  padding: 98px clamp(24px, 8vw, 125px);
  background: #fff
}
.private-office-expertise-list {
  border-top: 1px solid #bdc7c9
}
.private-office-expertise-list article {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) 1.3fr;
  gap: 28px;
  padding: 22px 4px;
  border-bottom: 1px solid #bdc7c9
}
.private-office-expertise-list h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400
}
.private-office-expertise-list p {
  margin: 0;
  color: #52636c;
  font-size: 1.125rem;
  line-height: 1.6
}
.private-office-expertise-cta {
  display: inline-flex;
  margin-top: 34px
}
.private-office-fit {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(55px, 8vw, 120px);
  padding: 98px clamp(24px, 8vw, 125px);
  background: #f4f0e8
}
.private-office-fit h2 {
  font-size: clamp(38px, 4vw, 56px)
}
.private-office-fit ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #bdcbd3
}
.private-office-fit li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 15px;
  padding: 22px 4px;
  border-bottom: 1px solid #bdcbd3;
  color: #415762;
  font-size: 1.125rem;
  line-height: 1.6
}
.private-office-fit li svg {
  margin-top: 3px;
  color: #557b8e
}
.private-office-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  padding: 76px clamp(24px, 8vw, 125px);
  background: #0b4777;
  color: #fff
}
.private-office-contact .eyebrow {
  color: #b7d2de
}
.private-office-contact h2 {
  max-width: 850px;
  color: #fff;
  font-size: clamp(39px, 4vw, 58px)
}
.private-office-contact > div > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: #c9dce4;
  font-size: 1.125rem;
  line-height: 1.65
}
.private-office-disclaimer {
  padding: 28px clamp(24px, 8vw, 125px);
  background: #eef2f1
}
.private-office-disclaimer p {
  max-width: 1100px;
  margin: auto;
  color: #68777e;
  font-size: 1.125rem;
  line-height: 1.65;
  text-align: center
}
@media(max-width:900px) {
  .private-office-feature, .private-office-intro, .private-office-expertise, .private-office-fit, .private-office-contact {
    grid-template-columns: 1fr
  }
  .private-office-hero {
    background: #f4f0e8
  }
  .private-office-services-heading {
    align-items: flex-start;
    flex-direction: column
  }
  .private-office-contact .button {
    justify-self: start
  }
}
@media(max-width:650px) {
  .private-office-feature {
    gap: 45px;
    padding: 72px 24px
  }
  .private-office-feature-copy h2, .private-office-intro h2, .private-office-services h2, .private-office-expertise h2, .private-office-fit h2, .private-office-contact h2 {
    font-size: 41px
  }
  .private-office-feature-copy .button {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center
  }
  .private-office-hero {
    padding: 55px 24px 64px
  }
  .private-office-hero h1 {
    font-size: 47px
  }
  .private-office-hero > p:not(.eyebrow) {
    font-size: 17px
  }
  .private-office-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px
  }
  .private-office-hero-actions .button {
    width: 100%;
    text-align: center
  }
  .private-office-hero-actions > a:last-child {
    justify-content: center
  }
  .private-office-intro, .private-office-expertise, .private-office-fit {
    gap: 38px;
    padding: 72px 24px
  }
  .private-office-services {
    padding: 72px 24px
  }
  .private-office-services-heading {
    gap: 17px;
    margin-bottom: 38px
  }
  .private-office-promises {
    grid-template-columns: 1fr
  }
  .private-office-promises article {
    min-height: 0;
    padding: 28px 24px
  }
  .private-office-promises h3 {
    font-size: 27px
  }
  .private-office-mid-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    padding: 25px 22px
  }
  .private-office-mid-cta .button, .private-office-expertise-cta {
    width: 100%;
    justify-content: center
  }
  .private-office-expertise-list article {
    grid-template-columns: 1fr;
    gap: 8px
  }
  .private-office-contact {
    gap: 30px;
    padding: 64px 24px
  }
  .private-office-contact .button {
    width: 100%
  }
}
/* Legal & Tax 10% groter, met behoud van de bestaande uitlijning. */
.signature-wordmark small {
  margin-right: 1.7em;
  color: #4f738e
}
.topbar .signature-wordmark small {
  font-size: 29.7px
}
footer .signature-wordmark small {
  font-size: 35.2px
}
@media(max-width:900px) {
  .topbar .signature-wordmark small {
    font-size: 26.4px
  }
  footer .signature-wordmark small {
    font-size: 28.6px
  }
}
@media(max-width:650px) {
  .topbar .signature-wordmark small, footer .signature-wordmark small {
    font-size: 22px
  }
}
/* Dienstenmenu met themakeuze en een korte landenstap. */
.services-menu {
  position: relative
}
.services-menu > summary {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
  white-space: nowrap
}
.services-menu > summary:focus {
  outline: none
}
.services-menu > summary:focus-visible {
  outline: none;
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: #91aebb;
  text-underline-offset: 7px
}
.services-menu > summary::-webkit-details-marker {
  display: none
}
.services-menu > summary svg {
  transition: transform .2s
}
.services-menu[open] > summary {
  color: var(--blue)
}
.services-menu[open] > summary svg {
  transform: rotate(180deg)
}
.services-menu-popover {
  position: absolute;
  z-index: 40;
  top: calc(100% + 22px);
  left: -25px;
  width: 330px;
  padding: 12px 20px 18px;
  border-top: 3px solid #4f738e;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 44, 80, .16)
}
.services-menu-popover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 24px
}
.services-menu-popover > p {
  margin: 0;
  padding: 10px 4px 12px;
  color: #6b7a82;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase
}
.services-menu-popover button, .services-menu-popover > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 4px;
  border: 0;
  border-top: 1px solid #d8e1e5;
  background: transparent;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  cursor: pointer
}
.services-menu-popover button:hover, .services-menu-popover > a:hover {
  color: var(--blue);
  transform: none
}
.services-menu-popover > a {
  margin-top: 4px;
  color: #4f738e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800
}
.service-country-dialog {
  width: min(650px, calc(100vw - 32px)) !important;
  max-width: 650px !important;
  gap: 0 !important;
  padding: 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fbfaf7 !important
}
.service-country-dialog .eyebrow {
  margin-bottom: 16px;
  text-align: left
}
.service-country-dialog [data-slot="dialog-title"] {
  max-width: 520px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08
}
.service-country-dialog [data-slot="dialog-description"] {
  max-width: 540px;
  margin-top: 15px;
  color: #536976;
  font-size: 1.125rem;
  line-height: 1.65
}
.service-country-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 31px
}
.service-country-dialog-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 800
}
.service-country-dialog-actions a:hover {
  background: var(--blue)
}
.mobile-services-trigger {
  display: grid;
  width: 100%;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d8e1e5;
  background: transparent;
  color: var(--navy);
  text-align: left
}
.mobile-services-trigger:focus, .mobile-services-trigger:focus-visible {
  outline: none;
  box-shadow: none
}
.mobile-services-trigger:focus-visible strong {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: #91aebb;
  text-underline-offset: 5px
}
.mobile-services-trigger span {
  color: #557f91;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .12em
}
.mobile-services-trigger strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400
}
.mobile-services-trigger svg {
  width: 20px;
  color: #557f91;
  transition: transform .2s
}
.mobile-services-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg)
}
.mobile-services-options {
  display: grid;
  gap: 0;
  padding: 8px 0 18px 35px;
  border-bottom: 1px solid #d8e1e5
}
.mobile-services-options button, .mobile-services-options > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 9px 2px;
  border: 0;
  border-bottom: 1px solid #e2e7e9;
  background: transparent;
  color: #29485b;
  font-size: 1rem;
  font-weight: 700;
  text-align: left
}
.mobile-services-options > p {
  margin: 14px 0 8px;
  color: #526570;
  font-size: 1.125rem;
  line-height: 1.5
}
.mobile-services-options .mobile-services-back {
  justify-content: flex-start;
  min-height: 40px;
  color: #557f91;
  font-size: 1rem
}
@media(max-width:650px) {
  .service-country-dialog {
    padding: 34px 25px !important
  }
  .service-country-dialog [data-slot="dialog-title"] {
    font-size: 32px
  }
  .service-country-dialog-actions {
    grid-template-columns: 1fr
  }
}
/* Benelux-positionering: vroeg zichtbaar, zonder de hero te verzwaren. */
.benelux-positioning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 610px);
  margin: 0 0 27px;
  padding: 14px 17px;
  border-left: 3px solid #6f98a8;
  background: #edf3f3;
  color: #365466;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  transition: background .2s, color .2s
}
.benelux-positioning strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 1rem;
  white-space: nowrap
}
.benelux-positioning:hover {
  background: #dce9eb;
  color: var(--navy)
}
.benelux-positioning:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px
}
.country-tabs-wrap {
  max-width: 1380px;
  margin: auto
}
.luxembourg-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 28px;
  padding: 20px 25px;
  border-top: 1px solid #b9cbcf;
  background: #e6eef0;
  color: #4d626d;
  font-size: 1rem;
  line-height: 1.55
}
.luxembourg-note strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400
}
.luxembourg-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #8ea5ae;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap
}
/* Gerichte vervolgkeuzes op iedere hoofdthemapagina. */
.service-deep-dive {
  display: grid;
  grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
  gap: clamp(55px, 8vw, 125px);
  padding: 94px clamp(24px, 8vw, 125px);
  background: #dce9eb
}
.service-deep-dive-heading h2, .subservice-overview h2, .subservice-documents h2, .related-subservices h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08
}
.service-deep-dive-heading h2 em, .subservice-overview h2 em, .subservice-documents h2 em {
  color: #658c9d;
  font-weight: 400
}
.service-deep-dive-heading > p:last-child {
  margin: 25px 0 0;
  color: #52666f;
  font-size: 1.125rem;
  line-height: 1.72
}
.service-deep-dive-grid {
  border-top: 1px solid #9eb5bd
}
.service-deep-dive-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  border-bottom: 1px solid #9eb5bd;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.3
}
.service-deep-dive-grid a:hover {
  padding-left: 10px;
  color: var(--blue)
}
/* Zoekintentiepagina's: rustige, inhoudelijke verdieping per land. */
.subservice-hero {
  padding-bottom: 68px
}
.subservice-overview {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 8vw, 125px);
  padding: 102px clamp(24px, 8vw, 125px);
  background: #fff
}
.subservice-overview-heading {
  position: sticky;
  top: 40px;
  align-self: start
}
.subservice-section-list {
  border-top: 1px solid #b9c7ca
}
.subservice-section-list article {
  padding: 34px 0 38px;
  border-bottom: 1px solid #b9c7ca
}
.subservice-section-list h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25
}
.subservice-section-list p {
  margin: 0;
  color: #50636d;
  font-size: 1.125rem;
  line-height: 1.75
}
.subservice-section-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800
}
.subservice-documents {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(55px, 8vw, 125px);
  padding: 94px clamp(24px, 8vw, 125px);
  background: #f5f1e9
}
.subservice-documents > div > p:last-child {
  max-width: 570px;
  margin: 25px 0 0;
  color: #596970;
  font-size: 1.125rem;
  line-height: 1.7
}
.subservice-documents ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #b9c7ca;
  list-style: none
}
.subservice-documents li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 13px;
  padding: 19px 4px;
  border-bottom: 1px solid #b9c7ca;
  color: #365466;
  font-size: 1.125rem;
  line-height: 1.55
}
.subservice-documents li svg {
  margin-top: 2px;
  color: #638c9d
}
.subservice-country-focus li {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 12px;
  padding-left: 4px
}
.subservice-country-focus li:before {
  display: none
}
.subservice-country-focus li svg {
  margin-top: 3px;
  color: #89adba
}
.related-subservices {
  padding: 88px clamp(24px, 8vw, 125px);
  background: #dce9eb
}
.related-subservices-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 38px
}
.related-subservices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #9eb5bd;
  border-left: 1px solid #9eb5bd
}
.related-subservices-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 94px;
  padding: 22px 25px;
  border-right: 1px solid #9eb5bd;
  border-bottom: 1px solid #9eb5bd;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.3
}
.related-subservices-grid a:hover {
  background: #edf3f3;
  color: var(--blue)
}
@media(max-width:900px) {
  .service-deep-dive, .subservice-overview, .subservice-documents {
    grid-template-columns: 1fr
  }
  .service-deep-dive {
    gap: 28px
  }
  .subservice-overview-heading {
    position: static
  }
  .related-subservices-heading {
    align-items: flex-start;
    flex-direction: column
  }
}
@media(max-width:650px) {
  .benelux-positioning {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
    padding: 14px 16px;
    font-size: 1rem
  }
  .luxembourg-note {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 20px 24px
  }
  .luxembourg-note a {
    justify-self: start;
    margin-top: 5px
  }
  .service-deep-dive, .subservice-overview, .subservice-documents, .related-subservices {
    gap: 38px;
    padding: 72px 24px
  }
  .service-deep-dive h2, .subservice-overview h2, .subservice-documents h2, .related-subservices h2 {
    font-size: 40px
  }
  .service-deep-dive-grid a {
    font-size: 20px
  }
  .related-subservices-grid {
    grid-template-columns: 1fr
  }
  .related-subservices-grid a {
    min-height: 84px;
    font-size: 19px
  }
}
/* Taalkeuze blijft los van het thuisland van het dossier. */
.language-menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 44px;
  min-height: 44px;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font: 700 1rem Arial, sans-serif;
  cursor: pointer
}
.language-menu-trigger:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px
}
.language-menu-panel {
  z-index: 160;
  min-width: 265px;
  max-width: calc(100vw - 32px);
  padding: 10px;
  border: 1px solid #d5dfe2;
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 35px #062c5024
}
.language-menu-panel [data-slot="dropdown-menu-label"] {
  font-size: 1rem;
  color: #526570
}
.language-menu-item {
  min-height: 48px;
  gap: 12px;
  padding: 10px 8px;
  font-size: 1rem
}
.language-menu-item strong {
  min-width: 25px;
  color: var(--navy)
}
.language-menu-item small, .language-menu-item > svg {
  margin-left: auto
}
.language-menu-item small {
  font-size: 1.125rem;
  color: #64737c
}
.language-menu-item[data-disabled] {
  opacity: 1;
  color: #64737c
}
.language-menu-note {
  max-width: 255px;
  margin: 6px 8px 4px;
  color: #64737c;
  font-size: 1rem;
  line-height: 1.5
}
.mobile-language-options > p {
  margin: 0 0 9px;
  color: #526570;
  font-size: 1.125rem;
  font-weight: 700
}
.mobile-language-options ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.mobile-language-options li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 38px;
  color: #526570;
  font-size: 1.125rem
}
.mobile-language-options li strong {
  min-width: 25px;
  color: var(--navy)
}
.mobile-language-options .language-state {
  margin-left: auto;
  font-size: 1rem
}
.mobile-language-options .is-current {
  color: var(--navy)
}
.contact-delivery-warning {
  padding: 20px;
  background: #f5f1e9;
  border-left: 3px solid var(--navy);
  color: #365466;
  font-size: 1rem;
  line-height: 1.6
}
.contact-delivery-warning .button {
  margin-top: 12px
}
@media(max-width:650px) {
  .header-actions {
    gap: 8px
  }
  .language-menu-trigger {
    min-width: 40px;
    padding: 6px 0
  }
}
/* Leesbaarheid voor bezoekers van 50+: kleine gebruiksteksten blijven minimaal duidelijk leesbaar. */
body {
  font-size: 17px
}
.eyebrow {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .14em
}
.topbar nav, .contact-link, .button, .text-button {
  font-size: 16px
}
.benelux-positioning {
  width: min(100%, 660px);
  font-size: 17px;
  line-height: 1.55
}
.benelux-positioning strong {
  font-size: 16px
}
.location-card small {
  font-size: 1.125rem
}
.photo-facts span {
  font-size: 1rem
}
.service-card a, .service-card .card-cta, .blog-card strong {
  font-size: 1rem
}
.card-top span, .blog-card > span {
  font-size: 1rem
}
footer {
  font-size: 1rem;
  line-height: 1.55
}
.contact-options small, .office-card > p, .team-label, .team-group small, .team-profile-kicker, .country-kicker {
  font-size: 14px !important;
  line-height: 1.5
}
.office-card address, .office-card a, .country-desk-cta, .country-topic > div p, .country-topic > a {
  font-size: 1.125rem
}
.about-facts span, .team-profile-role {
  font-size: 1rem !important;
  line-height: 1.65
}
.team-carousel-controls > span, .mobile-menu-nav a span, .mobile-services-trigger span {
  font-size: 1rem
}
.mobile-menu-subtitle, .mobile-menu-footer p, .mobile-language-options li, .mobile-language-options > p {
  font-size: 1.125rem !important
}
.ai-assistant-copy > p:not(.eyebrow), .ai-assistant-dialog-head > p:last-child {
  font-size: 17px
}
.ai-assistant-copy small, .ai-assistant-contact-choice small {
  font-size: 1.125rem;
  line-height: 1.55
}
.ai-assistant-button, .ai-assistant-contact-choice a {
  font-size: 16px
}
.service-search-intents-grid small, .service-search-intents-grid a, .service-back, .service-hero-actions > a:last-child, .service-inline-contact span, .service-inline-contact > a, .subservice-section-list a, .luxembourg-note a {
  font-size: 1.125rem
}
.service-country-switch, .private-office-feature-points small, .private-office-promises small, .private-office-mid-cta p, .private-office-expertise-list p, .private-office-disclaimer p, .service-disclaimer p {
  font-size: 1.125rem;
  line-height: 1.65
}
.services-menu-popover > p, .mobile-services-options .mobile-services-back {
  font-size: 1.125rem
}
.services-menu-popover > a, .mobile-services-options > p {
  font-size: 1.125rem
}
.language-menu-panel [data-slot="dropdown-menu-label"], .language-menu-item, .language-menu-note, .language-menu-item small, .mobile-language-options .language-state {
  font-size: 1.125rem
}
.contact-intake-form small, .contact-form-note {
  font-size: 1.125rem;
  line-height: 1.55
}
@media(max-width:650px) {
  .eyebrow {
    font-size: 14px;
    letter-spacing: .12em
  }
  .benelux-positioning {
    font-size: 17px
  }
  .benelux-positioning strong {
    font-size: 16px
  }
  .photo-facts span {
    font-size: 1rem
  }
  .team-profile-dialog [data-slot="dialog-description"] {
    font-size: 1.125rem;
    line-height: 1.7
  }
}
/* Leesbare kleine teksten met behoud van de oorspronkelijke titelhiërarchie. */ :is(.french-site, .english-site) .country-topic > a {
  white-space: normal;
  line-height: 1.5
}
:is(.french-site, .english-site) .service-theme-nav {
  flex-wrap: wrap
}
:is(.french-site, .english-site) .mobile-services-trigger {
  list-style: none
}
:is(.french-site, .english-site) .service-disclaimer a {
  text-decoration: underline
}
.fr-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #c4cdd1;
  border-radius: 50%;
  background: #fbfaf7;
  color: var(--navy)
}
.fr-mobile-menu-panel .mobile-menu-nav > a, .fr-mobile-menu-panel .mobile-services-trigger {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px
}
.fr-mobile-menu-panel .mobile-services-trigger {
  list-style: none;
  cursor: pointer
}
.fr-mobile-menu-panel .mobile-services-trigger::-webkit-details-marker {
  display: none
}
.fr-mobile-menu-panel .mobile-services-menu[open] > .mobile-services-trigger svg {
  transform: rotate(180deg)
}
.fr-mobile-menu-panel .mobile-services-options {
  padding-left: 0
}
.fr-mobile-menu-panel .mobile-menu-nav strong {
  min-width: 0;
  line-height: 1.35
}
.fr-mobile-menu-panel .mobile-menu-nav svg {
  flex-shrink: 0
}
.fr-mobile-menu-panel .mobile-menu-heading {
  padding-right: 70px
}
.fr-mobile-menu-panel .mobile-menu-footer .mobile-menu-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}
@media(max-width:1400px) {
  :is(.french-site, .english-site) .topbar nav {
    display: none
  }
  :is(.french-site, .english-site) .topbar .menu {
    display: inline-flex
  }
}
@media(max-width:1100px) {
  :is(.french-site, .english-site) .country-topic-list .country-topic {
    grid-template-columns: minmax(0, 1fr)
  }
  :is(.french-site, .english-site) .country-topic > a {
    justify-self: start
  }
}
.mobile-menu-panel {
  overflow-y: auto
}
.service-country-dialog {
  max-height: calc(100dvh - 32px);
  overflow-y: auto
}
.country-topic > div p, .service-faq details p, .team-group p {
  line-height: 1.7
}
/* Consistent service emphasis and a clear contact action in every language. */
.services-menu > summary, .mobile-services-trigger strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px
}
.mobile-menu-panel .mobile-menu-footer {
  display: flex;
  flex-direction: column;
  gap: 20px !important
}
.mobile-menu-panel .mobile-menu-footer a.mobile-menu-contact {
  display: flex;
  width: 100%;
  min-height: 60px;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #062c50;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid #062c50;
  border-radius: 3px
}
.mobile-menu-panel .mobile-menu-footer a.mobile-menu-contact:hover {
  background: #0a477c
}
.mobile-menu-panel .mobile-menu-footer a.mobile-menu-contact:focus-visible {
  outline: 3px solid #59809b;
  outline-offset: 4px
}
.mobile-menu-panel .mobile-menu-contact svg {
  color: #fff;
  flex-shrink: 0
}
/* A full-width, readable phone menu with a prominent contact action. */
@media(max-width:650px) {
  .mobile-menu-panel {
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
    right: 0;
    height: 100dvh;
    border: 0 !important;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto
  }
  .mobile-menu-panel .mobile-menu-heading {
    padding: 28px 76px 20px 24px !important;
    flex-shrink: 0
  }
  .mobile-menu-panel .mobile-menu-title {
    font-size: 2rem !important
  }
  .mobile-menu-panel .mobile-menu-subtitle {
    display: none
  }
  .mobile-menu-panel > button {
    top: 22px !important;
    right: 14px !important;
    min-width: 44px;
    min-height: 44px
  }
  .mobile-menu-panel .mobile-menu-nav {
    padding: 0 24px;
    flex-shrink: 0
  }
  .mobile-menu-panel .mobile-menu-nav > a, .mobile-menu-panel .mobile-services-trigger {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 68px;
    padding: 14px 0
  }
  .mobile-menu-panel .mobile-menu-nav > a > span, .mobile-menu-panel .mobile-services-trigger > span {
    display: none
  }
  .mobile-menu-panel .mobile-menu-nav > a > strong, .mobile-menu-panel .mobile-services-trigger > strong {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 400;
    overflow-wrap: anywhere
  }
  .mobile-menu-panel .mobile-services-options {
    padding-left: 0
  }
  .mobile-menu-panel .mobile-menu-footer {
    padding: 24px 24px calc(24px + env(safe-area-inset-bottom)) !important;
    margin-top: 0;
    flex-shrink: 0
  }
  .mobile-menu-panel .mobile-menu-footer a.mobile-menu-contact {
    order: -1;
    min-height: 62px;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 2px
  }
  .mobile-menu-panel .mobile-menu-footer > p {
    display: none
  }
}
.service-return a {
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  text-align: center
}
.service-return a:hover {
  background: var(--blue);
  color: #fff
}
.service-theme-nav {
  flex-wrap: wrap
}
.gift-page .service-country-focus li {
  display: list-item;
  margin: 0 0 16px
}
.gift-page .service-country-focus ul {
  padding-left: 22px
}
.gift-page .service-disclaimer a {
  text-decoration: underline
}
.service-theme-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}
@media(max-width:800px) {
  .service-theme-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .service-theme-nav > a:last-child:nth-child(odd) {
    grid-column: 1/-1
  }
}
.hero-slide[src="/rustig-zeezicht.png"] {
  filter: none
}
/* Share one left edge at every width above the approved phone layout. */
@media(min-width:651px) {
  :root {
    --desktop-content-left: clamp(34px, 7vw, 118px)
  }
  .topbar, .hero-copy {
    padding-left: var(--desktop-content-left)
  }
}
/* Desktop team presentation; the approved mobile carousel is unchanged. */
@media(min-width:651px) {
  .team-groups {
    gap: 36px
  }
  .team-group, .team-group-admin {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden
  }
  .team-group .team-collage {
    display: none
  }
  .team-group .team-group-copy {
    order: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: 14px 40px;
    align-items: start;
    padding: 30px 32px 24px
  }
  .team-group h3 {
    margin: 0;
    font-size: 34px
  }
  .team-group small {
    grid-column: 2;
    padding-top: 0;
    margin-top: 0
  }
  .team-group .team-carousel {
    display: block;
    order: 2;
    min-width: 0;
    padding: 0 16px 16px;
    background: transparent
  }
  .team-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 8px 16px 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #9fb3bb transparent;
    overscroll-behavior-x: contain
  }
  .team-carousel-card {
    flex: 0 0 calc((100% - 60px)/4);
    min-width: 0;
    align-self: stretch;
    margin: 0;
    padding: 0;
    border: 1px solid #cad6db;
    background: #fff;
    scroll-snap-align: start;
    cursor: pointer;
    text-align: left
  }
  .team-carousel-card img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: contain;
    object-position: center bottom;
    background: #e8eef0;
    filter: saturate(.85) contrast(.98)
  }
  .team-carousel-card > span {
    display: block;
    min-height: 74px;
    padding: 16px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.35;
    text-align: center
  }
  .team-carousel-card:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 2px
  }
  .team-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 16px 0;
    color: #54707d
  }
  .team-carousel-controls > span {
    font-size: 16px;
    font-weight: 700
  }
  .team-carousel-controls > div {
    display: flex;
    gap: 10px
  }
  .team-carousel-controls button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--navy);
    background: var(--navy);
    color: #fff;
    cursor: pointer
  }
  .team-carousel-controls button:hover {
    background: var(--blue)
  }
  .team-carousel-controls button:focus-visible {
    outline: 3px solid #59809b;
    outline-offset: 3px
  }
  .team-carousel-controls button svg {
    width: 22px
  }
}
@media(min-width:651px) and (max-width:1050px) {
  .team-carousel-card {
    flex-basis: calc((100% - 40px)/3)
  }
  .team-carousel-card img {
    height: 230px
  }
  .team-group .team-group-copy {
    grid-template-columns: 1fr;
    gap: 14px
  }
  .team-group small {
    grid-column: 1
  }
}
/* The same approved logo scale and alignment in headers and footers. */
.gift-tax-overview {
  padding-top: 56px;
  padding-bottom: 56px
}
.gift-tax-overview .service-search-intents-heading {
  gap: 24px;
  margin-bottom: 28px
}
.gift-tax-overview .service-search-intents-grid article {
  min-height: 0;
  padding: 28px
}
.gift-tax-overview .service-search-intents-grid h3 {
  margin-top: 0
}
.gift-tax-note {
  max-width: 900px;
  margin: 24px 0;
  color: #52646d;
  font-size: 1.125rem;
  line-height: 1.7
}
.gift-tax-sources {
  margin-top: 24px;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--navy)
}
.gift-tax-sources summary {
  cursor: pointer;
  font-weight: 700
}
.gift-tax-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere
}
.gift-tax-sources li {
  margin: 12px 0
}
:is(.topbar, footer) .signature-wordmark {
  width: 360px;
  flex-shrink: 0
}
:is(.topbar, footer) .signature-wordmark strong {
  font-size: 62px;
  text-align: left;
  color: var(--navy)
}
:is(.topbar, footer) .signature-wordmark small {
  font-size: 29.7px;
  margin-top: 13px;
  margin-right: 1.7em;
  text-align: center;
  color: #4f738e
}
@media(max-width:900px) {
  :is(.topbar, footer) .signature-wordmark {
    width: 315px
  }
  :is(.topbar, footer) .signature-wordmark strong {
    font-size: 54px
  }
  :is(.topbar, footer) .signature-wordmark small {
    font-size: 26.4px;
    margin-top: 11px
  }
}
@media(max-width:650px) {
  :is(.topbar, footer) .signature-wordmark {
    width: 259px
  }
  :is(.topbar, footer) .signature-wordmark strong {
    font-size: 45px
  }
  :is(.topbar, footer) .signature-wordmark small {
    font-size: 22px;
    margin-top: 9px
  }
}

/*-----------------------------------------------------
                new 14/09
-----------------------------------------------------*/
.uk-scope .uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: min(920px, 100vw - 40px) !important;
    max-width: 100%;
    transform: translateY(0);
    max-height: 68vh;
    overflow: hidden;
    background-color: #f5f1e9 !important;
    transform: translate(50%, 25%) !important;
}
.uk-modal-full.uk-modal.uk-open{
    display: block;
    background-color: rgba(0, 0, 0, .5);
}
.uk-scope .uk-modal-full div.uk-first-column{
        background: #d7e2e4;
    min-height: 570px;
    position: relative;
    overflow: hidden;
    flex: 1 1 35%;
}
.uk-scope [data-uk-cover]:where(img,video),  .uk-scope [uk-cover]:where(img,video) {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
    box-sizing: border-box;
    object-fit: contain !important;
    object-position: center !important;
    margin: 30px !important;
    filter: saturate(.72) contrast(.96) sepia(.04) !important;
}
.uk-scope .uk-slideshow-items>* {
    background-color: #d7e2e4;
}
.uk-modal-full.uk-modal.uk-open .uk-scope [class*=uk-modal-close-]:first-child+* {
    max-height: 68vh;
}
.uk-scope [class*=uk-modal-close-]:first-child+* {
    margin-top: 0;
    padding-bottom: 0px !important;
}
.uk-modal-full.uk-modal.uk-open .uk-flex-middle.uk-flex-center{
        max-height: 68vh;
    overflow-y: auto;
    align-items: start;
    padding-top: 30px;
    flex: 1 1 60%;
}
.uk-modal-full.uk-modal.uk-open .uk-flex-middle.uk-flex-center .uk-thumbnav.uk-margin-remove-bottom{
     display: none;
}
.uk-modal-full.uk-modal.uk-open .uk-flex-middle.uk-flex-center .uk-h3 {
    color: var(--navy);
    letter-spacing: -.03em;
    margin: 0;
    font-family: Georgia, Times New Roman, serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.02;
}
.uk-modal-full.uk-modal.uk-open .uk-flex-middle.uk-flex-center p{
        color: #465862;
    white-space: pre-line;
    font-size: 1.125rem;
    line-height: 1.75;
}
.uk-modal-full.uk-modal.uk-open .uk-scope .uk-flex-middle {
    align-items: start !important;
}
.uk-modal-full.uk-modal.uk-open .uk-scope .uk-flex-middle {
    align-items: start;
}
.uk-modal-full .uk-text-center{
    padding-left: 0px !important;
}
.mod-languages p.visually-hidden{
    font-size: 0;
    color: transparent;
    display: none;
}
.mod-languages .lang-block.dropdown-menu{
    display: none;
}
.mod-languages .lang-block.dropdown-menu.show{
    display: block;
}
.uk-scope .uk-h4.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
    background-color: white;
    margin-top: 0;
    padding: 10px 0 30px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    color: var(--navy);
    text-align: center;
}
.team-module .uk-scope img {
    width: auto !important;
    height: 270px !important;
    display: block;
}
.uk-grid .uk-panel{
       border-width: 1px;
    border-style: solid;
    border-color: rgb(202, 214, 219); 
    text-align: center;
    background: rgb(232, 238, 240);
}
.uk-scope .uk-child-width-1-4\@xl>:not([class*=uk-width]){
            flex: 1 1 25%;
        width: calc(25% - 15px);
        min-width: calc(25% - 15px);
}
.uk-scope .uk-grid-item-match, .uk-scope .uk-grid-match> .uk-first-column, .team-carousel .team-carousel-card{
    padding-left: 0px !important;
}
.uk-scope .uk-grid {
        margin-left: 0 !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 30px !important;
    }
.team-module-legal {
    background: rgb(245, 241, 233) !important;
}
.team-module-admin {
    background: rgb(245, 241, 233) !important;
    padding: 30px clamp(24px, 6vw, 90px) 108px !important;
}
#mod-custom122, #mod-custom146, #mod-custom134 {
    background-color: #e8f0f5;
}
#mod-custom123, #mod-custom135, #mod-custom147 {
    background-color: #efe9dd;
}
    .team-module-copy {
        order: 1;
        grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.5fr);
        align-items: start;
        display: grid;
        gap: 14px 40px;
        padding: 30px 32px 24px;
        max-width: unset !important;
    }
    .team-module-copy small {
        margin-top: 0px;
        padding-top: 0px;
        grid-column: 2;
    }
.team-module-copy p {
    color: rgb(82, 99, 108);
    max-width: 500px;
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0px;
}
.team-module-widget .uk-scope{
    padding: 0 16px 50px;
}
.contact-cta-panel{
        color: var(--ink) !important;
    display: grid !important;
    background: rgb(248, 246, 240) !important;
    gap: 20px !important;
    padding: 15px clamp(25px, 4vw, 50px) !important;
}
.contact-cta-panel label {
    color: rgb(39, 71, 89);
    font-size: 1rem;
    font-weight: 800;
    display: grid;
    gap: 8px;
}
.contact-cta-panel input[type="text"], .contact-cta-panel select, .contact-cta-panel textarea {
    color: rgb(32, 51, 62);
    width: 100%;
    min-height: 50px;
    font: inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit inherit;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(184, 199, 203);
    border-image: none;
    border-radius: 0px;
    outline: none;
    padding: 13px 14px;
}
.contact-cta-panel input[type="checkbox"]{
    width: 25px !important;
    margin-top: 3px;
}
strong.formRequired {
    margin-left: 3px;
    color: red !important;
    font-size: 10px !important;
    vertical-align: super !important;
}
.rsform-block-agreement label{
    display: flex !important;
    font-weight: 400 !important;
}
.contact-cta-panel .uk-grid+.uk-grid{
    margin-top: 20px;
}
.contact-cta-panel p {
    max-width: unset !important;
}
.rsform-submit-button {
    color: rgb(255, 255, 255) !important;
    background: var(--navy) !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    gap: 14px !important;
    padding: 10px 24px !important;
    text-transform: none !important;
}
.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mod-custom152 > p, #mod-custom156 > p{
    margin: 0 !important;
}
.topbar nav li.nav-item > a, .topbar nav li.nav-item > button {
    font-weight: 700;
    color: #334452;
    white-space: nowrap;
    font-size: 16px;
    cursor: pointer;
}
.topbar nav li.nav-item > button + .mod-menu__sub {
    display: none !important;
    z-index: 40;
    background: #fff;
    border-top: 3px solid #4f738e;
    width: 330px;
    padding: 12px 20px 18px;
    position: absolute;
    top: calc(100% + 22px);
    left: -25px;
    box-shadow: 0 18px 45px #062c5029;
    max-height: unset !important;
}
.topbar .lang-block.dropdown-menu {
    z-index: 40;
    background: #fff;
    width: 250px;
    padding: 12px 10px 18px;
    position: absolute;
    top: calc(100% + 22px);
    right: 0 !important;
    box-shadow: 0 18px 45px #062c5029;
    border-radius: 5px;
}
.topbar nav .moduletable{
    position: relative;
}
.topbar nav .moduletable ul{
    list-style: none;
    list-style-image: none;
    padding-left: 0;
}
.topbar nav li.nav-item > button + .mod-menu__sub li li > a {
    width: 100%;
    color: var(--navy);
    text-align: left;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-top: 1px solid #d8e1e5;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 15px 4px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
}
.topbar nav li.nav-item > button + .mod-menu__sub li li > a:hover{
    text-decoration: none;
    color: var(--blue);
}
.topbar nav li.nav-item > button + .mod-menu__sub>li> span {
    color: #6b7a82;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 4px 12px;
    font-size: 1.125rem;
    font-weight: 800;
}
.topbar nav li.nav-item > button + .mod-menu__sub li li > a::after{
    content: ">"
}
.topbar nav li.nav-item > button + .mod-menu__sub.show-menu, .mod-menu__sub  {
    display: block !important;
}
#language_btn_114 {
    min-width: 44px;
    min-height: 44px;
    color: var(--navy);
    cursor: pointer;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 6px 4px;
    font: 700 1rem Arial, sans-serif;
    display: inline-flex;
    background-image: url("../images/arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
        background-size: 9px;
    margin-right: 10px;
}
.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    text-decoration: none !important;
}
.hero-buttons a {
    color: var(--navy);
    cursor: pointer;
}
a[aria-label="Nederlands"]::after{
    content: "Nederlands";
        text-transform: none;
    font-weight: normal;
}
a[aria-label="English (United Kingdom)"]::after{
    content: "English";
        text-transform: none;
    font-weight: normal;
}
a[aria-label="Français (France)"]::after{
    content: "Français";
        text-transform: none;
    font-weight: normal;
}
div.mod-languages a{
    display: flex;
    justify-content: start;
    color: var(--navy);
    font-size: 18px;
    gap: 20px;
    text-decoration: none !important;
    padding: 0;
}
.mod-languages li.lang-active a{
    background-image: url("../images/vink.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right center;
}
.header-actions .mod-languages li.lang-active a, .header-actions .mod-languages li.lang-active {
    color: var(--blue);
    text-decoration: none !important;
    text-underline-offset: 5px;
}
div.mod-languages ul li.lang-active {
    background-color: transparent;
}
.uk-scope .uk-slideshow-items{
    min-height: 370px !important;
    height: 100% !important;
}
.uk-scope .uk-grid>*>:last-child {
    margin-bottom: 0;
    height: 100%;
}
/* Hide item-138 when inside item-112 structure */
ul.mod-menu__sub:has(li.item-112.active) li.item-138 {
  display: none !important;
}

/* Hide item-112 when inside item-138 structure */
ul.mod-menu__sub:has(li.item-138.active) li.item-112 {
  display: none !important;
}
.service-detail-hero .service-hero-actions a.button.primary{
        color: white;
    padding: 14px 24px;
    font-size: 16px;
        border-bottom: 1px solid var(--navy);
}



@media(max-width:650px) {
    .hero, .hero >*, .ai-assistant-section > *, .private-office-feature > *, .proof, .proof > *, .client-story > *, .contact-intake-section > * {
        grid-template-columns: 1fr;
    }
    .team-module-copy, .team-module-copy {
    flex-direction: column;
    flex: 1;
    min-height: 330px;
    padding: 40px clamp(28px, 4vw, 58px) 36px;
    display: flex;
}
        .contact-intake-section, .private-office-feature, .client-story > * {
        padding: 0 !important;
    }
        .topbar .brand {
        position: absolute;
        left: 24px;
        transform: none;
        top: 17px;
    }
    .uk-scope .uk-child-width-1-4\@xl>:not([class*=uk-width]) {
    flex: 1 1 25%;
    width: calc(25% - 15px);
    min-width: 100%;
}
    .sj-mobile-panel {
    display: block !important;
    padding: 62px clamp(20px, 5vw, 82px) 28px !important;
    background: #fbfaf7 !important;
    border-bottom: 1px solid #e7eaec;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
    .sj-mobile-panel.is-open {
    display: block;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}
    #closeBtn {
    z-index: 5;
    width: 44px;
    height: 44px;
    color: var(--navy);
    background: #fbfaf7;
    border: 1px solid #c4cdd1;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
     font-size: 32px;

}

    .sj-mobile-panel .mod-menu li.nav-item a, .sj-mobile-panel .mod-menu li.nav-item button {
        overflow-wrap: anywhere;
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 1.3;
        width: 100%;
    min-height: 72px;
    color: var(--navy);
    text-align: left;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d8e1e5;
    align-items: center;
    padding: 0;
    display: grid;
        font-family: Georgia, Times New Roman, serif;
    }
    .sj-mobile-panel .mod-menu li.nav-item a{
        background-image: url("../images/arrow-r.svg");
        background-size: 6px;
        background-repeat: no-repeat;
        background-position: right center;
    }
    .sj-mobile-panel .mod-menu li.nav-item button{
        background-image: url("../images/arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: right center;
    }
    .sj-mobile-panel .mod-menu li.nav-item button .icon-chevron-down{
        display: none;
    }
    .sj-mobile-panel .contact-link {
        display: block;
        font-size: 20px;
    text-align: center;
    margin: 26px 0;
    }
    .sj-mobile-panel #mod-custom156 .contact-link{
        display: none !important;
    }
    .sj-mobile-panel div.mod-languages .btn-group {
    margin: 0;
    display: block !important;
}
    .sj-mobile-panel div.mod-languages .btn-group > button{
        display: none !important;
    }
    .sj-mobile-panel div.mod-languages .btn-group > .lang-block.dropdown-menu{
        display: block !important;
    }
    .sj-mobile-panel div.mod-languages .btn-group > .lang-block.dropdown-menu li{
        padding: 0;
    }
    .sj-mobile-panel .mod-languages li > a {
    display: flex !important;
}
    .uk-scope .uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: min(920px, 100vw - 40px) !important;
    max-width: 100%;
    transform: translateY(0);
    max-height: unset;
    overflow: hidden;
    background-color: #f5f1e9 !important;
    transform: translate(20px, 20px) !important;
}
    .uk-modal-full.uk-modal.uk-open .uk-flex-middle.uk-flex-center {
    max-height: unset;
    /* overflow-y: auto; */
    /* align-items: start; */
    padding-top: 00px;
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
    .uk-scope .uk-modal-full div {

    display: flex;
    flex-direction: column;
}
    .uk-scope .uk-modal-full div.uk-first-column {
    background: #d7e2e4;
    min-height: unset;
    position: relative;
    overflow: hidden;
    flex: 1 1 35%;
}
    /* Base state: collapsed and hidden */
ul.mod-menu__sub {
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
}
    .sj-mobile-panel .mod-menu li.nav-item li.nav-item a {
        background-image: url(../images/arrow-r.svg);
        background-size: 6px;
        background-repeat: no-repeat;
        background-position: right center;
        color: #29485b;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e2e7e9;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    min-height: 52px;
    padding: 9px 2px 9px 10px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
            font-family: Arial, Helvetica, sans-serif;
    }
    .nav-item.item-111.deeper.parent > ul.mod-menu__sub{
        max-height: 0;
    }
}