/* =====================
   VARIABLES
===================== */
:root{
  --brand: #1F3B47;
  --bg: #F8F8F8;
  --white: #ffffff;
  --text: #0f1720;

  --font: "Assistant", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --radius-hero: 250px;
  --radius-card: 30px;

  --shadow-soft: 0 10px 28px rgba(0,0,0,.10);
}

/* =====================
   BASE
===================== */
*{
  box-sizing: border-box;
}

html, body{
  margin: 0;
  padding: 0;
}

body{
  font-family: var(--font);
  background: var(--white);
  color: var(--text);
}

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

/* =====================
   CONTAINER
===================== */
.container{
  width: min(1120px, 92vw);
  margin: 0 auto;
}

/* =====================
   HEADER / NAV
===================== */
.header{
  background: var(--brand);
  height: 80px;
  display: flex;
  align-items: center;
}

.header__inner{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  display: inline-flex;
  align-items: center;
  margin-left: 40px;
}

.logo img{
  height: 36px;
  width: auto;
}

.nav{
  display: flex;
  gap: 28px;
  margin-right: 40px;
}

.nav a{
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.nav a:hover{
  text-decoration: underline;
}

/* =====================
   HERO
===================== */
.hero{
  background: var(--brand);
  padding: 120px 0 90px;
  position: relative;
}

.hero__inner{
  display: flex;
  align-items: flex-end;
  gap: 80px;
  position: relative;
}

/* FOTO */
.hero__photo{
  width: 440px;
  height: 590px;
  object-fit: cover;
  border-top-left-radius: var(--radius-hero);
  border-top-right-radius: var(--radius-hero);
  filter: grayscale(100%);
  position: relative;
  z-index: 1;
}

/* TEKST */
.hero__text{
  position: absolute;
  top: 180px;          /* schuif omhoog/omlaag */
  left: 360px;         /* schuif over de foto */
  right: 0;
  z-index: 3;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

/* =====================
   TITEL (2 SVG'S)
===================== */
.hero__titleLockup{
  position: relative;
  width: 100%;
  max-width: 980px;
}

.hero__titleImage{
  display: block;
  width: 100%;
  height: auto;
}

.hero__titleImage--fill{
  position: relative;
  z-index: 2;
  transform: translateY(-80px); /* 👈 fill omhoog */
}

.hero__titleImage--outline{
  position: absolute;
  inset: 0;
  transform: translateY(10px); /* 👈 outline omlaag */
  z-index: 1;
  opacity: 0.9;
}

/* =====================
   SUBTITLE
===================== */
.hero__subtitle{
  margin-top: 18px;
  font-size: 40px;
  font-weight: 200;
  color: rgba(255,255,255,.75);
  align-self: flex-end;
  text-align: right;
}

/* =====================
   SOCIALS
===================== */
.hero__socials{
  display: flex;
  gap: 36px;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end;
  position: absolute;
  left: 360px;
  right: 0;
  bottom: 0; /* zelfde hoogte als onderkant foto */
}

.social{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(255,255,255,.8);
  font-size: 20px;
  font-weight: 200;
}

.social img{
  width: 20px;
  height: 20px;
  display: block;
}

.hero__socials span{
  font-size: 20px;
  font-weight: 200;
  color: rgba(255,255,255,.80);
}

/* =====================
   MAIN
===================== */
.main{
  background: var(--bg);
  padding: 70px 0 200px;
}

.main--white{
  background: var(--white);
}

/* =====================
   PAGE
===================== */
.page__title{
  margin: 0 0 18px;
  font-size: 64px;
  font-weight: 700;
  color: var(--brand);
}

.page__intro{
  margin: 0;
  max-width: 760px;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
}

/* =====================
   BEAUTY PAGE
===================== */
.beauty-hero{
  padding: 40px 0 120px;
}

.beauty-hero__inner{
  display: flex;
  align-items: flex-start;
  gap: 60px;
  justify-content: center;
}

.marketing-page .beauty-hero__inner{
  flex-direction: row-reverse;
}

.beauty-hero__text{
  max-width: 620px;
}

.beauty-hero__title{
  margin: 0 0 18px;
  font-size: 48px;
  font-weight: 700;
  color: var(--brand);
}

.beauty-hero__body{
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
}

.beauty-hero__social{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
}

.beauty-hero__icon{
  width: 16px;
  height: 16px;
  display: block;
}

.beauty-hero__social:active{
  text-decoration: underline;
}

.beauty-hero__image{
  width: 399px;
  aspect-ratio: 399 / 574;
  object-fit: cover;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.marketing-page .beauty-hero__image{
  border-radius: 0;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 100%;
}

.marketing-photo{
  position: relative;
  display: inline-block;
}

.marketing-photo::after{
  content: "";
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  background: #A6C1CC;
  border-radius: 50%;
  z-index: 1;
}

.beauty-gallery{
  background: var(--brand);
  padding: 130px 0 90px;
  margin-bottom: -200px;
}

.beauty-gallery__title{
  text-align: center;
  margin: 0 0 36px;
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
}

.beauty-gallery__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.beauty-gallery__item{
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.beauty-gallery__grid img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.beauty-gallery__item:focus-visible{
  outline: 3px solid rgba(255,255,255,.65);
  outline-offset: 4px;
}

/* =====================
   MARKETING CAROUSEL
===================== */
.marketing-carousel{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketing-carousel__viewport{
  overflow: hidden;
  width: 100%;
}

.marketing-carousel__track{
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.marketing-carousel__slide{
  min-width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.marketing-carousel__slide img{
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.marketing-carousel__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #E6E6E6;
  color: var(--brand);
  font-size: 28px;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  z-index: 3;
}

.marketing-carousel__arrow--left{
  left: 16px;
}

.marketing-carousel__arrow--right{
  right: 16px;
}

.marketing-carousel__dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.marketing-carousel__dots button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #C8C8C8;
  cursor: pointer;
  padding: 0;
}

.marketing-carousel__dots .is-active{
  background: var(--brand);
}

/* =====================
   LIGHTBOX
===================== */
.lightbox{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.lightbox.is-open{
  display: flex;
}

.lightbox__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  border: none;
}

.lightbox__image{
  position: relative;
  max-width: min(90vw, 1200px);
  max-height: 90vh;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
  z-index: 1;
}

.lightbox__close{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

/* =====================
   OVER MIJ
===================== */
.about-hero{
  padding: 60px 0 40px;
}

.about-hero__inner{
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.about-hero__text{
  max-width: 560px;
  margin-top: -20px;
  padding-bottom: 80px;
}

.about-hero__title{
  margin: 0 0 18px;
  font-size: 84px;
  font-weight: 700;
  color: var(--brand);
  line-height: 1.05;
}

.about-hero__body{
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
}

.about-hero__link{
  display: inline-block;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
}

.about-hero__link:active{
  text-decoration: underline;
}

.about-hero__icon{
  width: 18px;
  height: 18px;
  display: block;
}

.about-hero__image{
  width: 480px;
  height: 625px;
  object-fit: cover;
  border-top-left-radius: 240px;
  border-top-right-radius: 240px;
  margin-top: -675px;
  z-index: 2;
  position: relative;
}

.about-hero__card{
  width: 100%;
  max-width: 480px;
  background: #0A0A0A;
  color: #F8F8F8;
  padding: 28px 26px;
  margin-top: -39px;
  text-align: left;
}

.about-hero__card h3{
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
}

.about-hero__card ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 24px;
}

.about-hero__card li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-hero__card li img{
  width: 22px;
  height: 22px;
  display: block;
}

.about-dark{
  background: var(--brand);
  color: var(--white);
  padding: 120px 0 110px;
  margin-top: 0;
}

.about-dark__inner{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 60px;
  align-items: start;
}

.about-block__title{
  margin: 0 0 22px;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  top: 0;
}

.about-education .about-block__title{
  top: -20px;
}

.about-list{
  display: grid;
  gap: 24px;
  margin-top: -18px;
}

.about-item__year{
  font-size: 32px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.about-item__icon{
  width: 28px;
  height: 28px;
  display: block;
}

.about-item__text{
  font-size: 32px;
  font-weight: 400;
}

.about-list--stars{
  display: grid;
  gap: 24px;
}

.about-list--stars .about-item{
  position: relative;
  padding-left: 44px;
}

.about-list--stars .about-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url("assets/star-icon.svg") no-repeat center / contain;
}

.about-info{
  display: grid;
  gap: 16px;
  font-size: 32px;
}

.about-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
  position: relative;
  top: 12px;
}

.about-skills .about-block__title{
  top: 12px;
}

.about-tags{
  margin-top: 0;
  top: 0;
}

.about-programs-block .about-block__title{
  top: 0;
}

.about-tags span{
  background: var(--white);
  color: var(--brand);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 24px;
}

.about-programs{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-programs img{
  width: 54px;
  height: 54px;
  display: block;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.about-light{
  background: var(--white);
  padding: 80px 0 5px;
}

.about-light__inner{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 60px;
}

.about-light .about-block{
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.about-light .about-experience{
  background: #B4C9D3;
  padding: 32px;
  border-radius: 8px;
}

.about-experience{
  margin-top: -400px;
}

.about-languages{
  margin-top: 0;
}

.about-langs{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-langs__title{
  font-size: 32px;
  font-weight: 700;
  color: var(--brand);
}

.about-langs__level{
  font-size: 24px;
  color: #0A0A0A;
}

/* =====================
   ABOUT
===================== */
.about{
  padding: 10px 0 40px;
}

.about__inner{
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
}

.about__text{
  max-width: 520px;
}

.about__text h2{
  margin: 0 0 18px;
  font-size: 48px;
  font-weight: 700;
  color: var(--brand);
}

.about__text p{
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.45;
  color: #000;
}

.textlink{
  color: var(--brand);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.textlink:hover{
  text-decoration: underline;
}

.about__image{
  width: 635px;
  height: 364px;
  object-fit: cover;
  border-top-left-radius: var(--radius-hero);
  border-bottom-left-radius: var(--radius-hero);
  filter: grayscale(100%);
  margin-right: calc((100vw - 100%) / -2); /* trek tot aan de rand van het scherm */
}

/* =====================
   EXPERTISES
===================== */
.expertises{
  padding-top: 40px;
}

.expertises__title{
  text-align: center;
  margin: 40px 0 44px;
  font-size: 48px;
  font-weight: 700;
  color: var(--brand);
}

.cards{
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.card{
  width: 499px;
  background: #F2F2F2;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  padding: 56px 44px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover,
.card:focus-visible{
  text-decoration: none;
}

.card:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0,0,0,.14);
}

.card:focus-visible{
  outline: 3px solid rgba(255,255,255,.65);
  outline-offset: 4px;
}

.card__icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: block;
}

.card h3{
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 700;
  color: var(--brand);
}

.card p{
  margin: 0 auto;
  max-width: 402px;
  font-size: 24px;
  line-height: 1.45;
  color: #000;
}

/* =====================
   FOOTER
===================== */
.footer{
  height: 90px;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 980px){

  .header{
    height: auto;
    padding: 18px 0;
  }

  .header__inner{
    flex-direction: column;
    gap: 14px;
  }

  .logo{
    margin-left: 0;
  }

  .nav{
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 22px;
  }

  .nav a{
    font-size: 15px;
  }

  .hero__inner{
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }

  .hero__text{
    margin-left: 0;
    padding-top: 0;
    align-items: center;
    text-align: center;
    position: static;
  }

  .hero__subtitle{
    font-size: 18px;
    text-align: center;
  }

  .hero__socials{
    position: static;
    justify-content: center;
    margin-top: 18px;
    gap: 18px;
  }

  .hero__photo{
    width: min(440px, 100%);
    height: auto;
  }

  .about__inner{
    flex-direction: column;
    gap: 28px;
  }

  .about__image{
    width: 100%;
    height: auto;
    border-radius: 999px;
    margin-right: 0;
  }

  .card{
    width: min(499px, 100%);
  }

}

@media (max-width: 980px){
  .about-hero__inner{
    flex-direction: column;
    gap: 28px;
    align-items: center;
    text-align: center;
  }

  .about-hero__text{
    margin-top: 0;
    padding-bottom: 24px;
  }

  .about-hero__title{
    font-size: 46px;
  }

  .about-hero__image{
    width: min(420px, 92vw);
    height: auto;
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
    margin-top: 0;
  }

  .about-hero__card{
    max-width: min(420px, 92vw);
    margin-top: -28px;
  }

  .about-dark__inner,
  .about-light__inner{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-side{
    align-items: center;
  }

  .about-experience{
    margin-top: 0;
  }

  .about-langs{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-languages .about-block__title{
    text-align: center;
  }
}

@media (max-width: 980px){
  .page__title{
    font-size: 42px;
  }

  .page__intro{
    font-size: 18px;
  }

  .beauty-hero__title{
    font-size: 38px;
  }

  .beauty-hero__body{
    font-size: 18px;
  }

  .beauty-gallery__title{
    font-size: 34px;
  }

  .beauty-hero__inner{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .beauty-hero__text{
    max-width: 100%;
  }

  .beauty-hero__image{
    width: min(320px, 80vw);
    aspect-ratio: 3 / 4;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }

  .beauty-gallery__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beauty-gallery__grid img{
    height: 180px;
  }

  .marketing-page .beauty-hero__inner{
    flex-direction: column;
  }

  .marketing-page .beauty-hero__image{
    max-width: 90vw;
  }

  .marketing-photo::after{
    width: 140px;
    height: 140px;
    left: -30px;
    bottom: -30px;
  }

  .marketing-carousel__slide img{
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .about-list--stars .about-item__year{
    position: relative;
    color: transparent;
  }

  .about-list--stars .about-item__year::after{
    content: attr(data-date);
    position: absolute;
    left: 0;
    top: 0;
    color: #0A0A0A;
    white-space: nowrap;
  }

  .about-block__title{
    font-size: 30px;
  }

  .about-item__year,
  .about-item__text,
  .about-info{
    font-size: 22px;
  }

  .about-tags span{
    font-size: 18px;
  }

  .about-programs img{
    width: 46px;
    height: 46px;
  }

  .main{
    padding: 20px 0 140px;
  }

  .page__title{
    margin-top: -12px;
  }

  .beauty-hero{
    padding-top: 16px;
  }

  .about-hero{
    padding-top: 16px;
  }

  .hero{
    padding-top: 80px;
  }
}
.about-side{
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
}
  .hero__titleLockup{
    max-width: 520px;
  }

  .hero__titleImage--fill{
    transform: translateY(-40px);
  }

  .hero__titleImage--outline{
    transform: translateY(6px);
  }
