@charset "utf-8";
/* CSS Document */

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


html{
scroll-behavior:smooth;
}

body{
font-family:'Cormorant Garamond',serif;
background: #FCFBF9;
color: #7E8A77;
line-height:1.8;
overflow-x:hidden;
}

p,
p1{
	font-family:'Cormorant Garamond',serif;
	color:#7E8A77;
	}

h1,
h2,
h3{
line-height:1.2;
	color:#6F7865;
}


/* HEADER */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 8%;
background:#FCFBF9;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.logo h2{
font-family:"warbler-banner", serif;
font-weight: 700;
 font-size:clamp(30px, 4vw, 36px);
line-height:1.3;
}

.logo p{
 font-size:clamp(12px, 1.4vw, 14px);
	color:#6F7865;
}

.nav-right {
display: flex;
align-items: center;
gap: 30px;
}

nav {
display: flex;
gap: 30px;
}

nav a {
text-decoration: none;
color:#7E8A77;
 font-size:clamp(18px, 2vw, 20px);
transition:color .3s;
}

nav a:hover {
color:#9C866A;
}

.header-button{
display:flex;
}

.header-button .button{
margin:0;
}

.menu-toggle{
display:none;
}



/* HERO */

.hero{
display:flex;
justify-content:center;
align-items:center;
min-height:85vh;
padding:80px 8%;
background:
linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)),
url("../media/Hero.png");
background-size:cover;
background-position:center;
text-align:center;
}

.hero-right{
max-width: 700px;
}

.hero-right h2{
font-family:"warbler-banner", serif;
font-weight: 700;
font-size:clamp(56px,10vw,120px);
margin-bottom:15px;
line-height:1;
}

.subtitle{
font-family:'Cormorant Garamond', serif;
	color:#6F7865;
font-size:clamp(16px,3vw,30px);
letter-spacing:3px;
line-height:1.4;
margin-bottom:20px;
}

.intro{
font-family:'Cormorant Garamond', serif;
	color:#6F7865;
font-size:20px;
font-style:italic;
line-height:1.6;
margin-bottom:40px;
}

.button{
display:inline-block;
padding:15px 35px;
background:#6F7865;
color:#FCFBF9;
text-decoration:none;
border-radius:50px;
transition:.3s;
margin: 20px 0;
}

.button:hover{
	background:#5F6759;
transform:translateY(-2px);
}


/* WELKOM */

.welkom{
background:#F6F3EC;
padding:40px 8%;
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
align-items:center;
	color:#E8DED0;
	border-top: 4px solid #FCFBF9;
}

.welkom h2{
grid-column:1 / -1;
font-family:"warbler-banner", serif;
font-size:clamp(42px,6vw,60px);
text-align:center;
border-bottom:1px solid #6F7865;
padding-bottom:10px;
margin-bottom:40px;
}

.tekst{
   font-size:clamp(18px, 2vw, 20px);
    line-height:1.6;	
}

.tekst p{
   font-family:"contempora-script", serif;
    font-weight:400;
    font-style:normal;
    font-size:clamp(22px, 3vw, 28px);
    line-height:1.6;
}


.tekst ul{
margin-top:25px;
padding-left:20px;
font-style:italic;
}

.tekst li{
margin-bottom:10px;
}

.handtekening{
    display:block;
    width:240px;
    height:auto;
    margin-left: 0;

}

.welkom-foto{
width:100%;
max-width:250px;
height:auto;
display:block;
border-radius:20px;
margin-left:80px;
justify-self:center;
}



/* SERVICES */

.services{
background:#F2ECE3;
padding:60px 8%;
gap:60px;
text-align:center;
		border-top: 4px solid #FCFBF9;
}

.services h1{
font-family:"warbler-banner", serif;
font-size:clamp(42px,6vw,60px);
border-bottom:1px solid #6F7865;
margin-bottom:40px;
padding-bottom:10px;
}

