/* ELVAYO Cosmetic Care — merkwebsite
   Kleuren en typografie volgens de officiële merkenkaart */

:root {
  --espresso: #241A17;
  --espresso-diep: #17100E;
  --copper: #C4826B;
  --copper-diep: #A96E51;
  --copper-licht: #C99B72;
  --mauve: #8C6B60;
  --stone: #CBB79F;
  --cream: #F3EDE7;
  --cream-warm: #EFE7D6;
  --cream-licht: #FBF8F3;
  --zand: #E7D8CC;
  --tekst-zacht: #5A483F;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--cream);
  color: var(--espresso);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

/* ---------- Gedeelde onderdelen ---------- */

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--stone);
  margin: 0 0 26px;
}
.eyebrow span { display: inline-block; width: 44px; height: 1px; background: var(--copper-diep); }
.eyebrow--donker { color: var(--copper-diep); }

.knop-vol {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: var(--copper-licht);
  color: var(--espresso);
  padding: 16px 34px;
  text-decoration: none;
  transition: background .25s;
}
.knop-vol:hover { background: #E3B394; }

.knop-lijn {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--stone);
  padding-bottom: 3px;
  transition: border-color .25s;
}
.knop-lijn:hover { border-color: var(--copper-diep); }

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; }

.sectie-kop {
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.2;
  color: var(--espresso);
  margin: 0 0 14px;
}

.intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--tekst-zacht);
  max-width: 540px;
}

/* ---------- Aankondigingsbalk en menu ---------- */

.balk {
  background: var(--espresso);
  color: var(--stone);
  text-align: center;
  padding: 11px 16px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.menu {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--cream-licht);
  border-bottom: 1px solid var(--zand);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4vw;
}
.menu__logo img { height: 26px; width: auto; }
.menu__links { display: flex; gap: 34px; list-style: none; }
.menu__links a {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--espresso);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color .25s;
}
.menu__links a:hover, .menu__links a.actief { border-color: var(--copper-diep); }

/* ---------- Hero ---------- */

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--espresso);
  color: var(--cream);
  min-height: 78vh;
}
.hero__tekst { padding: 9vh 6vw; }
.hero__logo { width: min(100%, 440px); height: auto; margin: 0 0 22px; }
.hero__tagline {
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: .08em;
  color: var(--zand);
  margin: 0 0 26px;
}
.hero__sub { font-size: 1.1rem; line-height: 1.7; max-width: 420px; margin: 0 0 36px; }
.hero__knoppen { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.hero__beeld { height: 100%; min-height: 440px; }
.hero__beeld img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- USP-balk ---------- */

.usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cream);
  border-bottom: 1px solid var(--zand);
}
.usps div {
  padding: 22px 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--tekst-zacht);
  border-right: 1px solid var(--zand);
}
.usps div:last-child { border-right: none; }

/* ---------- Glijdende collectieband ---------- */

.band { background: var(--cream-licht); padding: 80px 0 90px; }
.band__kop {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto 40px;
  padding: 0 4vw;
}
.band__kop h2 { font-size: clamp(30px, 3vw, 44px); margin: 0; }
.band__kop a { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--copper-diep); text-decoration: none; border-bottom: 1px solid var(--stone); padding-bottom: 3px; }
.band__venster { overflow: hidden; }
.band__spoor { display: flex; width: max-content; animation: glijden 80s linear infinite; }
.band__venster:hover .band__spoor { animation-play-state: paused; }
@keyframes glijden { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.band__kaart { display: flex; flex-direction: column; width: 320px; margin-right: 28px; text-decoration: none; }
.band__beeld { width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--cream-warm); }
.band__beeld img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.band__kaart:hover img { transform: scale(1.05); }
.band__naam {
  font-size: .92rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--espresso);
  margin-top: 18px;
}
.band__type { font-size: .85rem; color: var(--copper-diep); margin-top: 5px; }

/* ---------- Ritueel ---------- */

.ritueel { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream-warm); }
.ritueel__beeld img { width: 100%; height: 100%; object-fit: cover; min-height: 500px; }
.ritueel__tekst { padding: 10vh 6vw; align-self: center; }
.ritueel__tekst h2 { font-size: clamp(34px, 3.6vw, 52px); line-height: 1.2; margin: 0 0 22px; }
.ritueel__tekst .intro { margin-bottom: 30px; max-width: 460px; }
.ritueel__tekst .knop-lijn { color: var(--copper-diep); }

/* ---------- Categoriekaarten ---------- */