.services h2{
font-size:clamp(22px,5vw,30px);
margin-bottom: 18px;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(280px,1fr));
gap:40px;
}

.card{
	display:flex;
flex-direction:column;
align-items:center;
text-align:center;
padding:20px;
}

.card img{
width:100%;
max-width:500px;
height:auto;
margin-bottom:40px;
border-radius:20px;
margin-bottom: 45px;
}

.card p{
font-size:20px;
line-height:1.6;
}


/* VISION */

.vision{
 background: #E9E1D6;
padding:60px 8%;
gap:60px;
text-align:center;
		border-top: 4px solid #FCFBF9;
}

.vision h1{
font-family:"warbler-banner", serif;
font-size:clamp(42px,4vw,60px);
border-bottom:1px solid #6F7865;
margin-bottom:40px;
padding-bottom:10px;
}

.vcards{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(180px,1fr));
gap:40px;
}

.vcard{
padding:20px;
}

.vcard img{	
width:100px;
height:100px;
object-fit:cover;
border-radius:50%;
margin:0 auto 20px;
display:block;
outline:1px solid #7E8A77;
}

.vcard h3{
font-style:italic;
font-size:clamp(14px, 2vw, 18px);
line-height:1.4;
	color:#7E8A77;
}


/* QUOTE */

.quote{
display:flex;
justify-content:center;
align-items:center;
min-height:250px;
padding:60px 8%;
background:
linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)),
url("../media/Quote_Overlay.png");
background-size:cover;
background-position:90% center;
background-repeat:no-repeat;
		border-top: 4px solid #FCFBF9;
		border-bottom: 4px solid #FCFBF9;
}

.quote-content{
width:100%;
display:flex;
justify-content:center;
}

.quote-content img{
width:70%;
max-width:700px;
height:auto;
display:block;
}


/* FOOTER */

footer {
background:#7E8A77;
padding:80px 8% 30px;
}

.footer-content{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(250px,1fr));
gap:40px;
align-items:start;
}

.footer-content h3{
font-family:"warbler-banner", serif;
	color:#FCFBF9;
    font-size:clamp(28px, 3vw, 32px);
margin-bottom:15px;
}

.footer-content p,
.footer-content li{
	color:#FCFBF9;
  font-size:clamp(16px, 2vw, 18px);
line-height:1.8;
}

.footer-content ul{
list-style:none;
padding:0;
margin:0;
}

.footer-bottom{
margin-top:50px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.3);
color:#FCFBF9;
text-align:center;
    font-size:clamp(13px, 1.5vw, 14px);
}


/* RESPONSIVE */

@media (max-width:900px){

header{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;
padding:20px;
}

.menu-toggle{
display:block;
background:none;
border:none;
font-size:34px;
cursor:pointer;
}


/* links onder elkaar */

nav{
flex-direction:column;
gap:15px;
}


nav a{
font-size:20px;
}

.nav-right{
display:none;
flex-direction:column;
align-items:center;
gap:20px;
width:100%;
position:absolute;
top:100%;
left:0;
background:white;
padding:20px;
box-shadow:0 5px 15px rgba(0,0,0,.1);
z-index:2000;
}


.nav-right.open{
display:flex;
}

/* afspraak knop */

.header-button{
display:flex;
justify-content:center;
}


.hero{
min-height:70vh;
padding:60px 20px;
background:
linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)),
url("../media/Hero_Mobile.png");
background-size:cover;
background-position:60% center;
}

.welkom{
grid-template-columns:1fr;
}

.welkom-foto{
order:1;
max-width:180px;
margin:auto;
}

.tekst{
order:2;
text-align:center;
}

.welkom-lijst{
order:3;
grid-column:1;
text-align:center;
list-style-position:inside;
padding-left:0;
}

.card img{
max-width:280px;
margin:0 auto 40px;
}

.vcards{
grid-template-columns:repeat(2,1fr);
}


.footer-content{
grid-template-columns:1fr;
text-align:center;
}

.quote-content img{
width:100%;

}

}