.cats { background: var(--cream); padding: 90px 4vw 100px; text-align: center; }
.cats .intro { margin: 0 auto 54px; text-align: center; }
.cats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1240px; margin: 0 auto; }
.cat {
  text-decoration: none;
  background: var(--cream-licht);
  border: 1px solid var(--zand);
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}
.cat:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(36,26,23,.10); }
.cat img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.cat__info { padding: 30px 26px 34px; text-align: left; }
.cat__info h3 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 1.05rem;
  margin: 0 0 8px;
}
.cat__info p { color: var(--tekst-zacht); margin: 0 0 20px; }
.cat__info .knop-lijn { color: var(--copper-diep); font-size: 12px; }

/* ---------- Assortiment-raster ---------- */

.pagina-kop { background: var(--espresso); color: var(--cream); padding: 90px 4vw 80px; text-align: center; }
.pagina-kop h1 { font-size: clamp(38px, 4.4vw, 62px); margin: 0 0 14px; color: var(--cream); }
.pagina-kop .intro { color: var(--stone); margin: 0 auto; text-align: center; }
.pagina-kop .eyebrow { justify-content: center; }

.raster { max-width: 1240px; margin: 0 auto; padding: 80px 4vw 100px; }
.raster__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; }
.item { background: var(--cream-licht); border: 1px solid var(--zand); display: flex; flex-direction: column; }
.item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.item__info { padding: 26px 24px 30px; }
.item__info h3 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .98rem;
  margin: 0 0 6px;
}
.item__geur { font-size: .88rem; color: var(--copper-diep); letter-spacing: .06em; margin-bottom: 12px; }
.item__omschrijving { font-size: .95rem; color: var(--tekst-zacht); line-height: 1.65; }

/* ---------- Verkoopblok ---------- */

.verkoop { background: var(--espresso); color: var(--cream); padding: 90px 4vw; text-align: center; }
.verkoop h2 { font-size: clamp(30px, 3.2vw, 46px); color: var(--cream); margin: 0 0 16px; }
.verkoop p { color: var(--stone); max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
.verkoop .eyebrow { justify-content: center; }

/* ---------- Tekstpagina ---------- */

.tekstpagina { max-width: 760px; margin: 0 auto; padding: 80px 4vw 100px; }
.tekstpagina h2 { font-size: clamp(26px, 2.6vw, 36px); margin: 46px 0 14px; }
.tekstpagina h2:first-child { margin-top: 0; }
.tekstpagina p { color: var(--tekst-zacht); margin-bottom: 18px; line-height: 1.8; }
.tekstpagina .accent { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--copper-diep); font-style: italic; }

.gegevens { background: var(--cream-warm); border: 1px solid var(--zand); padding: 30px 32px; margin-top: 30px; }
.gegevens dl { display: grid; grid-template-columns: 190px 1fr; gap: 12px 20px; }
.gegevens dt { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--tekst-zacht); padding-top: 3px; }
.gegevens dd { color: var(--espresso); }

/* ---------- Footer ---------- */

.footer { background: var(--espresso-diep); color: var(--stone); padding: 70px 4vw 34px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; max-width: 1240px; margin: 0 auto 50px; }
.footer__merk img { width: 190px; margin-bottom: 20px; }
.footer__merk p { font-size: .95rem; line-height: 1.7; max-width: 340px; }
.footer h4 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 18px;
}
.footer ul { list-style: none; }
.footer li { margin-bottom: 11px; font-size: .95rem; }
.footer a { text-decoration: none; transition: color .2s; }
.footer a:hover { color: var(--cream); }
.footer__onder {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 26px;
  border-top: 1px solid rgba(203,183,159,.22);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .82rem;
}

/* ---------- Mobiel ---------- */

@media (max-width: 899px) {
  .hero, .ritueel { grid-template-columns: 1fr; }
  .hero__beeld { min-height: 340px; order: -1; }
  .usps { grid-template-columns: 1fr; }
  .usps div { border-right: none; border-bottom: 1px solid var(--zand); }
  .cats__grid, .raster__grid { grid-template-columns: 1fr; }
  .band__kaart { width: 230px; margin-right: 18px; }
  .menu { flex-direction: column; gap: 16px; padding: 16px 5vw; }
  .menu__links { gap: 20px; flex-wrap: wrap; justify-content: center; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .gegevens dl { grid-template-columns: 1fr; gap: 4px 0; }
  .gegevens dd { margin-bottom: 12px; }
}

@media (min-width: 900px) and (max-width: 1180px) {
  .raster__grid, .cats__grid { grid-template-columns: repeat(2, 1fr); }
}
